@charset "UTF-8";

#ContentsArea .Detail {
	padding: 20px 0 0;
}

/*
/////////////////////////////////////
index.html
/////////////////////////////////////
*/

/* +++++++++++ おすすめアイテム +++++++++++ */

.Item {
	overflow: auto;
	clear: both;
	width: 100%;
	background: #fff;
	text-align: left;
}

.Item:after {
	content: "";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

.Item .TextArea {
	float: right;
	width: 410px;
	padding: 10px 10px 0 0;
}

.Item .TextArea h4 {
	padding: 0 5px 3px;
	background: url(../../common/images/dotline.gif) left bottom repeat-x;
	font-size: 15px;
	line-height: 160%;
}

.Item .TextArea h4 span {
	font-size: 9px;
	font-weight:normal;
}

.Item .TextArea p {
	padding: 0 0 0 10px;
	margin: 0 0 10px;
	line-height: 160%;
}

.Item .Image {
	float: left;
	width: 180px;
	padding: 10px;
}

.nondisp {
	/*visibility: hidden;*/
	display: none;
}
