@charset "utf-8";

/* -----------------------------------------------------------------------------
** index.html
----------------------------------------------------------------------------- */

.floor_index {
	padding: 20px 10px 10px 10px;
	}

.floor_index .floor_label {
	margin-bottom: 10px;
	}

.floor_index dl {
	width: 700px;
	overflow: hidden;
	padding-top: 10px;
	}

.floor_index dl dt {
	width: 215px;
	float: left;
	}

.floor_index dl dd {
	width: 471px;
	float: right;
	padding: 2px 0 6px;
	background: url(../../common/image/line_h.gif) left bottom repeat-x;
	position: relative;
	}

.floor_index dl dd h3 {
	width:380px;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.3;
	color: #AA92E4;
	}
	
.floor_index dl dd h3 a {
	color: #AA92E4;
	text-decoration: none;
	}

.floor_index dl dd h3 a:hover {
	color: #AA92E4;
	text-decoration: underline;
	}	
	
.floor_index dl dd .explanation {
	color: #999999;
	}
	
.floor_index dl dd .btn_detail {
	position: absolute;
	right: 0px;
	top: 3px;
	}
	
	
.floor_extra {
	width: 720px;
	overflow: hidden;
	padding: 10px 0;
	}	
	
.floor_extra .extra_info {
	width: 335px;
	min-height: 105px;
	padding: 5px;
	margin-left: 10px;
	background: url(../image/detail_bg_01.gif) left top repeat;
	float: left;
	}

* html .floor_extra .extra_info {
	margin-left: 5px;
	height: 105px;
	}

.floor_extra .extra_info .inner {
	position: relative;
	background: #FFFFFF;
	height: 105px;
	}
		
.floor_extra .extra_info .inner .text {
	display: block;
	position: absolute;
	z-index: 100;
	}

.floor_extra .extra_info .inner .text a {
	display: block;
	padding: 12px 10px;
	padding-right: 150px;
	line-height: 120%;
	color: #999999;
	height: 85px;
	background: url(/image/line_v.gif) no-repeat;
	text-decoration: none;
	}

.floor_extra .extra_info .inner .text span {
	display: block;
	margin-top: 10px;
	}

.floor_extra .extra_info .inner .text a:hover span {
	text-decoration: none;
	}
	
.floor_extra .extra_info .image {
	padding: 12px;
	text-align: right;
	}

/* -----------------------------------------------------------------------------
** detail.html
----------------------------------------------------------------------------- */

.floor_detail {
	padding: 20px 10px 10px;
	}

.floor_detail .title {
	background: url(../image/floor_bg_01.gif) left bottom repeat-x;
	padding-bottom: 15px;
	}

.floor_detail .title p {
	float: left;
	margin-right: 10px;
	}

.floor_detail .title .floor_label {
	float: none;
	padding-bottom: 20px;
	}
	
.floor_detail .title h2 {
	font-size: 160%;
	line-height: 120%;
	}

.floor_detail .title h2 span {
	display: block;
	font-size: 80%;
	font-weight: normal;
	color: #999999;
	}

.floor_detail .floor_table {
	margin-top: 11px;
	}
	
.floor_detail .floor_table dl {
	width: 700px;
	overflow: hidden;
	padding: 10px 0;
	background: url(../../common/image/line_h.gif) left bottom repeat-x;
	}

.floor_detail .floor_table dl dt {
	float: left;
	width: 375px;
	padding-left: 17px;
	background: url(../image/floor_icon_01.gif) 0px 3px no-repeat;
	font-size: 120%;
	font-weight: bold;
	}

.floor_detail .floor_table dl dt a {
	color: #aa92e4;
	}

.floor_detail .floor_table dl dd.shop_category {
	float: left;
	width: 120px;
	text-align: right;
	color: #999999;
	}
	
.floor_detail .floor_table dl dd.shop_info {
	float: right;
	width: 161px;
	overflow: hidden;
	}

.floor_detail .floor_table dl dd.shop_info ul {
	margin-right: -3px;
	}
	
.floor_detail .floor_table dl dd.shop_info ul li {
	float: left;
	display: block;
	width: auto;
	margin-right: 3px;
	}




