@charset "utf-8";
/* ===================================================================
	use toppage
=================================================================== */

/*---------------------------------------------------------------------------*/
.lock {
	overflow: hidden;
}

.bg_img {
	width: 100%;
}
.bg_img img {
	height: auto;
	width: 100%;
}

#modal_data {
	background: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	opacity: .0;
	margin: 80px 30px 30px;
	padding: 20px;
	position: relative;
	width: 820px;
}
.modal-overlay {
	background-color: rgba(0,0,0,0.75);
	cursor: pointer;
	display: none;
	height: 120%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index:150;
}
.modal-wrap {
	display: none;
	height: 100%;
	left: 0;
	overflow: auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 151;
}
.modal-close {
	cursor:pointer;
	margin: 0 -500px 0 0;
	position: fixed;
	right: 50%;
	top: 5px;
}
#modal_data,
#modal_data td,
#modal_data th,
#modal_data input,
#modal_data h1,
#modal_data h2,
#modal_data h3,
#modal_data h4,
#modal_data h5,
#modal_data h6,
#modal_data textarea {
	font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', "游ゴシック体", "Yu Gothic", YuGothic, Verdana, 'メイリオ', Meiryo, Helvetica, 'ＭＳ Ｐゴシック', sans-serif;
}