@charset "utf-8";
/* formatting style ------------------------------*/
/* -----------------------------------------*/
*{
	font-style:normal;
	margin:0px;
	padding:0px;
}


hr{
	display:none;
}


html {
	margin-bottom:1px;
	height:100%;
}


/* line style　------------------------------*/
/* -----------------------------------------*/

a img{
	border-style:none;
}


/* link style ------------------------------*/
/* -----------------------------------------*/

a:link{
	color: #000000;
}
a:hover{
}


.clear {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}


/* lyout style ------------------------------*/
/* -----------------------------------------*/

body {
	text-align: center;
	color: #3f3f3f;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 22px;
}


.logoWrap {
	text-align: center;
	padding: 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #dddddd;
}

.copyright {
	font-size: 12px;
	color: #999999;
	padding: 15px;
}

.errorMsg {
	padding-bottom: 30px;
	color: red;
}

select, input[type="text"] {
	font-size: 18px;
}

/* #contents_outside ------------------------------*/
#contents_outside{
	width: 100%;
	background-color: #FFF;
	padding-bottom: 30px;
}

/* #contents ------------------------------*/
#contents{
	text-align: left;
	width: 90%;
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}


#contents:after {
height: 0;
visibility: hidden;
content: ".";
display: block;
clear: both;
}


/* #main ------------------------------*/
/* -----------------------------------------*/
#main {
	width: 100%;
}
.box {
	zoom: 100%;
	margin-bottom: 50px;
}


.box:after {
height: 0;
visibility: hidden;
content: ".";
display: block;
clear: both;
}


.box_in_text {
	margin-bottom: 15px;
	zoom: 100%;
}

.box_in_text:after {
height: 0;
visibility: hidden;
content: ".";
display: block;
clear: both;
}

/* page_title ------------------------------*/
h3 {
	margin-bottom: 30px;
}
.headline {
	font-size: 20px;
	font-weight: bold;
	color: #003B82;
}
.bottom15 {
	margin-bottom: 15px;
}

/* tb_yoyaku　-----------------------------------------*/

.tb_yoyaku  {
	border-spacing: 0;
	border-collapse:collapse;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	margin-bottom: 30px;
}

.tb_yoyaku th {
	vertical-align: top;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	background-color: #ebf6fd;
}

.tb_yoyaku td {
	vertical-align: top;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}

.tb_yoyaku td p {
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-left: 10px;
	height: 30px;
}


.time_space {
	padding-left: 10px;
}
.input_area {
	padding: 3px;
	width: 100%;
}








/* .bt_back　-----------------------------------------*/
.bt_back {
	background-image: url(/shonan/reserve/img/common_img/bt_back02.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 150px;
	float: left;
}

.bt_back a {
	background-image: url(/shonan/reserve/img/common_img/bt_back01.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 150px;
}

.bt_back a:hover {
	background-image: none;
	}

.bt_back a span {
	display: none;
	}

	/* .bt_next　-----------------------------------------*/
.bt_next {
	background-image: url(/shonan/reserve/img/common_img/bt_next02.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 150px;
	float: right;
}

.bt_next a {
	background-image: url(/shonan/reserve/img/common_img/bt_next01.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 150px;
}

.bt_next a:hover {
	background-image: none;
	}

.bt_next a span {
	display: none;
	}

/* .bt_kakunin　-----------------------------------------*/
.bt_kakunin {
	background-image: url(/shonan/reserve/img/common_img/bt_kakunin02.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 150px;
	float: right;
}

.bt_kakunin a {
	background-image: url(/shonan/reserve/img/common_img/bt_kakunin01.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 150px;
}

.bt_kakunin a:hover {
	background-image: none;
	}

.bt_kakunin a span {
	display: none;
	}
