@charset "UTF-8";

@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */

a:link {
	color: #1d3994;
  text-decoration: none;
}
a:visited {
	color: #1d3994;
  text-decoration: none;
}
a:hover {
	color: #fe6e2b;
  text-decoration: underline;
}
a:active {
	color: #1d3994;
  text-decoration: none;
}
.pageTitle {
	background: url(images/mainImg.jpg) no-repeat 0 0;
	width: 705px;
	height: 390px;
	margin-bottom: 2em;
}
.pageTitle p {
	width: 415px;
	padding: 265px 0 0 244px;
	line-height: 1.3;
}
table.shopList {
	width: 100%;
	
}
table.shopList td,table.shopList th {
	padding: 7px 5px;
	border-bottom: #fff 2px solid;
}
table.shopList tr {
	background: #eef4d5;
}
table.shopList tr.odd {
	background: #e8e2da;
}
img.photo {
	margin: 0;
}
/*
[
----------------------------------------------------------- */
.rightBox {
	width: 210px;
	float: right;
}
.leftBox {
	width: 450px;
	float: left;
}
.blogEntryBody h4 {
	background: url(images/h4Point.gif) no-repeat 0 0;
	padding-left: 15px;
	font-size: 116%;
	font-weight: bold;
	margin-bottom: 10px;
}
table.stayTable {
	width: 100%;
}
table.stayTable th,table.stayTable td {
	padding: 5px 10px;
	vertical-align: top;
	line-height: 1.3;
}
table.stayTable th {
	width: 70px;
	border-bottom: #727070 2px solid;
}
table.stayTable td {
	border-bottom: #dcdbdb 1px solid;
	word-break: break-all;
}

dl.list dt {
	background: url(images/listPoint.gif) no-repeat 0 3px;
	padding-left: 25px;
	margin-top: 1em;
}
dl.list dd {
	padding: 5px 0 1em 25px;
	marign-bottom: 1em;
	border-bottom: #999 1px dotted;
}
dl.list dd div {
	float: left;
	padding: 0 20px 0 0;
}
dl.list dd div.name {
	width: 140px;
}
dl.list dd div.address {
	width: 200px;
}
dl.list dd ul li {
	padding: 7px;

}
dl.list dd ul li.odd {
	background: #e2e8c4;
}
dl.list dd ul li a {
	display: block;
		position: relative;
		cursor:pointer;
}


ul.shopList li {
	margin-bottom: 15px;
	line-height: 1.3;
	padding-bottom: 15px;
	border-bottom: #bdbdbd 1px dotted;
}
.leftArea {
	width: 635px;
	float: left;
}
.rightArea {
	float: right;
	width: 50px;
}
.rightArea img {
	margin-bottom: 5px;
}
.thumb {
	float: left;
}
.data {
	float: right;
	width: 540px;
}
table.dataTable {
	width: 100%;
}
table.dataTable td.data01 {	
	width: 210px;
}
table.dataTable td.data02 {	
	width: 170px;
}
.line {
	margin: 5px 0;
	height: 1px;
	border-top: #A1B354 1px dotted;
}
.data h5 {
	font-size: 108%;
	font-weight: bold;
}
h5.higaeriIcon {
	background: url(/common/themes/cms/images/higaeri.gif) no-repeat right top;
	width: 540px;
	height: 20px;
}
h5.onsenIcon {
	width: 540px;
	height: 20px;
}
.no {
	vertical-align: bottom;
	margin-right: 10px;
}
.linkIcon {
	height: 32px;
	margin-bottom: 5px;
}
table.form {
	width: 100%;
}
table.form td,table.form th {
	padding: 10px;
	vertical-align: top;
}
table.form td {
	border-bottom: #999 1px solid;
}
table.form th {
	border-bottom: #333 1px solid;
	width: 130px;
	text-align: right;
}
table.form td input {
	margin-right: 5px;
}
.imgFix {
	vertical-align: middle;
	margin-right: 10px;
}
table.form td.bottom,table.form th.bottom {
	border: none;
}
.sodanBtn {
	margin-bottom: 2em;
}