@charset "UTF-8";

#overlay_body {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, .5);
	display: block;
	font-size:13px;
}
#overlay_op {
	display:none;
}
#overlay_op .loader {
	text-align: center
}
#overlay_op .loader img {
	width: 100px
}
#overlay_op .loader span {
	padding-top: 15px;
	display: block;
	margin: auto
}
.overlay_pc{
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
	padding: 2%;
	background-color: #ffffffdb;
	margin-top: 100px;
}
.ol_btn_box p{
	display: inline-block;
	width: 250px;
	padding: 20px 10px;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	margin: 20px;
	box-shadow: 3px 3px #dddddd;
	border-radius: 5px;
}
.ol_btn_box p img{
	width: 35px;
	vertical-align: text-bottom;
	margin-right: 10px;
}

/* 767px以下用（スマートフォン用）の記述 */
@media screen and (max-width: 767px) {
	.overlay_pc{
		width: 90%;
	}
}
