@charset "UTF-8" ;

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

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

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

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

	* 作者
	あらゆ

	** 連絡先
	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% ;
	height: 5000px ;
	padding: 0 ;
}
/* ここまでデモページ用のコード */

.modal-content {
	width: 100% ;
	max-width:700px;
	margin: 0 ;
	padding: 10px 40px ;
	position: fixed ;
	display: none ;
	z-index: 9999 ;
	background:none !important;
	color:#fff;
	text-align:center;
	box-shadow: none;
	border:0px;
}
  
#modal-overlay {
	z-index: 9998 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.9 ) ;
}

.button-link {
	color: #fff ;
	text-decoration: underline ;
	display:block;
}
.button-link i{color:#fff;position:}

.button-link{text-decoration: none;}
.button-link:visited,.button-link:active,
.button-link:hover {
	color: #fff ;
}
