@charset "utf-8";

/* top (advance override basic)
-------------------------------------------------------------- */

/*
 * clearfix
 */
#topService::after,
.clearfix::after,
.clear::after {
	clear:both;
	display:block;
	content:"";
	height:0;
	visibility:hidden;
}

/*
 * main visual
 */
#mainvisual {
	margin-top:10px;
}
#mainvisual .slider {
	height:435px;
}
#mainvisual .slider ul {
}
#mainvisual .slider ul li a {
	border:6px solid #FFFFFF;
}
#mainvisual .slider ul li a img {
	max-height:none;
}
#mainvisual .slider .prev {
	top:auto;
	left:50%;
	margin:-245px 0 0 -500px;
}
#mainvisual .slider .next {
	top:auto;
	right:50%;
	margin:-245px -500px 0 0;
}


/*
 * contents
 */

/*
 * service
 */
#topService.layout.panel section {
	float:left;
	width:264px;
	margin-right: 0;
}
#topService.layout.panel section:nth-child(2n) {
	float:right;
}
#topService.layout.panel section .title {
	font-size:2.5rem;
}
#topService.layout.panel section .title span{
	display: block;
	line-height: 1.2;
	font-size:2.0rem;
}
#topService.layout.panel section p.image {
}
#topService.layout.panel section > p {
	margin:0 10px;
}
#topService.layout.panel section.pickUp {
	float:none;
	width:auto;
	margin:0 0 12px 0;
	padding-bottom:50px;
}
#topService.layout.panel section.pickUp .title {
	margin:20px 10px 0 260px;
	text-align:left;
}
#topService.layout.panel section.pickUp p.image {
	width:240px;
	top:30px;
	left:30px;
	margin-left:0;
	text-align:left;
}
#topService.layout.panel section.pickUp > p {
	margin:15px 10px 0 260px;
}

#topService.layout.panel section.pickUp.smallImage .title {
	margin-top: 10px;
	margin-left: 160px;
}
#topService.layout.panel section.pickUp.smallImage p.image {
	width:150px;
}
#topService.layout.panel section.pickUp.smallImage > p {
	margin-left: 160px;
}


/*
 * news
 */
#news {
	margin:0;
	font-size:1.4rem;
}

/*
 * works
 */
#topWorks {
}
#topWorks h1 {
	height:55px;
}
#topWorks h1 img {
	display:block;
	position:absolute;
	left:50%;
	margin-left:-500px;
}
#topWorks .prev {
	top:120px;
	left:50%;
	margin-left:-500px;
}
#topWorks .next {
	top:120px;
	right:50%;
	margin-right:-500px;
}
