	#contents .detail {
		margin-bottom: 60px;
	}

	#contents h3 {
		margin-top: 7px;
		padding: 8px;
		background: url(../img/detail/name_base.png) repeat-x;
		height: 20px;
		font-size: 110%;
		font-weight: bold;
	}
	#contents h3 img {
		margin-right: 5px;
	}
	
	#contents .photo {
		padding: 10px;
		overflow: hidden;
		margin-top: 10px;
		background: #fff;
	}
	
/* {{{ 大きい写真
 * ============================================================================================ */

	/* ベース
	---------------------------------------- */
	#contents #bigphoto {
		/*display: inline; float: left;*/
		width: 490px;
		height:360px;
		margin: 0 auto 10px;
	}

	/* 画像
	---------------------------------------- */
	#contents #bigphoto img {
		width: 480px;
	}

/* }}} ======================================================================================== */

/* {{{ サムネイル
 * ============================================================================================ */

	/* 各画像
	---------------------------------------- */
	#contents #thumbnail {
		/*display: inline; float: right;*/
		padding: 2px 0 2px 10px;
		background: #dcdcdc;
		width: 693px;
	}
	#contents #thumbnail ul {
	}
	#contents #thumbnail ul li {
		display: inline; float: left;
		width: 60px;
		height: 45px;
		overflow: hidden;
		margin: 3px 9px 3px 0;
	}
	#contents #thumbnail ul li img {
		width: 60px;
	}

/* }}} ======================================================================================== */

	/* ベース
	---------------------------------------- */
	#contents table {
		margin-top: 10px;
		background: #fff;
		border-collapse: 0;
		border-spacing: 0;
	}

	/* セル
	---------------------------------------- */
	#contents table th,
	#contents table td {
		padding: 10px;
		border-bottom: 1px solid #000;
	}

	/* 項目名
	---------------------------------------- */
	#contents table th {
		width: 100px;
		background: #c9c9c9;
		border-left: 2px solid #000;
	}
	#contents table td {
		width: 225px;
	}

	/* 内容
	---------------------------------------- */
	#contents table td.recom {
		line-height: 1.5;
	}
	#contents table td.comment {
		padding: 0;
	}
	#contents table td.comment p {
		padding: 10px;
		height: 118px;
		overflow: auto;
		line-height: 1.5;
	}

	#contents .gocontact {
		margin: 30px auto;
		background: url(../img/detail/gocontact.png) no-repeat;
		width: 361px;
		height: 78px;
		text-indent: -9999px;
	}
	#contents .gocontact a {
		display: block;
		width: 361px;
		height: 78px;
	}

	/* コメント
	---------------------------------------- */
#contents .commentbox {
	margin-top: 10px;
}

#contents .commentbox .qcomment {
	background-color: #434343;
	color: #fff;
	width: 709px;
	line-height: 120%;
	padding: 5px 5px;
	margin-bottom: 1px;
	margin-left: 2px;
	text-align: left;
	border: 1px solid #bfbfbf;
}

#contents .commentbox .acomment {
	background-color: #ffffff;
	width: 709px;
	height: 40px;
	line-height: 120%;
	text-align: left;
	border: 1px solid #bfbfbf;
	overflow-y: scroll;
	margin-left: 2px;
	margin-bottom: 10px;
	padding: 5px;
}
