@charset "UTF-8";
/* CSS Document */

body,div,p,ul,li{
	margin:0;
	padding:0;
	font-family:sans-serif;
}

p{
	line-height:140%;
	
}

body{
	font-size:small;
	color:#FFF;
	background:#d52b1e;
}

img{
	border:none;
	
}

h1{
	margin:50px auto;
	padding:0;
	width:550px;
	
}


h2{
	margin:0 auto;
	width:520px;
	
}

h3{
	margin:40px auto 10px auto;
	width:400px;
	text-align:center;
	
}

p.title{
	margin:10px auto;
	width:550px;
	font-size:small;
	line-height:200%;
	text-align:center;
}

p.concept{
	width:400px;
	margin:0 auto;
	text-align:center;
	
}


/*  画像ボタンをhover時に透過させる
-----------------------------------*/
.alpha a img,
a.alpha img{
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.alpha a:hover img,
a.alpha:hover img{
	opacity: 0.6;
	filter: alpha(opacity=40); /* IE7 */
	-ms-filter: "alpha(opacity=40)"; /* IE8 */
}



/*CONTACT*/


div#contact{
	width:440px;
	margin:25px auto 25px auto;
	border:#FFF 1px solid;
	
}

div#contact h3{
	margin:0 auto;
	padding:15px 0 0 0;
	text-align:left;
	font-size:small;
	text-align:center;
}

div#contact p{
	padding:15px;
	font-size:x-small;
}


/* for modern brouser */
.clearfix:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
}
.clearfix {
        display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
        height: 1%;
}
.clearfix {
        display: block;
}
/* End hide from IE-mac */

/* レポート */

#report{
	padding:30px 0 0 0;
}

#report h3{
	margin:0;
	padding:0;
	width:100%;
	border-bottom:1px #ea958f solid;
	text-align:center;
}

#report div.re_block{
	border-bottom:1px #ea958f solid;
}

#report dl{
	width:740px;
	margin:0 auto;
	
}

#report dl dt{
	margin:0;
	padding:40px 0;
	width:130px;
	text-align:left;
	font-size:12px;
	float:left;
}

#report dl dt img{
	margin-bottom:5px;
	
}

#report dl dd{
	margin:0;
	padding:40px 0 40px 30px;
	width:560px;
	text-align:left;
	font-size:12px;
	line-height:150%;
	float:right;
	background:url(../img/re_shadow.gif) repeat-y left top;
}

#report dl dd table{
	margin:25px 0 0 0;
	border:none;
	border-collapse:collapse;
}

#report dl dd table td{
	width:135px;
	text-align:left;
	font-size:10px;
	line-height:110%;
	vertical-align:top;
}
#report dl dd table tr.text td{
	padding-bottom:15px;
}

#report dl dd table td img{
	margin-bottom:2px;
	
}

#report img.main{
	margin-bottom:25px;
}

/*DATA*/

div#data{
	width:440px;
	margin:50px auto 0 auto;
	
}

div#data p{
	padding:15px;
	font-size:x-small;
}

div#data table{
	width:440px;
	font-size:10px;
	line-height:110%;
	vertical-align:top;
	border-collapse:collapse;
}

div#data th{
	padding:10px 0 10px 10px;
	text-align:left;
	border-top:1px #ea958f solid;
	border-bottom:1px #ea958f solid;
	
}
div#data td{
	padding:10px;
	text-align:right;
	
	vertical-align:top;
	border-top:1px #ea958f solid;
	border-bottom:1px #ea958f solid;
}

/*ORDER	*/

div#order{
	width:440px;
	margin:50px auto 0 auto;
	
}
div#order a{
	color:#FCC;
}

div#order p{
	padding:10px;
	font-size:x-small;
}

div#order h3{
	margin:20px auto 0px auto;
	text-align:center;
}

div#order table{
	width:440px;
	font-size:10px;
	line-height:110%;
	vertical-align:top;
	border-collapse:collapse;
}

div#order th{
	padding:10px 0 10px 10px;
	text-align:left;
	border-top:1px #ea958f solid;
	border-bottom:1px #ea958f solid;
	
}
div#order td{
	padding:10px;
	text-align:left;
	
	vertical-align:middle;
	border-top:1px #ea958f solid;
	border-bottom:1px #ea958f solid;
}


/* FOOTER */

div#footer{
	width:100%;
	margin:0 auto 0 auto;
	padding:30px 0;
	/*border-top:#FFF 1px solid;*/
	overflow:auto;
}

div.snsBtn{
	width:100%;
	text-align:right;
	margin:0;
	padding:10px 20px 0 0;

}

div#footer p{
	width:320px;
	padding-right:15px;
	color:#FFF;
	text-align:right;
	font-size:x-small;
	float:right;
	line-height:200%;
}

div#footer p a{
	color:#FCC;
}


/* HEADER */

img.header_logo{
	margin:0 20px 0 15px;
	
}


/* TOPIC */

#topic{
	padding:30px 0 0 0;
}

#topic h3{
	margin:0;
	padding:0;
	width:100%;
	border-bottom:1px #ea958f solid;
	text-align:center;
}


#topic div.topicimg{
	width:740px;
	margin:0 auto;
	padding:20px 0 20px 0 ;
	
}

#topic div.topicimg img{
	margin-bottom:20px;
}