@charset "utf-8";
/* CSS Document */
/*----- 会社概要 -----*/
#conmapy .h2TT {
	padding: 0 0 0 44px;
	background-image: url(../images/h2.png);
	background-position:12px  top;
	background-repeat: no-repeat;
}
#conmapy table {
	width: 100%;
	margin: 10px auto 68px;
}
#conmapy table th {
	font-weight:normal;
	width: 114px;
	padding: 18px 0 18px 13px;
	border-bottom: 1px solid #cdc0b5;
}
#conmapy table td {
	padding: 18px 0;
	border-bottom: 1px solid #cdc0b5;
}
/*----- 店舗案内 -----*/
#store{
	margin: 22px auto;
}
#storeTab {
	text-align: center;
}
#storeTab li {
	width: 243px;
	height: 67px;
	margin: 0 13px;
	display: inline-block;
}
#storeTab li a {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat:  no-repeat;
	background-position: 0 0 ;
}
#storeTab li.selected a,#storeTab li a:hover{ background-position:0 -67px; }
#storeBT01 {background-image: url(../images/storeBT01.png)}
#storeBT02 {background-image: url(../images/storeBT02.png)}
#storeBT03 {background-image: url(../images/storeBT03.png)}
#store02,#store03 { display:none}

#storeDisp {
	margin:25px auto 0;
}
.sroteData {
	width:535px;
	float:left;
	margin:0 0 20px;
}
.sroteData h3 {
	font-size:18px;
	color:#582c01;
	padding:0 0 10px 15px;
}
.sroteData table {
	width:100%;
}
.sroteData table th {
	width:115px;
	height:50px;
	line-height:50px;
	font-weight:normal;
	padding:0 0 0 15px;
	border-top:1px solid #cdc0b5;
}
.sroteData table td {
	padding:0 0 0 15px;
	height:50px;
	line-height:50px;
	border-top:1px solid #cdc0b5;
}
.storeTel {
	font-size:18px;
	font-weight:bold;
	color:#ffb70a;
}
.storeTag {
	padding:5px 10px;
	border-radius:5px;
	color:#fff;
	background-color:#01a7ea;
}
.storeImg {
	width:412px;
	float:right;
	margin:0 0 20px;
}
.storeImg li {
	float:left;
}
.storeImg li:first-child { width:412px;}
.storeImg li:nth-child(3) { margin:0 11px}
.storeMap {
	width:100%;
	height:475px;
	clear:both;
	margin:20px auto 0;
}