@charset "utf-8";
/*------------------------------------------------------
 RENOVATION
------------------------------------------------------*/

#mainArea {
	width: 1080px;
	margin: 0 auto;
	overflow: hidden;
}

#rightArea {
	width: 840px;
	margin-top: 30px;
	float: right;
	overflow: hidden;
}

#rTop {
	margin-bottom: 15px;
	width: 100%;
}
#rTop > p {
	margin-bottom: 15px;
}

#rMid {
	margin-top: 30px;
}

#rMid h1 {
	margin: 60px 0 15px;
}
#rMid .sign {
	margin-bottom: 50px;
}

#rMid p {
	margin-bottom: 20px;
	line-height: 1.7;
	font-size: 14px;
}



#imgArea {
	overflow: hidden;
	position: relative;
	background: url(../img/txt_03.png) 770px 100px no-repeat;
	padding: 60px 0;
}
.comment {
	position: absolute;
	background: #FFF;
	width: 215px;
	height: 80px;
	padding: 15px;
	right: 0;
	bottom: 190px;
	text-align: left;
	line-height: 1.7;
	z-index: 100;
}
#ph {
	width: 720px;
	height: 480px;
	text-align: center;
	position: relative;
	z-index: 50;
}
#full {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	background: #EEE;
}
#full img {
	height: 100%;
}
#thumb {
	margin: 10px 0 0 -5px;
}
#thumb li {
	border: 1px solid #FFF;
	width: 98px;
	height: 98px;
	float: left;
	margin-left: 5px;
}
#thumb li.selected {
	border: 1px solid #8D803A;
}
#thumb li:hover {
	opacity: 0.8;
}



.box {
	padding: 45px 30px;
	margin-bottom: 40px;
	border: 1px solid #E5E5E5;
}
.box1 {
	padding-bottom:10px;
}
.box1 .lastLine {
	margin-bottom:0px;
}
.box2 {
	padding-bottom:75px;
}
.box3 {
	padding-bottom:55px;
}
.box h2 {
	margin-bottom: 45px;
	overflow: hidden;
	clear:both;
}
.box p {
	line-height: 1.7;
	margin-bottom: 20px;
	font-size: 14px;
}
.box img {
	float: left;
	margin-right: 30px;
}
.box.right img {
	float: right;
	margin-left: 30px;
	margin-right: 0;
}



#works,
#flow {
	margin: 70px 0;
}
#works h3,
#flow h3 {
	margin-bottom: 5px;
	background: #000;
	padding: 15px 20px;
}
#works ul {
	margin-left: -5px;
}
#works li {
	margin: 0 0 5px 4px;
	float: left;
}
#works li a {
	display: block;
	overflow: hidden;
    width: 418px;
    height: 418px;
    position: relative;
}
#works li a img {
	opacity: 1;
}
#works li a div {
	display: none;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-bottom: 15px;
}
#works li a:hover div {
	display: inherit;
	background: rgba(0,0,0,0.6);
	padding: 130px 0 0 110px;
	color: #FFF;
	cursor: pointer;
}

/*横が長い場合の縦基準に切り出し*/
#works li a img.squareImgW {
	opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}

/*縦が長い場合の横基準に切り出し*/
#works li a img.squareImgH {
	opacity: 1;
    position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}



#works dt,
#works dd {
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 1.2em;
}
#works dt {
	padding-right: 10px;
	margin-right: 10px;
	float: left;
}
#works dt:first-child {
	letter-spacing: 60px;
	margin-right: -60px;
}
#works dt:nth-child(3),
#works dt:nth-child(7) {
	letter-spacing: 10px;
	margin-right: -10px;
}

#works dd {
	border-left: 1px solid #FFF;
	margin-left: 7em;
	padding-left: 10px;
}
#works li a {
	text-decoration: none;
}
#works li a div .btn {
	text-align: center;
	margin-top: 25px;
}
#works a.btn {
	text-align: center;
	padding-top: 30px;
	clear: both;
	display: block;
}


#flow .txt {
	font-size: 14px;
	line-height: 1.7;
	margin-top: 30px;
}
#flow ul {
	background: url(../img/bg_01.png) no-repeat;
	height: 763px;
	margin-top: 40px;
}
#flow li {
	height: 67px;
	margin-bottom: 20px;
	position: relative;
}
#flow li img {
	padding: 13px 15px;
}
#flow li p {
	position: absolute;
	top: 0;
	left: 280px;
	line-height: 68px;
}
#flow li:first-child p,
#flow li:nth-child(2) p,
#flow li:nth-child(3) p,
#flow li:nth-child(4) p {
	line-height: 1.7;
	padding-top: 13px;
}

#flow .btn{
	display: block;
	text-align: center;
	padding-top: 70px;
}
#flow a {
	color: #000;
}
#flow a:hover {
	text-decoration: none;
}