@charset "UTF-8" ;

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

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

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

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

	* 作者
	あらゆ

	** 連絡先
	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% ;*/
    width:80%;
	margin: 0 ;
	padding: 10px 20px ;
	border: 2px solid #363636 ;
	background: #D6E1C9 ;
	position: fixed ;
	display: none ;
	z-index:99999;
    
    height:80%;
}
  
#modal-overlay {
	z-index: 99998 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}
.about-news:hover{
    cursor: pointer;
}
/*

.button-link {
	color: #00f ;
	text-decoration: underline ;
}
 
.button-link:hover {
	cursor: pointer ;
	color: #f00 ;
}
*/
.modal-cont {
    margin:2em auto;
    padding:1em;
    background-color:#EAF5DC;
    border-radius: 10px;
    width:80%;
}
.modal-day{
/*    width:200px;*/
/*    margin-right:2em;*/
}
.modal-bold{
    color:brown;
    font-weight: bold;
}
.modal-link-border{
    text-decoration: underline;
}
.modal-link-btn{
    margin:0.5em 0em;
    display: block;
    width:60px;
    padding: 0.4em 1em;
    color: #494949;
    background: #f4f4f4;
    border-left: solid 5px #EBBA5B;
    border-bottom: solid 3px #d7d7d7;
}
