@charset "UTF-8";


/* /////////////////////////////////////////////////

	Main CSS
	
	Author	yk
	Date	2013/11/18

///////////////////////////////////////////////// */


/*--------------------------店舗コンテンツ内共通設定--------------------------*/

#mainVisual{
	position:relative;
	width:960px;
	padding:10px 20px 0;
	margin:-3px auto 0;
	background-color:#fff;
	background-image:url(/shop/main_visual.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	overflow:hidden;
}

#mainVisual #breadcrumb{
	color:#fff;
}

#mainVisual #breadcrumb a{
	color:#ee0;
}

#shopDetail{
	float:left;
	width:400px;
	padding-left:30px;
	margin-top:260px;
}

#shopDetail h2{
	margin-bottom:20px;
}

#shopDetail h3{
	margin-top:30px;
}

#shopDetail #shopNews{
	padding:16px;
	border:3px solid #b40000;
}

#shopDetail #shopNews li{
	margin-bottom:10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ddd;
}

#shopDetail #shopNews li:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

#shopDetail #shopNews span {
	color: #b40000;
	font-weight: bold;
}

#shopDetail #shopInfo{
	margin-bottom:20px;
}

#shopDetail #shopInfo li{
	overflow: hidden;
	margin-bottom: 10px;
}

#shopDetail #shopInfo li .rightArea{
	float: right;
	width: 297px;
}

#shopDetail #shopInfo span{
	display:inline-block;
	width:100px;
}

#shopDetail #operation {
	border:1px solid #000;
	padding:10px;
}
#shopDetail #operation span{
	display:inline-block;
	font-weight: bold;
	margin-bottom: 5px;
}


#shopImage{
	float:right;
	width:450px;
	padding-right: 30px;
}

#shopImage li{
	margin-bottom:10px;
}

#shopManager{
	height:293px;
	margin-bottom:20px;
}

#shopManager p{
	float:right;
	width:450px;
	font-size:20px;
	line-height:32px;
}