@charset "UTF-8";

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-

 * A. 店舗ページ
 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=*/
 
#shop_detail_area {
	margin-top: 3px;
	/* [disabled]float: right; */
	/* [disabled]width:820px; */
}

#shop_detail_area .h2_tit {
	font-size: 14px;
	background: #888;
	padding: 5px 0 5px 10px;
	color:#fff;
	
	background-image: -webkit-gradient(linear, left top, left bottom, from( #0075f4 /*{b-bup-background-start}*/), to( #005dc1 /*{b-bup-background-end}*/)) !important; /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #0075f4 /*{b-bup-background-start}*/, #005dc1 /*{b-bup-background-end}*/) !important; /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #0075f4 /*{b-bup-background-start}*/, #005dc1 /*{b-bup-background-end}*/) !important; /* FF3.6 */
	background-image:     -ms-linear-gradient( #0075f4 /*{b-bup-background-start}*/, #005dc1 /*{b-bup-background-end}*/) !important; /* IE10 */
	background-image:      -o-linear-gradient( #0075f4 /*{b-bup-background-start}*/, #005dc1 /*{b-bup-background-end}*/) !important; /* Opera 11.10+ */
	background-image:         linear-gradient( #0075f4 /*{b-bup-background-start}*/, #005dc1 /*{b-bup-background-end}*/) !important;

	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px; 
	border-bottom: 2px solid #003c7d;
}

#shop_detail_area .detail_area {
	background: #EFEFEF;
	border-bottom: 3px solid #005dc1;
	margin-bottom: 20px;
}






/*------------ 時間別料金表エリア開始 ---------------*/

.mt_10 {
	margin-top: 10px !important;
}

.mt_15 {
	margin-top: 15px !important;
}

.mt_20 {
	margin-top: 20px !important;
}

#shop_detail_area .mb_30 {
	padding: 10px;
}

#shop_detail_area .detail_area {
	padding: 10px;
}

#shop_detail_area .detail_area .h3_tit {
	color:#0075f4;
	margin-bottom: 5px;
	font-weight: bold;
	border-left: 3px solid #0075f4;
	padding: 5px 0 5px 10px;
	background: #FFF;
}

table.price {
  clear:both;
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 100%;
}

table.price caption {
  margin-top: 5px;
  text-align: right;
	}

table.price th,
table.price td {
  padding: 4px 6px;
	}

table.price th {
  background: #0075f4;
  text-align: center;
  white-space: nowrap;
  font-size: 12px;
  color: #FFF;
	}

table.price td {
  text-align: right;
  white-space: nowrap;
  font-size:15px;
	}

table.price td.time{
	font-weight:bold;
	color:#FFF;
	font-size:12px;
	}

table.price col.time {background: #6cb2ff;}

table.price col.time01 {background: #c1dfff;}

table.price col.time02 {background: #e3f0ff;}

table.price col.time03 {background: #c1dfff;}

table.price col.time04 {background: #e3f0ff;}

table.price col.time05 { background: #c1dfff;}

table.price col.time06 {background: #e3f0ff;}

table.price col.time07 { background: #c1dfff;}

.sys_txt2{
	width:100%;
	text-align:left;
	clear:both;
	font-size:12px;
	margin:10px 0 10px 7px;
	color:#333;
	line-height: 1.3;
	letter-spacing: 2px;
}

.room_area {
	text-align: center;
}

.sys_tit{
	color:#0075F4;
	font-size:14px;
	font-weight:bold;
	margin-bottom: 5px;
}

table.info_table {
  clear:both;
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 100%;
}

table.info_table caption {
  margin-top: 5px;
  text-align: right;
	}

table.info_table th,
table.info_table td {
  padding: 4px 6px;
	}

table.info_table th {
	text-align: right;
	white-space: nowrap;
	font-size: 12px;
	color: #333;
	border-right: 2px solid #999;
}

table.info_table td {
	text-align: left;
	white-space: nowrap;
	font-size:15px;
}

table.info_table td.time{
	font-weight:bold;
	color:#FFF;
	font-size:12px;
	}

table.info_table col.time {background: #d29ebe;}

table.info_table col.time01 {background: #edd8e5;}

table.info_table col.time02 {background: #f8eff4;}

table.info_table col.time03 {background: #edd8e5;}

table.info_table col.time04 {background: #f8eff4;}

table.info_table col.time05 { background: #edd8e5;}

table.info_table col.time06 {background: #f8eff4;}


#left_shop_list {
	width: 980px;
	margin: 0 auto;
}

#left_shop_list li {
	float: left;
}

.t_area_img {
	width: 250px;
	text-align: center;
	float: left;
}

.info_area {
	width: 710px;
	float: right;
}
