@charset "utf-8";

/*============================================================
	LAYOUT
*/
body#works {
	background:#f5f3ed;
}

/*============================================================
	TITLE IMG
*/

.subimg {
	width:100%;
	text-align:center;
	padding:120px 0 0 0;
}

.subimg#works {
	background:#b52741;
}


/*============================================================
	CONTENTS
*/
.contents-container {
	width:860px;
	margin:70px auto 72px auto;
	box-shadow: 0px 0px 20px 0px #CCC;
    	-webkit-box-shadow: 0px 0px 20px 0px #CCC;
    	-moz-box-shadow: 0px 0px 20px 0px #CCC;
	padding:42px 42px 42px 42px;
	background:#FFF;
}

.contents-container h2 {
	font-size:160%;
	color:#c31f3d;
}

.contents-container .example {
	color:#444;
	border-bottom:dotted 1px #CCC;
	padding-bottom:30px;
	margin-top:8px;
	margin-bottom:30px;
}

.contents-body p {
	font-size:105%;
	line-height:1.6;
	width:853px;
	margin:0 auto;
}

.contents-body img {
	padding:30px 0;
}

.contents-body .eye-catch img {
	padding:0;
	margin-bottom:24px;
}


/*============================================================
	CONTACT
*/
.tb-detail {
width:100%;
margin-top:30px;
}

.tb-detail#live {
width:640px;
margin:0;
}

.tb-detail th {
padding:6px 18px 6px 12px;
border-right:none;
text-align:left;
font-size:14px;
vertical-align:top;
width:150px;
}

.tb-detail th span.red {
margin-left:4px;
color:#d71965;
}

.tb-detail th.noborder {
border-bottom:none;
text-align:center;
}

.tb-detail td.noborder {
border-bottom:none;
}

.tb-detail td {
padding:6px 12px;
text-align:left;
color:#666;
}

.tb-detail td input {
width:300px;
margin:5px 0;
background:#FFF;
border:solid 1px #999;
padding:7px;
font-size:14px;
}

.tb-detail td input.small {
width:80px;
}

.tb-detail td input.s-small {
width:50px;
}

.tb-detail td input.radiobtn {
width:14px;
background:none;
border:none;
}

.tb-detail td textarea {
width:300px;
height:200px;
margin:5px 0;
background:#FFF;
border:solid 1px #999;
padding:7px;
font-size:14px;
}

.ERR {
color:#d71965;
}

