@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( #ff866b /*{b-bup-background-start}*/), to( #ff4e27 /*{b-bup-background-end}*/)) !important; /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #ff866b /*{b-bup-background-start}*/, #ff4e27 /*{b-bup-background-end}*/) !important; /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #ff866b /*{b-bup-background-start}*/, #ff4e27 /*{b-bup-background-end}*/) !important; /* FF3.6 */
	background-image:     -ms-linear-gradient( #ff866b /*{b-bup-background-start}*/, #ff4e27 /*{b-bup-background-end}*/) !important; /* IE10 */
	background-image:      -o-linear-gradient( #ff866b /*{b-bup-background-start}*/, #ff4e27 /*{b-bup-background-end}*/) !important; /* Opera 11.10+ */
	background-image:         linear-gradient( #ff866b /*{b-bup-background-start}*/, #ff4e27 /*{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 #ff4e27;
}

#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:#FF6A49;
	margin-bottom: 5px;
	font-weight: bold;
	border-left: 3px solid #FF6A49;
	padding: 5px 0 5px 10px;
	background: #FFF;
}

#logo a {
	display: block;
	width: 300px;
	height: 178px;
}

/* =======================================
	* Table
======================================= */

.table_area a{text-decoration:underline; font-weight:bold;}
.table_area span.t_red{ color:#F00; font-weight:normal; font-size:12px;}
.table_area span.t_01{ font-weight:normal; font-size:12px; letter-spacing:normal;}

/* table01
--------------------------------------- */
table.table01{
	width:100%;
    *border-collapse: collapse;
    border-spacing: 0;
	text-align:left;
	border-top:1px solid #ffb6a6;
	border-left:1px solid #ffb6a6;
	border-right:1px solid #ffb6a6;
	}

table.table01 th {
	width:150px;
	line-height:120%;
	padding: 7px 10px;
	background:#ffe7e2;
	font-size:14px;
	color:#555;
	border-right:1px solid #ffb6a6;
	border-bottom:1px solid #ffb6a6;
	vertical-align:middle;
	font-weight:bold;
	}
	
table.table01 tr {background: #FFF;}
	
table.table01 td {
	padding: 7px 13px;
	line-height:25px;
	border-bottom:1px solid #ffb6a6;
	color:#555;
	}




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 {
	/* [disabled]float: left; */
	/* [disabled]width: 150px; */
}

#left_shop_list li {
	float: left;
}

.t_area_img {
	width: 250px;
	text-align: center;
	float: left;
}

.info_area {
	width: 710px;
	float: right;
}
