@charset "UTF-8" ;

/********************************************************************************

	SYNCER 〜 知識、感動をみんなと同期(Sync)するブログ

	* 配布場所
	https://syncer.jp/jquery-modal-window

	* 最終更新日時
	2015/08/17 15:47

	* 作者
	あらゆ

	** 連絡先
	Twitter: https://twitter.com/arayutw
	Facebook: https://www.facebook.com/arayutw
	Google+: https://plus.google.com/114918692417332410369/
	E-mail: info@syncer.jp

	※ バグ、不具合の報告、提案、ご要望など、お待ちしております。
	※ 申し訳ありませんが、ご利用者様、個々の環境における問題はサポートしていません。

********************************************************************************/


@charset "UTF-8";

/* ここからデモページ用のコード */
/* ここまでデモページ用のコード */

#modal-content {
	width: 50% ;
	margin: 0 ;
	padding: 10px 20px ;
	border: 2px solid #aaa ;
	background: #fff ;
	position: fixed ;
	display: none ;
	z-index: 2 ;
}
  
#modal-overlay {
	z-index: 1 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

.button-link {
	color: #00f ;
	text-decoration: underline ;
}
 
.button-link:hover {
	cursor: pointer ;
	color: #f00 ;
}
#modal-content .modal_01 {
	font-size: 22px;
	color:#D50000;
	text-align: center;
}
@media screen and (max-width: 1000px) {
#modal-content .modal_01 {
	font-size: 22px;
	margin-left:5%;
	color:#D50000;
}
}
#modal-content .modal_02 {
	font-size: 20px;
	line-height:180%;
	margin-left:20%;
	font-weight: 500;
	color: #232A8C;
}
@media screen and (max-width: 1000px) {
#modal-content .modal_02 {
	font-size: 20px;
	line-height:180%;
	margin-left:7%;
}
}
#modal-content .modal_02op {
	font-size: 20px;
	line-height:150%;
	margin-left:14%;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
	padding-left: 3%;
	margin-right: 14%;
	width: 66%;
	padding-right: 3%;
}
#modal-content .modal_03 {
	font-size: 18px;
	line-height:180%;
	color:#D50000;
	text-align: center;
}
@media screen and (max-width: 1000px) {
#modal-content .modal_03 {
	font-size: 18px;
	line-height:180%;
	margin-left:8%;
	color:#D50000;
}
}
#modal-content .modal_04 {
	font-size: 18px;
	line-height:180%;
	margin-left: 15%;
	width: 70%;
	margin-right: 15%;
}
@media screen and (max-width: 1000px) {
#modal-content .modal_04 {
	font-size: 18px;
	line-height:180%;
	margin-left:5%;
}
}
#modal-content .modal_05 {
	font-size: 18px;
	line-height:180%;
	text-align:center;
	padding-right:60px;
}
@media screen and (max-width: 1000px) {
#modal-content .modal_05 {
	font-size: 18px;
	line-height:180%;
	text-align:center;
	padding-right:60px;
}
}
