@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      contents.css
 Author:         h.okada
 Style Info:     店舗詳細
----------------------------------------------------------- */

@import url("../mall_map/css/genre_navi.css");


/*----------------------------------------------------
	#main
----------------------------------------------------*/

#main {
	width: 750px;
	padding: 20px;
}

#main h2 {
	padding-bottom: 20px;
}	


/* 店舗詳細ボックス */

#main div.storeDataBox {
	clear: both;
	margin-bottom: 20px;
	border: 8px solid #3D8BCA;
}
#main div.storeDataBox h3 {
	height: 32px;
	font-size: 20px;
	color: #fff;
	line-height: 24px;
	background-color: #3D8BCA;
}



/* カテゴリアイコン */

#main div.storeDataBox p.categoy {
	position: relative;
	margin: 0;
	line-height: 1;
	background-color: #3D8BCA;
}
#main div.storeDataBox p.categoy img {
	position: absolute;
	top: -34px;
	right: 0;
}
/* for IE6 */
* html #main div.storeDataBox p.categoy img {
	right: 28px;
}



/* 本文*/

#main div.storeDataBox .storeBody {
	padding: 20px 10px;
}
#main div.storeDataBox .storePhoto {
	float: left;
	width: 180px;
	margin-right: 10px;
	margin-top: -10px;
}
#main div.storeDataBox .storePhoto p {
	margin-top: 10px;
	margin-bottom: 0;
}
#main div.storeDataBox .storePhoto ul li {
	margin-right: 6px;
	display: inline;
}
#main div.storeDataBox .storePhoto ul li img {
	margin-top: 10px;
}
#main div.storeDataBox .storeDetail {
	float: left;
	width: 520px;
}
#main div.storeDataBox .storeDetail p {
	margin-bottom: 20px;
}
#main div.storeDataBox .storeDetail table {
	width: 100%;
}
#main div.storeDataBox .storeDetail table th,
#main div.storeDataBox .storeDetail table td {
	padding: 8px 10px;
	border: 1px solid #222;
}
#main div.storeDataBox .storeDetail table th {
	background-color: #EBEBEB;
	width: 7em;
}
#main div.storeDataBox .storeDetail table tr.fourColumn td {
	width: 150px;
}
#main div.storeDataBox .storeDetail table th.headerFax {
	width: 3em;
}

.txt12px {font-size: 12px}

/* 下部リンクリスト */

#main div.next {
	clear: both;
	text-align: right;
	color: #222;
	font-weight: bold;
	margin-bottom: 20px;
}
#main div.next li {
	display: inline;
	margin-left: 8px;
}
#main div.next li a {
	font-weight: normal;
}

#main div.next li.nextAndPrePage {
	color: #999999;
	font-weight: normal;
}
		





