
/*----------------------------------------------------------------------------
 ***                                                                     Font
----------------------------------------------------------------------------*/
 
 /* for main */
 
.title_domain {
	background:url(../img/page_title_domain.jpg) no-repeat;
	width:980px;
	height:0px;
	padding-top:150px;
	overflow:hidden;
}
 
.domainSection {
	padding:30px 30px;
}

.domainBox {
	float:left;
	width:280px;
	height:500px;
	margin:0 0 0 12px;
	padding:0 12px 0 0;
	display:block;
	border-right:#999 dotted 1px
}

.domainBox:last-child {
	float:left;
	width:280px;
	height:500px;
	margin:0 0 0 12px;
	display:block;
	border-right:none;
}

.domainBox h4 {
	height:36px;
	line-height:18px;
	font-size:14px;
	font-weight:bold;
	margin:0 0 10px 0;
}

.domainPhoto {
	border:#CCC solid 5px;
	padding:10px;
	margin:0 0 10px 0;
}
