@charset "UTF-8";
@import "rental_common.css";

/*	機材レンタルコーナー	*/

div.pageToc li a{
	border-left-width: 1px;
}

/* レンタルトップ*/

/*	<機材レンタル専用ダイヤル>	*/
div#telbox{
	margin: 0 0 10px 0;
	padding: 5px 5px 0 5px;
	color: inherit;
	background-color: #ff9;
	border: 2px solid #666;
	font-size: larger;
}

div#mainContents div#telbox dt{
	margin-top: 0;
}
/*	</機材レンタル専用ダイヤル>	*/

div.set_toc ul, div.pack_toc ul, div.dj_toc ul, div.visual_toc ul{
	list-style-type: none;
	margin-left: 0;
}

div.set_toc li, div.pack_toc li, div.dj_toc li{
	width: 49%;
	float: left;
}

div.dj_toc li{
	height: 150px;	/*	IE6	*/
	min-height: 150px;
}

html>body div.dj_toc li{
	height: auto;
}

div.set_toc li div, div.pack_toc li div, div.dj_toc li div{
	margin-right: 5px;
}

div.set_toc li img, div.pack_toc li img, div.dj_toc li img, div.visual_toc li img{
	float: left;
	margin: 5px 5px 0 0;
}


div.single_toc ul{
	list-style-type: none;
	margin-left: 0;
	text-align: center;
}

div.single_toc li{
	width: 180px;
	height: 160px;
	float: left;
}

/*<運搬料金表 (/rental/info.html)>*/
body#rental_info table{
	margin-bottom: 20px;
}

body#rental_info table tbody th{
	white-space: nowrap;
	text-align: left;
}

table#transport_price_list td.price, table#transport_with_operate_price_list td.price{
	text-align: center;
	color: #555;
	background-color: transparent;
}

p.goAreaMap{
	text-align: center;
}

div#service_area{
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #ccc;
}

/*<レンタル表 テーブル>*/
/*table.equipmentsList{
}*/
table.equipmentsList td.kind{
	font-size: 90%;
}

table.equipmentsList td.summary{
	vertical-align: top;
	font-size: 95%;
	line-height: 120%;
}

table.equipmentsList p.kind{
	padding: 2px 2px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-left: 4px solid #359;
}

div.type1 table.equipmentsList p.kind{
	border-color: #359;
}

div.type2 table.equipmentsList p.kind{
	border-color: #5b5;
}

div.type3 table.equipmentsList p.kind{
	border-color: #bb5;
}

div.type4 table.equipmentsList p.kind{
	border-color: #f80;
}

div.type5 table.equipmentsList p.kind{
	border-color: #f88;
}

div.type6 table.equipmentsList p.kind{
	border-color: #c6c;
}

div#mainContents table.equipmentsList h4.itemName{
	font-size: 120%;
	color: #55b;
}

div#mainContents div.type1 table.equipmentsList h4.itemName{
	color: #55b;
}

div#mainContents div.type2 table.equipmentsList h4.itemName{
	color: #3a3;
}

div#mainContents div.type3 table.equipmentsList h4.itemName{
	color: #aa3;
}

div#mainContents div.type4 table.equipmentsList h4.itemName{
	color: #c50;
}

div#mainContents div.type5 table.equipmentsList h4.itemName{
	color: #c55;
}

div#mainContents div.type6 table.equipmentsList h4.itemName{
	color: #a3a;
}


table.equipmentsList span.itemNameJa{
	display: block;
	font-size: smaller;
}

table.equipmentsList td.summary ul.spec{
	list-style-type: none;
	margin: 0 0 5px 0;
}

table.equipmentsList td.summary div.set ul.spec{
	list-style-type: disc;
	margin-left: 1.5em;
}

table.equipmentsList td.summary ul.spec li{
	line-height: 130%;
}

table.equipmentsList td.summary ul.feature{
	margin: 0 0 5px 1.5em;
}


table.equipmentsList td.summary ul.itemName{
	list-style-type: none;
	margin: 0 0 5px 0;
	font-size: 120%;
	font-weight: bold;
	color: #55b;
}

table.equipmentsList td.summary ul.itemName li{
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
	line-height: 130%;
}


* html body table.equipmentsList td.summary ul.itemName li{
	letter-spacing: -0.1em;	/*	for 〜 IE6	*/
}

*+html body table.equipmentsList td.summary ul.itemName li{
	letter-spacing: -0.1em;	/*	for IE7	*/
}

table.equipmentsList td.summary div.set dl.spec{
	margin-left: 1em;
}

dl.spec dt{
	margin: 0;
}

table.equipmentsList td.summary ul.itemName li span.item{
	width: auto;
	float: left;
}

table.equipmentsList td.itemPhoto{
	text-align: center;
}

table.equipmentsList td.price p.setting{
	margin: 10px 0;
	color: #555;
	font-size: smaller;
	line-height: 110%;
}

/*</レンタル表 テーブル>*/
div#mainContents div#additionalItems{
	width: auto;
	padding: 5px;
	border: 2px solid #ccc;
}
/*<合わせてレンタル>*/

/*</合わせてレンタル>*/

/*<アンプ選択>*/
div.choice{
	margin: 10px 0;
}

div.choice ul{
	width: 285px;
	margin-left: 0;
	list-style-type: none;
	text-align: center;
	overflow: hidden;
}

