@charset "utf-8";


/* MainPhoto
----------------------------------------- */
#mainPhoto {
	position: relative;
	width: 1500px;
	margin: .5em auto 0;
	text-align:center;
}

#mainPhoto .slider {
	overflow: hidden;
	width: 100%;
}

#mainPhoto .slider li {
	display: block;
	overflow: hidden;
}

#mainPhoto .slider li img {
	display: block;
	overflow: hidden;
	position: relative; top: 0; left: 50%;
	height: 552px;
	margin-left: -750px;
}

#mainPhoto p {
	position: absolute; bottom: 40px; right: 61%;
	overflow: hidden;
	width: 500px;
	height: 150px;
	text-indent: -9999px;
	background: url(../images/header/h_txt.png) no-repeat;
	background-size: contain;
}


/* Works
----------------------------------------- */
.works {
	padding: 0 0 80px;
}

.works_box {
	box-sizing: border-box;
	float: left;
	width: 306px;
	margin: 0 15px 40px 0;
	padding: 0 5px;
}

.works_box:nth-child(3n) {
	margin-right: 0;
}

.works_box .headingA-small {
	margin-bottom: 15px;
	font-size: 18px;
}

.works_box a {
	display: block;
	width: 100%;
}

.works_box a > img {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

.works_box span {
	display: block;
	width: 95%;
	max-width: 150px;
	margin: 0 auto;
}

.works_box span img {
	display: block;
	width: 100%;
}


/* Photo */
.gallery {
	width: 630px;
	margin: 0 auto;
}

.gallery img {
	display: block;
	width: 100%;
}



