/* top page */

/* slider Area -------------------------------- */
@media screen and (min-width: 768px) {
#mainSlider {
	width: 1020px !important;
	height: 900px !important;
	margin: 0 auto;
	text-align:center;
}
#mainSlider img {
	width: 900px !important;
	height: 900px !important;
	display:block;
	margin:0 auto;
}
.slider {
	position: relative;
	z-index: 1;
	width: 1020px !important;
}
.slider div.main {
	width: 1020px !important;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
}
@media screen and (max-width: 767px) {
#mainSlider {
	width: 100% !important;
	height: 100% !important;
}
#mainSlider img {
	width: 100% !important;
	height: 100% !important;
}
.slider {
	width: 100% !important;
}
.slider div.main {
	width: 100% !important;
}
}

/* contents -------------------------------- */
#contents {
	width: 1060px;
	margin:0 auto 40px auto;
	text-align: center;
}
#contents .service {
	margin:50px auto 0;
	display:block;
	width:870px;
}
#contents .service .productBox {
	float: left;
	width: 250px;
	padding-right: 29px;
	border-right: solid 1px #dadada;
	zoom: 1;
}
#contents .service .productBoxLast {
	float: left;
	width: 250px;
	padding-right: 0;
	zoom: 1;
}

#contents .service .productBox p.catch,
#contents .service .productBoxLast p.catch {
	min-height: 44px;
	margin-bottom: 20px;
	text-align: center;
}
#contents .service .productBox div.photo,
#contents .service .productBoxLast div.photo {
	margin-bottom: 20px;
}
#contents .service .productBox .photo:hover,
#contents .service .productBoxLast div.photo:hover {
	opacity:0.6;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
	zoom:1;
}

/* new Report */
#contents .service .productBox div.newData,
#contents .service .productBoxLast div.newData {
	padding-bottom: 24px;
	border-bottom: solid 1px #dadada;
	margin-bottom: 30px;
	min-height: 300px;
}
#contents .service .productBox .newData .ph,
#contents .service .productBoxLast .newData .ph {
	position: relative;
	width: 250px;
	height: 167px;
}

#contents .service .productBox .newData .img,
#contents .service .productBoxLast .newData .img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
@media screen and (max-width: 767px) {
#mainSlider {
	width: 100% !important;
	height: 100% !important;
}
#mainSlider img {
	width: 100% !important;
	height: 100% !important;
}

.slider {
	width: 100% !important;
}
.slider div.main {
	width: 100% !important;
}
#contents .service {
	width:100%;
}
#contents .service .productBox .newData .ph,
#contents .service .productBoxLast .newData .ph {
	position: relative;
	width: 100%;
	height: auto;
}
#contents .service .productBox .newData .img img,
#contents .service .productBoxLast .newData .img img {
	padding-left:11px;
	padding-right:11px;
	width:100%;
	box-sizing:border-box;
	height:auto !important;
}
}
#contents .service .productBox .newData .new,
#contents .service .productBoxLast .newData .new {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 10;
}
#contents .service .productBox .newData .date,
#contents .service .productBoxLast .newData .date {
	font-size: 85%;
	*font-size: 77%;
	color: #999999;
	margin-top: 10px;
}
#contents .service .productBox .newData .txt,
#contents .service .productBoxLast .newData .txt {
	min-height: 80px;
	*font-size: 93%;
	line-height: 1.6;
	margin-top: 5px;
}


/* Report */
#contents .service .productBox .reportBox,
#contents .service .productBoxLast .reportBox {
	margin-bottom: 15px;
}
#contents .service .productBox .reportBox .ph,
#contents .service .productBoxLast .reportBox .ph {
	float: left;
	width: 60px;
	margin-right: 10px;
}
#contents .service .productBox .reportBox .txtBox,
#contents .service .productBoxLast .reportBox .txtBox {
	float: right;
	width: 167px;
}
#contents .service .productBox .reportBox .txtBox .date,
#contents .service .productBoxLast .reportBox .txtBox .date {
	font-size: 85%;
	*font-size: 77%;
	color: #999999;
}
#contents .service .productBox .reportBox .txtBox .txt,
#contents .service .productBoxLast .reportBox .txtBox .txt {
	min-height: 50px;
	*font-size: 93%;
	line-height: 1.4;
	margin-top: 3px;
}

/* sns */
#contents .service p.sns {
	display: inline-block;
	float: left;
	width: 24px;
}
/* more */
#contents .service p.more {
	display: inline-block;
	float: right;
	width: 62px;
}

/* contents Under -------------------------------- */
#contents .underCont {
	margin:50px 0 0 0;
}
#contents .underCont .newsBox {
	float: left;
	width: 500px;
}
#contents .underCont .bannerBox {
	float: right;
	width: 507px;
}

.left {
	float:left!important;
}

#contents .underCont .bannerBox div {
	float: left;
	width: 230px;
	margin-bottom: 5px;
}

/* news */
#contents .underCont .newsBox .ttl {
	margin:0 0 40px 0;
}
#contents .underCont .newsBox dl {
	margin: 0 0 9px 0;
	padding: 0;
}
#contents .underCont .newsBox dt {
	float: left;
	width: 80px;
	*font-size: 93%;
	color: #999999;
}
#contents .underCont .newsBox dd {
	float: right;
	width: 370px;
	padding-left: 50px;
	*font-size: 93%;
	line-height: 1.5;
}
#contents .underCont .newsBox dd.company { background:url(../images/common/iconNews.gif) no-repeat 0px 3px; }
#contents .underCont .newsBox dd.products { background:url(../images/common/iconProducts.gif) no-repeat 0px 3px; }
#contents .underCont .newsBox dd.recruit { background:url(../images/common/iconRecruit.gif) no-repeat 0px 3px; }
/* more */
#contents .underCont .newsBox .more {
	text-align: right;
	margin-top: 15px;
}

/* brand logo */
.page-template-template-top .brandBox {
    float: left!important;
    border: 1px solid #dadada;
}

.page-template-template-top .brandArea {
	margin-top:50px;
}

.page-template-template-top .brandArea .ttl {
	margin-bottom:20px;
}

.page-template-template-top .underCont .ttl {
	margin-bottom:20px;
}