@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;
}

img.photo {
	margin: 0;
}
.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: 350px;
	float: left;
}
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;
}

table.fee {
	width: 100%;
}
table.fee th,table.fee td {
	padding: 5px 10px;
	vertical-align: top;
	line-height: 1.3;
	border-bottom: #888 1px dotted;
}
table.fee th {
	width: 85px;
}