@charset "UTF-8";
/* CSS Document */
/*==========================================================
												汎用class等
==========================================================*/
html,body{
	background-color:#FFF6E3;
}
.marginClear{
	margin:0 !important;
}
.paddingClear{
	padding:0 !important;
}
.opa:hover{
	opacity: 0.75;
    -moz-opacity: 0.75; /* Firefox */
    filter: alpha(opacity=75); /* IE6/7 */
    -ms-filter: "alpha(opacity=75)"; /* IE8 */
    cursor:pointer;
}
.under:hover{
	text-decoration:underline;
}
h1,h2,h3,h4,h5,h6,td,th,p,ul,li,dt,dd {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.6;
    font-family: "Verdana", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3";
    color: #4d4d4d;
	vertical-align:middle;
}

.container{
    width: 960px;
    margin: 0 auto;
    position: relative;
}

/* ============== header ============== */
.header{
    background-color: #F38E00;
    width:100%;
    padding:0 0 50px;
    margin: 0 auto;
}

/* ============== wrapper ============== */
#wrapper{
	width:960px;
	margin:0 auto;
}


/* ============== introduction ============== */
.introduction{
    margin: 0 auto 65px;
}
.introduction .title{
    margin: 0 0 15px;
    padding: 0 0 30px;
    text-align: center;
    height: 25px;
}
.introduction .report{
    width: 712px;
    margin: 0 auto;
}
.introduction .report li:nth-of-type(1),
.introduction .report li:nth-of-type(2),
.introduction .report li:nth-of-type(4){
    width: 214px;
    margin: 0 35px 35px 0;
    float: left;
				text-align: center;
				line-height: 2.7em;
}
.introduction .report li:nth-of-type(3),
.introduction .report li:last-child{
				width: 214px;
	   margin: 0 0 35px 0;
				float: left;
				text-align: center;
				line-height: 2.7em;
}
.introduction .report li:nth-of-type(4){
	   padding-left:125px;
}

/* ============== vol1 ============== */
.vol1{
	margin:0 auto;
	text-align:center;
}

.back_top_btn{
    text-align: right;
    margin:35px 0 15px;
}
.back_top_btn img:hover{
    filter:alpha(opacity=80);
    opacity:0.7;
}

.to {
	padding-bottom: 50px;
}
.to-l {
	padding-bottom: 30px;
}

/* ============== footer ============== */
.footer{
    /*background-color: #fffde5;*/
		width:100%;
		border-bottom:solid 20px #F38E00;
		margin-top: 180px;
	  padding: 0px 0 10px;
}
.f-logo{
    width: 960px;
    margin: 0 auto;
				padding-bottom:5px;
				text-align:right;
}
.f-logo img{
	vertical-align:bottom;
	padding-bottom:3px;
}
.f-logo p{
	font-size:10px;
	line-height:normal;
}
