@charset "utf-8";


/* CSS Import Style
---------------------------------------------------- */
@import "01styles_main.css";
@import "02styles_common.css";
@import "03styles_additional.css";
@import "styles_inc.css";


/* /shop/
---------------------------------------------------- */
.shopNotice{
	margin: -1px 12px -10px 10px !important;
}
.shopNotice li{
	border-top: 1px dotted #c5c5c5;
	padding: 10px 0 2px 0  !important;
}
.shopNotice li span{
	display: block;
	padding-left: 0;
	background: none;
	color: #e15530;
}
.shopUpdate li a{
	display: block;
	margin-top: 3px;
	margin-bottom: 3px;
}


/* /shop/(contents)
---------------------------------------------------- */
.shopContents{
	background-color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
}
.shopEntire{
	width: 468px;
	margin: 20px auto !important;
	text-align: left;
}
.shopEntire h1{
	width: 468px;
	margin: 0 0 10px 0;
}
.shopEntire h2{
	margin: 0 0 6px 0;
	background: none;
	font-size: 75%;
}
.shopEntire h3{
	margin: 20px 0 8px 0;
}
.shopEntire p.shopMap{
	float: left;
	margin: 0 0 16px 0;
	padding: 0;
}
.shopEntire p.shopPhotoCaption{
	text-align: right;
	margin: 3px 0 -20px 0;
}
.shopEntire div.shopCaption{
	float: right;
	width: 240px;
	margin: 0 0 16px 0;
	position: relative;
	left: 2px;
}
.shopEntire div.shopCaption table{
	margin: 0 0 6px 0;
	width: 240px;
}
.shopEntire div.shopCaption table th{
	white-space: nowrap;
}
.shopEntire div.shopCaption p{
	margin: 0 0 0 0;
}

.shopList .aLinkLv1 {
	display: inline;
}




