@charset "utf-8";

/* 詳細レイアウト */

/* 詳細リードのレイアウトを定義 */

#detail_read {
	display: none;
}

/* 詳細タイトルのレイアウトを定義 */

#detail_ttl {
	display: block;
	min-width: 750px;
	height: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}

#detail_ttl p {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
}

/* 詳細メインのレイアウトを定義 */

#detail_maincontainer {
	display: block;
	width: 750px;
}

#detail_maincontainer #detail_maincontainer_right {
	display: block;
	width: 750px;
	margin-bottom: 30px;
}

#detail_maincontainer_left {
	display: block;
	width: 750px;
	margin-bottom: 30px;
}

/* 詳細メイン左側レイアウトを定義 */

p#photo_frame {
	display: block;
	width: 220px;
	height: 164px;
	margin-bottom: 20px;
}

p#photo_frame img {
	padding-top: 20px;
	padding-left: 25px;
}

p#inquiry_ttl {
	display: none;
}

#inquiry_container {
	display: none;
}

/* 詳細メイン右側レイアウトを定義 */

table.detail_table {
	display: block;
	border: 0px;
	border-collapse: collapse;
}

table.detail_table tr.detail_list_g {
	background-color: #f3f3f3;
}

table.detail_table tr.detail_list_w {
	background-color: #fff;
}

table.detail_table tr td.detail_list_title {
	width: 105px;
	font-weight: bold;
	text-align: left;
	padding: 5px 20px;
}

table.detail_table tr td.detail_list_body {
	width: auto;
	text-align: left;
	padding: 5px 20px 5px 0px;
}

#youtube {
	display: none;
}
