@charset "utf-8";

#main #mainInner{}

#main #mainInner h1{
	background:url(../common/img/ttl_h1.png);
	width:89px;
	height:36px;
	display:block;
	margin: 14px 0 2px 0;
}

/*ショップ情報（右側）*/

#mainInner #shopDetail{}

#mainInner #shopDetailMain{
	padding-left:20px;
	_padding-left:10px;
	width:606px;
	float:left;
}

#shopDetailMain #shopTitleArea{
	background:url(../common/img/bg_shopnametop.png) no-repeat top;
	float:left;
	width:259px;
}


#shopDetailMain #shopTitleArea h2{
	background:url(../common/img/bg_shopnamebottom.png) no-repeat bottom;
	padding:25px 10px 13px 10px;
	text-align:center;
	color:#666633;
	font-size:130%;
	font-weight:bold;
	font-family:"ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W3";
}

#shopDetailMain #shopTelNumArea{
	float:left;
	padding:12px 0 0 5px;
}

#shopDetailMain #shopTelNumArea p.telNum{
	color:#CC6600;
	font-size:130%;
	font-weight:bold;
}

#shopDetailMain #shopTelNumArea p.shopKind{
	color:#996600;
	font-size:120%;
	font-weight:bold;
	font-family:"ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W3";
}

#shopDetailMain #detailList{
	padding:10px 0;
	clear:both;
}

#shopDetailMain #detailList .shikaku{
	color:#B8A879;
}

#shopDetailMain #detailList dl{}

#shopDetailMain #detailList dt{
	clear:both;
	float:left;
	width:200px;
	color:#999999;
}

#shopDetailMain #detailList dd{
	float:left;
	color:#999999;
}

#shopDetailMain #shopMessege {
	background-image: url(../common/img/bg_messbottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width:617px;
	margin-top:-30px;
}

#shopDetailMain #shopMessegeInner {
	background-image: url(../common/img/bg_messtop.gif);
	background-repeat: no-repeat;
	width:577px;
	padding:60px 20px 20px 20px;
	color:999999;
}

#shopDetailMain #shopMessegeInner p {
	color:#999999;
}

#shopDetailMain #pickUpGalsArea{
	padding-top:20px;
}

#shopDetailMain #pickUpGalsArea h2{
	background:url(../common/img/ttl_h2_pickup.png) no-repeat;
	width:159px;
	height:30px;
	display:block;
}

#shopDetailMain #pickUpGalsAreaInner{
	padding:4px 0 0 21px;
}

#shopDetailMain #pickUpGalsAreaInner .oneTable{
	padding-bottom:20px;
    font-size : 13px;
}

#shopDetailMain #pickUpGalsAreaInner .pickPhoto{
	background:url(../common/img/bg_thmphoto.png) no-repeat;
	padding:2px 6px 8px 2px;
	width:99px;
}

#shopDetailMain #pickUpGalsAreaInner .pickDetail{
	padding:0px 10px 0px 15px;
	width:214px;
	color:#999999;
}

#shopDetailMain #pickUpGalsAreaInner .pickLink{
	padding:0px 25px 0px 0px;
	text-align:right;
	width:214px;
}

#shopDetailMain #pickUpGalsAreaInner .pickLink a{
	color:#856200;
}

#shopDetailMain #shopEventInfo{
padding-bottom:30px;}

#shopDetailMain #shopEventInfo h2{
	background:url(../common/img/ttl_h2_event.png) no-repeat;
	width:119px;
	height:30px;
	display:block;
	padding-bottom:10px;
}

#shopEventInfo .shopEventInfoInner{
	padding-left:30px;
}

#shopEventInfo .shopEventInfoInner .eventData{
	color:#FF0000;
	font-weight:bold;
	padding-bottom:5px;
}

#shopEventInfo .shopEventInfoInner .eventTitle{
	color:#856200;
	font-weight:bold;
	padding-bottom:5px;
}

#shopEventInfo .shopEventInfoInner .eventDetail{
	color:#999999;
}




/*ショップ情報（左側）*/

#mainInner #shopDetailSub{
	width:246px;
	float:left;
}

#mainInner #shopDetailSub #shopLogoArea{
	width:235px;
	padding:4px 3px;
	background:url(../common/img/bg_shoplogo.png) no-repeat;
}

.mtables  {
    border-collapse : collapse;
}

.mtables th  { width : 100px; color : #999999; text-align : left; font-size : 13px; }
.mtables td  { color : #999999; text-align : left; font-size : 13px; }

