@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";



p.center {
    font-weight: bold;
    padding: 0 0 30px;
    font-size: 24px;
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
}

.right_box {
    text-align: right;
}

a#modal-close {
color: white;
    text-decoration: none;
    font-size: 30px;
    font-weight: bold;
}

.close {
    position: absolute;
    color: #ffffffff;
    top: -46px;
    right: 52px;
}
#modal-box {
    border-radius: 5px;
    background-color: #fffffff0;
    padding: 50px 4%;
    height: 80%;
    overflow: scroll;
}
#modal-content {
    width: 88%;
    height: 80%;
    margin: 0;
    padding: 10px 50px;
/*    background: #fff;*/
    display: none;
    z-index: 2;
    border-radius: 5px;
    position: fixed;
    top: 105px;
    right: 50%;
    -webkit-transform: translateY(0%) translateX(50%);
    transform: translateY(0%) translateX(50%);
}
  
#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 ;
}
