@charset "utf-8";

/*--------------------------------------------------------------------
 FreshEye Private
--------------------------------------------------------------------*/

/* FreshEye common
-----------------------------------*/
.fresheye #body-main .h2ttl h2{
	background:url(/corp/img/service/fresheye/fresheye_ttl_bg.jpg) 100% 0 no-repeat;
}

/* index.html
-----------------------------------*/
.fresheye-index #body-main .h2-second {
/*	margin-top: 40px;*/
	border-bottom:1px solid #ddd;
	min-height:30px;
}
.fresheye-index #body-main .mainclm {
	overflow:hidden;
	margin-bottom:40px;
}
.fresheye-index #body-main .mainclm h4 {
/*	background: url("/corp/img/service/ws_borderline.gif") 0 top no-repeat;*/
	border-bottom:1px solid #ddd;
	color: #333;
	font-size: 87.5%;
	font-weight: bold;
	margin-bottom: 12px;
	padding: 5px 0 7px 0;
	width: 430px;
}
.fresheye-index #body-main .mainclm p {
	line-height:1.5em;
	margin-bottom:5px;
}
.fresheye-index #body-main .mainclm .ul-last{
	margin-bottom: 0;
}
.fresheye-index #body-main .mainclm ul {
	margin-bottom: 30px;
}
.fresheye-index #body-main .mainclm li {
	float: left;
	width: 430px;
}
.fresheye-index #body-main .mainclm ul:after {
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/* WinIE7 only */
*:first-child+html .fresheye-index #body-main .mainclm ul {
	height:1%;
}
/* WinIE6 and below */
/*\*/
* html .fresheye-index #body-main .mainclm ul {
	height:1%;
}
/**/
.fresheye-index #body-main .mainclm li p{
	font-size: 75%;
}
.fresheye-index #body-main .mainclm .img-clm{
	margin-right: 20px;
	width: 190px;
	border:5px solid #ddd;
}
.fresheye-index #body-main .mainclm li .caption{
	font-size: 68.75%;
}

/* contact.html
-----------------------------------*/
.fresheye-contact .mainclm{
	margin-bottom:40px;
}
.fresheye-contact .mainclm p{
	padding:0 2px;
	margin-bottom:20px;
	font-size:75%;
	line-height:1.5em;
}
.fresheye-contact .mainclm p.call-tel{
	margin-bottom:10px;
}
.fresheye-contact .mainclm table{
	width:660px;
}
.fresheye-contact .mainclm th{
	width:98px;
	border-right:1px solid #FFFFFF;
	background:#ccc none repeat scroll 0 0;
	color:#333;
	font-size:75%;
	text-align:center;
}
.fresheye-contact .mainclm td{
	padding:0 10px;
	background:#eee none repeat scroll 0 0;
}
.fresheye-contact .mainclm td .tel-no {
	margin-right:10px;
	font-size:162.5%;
	line-height:1.5em;
	font-weight:bold;
	color:#333;
}
.fresheye-contact .mainclm p.form-link a{
	background-image:url(/corp/img/common/common_detail_btn.gif);
	background-position:6px 50%;
	background-repeat:no-repeat;
	background-color:#eee;
	border:1px solid #ddd;
	color:#333333;
	display:block;
	padding:9px 5px 8px 20px;
	width:175px;
}
.fresheye-contact .mainclm p.form-link a:hover{
	background-color:#ccc;
	border:1px solid #bbb;
	background-position:-654px 50%;
	color:#000;
	text-decoration:none;
}
.fresheye-contact .mainclm p.form-link {
	margin-bottom:30px;
}

