@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      contents.css
 Style Info:     コンテンツエリア関係 他
----------------------------------------------------------- */

/*----------------------------------------------------
	汎用class
----------------------------------------------------*/

/*clearFix*/
#contents:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}


/*----------------------------------------------------
	#contents
----------------------------------------------------*/

.subPage #mainCol {
	background-image: url(../housing/img/category_img.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

#mainCol #pointItem {
	padding-left: 100px;
	padding-top: 10px;
	margin-bottom: 20px;
}

#mainCol .title {
	margin-bottom: 5px;
}

#mainCol p {
	margin-bottom: 5px;
}

#mainCol #pointItem.mark1 {
	background-image: url(../housing/system/img/point_mark1.gif);
	background-repeat: no-repeat;
}

#mainCol #pointItem.mark2 {
	background-image: url(../housing/system/img/point_mark2.gif);
	background-repeat: no-repeat;
}

#mainCol #pointItem.mark3 {
	background-image: url(../housing/system/img/point_mark3.gif);
	background-repeat: no-repeat;
}

#mainCol #pointItem.mark4 {
	background-image: url(../housing/system/img/point_mark4.gif);
	background-repeat: no-repeat;
}

#mainCol table#borderSeet {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #332C2D;
	margin-bottom: 30px;
}

#mainCol table#borderSeet tr {
}

#mainCol table#borderSeet td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2F2929;
	padding: 15px;
}
