@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 731px) {
body, html {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	font-size:14px;
	color:#000;
	background:#FFF;
	text-align:left;
	overflow-x:hidden;
}

header{
	width:100%;
    background-color: #f2f2f2;
	border-bottom: solid 9px #00a23f;
	}

#header_in{
	min-width: 980px;
    max-width: 1366px;
    margin: 0 auto;
    height: 80px;
    position: relative;
}

#header_in > h1{
	display:block;
	float:left;
	margin-top:15px;
	width:322px;
	height:51px;
	background:url(../img/m_logo.png) no-repeat 0 0;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	margin-left:10px;
	}

#header_in > h1 > a{
	width: 100%;
	height:100%;
	display:block;
	text-indent:-9999px;
	}

#main{}

#main_center{
    width: 100%;
    max-width: 840px;
	margin:0 auto;
	padding:60px 40px;
	background: #f1f1f1;
	margin-bottom:-80px;
	padding-bottom:80px;
}

footer{
	width:100%;
	}
	
#pagetop{
	width: 100%;
	height:40px;
	margin-top:40px;
	}

#pagetop a{
	display: block;
	float: right;
	margin-right:10px;
	background: #156a23 url(../img/ar.png) no-repeat 96% center;
    width: 265px;
    height: 40px;
    text-align: center;
	color:#FFF;
	line-height:40px;
	text-decoration:none;
	}

#footer_top{
	background: #156a23;
	padding:20px 0;
	color:#FFF;
	font-size:0.9em;
	width:100%;
	}
	
#footer_top > #footer_top_in{
	min-width: 980px;
    max-width: 1366px;
    margin: 0 auto;
	padding:0 10px;
	}

#footer_top > #footer_top_in > p#tax{
	float:left;
	}

#footer_in{
	min-width: 980px;
    max-width: 1366px;
    margin: 0 auto;
	padding:20px 10px;
	display:block;
	position:relative;
	}

#footer_in #k_logo{
	width:210px;
	height:18px;
	background:url(../img/k_logo.png) no-repeat 0 0;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	display: block;
	float:left;
	}

#footer_in #k_logo a{
	width: 100%;
	height:100%;
	display:block;
	text-indent:-9999px;
	}

#copy{
	float:right;
	margin-top:1em;
	display:inline-block;
	text-align:right;
	color:#666;
	}
	
}
	
	
	