
/* -------------------------------------------------------

	SHOP PROMPTION STYLE CSS 

-------------------------------------------------------- */


/* Layout - レイアウト
-------------------------------------------------------- */
* {
	margin:0;
	padding:0;
}

div#page {
	margin: 0 auto;
	clear:both;
}
p {
	line-height:1.4;
	margin:0;
}


/* Contents　TOP - コンテンツTOPページ
-------------------------------------------------------- */

/* Topicpath - パンくず/ Menu - メニュー */

div.topicpath,
div.menu {
	width:470px;
	clear:both;
	text-align:left;
}
div.topicpath ol{
	float:left;
	width:470px;
	margin:0; !important
	padding:0;!important
}
div.topicpath ol li,
div.menu ol li {
	display:inline;
}
div.topicpath ol li a,
div.menu ol li a {
	font-weight:normal;
	padding-right:5px;
}
.obi02 {
	margin-bottom:30px;
}
h2 img {
	margin-top:20px;
}
div.summary {
	padding:5px;
	line-height:140%;
	margin-bottom:20px;
}
div.menu {
	float:left;
	width:460px;
	background-color: #E8EEF6;
	padding:5px;
	height:15px;
	margin-bottom:20px;
}
/* Read - リード文 */

div.read {
	width:470px;
	clear:both;
	margin-bottom:20px;
}
div.read img.thum {
	width:75px;
	margin-right:10px;
	float:left;
}
div.lreald img.lookClosely{
	float:right;
}
div.read p {
	padding-right:10px;
}

div.contentsBox {
	margin-bottom:20px;
	clear:both;
	width:470px;
}
div#music table {
	margin-bottom:20px;
}

/* Contents　PAGE　 - 各コンテンツページ
-------------------------------------------------------- */

/* common - 共通 */

div.contentsMenu { /* HEADER　リンク */
	width:470px;
	height:auto;
	line-height:1.5;
	clear:both;
	margin-bottom:20px;
}
div.contentsMenu span {
	margin:0 2px;
}
div.contentsMenu span.current {
	background-color:#FFFF99;
	width:auto;
}

div.pageBox {　/* 内容box */
	clear:both;
	width:470px;
	text-align:left;
	margin-bottom:20px;
}
div.pageBox p {
	margin-bottom:22px;
	line-height:1.5;
	width:auto;
	height:auto;
}

/* レンタル店の開業等の手続きについて 共通 */
h3.title {
	background:#009999;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
}

div.rental dl dt,
div.rental dl dd { 
	line-height:1.5;
}
div.rental dl dt {/* Q */
	font-weight:bold;
	border-bottom:2px solid #2881DB; 
	color:#2881DB;
	background:#FCFCFC;
	margin-bottom:10px;
}
div.rental dl dd {/* A */
	margin-bottom:20px;
}
div.rental dl dd ul {
	margin-left:20px;
}
div.rental dl dd ul li span {
	display:block;
	text-align:center;
	list-style:none;
}
div.rental table {
	margin:15px 0 20px 0;
	line-height:1.5;
	border:1px solid #E1E1E1;
	border-collapse:collapse; 
	border-spacing:0; 
}

div.rental table th,
div.rental table td {
	border:1px solid #E1E1E1;
}
	
div.rental table th {
	background:#EAEAEA;
	color:#0066CC;
	text-align:center;
}


/* Go Top*/
.goTop {
	text-align:right;
	margin:10px 0;
}
.goTop img {
	margin-right:5px;
}
.lL1.0 {
	line-height:1.0;
}
.stitle01 {
	font-weight:bold;
	margin-bottom:5px;
}

.mB30 {
	margin-bottom:20px;
}
.map {
	margin-top:20px;
	line-height:1.6;
}
/* Link - 見出し
-------------------------------------------------------- */
h1 {
	margin-bottom:10px;
	clear:both;
}
h2 {
	margin-bottom:10px;
	clear:both;
}
h3 {
	margin-bottom:10px;
	clear:both;
	}
h4 {
	margin-bottom:15px;
	clear:both;
}
h5 {}




/* List - リスト
-------------------------------------------------------- */

ol li,
ul li {
	list-style:none;
}



/*  CLEARFIX
-------------------------------------------------------- */  
.cleafix:after { /* modern browser */
	content:".";
	display: block;
	height: 0;
	clear: both;
	line-height:0; 
	visibility: hidden;
}
.clearfix { /* IE 5.5-7 */
	zoom: 1;
}





