@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";

/* ここからデモページ用のコード */
body {
	width: 100% ;
	padding: 0 ;
}
/* ここまでデモページ用のコード */

#modal-content {
	width: 400px;
	background: #fff;
	position: fixed;
	display: none;
	z-index: 2;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
  
#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: #000;
	text-decoration: none;
}
 
.button-link:hover {
	cursor: pointer ;
	color: #000;
}

#modal_head {
	font-size: 18px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
}
#facebookLogin {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
}
#facebookLogin p {
	font-size: 14px;
	margin-bottom: 15px;
}

a.facebookBtn {
	font-size: 14px;
	color: #FFF;
	background-color: #1b2b6e;
	background-image: url(../img/common/faceboo_logo.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	text-align: center;
	display: block;
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
#modalFormArea {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	width: 320px;
	margin-right: auto;
	margin-left: auto;
} 
input.loginText {
	width: 288px;
	border: 1px solid #dddddd;
	padding: 15px;
	margin-bottom: 10px;
	font-size: 18px;
}
span.forgotText {
	font-size: 12px;
}
button.modalLogin {
	font-size: 14px;
	color: #FFF;
	background-color: #222222;
	text-align: center;
	width: 320px;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 20px;
}
a.kochira {
	color: #1d8ddc;
	text-decoration: underline;
}
button.modalLogin2 {
	font-size: 14px;
	color: #FFF;
	background-color: #222222;
	text-align: center;
	width: 320px;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
}

/*modal2.js*/
#modal-content2 {
	width: 400px;
	background: #fff;
	position: fixed;
	display: none;
	z-index: 2;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
