@charset "shift_jis";
#wrapper {
	margin-right: auto !important;
	margin-left: auto !important;
	width: 840px;
	min-width:840px;
}
.header {
	height: 50px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a09f9f;
}
.footer {
	margin-top: 10px;
	width: 100% !important;
	text-align: center;
	background-image: url(../images/footer-back-img.png);
	background-repeat: repeat-x;
}
.detail-honbun {
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 10px;
}
.detail-honbun-area {
	background-color:#f5f5f5;
	height: 25px;
	vertical-align: middle;
	padding-top: 5px;
	padding-left: 3px;
	line-height: 2em;
}
.detail-spec {
	margin-top: 30px;
}
.detail-spec table {
	border-collapse: collapse;
	width: 100%;
}
.detail-spec td {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 2;
}
.detail-spec th {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: left;
	width: 150px;
	vertical-align: baseline;
	line-height: 2;
}
.detail-btn-close {
	text-align: center;
	padding: 10px;
}
.detail-btn-print {
	float: right;
	height: 30px;
	width: 80px;
	cursor:pointer;
	margin-top: 8px;
}
.detail-shop-title-txt {
	float: left;
	font-size: 18px;
	font-weight: bold;
	width: 700px;
	padding-top: 10px;
	position:relative;
}
.detail-shop-title-txt img{
	position:absolute;
	left:0px;
	top:10px;
}
.detail-shop-title-txt div{
	margin:0;
	padding:0 0 0 30px;
}
.detail-photo-outbox {
	float: left;
	width: 260px;
	padding-right: 0px;
	padding-left: 0px;
	display: inline;
	overflow: hidden;
}
.detail-shop-infobox {
	float: right;
	width: 520px;
	margin-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	display: inline;
}
.detail-shop-infobox-title {
	font-size: 16px;
	font-weight: bold;
	color: #21ccd2;
}
.detail-tokuten-out {
	padding-right: 10px;
	padding-left: 10px;
}
.detail-tokuten-imadake {
	position: relative;
	margin-top: 10px;
}
.detail-tokuten-imadake-title-im {
	position: absolute;
}
.detail-tokuten-imadake-txt {
	float: left;
	width: 770px;
	margin-left: 10px;
	padding-top: 60px;
	padding-left: 20px;
	background-color: #fff3dd;
	padding-bottom: 10px;
	padding-right: 10px;
}
.detail-tokuten-tokuten {
	position: relative;
	margin-top: 10px;
}
.detail-tokuten-tokuten-title-im {
	position: absolute;
}
.detail-tokuten-tokuten-txt {
	float: left;
	width: 770px;
	margin-left: 10px;
	padding-top: 60px;
	padding-left: 20px;
	background-color: #e6f7f8;
	padding-bottom: 10px;
	padding-right: 10px;
}
.detail-shop-title-out {
	margin-bottom: 10px;
}
/* =======================================
	slideshow
======================================= */
#slideshow {
	width: 260px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#slideshow div {
	width: 260px;
	height: 197px;
	overflow: hidden;
	position: relative;
}
#slideshow div div {
	top: 0;
	left: 0;
	position: absolute;
}
#slideshow ul {
	width: 260px;
}
#slideshow ul li {
	width: 52px;
	float: left;
	display: inline;
}
#slideshow .active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
/* =======================================
	ClearFixElements
======================================= */
#slideshow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
#slideshow ul {
	display: inline-block;
	overflow: hidden;
}
