/* SERVICE
__________________________________________________ */

#area #content	{
	padding-bottom:80px;
}

/* LIST
__________________________________________________ */

#content #list-area	{
	position:relative;
}
#list-area .list-area	{
	padding:60px 0px 55px 1px;
	border-top:1px solid #c3a9a3;
	position:relative;
}
#list-area .list-area:first-child	{
	padding-top:25px !important;
	border:none !important;
}
#list-area .list-box	{
	float:left;
	margin-right:57px;
	width:275px;
}
#list-area .list-area .list-box:nth-child(3)	{
	margin-right:0px !important;
}

/* Image */
#list-area .list-box .box-img	{
	width:275px;
	height:135px;
	background:url(../images/default/loading.gif) no-repeat center #ccc;
}
#list-area .list-box .box-img img	{
	width:275px;
	height:135px;
}

/* Text */
#list-area .list-box h3	{
	padding:35px 0px 30px;
	font:normal 18px open_sansbold;
	line-height:24px;
}
#list-area .list-box .box-txt	{
	padding-bottom:20px;
	text-align:justify;
	line-height:24px;
}

/* URL */
#list-area .list-box .box-url	{
	display:table;
}
#list-area .list-box .box-url a	{
	padding-left:40px;
	height:24px;
	vertical-align:middle;
	background:url(../images/default/but-more.jpg) no-repeat left center;
	display:table-cell;
}

/* Hover */
#list-area .list-box:hover .box-img img	{
	opacity:0.8;
}
#list-area .list-box:hover .box-url a	{
	font-family:open_sansbold;
}


/* DETAIL
__________________________________________________ */

#content #txt-area	{
	position:relative;
}
#txt-area h2	{
	padding-bottom:10px;
	font:normal 24px pf_monumenta_proregular;
	text-transform:uppercase;
}

/* Text */
#txt-area #txt-detail	{
	padding-bottom:25px;
}
#txt-detail p	{
	padding-bottom:25px;
	font-size:16px;
	text-align:justify;
	line-height:24px;
	word-wrap: break-word;
}
#txt-detail strong	{
	font-family:open_sansbold;
	font-weight:normal;
}

/* Clip */
#txt-area #txt-clip	{
	padding:0px 90px 50px;
	width:760px;
}


/* SUB
__________________________________________________ */

#content #sub-area	{
	position:relative;
}
#sub-area .sub-box	{
	padding:35px 0px 25px;
	border-top:1px solid #c3a9a3;
}

/* Text */
#sub-area .sub-box h2,
#sub-area .sub-box h3	{
	padding-bottom:30px;
	font:normal 18px open_sansbold;
	line-height:24px;
}
#sub-area .sub-box .sub-detail	{
	padding-bottom:5px;
	text-align:justify;
}
#sub-area .sub-box .sub-detail p	{
	padding-bottom:25px;
	line-height:24px;
}
#sub-area .sub-box .sub-detail strong	{
	font-family:open_sansbold;
	font-weight:normal;
}
#sub-area .sub-box .sub-detail table	{
	padding-bottom:25px;
}

/* Gallery */
#sub-area .sub-box .sub-gallery	{
	padding-bottom:25px;
	position:relative;
}
#sub-area .sub-box .sub-gallery	img	{
	margin:0px 10px 10px 0px;
	width:180px;
	height:120px;
	background:url(../images/default/loading.gif) no-repeat center #ccc;
}
#sub-area .sub-box .sub-gallery	img:hover	{
	opacity:0.8;
}
#sub-area .sub-box .sub-gallery .img-last	{
	margin-right:0px !important;
}