@charset "UTF-8";

/*--------------------------------------------------------
予約システム
-------------------------------------------------------*/

#reservation .notice {
	margin: 10px 5px 20px;
	padding: 14px 14px 10px 14px;
	background-color: #F8F8F6;
	border:1px solid #ccc;
	/* border-radius */
	 -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* box-shadow */
	box-shadow:rgba(133, 133, 133, 0.29) 0px 0px 3px 2px;
	-webkit-box-shadow:rgba(133, 133, 133, 0.29) 0px 0px 3px 2px;
	-moz-box-shadow:rgba(133, 133, 133, 0.29) 0px 0px 3px 2px;
}

#reservation .notice .title {
	font-weight: bold;
	color: #E64042;
	margin-bottom: 8px;
}

#reservation .notice em {
	font-style: normal;
	font-size: 16px;
}

#reservation .notice ul {
	list-style-type: disc;
	font-size: 13px;
	line-height: 1.4em;
}

#reservation .notice ul li {
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 5px;
}

#reservation .telhours {
	padding: 5px;
}

#reservation .notice .telhours dt {
	font-weight: bold;
}

#reservation h4.QuestionTitle {
	margin: 5px 5px 0;
	padding:2px 0 4px 8px;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	background-color:#5CAD33!important;
	padding-top:8px!important;
	/* border-radius */
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#reservation .Question {
	background: #fff;
	margin: 0 5px 10px;
	padding: 10px;
	font-size:15px;
	line-height:2.0;
	border: 4px solid #5CAD33;
	border-top: none;
	/* border-radius */
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;

}

#reservation .Question .Title {
	font-size:13px;
	font-weight:bold;
	margin-bottom:4px;
}

#reservation label {
	line-height: 1.5em;
	padding: 3px 6px;
	margin-bottom: 4px;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#reservation label#doctor,
#reservation label#shoshin {
	background: #ffd766;
}

#reservation .message {
	margin: 10px;
	border: 1px solid #ccc;
	padding: 15px; 
	line-height:1.5;
	margin-top:15px;
	background: url(./img/telimg.gif) no-repeat bottom right;
}

#reservation .message em {
	font-weight:bold;
	font-style: normal;
	color:#eb3e42;
}

#reservation .center {
	text-align:center;
}

#reservation .telno {
	font-size:18px;
	line-height:1.5;
	font-weight:bold;
	padding: 10px 0;
}

#reservation .arrow {
	margin-bottom:5px;
}

#reservation .inner {
	margin-top: 5px;
	margin-bottom: 15px;
}

#reservation h4 {
	margin-top: 6px;
	background: #ffbc00;
	padding: 5px 15px;
}

#reservation .inner .firstvisit {
	margin-bottom: 0;
	font-size: 120%;
	color: #f00;
}

#reservation .howtoReserve {
	border: 5px solid #ffbc00;
	border-top: none;
	background: #fff;
	margin: 0 0 20px 0;
	padding: 10px;
}

#reservation .howtoReserve ol li {
	list-style-type: decimal;
	vertical-align: top;
	margin-left: 30px;
	margin-bottom: 10px;
}

#reservation .howtoReserve ol li img {
	margin: 0 5px;
}

#reservation .btFirstvisit a {
	background: url(../reservation/img/bt_firstvisit.gif) no-repeat 0 0;
	display: block;
	width: 220px;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 auto 30px auto;
}

#reservation .btExisting a {
	background: url(./img/bt_existing.gif) no-repeat 0 0;
	display: block;
	width: 220px;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 auto 30px auto;
}

#reservation .btFirstvisit a:hover {
	background: url(./img/bt_firstvisit.gif) no-repeat 0 -50px;
}

#reservation .btExisting a:hover {
	background: url(./img/bt_existing.gif) no-repeat 0 -50px;
}
