/*共通*/
a:hover {
   	opacity: 0.8 ;
	filter: alpha(opacity=80);/*IE用*/
	-moz-opacity:0.8;/*Firefox・Netscape用*/
}

* { margin: 0; padding: 0; }
html {
	height: 100%;
}
body {
	font-family: Avenir,"Open Sans","Helvetica Neue",Helvetica,Arial,Verdana,Roboto,"游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	width:100%;
	min-width:960px;
	background:#ffeb00;
}

.mainArea{
	position:relative;
	background: url(../images/main_bg.jpg) no-repeat #140d0b;
	background-size:cover;
	background-position: 50% 0;
	width:100%;
	padding-top:72%;
}

#leftImg{
	position:absolute;
	left:0;
	top:0;
	z-index:99998;
}

#logo{
	position:absolute;
	right:20px;
	top:20px;
	z-index:99999;
}

#mainInner,
.secInner{
	margin: 0 auto;
    overflow: hidden;
    width: 100%;
	text-align:center;
}

#mainInner{
	position:absolute;
	z-index:9999;
	top:0;
	left:0;
	width:100%;
}

.secInner{
	max-width:900px;
}

h2{
	margin-bottom:40px;
	text-align:center;
}

.caution{
	font-size:0.8em;
	line-height:150%;
}


/*ページトップ*/
.pagetop {
    bottom: 15px;
    display: none;
    position: fixed;
    right: 15px;
    z-index: 9999;
}

/*sec01*/
#sec01{
	margin:20px 0 40px 0;
	
}

/*sec02*/
#sec02{
	background:url(../images/bg_pattern.png) #fff;
	margin:40px 0;
	padding: 40px 0;
}

#sec02 ul{
	margin-bottom:20px;
}

#sec02 li:first-child{
	margin-bottom:20px;
}

/*sec03*/
#sec03{
	background:url(../images/bg_pattern.png) #fff;
	margin:40px 0;
	padding: 40px 0;
}

/*sec04*/
#sec04{
	background:url(../images/bg_pattern.png) #fff;
	margin:40px 0;
	padding: 40px 0;
}


/*footer*/
footer{
	background:#e94816;
}

#footer_Contactgroup{
	text-align:center;
	width:100%;
}

#footer_Contact{
	padding:10px 0;
	display:inline-block;
	font-size:0;
}

#footer_Contact div{
	display:inline-block;
	margin:10px;
}

#footer_Contact .linkBtn p{
	margin-top:10px;
}

#footer_Copyright{
	font-size:10px;
	text-align:center;
	padding:20px 0;
	color:#fff;
}
