@charset "UTF-8";

/*	システム	*/


/*	ブッキング	*/
dl.booking dt{
	margin: 0;
	width: 10em;
	float: left;
	clear: both;
	line-height: 180%;
}

dl.booking dd{
	margin: 0 0 0 10em;
	text-indent: -3px;	/* for IE bug*/
	line-height: 180%;
}

html>body dl.booking dd{
	text-indent: 0;
}

/*	貸切	*/
dl.reserved dt{
	margin: 0;
	width: 10em;
	float: left;
	clear: both;
	line-height: 180%;
}


div.supplement_box{
	margin: 10px;
	padding: 5px;
	border: 1px solid #666;
}

dl.reserved dd{
	margin: 0 0 0 10em;
	text-indent: -3px;	/* for IE bug*/
	line-height: 180%;
}

html>body dl.reserved dd{
	text-indent: 0;
}

/*<機材リスト表 テーブル>*/
/*	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;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-left: 4px solid #111;
}

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

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: #111;
}

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

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: #d33;
}

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


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.itemName{
	list-style-type: none;
	margin: 0 0 5px 0;
	font-size: 120%;
	font-weight: bold;
	color: #111;
}

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

table.equipmentsList td.itemPhoto{
	text-align: center;
	background-color: #fff;
}


/*</機材リスト表 テーブル>*/