div.choice li{
	width: 70px;
	float: left;
	margin-bottom: 5px;
}

div.kind5 ul{
	width: 300px;	/*アンプ5種類*/
}

div.kind5 li{
	width: 60px;	/*アンプ5種類*/
}

div.kind6 ul{
	width: 300px;	/*アンプ6種類*/
}

div.kind6 li{
	width: 75px;	/*アンプ6種類*/
}

div.choice li span.itemName{
	display: block;
	font-size: smaller;
	line-height: 120%;
}

div.changeItem{
	margin: 10px 5px;
	padding: 5px 0 0 0;
	border-top: 2px dotted #999;
}

div.changeItem p{
	width: 100%;
	/* 	<MacIE除外>	\*/
	overflow: auto;
	/*	</MacIE除外>	*/
}

div.changeItem p img{
	/* 	<MacIE除外>	\*/
	float: left;
	padding-right: 5px;
	/*	</MacIE除外>	*/
}

/*</アンプ選択>*/

/*<お見積もりカートへボタン>*/
div.cartin{
	margin: 10px;
	text-align: center;
}

div.setTop{
	margin: -1.9em 0 0 0;
	text-align: right;
}

li div.cartin{
	width: 130px;
	float: right;
	margin: 0;
	padding-left: 20px;
	text-align: right;
}

li div.cartin form{
	display: inline;
}

li div.cartin form p{
	display: inline;
}

div.showCart{
	margin: 20px 0;
	text-align: center;
}


/*</お見積もりカートへボタン>*/

/*<詳細を見るボタン>*/
div.detailBtn{
	margin: 10px 0;
	text-align: center;
}
/*<詳細を見るボタン>*/

/*<lead文>*/
div#lead{
	width: 100%;
	overflow:auto;
	margin-bottom: 15px;
}

div#lead div.photo{
	width: 250px;
	float: left;
}

div#lead div.caption{
	width: 300px;
	float: right;
}
/*<lead文>*/

/*<lead文box>*/
div.leadBox{
	margin: 10px 0;
	padding: 5px;
	border: 1px solid #666;
	color: inherit;
	background-color: #f0f0f0;
}


/*</lead文box>*/

/*<楽器セットの見出し>*/
/*画像付きの見出し*/
div.set_toc{
	width: 100%;
	overflow:auto;
	margin: 10px 0;
}

div.set_toc div.inner{
	width: 49%;
	float: left;
}

div.set_toc div.inner p{
	margin-right: 8px;
}

div.set_toc div.inner img{
	float: left;
	margin: 5px 5px 5px 0;
}
/*</楽器セットの見出し>*/

/*<レンタル規約>*/
div#agreement h4{
	margin-top: 20px;
}
/*</レンタル規約>*/



/*<運搬エリアマップ>*/
div#gmap{
	width: 100%;
	height: 600px;
}

div.circleLabel{
	width: 6em;
	height: 1.5em;
	text-align: center;
	color:#000;
	background-color: #fff;
	border: 2px solid #f00;
}

div.c20{
	border-color: #f00;
}

div.c40{
	border-color: #f60;
}

div.c60{
	border-color: #f90;
}

#infoLabel{
	width: 18em;
	white-space: pre;
	text-align: center;
	border: 2px solid #33f;
	color:#003;
	background-color: #eff;
}

#infoLabel span.distance{
	color: #f00;
	background-color: transparent;
}

div.balloonText span.distance{
	color: #f00;
	background-color: transparent;
}

div#searchInfo p.errMsg{
	margin: 1em 0;
	text-align: center;
	font-size: larger;
	color: #f00;
	background-color: transparent;
}

/*</運搬エリアマップ>*/



/*=====*/
/*test*/

div.myBox{
	width: 550px;
	height: 300px;
	border: 1px solid #666;
	text-align: center;
	
	display: table-cell;
	vertical-align: middle;
}
div.wrapper{
	width: 100%;
	height: 100%;
}

html>body div.myBox div.wrapper{
	width: 344px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

*:first-child+html div.myBox div.wrapper{	/*	IE7	*/
	width: 100%;
	height: 100%;
}

div.myBox div.inner{
	margin: 0 5px;
	width: 160px;
	border: 1px solid #6f6;
	/*display: table-cell;*/
}
 
 html>body div.myBox div.inner{
	float: left;
}


 
* html div.myBox div.inner{	/*	IE6	*/
	display: inline;
	zoom: 1;
	background-color: #ccf;
	vertical-align: middle;
}

*:first-child+html div.myBox div.inner{	/*	IE7	*/
	float: none;
	display: inline;
	zoom: 1;
	background-color: #fcc;
	vertical-align: middle;
}

* html div.myBox div.dummy{
	display:inline;
	zoom:1;
	vertical-align: middle;
	width: 0px;
	height: 100%;
	border: 0px solid #666;
}

*:first-child+html div.myBox div.dummy{
	display:inline;
	zoom:1;
	vertical-align: middle;
	width: 1px;
	height: 100%;
	border: 1px solid #666;
}


/*<スペックシート>*/
table.specSheet tbody th{
	width: 10em;
	text-align: left;
}

table.specSheet tbody th.category{
	text-align: center;
	color: #fff;
	background-color: #96c;
}

table.subSpec tbody th{
	width: 8em;
}

/*</スペックシート>*/


