@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

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

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

.modal-content {
	width: 80%;
	height:85%;
	overflow:scroll;
	margin: 0 ;
	padding: 0px 0px ;
	border: 2px solid #aaa ;
	background: #fff ;
	position:fixed;
	display: none ;
	z-index: 2 ;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	top: 0%;
	left: 50%;
	transform: translateX(-50%);
}
  
#modal-overlay {
	z-index: 0 ;
	display: none ;
	position: fixed ;
	top: 0% ;
	left: 0% ;
	width: 100% ;
	height: 100% ;
}

.button-link {
	background-color: #2da0f1;
	color: #ffffff;
	padding: 0.25rem 0.25rem;
	font-size: 1rem;
	min-width: 90px;
	min-height: 30px;
	margin: 0.25em;
	cursor: pointer;
	border: none;
	border-radius: 0.5rem;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: background-color 0.2s ease, transform 0.1s ease;
}
 
.button-link:hover {
	background-color: #52d5f8;
}
