@charset "utf-8";
/* ===================================================================
CSS information

 file name  :modal_window.css
 author     :Ability Consultant
style info  :モーダルウインドウ用
=================================================================== */

/*----------------------------------------------------
	2015/09/15
----------------------------------------------------*/
.wrp_searcn_btn {
	overflow: hidden;
}

/*空室検索ボタン*/
.wrp_searcn_btn .inner_cal {
	float: right;
	width: 600px;
	text-align: center;
}

.wrp_searcn_btn .inner_cal .ypro_bt .ypro_search_btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #73ba81;
	-webkit-box-shadow:inset 0px 1px 0px 0px #73ba81;
	box-shadow:inset 0px 1px 0px 0px #73ba81;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3b8f48), color-stop(1, #317d4b));
	background:-moz-linear-gradient(top, #3b8f48 5%, #317d4b 100%);
	background:-webkit-linear-gradient(top, #3b8f48 5%, #317d4b 100%);
	background:-o-linear-gradient(top, #3b8f48 5%, #317d4b 100%);
	background:-ms-linear-gradient(top, #3b8f48 5%, #317d4b 100%);
	background:linear-gradient(to bottom, #3b8f48 5%, #317d4b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b8f48', endColorstr='#317d4b',GradientType=0);
	background-color:#3b8f48;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #2c7019;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size: 100%;
	padding:10px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #19753b;
	margin-top: 5px;
	margin-bottom: 3px;
}

.wrp_searcn_btn .inner_cal .ypro_bt .ypro_search_btn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #317d4b), color-stop(1, #3b8f48));
	background:-moz-linear-gradient(top, #317d4b 5%, #3b8f48 100%);
	background:-webkit-linear-gradient(top, #317d4b 5%, #3b8f48 100%);
	background:-o-linear-gradient(top, #317d4b 5%, #3b8f48 100%);
	background:-ms-linear-gradient(top, #317d4b 5%, #3b8f48 100%);
	background:linear-gradient(to bottom, #317d4b 5%, #3b8f48 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#317d4b', endColorstr='#3b8f48',GradientType=0);
	background-color:#317d4b;
}

/*お子様料金ボタン*/
.wrp_searcn_btn .inner_btn {
	float: left;
	width: 170px;
	text-align: right;
	padding-right: 20px;
}

.wrp_searcn_btn .inner_btn .ypro_child_btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #fff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff;
	box-shadow:inset 0px 1px 0px 0px #fff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f2f2f2), color-stop(1, #c8c8c8));
	background:-moz-linear-gradient(top, #f2f2f2 5%, #c8c8c8 100%);
	background:-webkit-linear-gradient(top, #f2f2f2 5%, #c8c8c8 100%);
	background:-o-linear-gradient(top, #f2f2f2 5%, #c8c8c8 100%);
	background:-ms-linear-gradient(top, #f2f2f2 5%, #c8c8c8 100%);
	background:linear-gradient(to bottom, #f2f2f2 5%, #c8c8c8 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#c8c8c8',GradientType=0);
	background-color:#f2f2f2;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #707070;
	display:inline-block;
	cursor:pointer;
	color:#000;
	font-family:Arial;
	font-size: 95%;
	padding:7px 16px;
	text-decoration:none;
	margin-top: 20px;
}

.wrp_searcn_btn .inner_btn .ypro_child_btn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c8c8c8), color-stop(1, #f2f2f2));
	background:-moz-linear-gradient(top, #c8c8c8 5%, #f2f2f2 100%);
	background:-webkit-linear-gradient(top, #c8c8c8 5%, #f2f2f2 100%);
	background:-o-linear-gradient(top, #c8c8c8 5%, #f2f2f2 100%);
	background:-ms-linear-gradient(top, #c8c8c8 5%, #f2f2f2 100%);
	background:linear-gradient(to bottom, #c8c8c8 5%, #f2f2f2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c8c8c8', endColorstr='#f2f2f2',GradientType=0);
	background-color:#c8c8c8;
}

/*モーダルウインドウ設定*/
.wrp_searcn_btn .inner_btn .ypro_child_btn:active {
	position:relative;
	top:1px;
}

#box_child_rate {
	width:580px;
	overflow:auto;
}

#box_child_rate dl {
	border: 3px double #004119;
}

#box_child_rate dl dt {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	background: #03692a;
	color: #fff;
	padding: 12px;
}

#box_child_rate dl dd {
	padding: 18px;
	line-height: 1.5;
}

#box_child_rate dl dd span {
	font-weight: bold;
}