@charset "utf-8";


/*====================================================================================================

　お店紹介　カテゴリ
 
====================================================================================================*/


div.store-wrap {
	width: 720px;
	margin: 0 0 20px 0;
}

div.store-wrap-left {
	float: left;
	width: 320px;
	padding: 15px;
	background: #ffffdc;
}
div.store-wrap-right {
	float: right;
	width: 320px;
	padding: 15px;
	background: #ffffdc;
}

div.store-header {
	border-bottom: 1px dotted #f04646;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
p.store-header-text {
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin: 0 0 5px 0;
}

div.store-content {
	width: 320px;
}
div.store-con-left {
	width: 140px;
	float: left;
}
div.store-con-right {
	width: 168px;
	float: right;
}

p.store-con-photo {
	margin: 0 0 7px 0;
}
p.store-con-bt {
	margin: 0 0 7px 0;
}

dl.store-dl {
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing: 0em;
}
dl.store-dl dt {
	color: #f04646;
	font-weight: bold;
}

dt.store-dt-t {
}
dd.store-dd-t {
	margin: 0 0 5px 0;
}
dt.store-dt-h {
	float: left;
	width: 55px;
	clear: both;
}
dd.store-dd-h {
	float: right;
	width: 113px;
	margin: 0 0 5px 0;
}
dt.store-dt-p {
	float: left;
	width: 55px;
	clear: both;
}
dd.store-dd-p {
	float: right;
	width: 113px;
	margin: 0 0 5px 0;
}
dt.store-dt-tel {
	float: left;
	width: 43px;
	clear: both;
}
dd.store-dd-tel {
	float: right;
	width: 125px;
	margin: 0 0 5px 0;
	font-size: 15px;
	font-weight: bold;
}


table.store-list {
	width: 720px;
	border-collapse: separate;
	border-spacing: 10px 5px;
	margin: 0 0 50px 0;
}
table.store-list td {
	width: 50%;
	padding: 8px 5px 0 5px;
	font-size: 1.07em;
}
table.store-list-cate01 td  {
	border-bottom: 1px dotted #f08200;
}
table.store-list-cate02 td {
	border-bottom: 1px dotted #e8437e;
}
table.store-list-cate03 td {
	border-bottom: 1px dotted #14a83b;
}
table.store-list-cate04 td {
	border-bottom: 1px dotted #00b0ec;
}
table.store-list-cate05 td {
	border-bottom: 1px dotted #0d6fb8;
}
table.store-list-cate06 td {
	border-bottom: 1px dotted #a74e6e;
}

table.store-list-cate-sanjyo td {
	border-bottom: 1px dotted #444444;
}


table.store-list td.store-list-noboder {
	border-bottom: none;
}

