@charset "utf-8";

body{
    background-color: #fff;
}

.wrapper {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin:0 auto;
    background-color: #FFF;
    border-top: 2px solid #009260;
    border-bottom: 1px solid #baddd1;
    padding-top: 11px;
}

.main {
    overflow: hidden;
    width: 100%;
    height: auto;

    
}

.wrapper2 {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin:0 auto;
    background-color: #FFF;
}

#header{
	margin:0 auto;
	max-width: 1100px;
    background-color:#FFF;
    
}

#header #logo img{
	margin:0 auto;
	margin:0 15px;
}



#footer{
	clear:both;
	position:static;
}

#footer #greenbelt{
	background:url("../images/common/bg_greenbelt.png") 0 0 repeat;
}

#footer #greenbelt .inner{
	margin:0 auto;
	max-width:1140px;
	background:#009261;
	color:#fff;
	overflow:hidden;
}

#footer #greenbelt .inner .ftbox{
	float:left;
	max-width:800px;
}

#footer #greenbelt .inner p.link{
	padding:18px 0 0 24px;
	font-size:12px;
	line-height:1.0;
}

#footer #greenbelt .inner p.link span{
	margin:0 0 0 10px;
	padding:0 0 0 10px;
	background:url(../images/common/line_dot_separate.png) 0 0 no-repeat;
}

#footer #greenbelt .inner p.copy{
	padding:0 0 0 24px;
	font-size:12px;
	line-height:1.0;
}

#footer #greenbelt .inner a{
	color:#fff;
    text-decoration: underline;
}

#footer #greenbelt .inner p.bn{
	float:right;
	background:url(../images/common/bg_ftbn.jpg) 0 0 no-repeat;
	width:264px;
	height:54px;
	margin:9px 17px 14px 0;
}

#footer #greenbelt .inner p.bn a{
	color:#666;
	text-decoration:none;
}

#footer #greenbelt .inner p.bn a span{
	display:block;
	width:120px;
	padding:16px 0 0 7px;
	font-size:10px;
	line-height:1.0;
}

#footer #whitebelt{
	clear:both;
	margin:0 auto;
	max-width:1100px;
	background:#fff;
	text-align:right;
}

#footer #whitebelt p{
	padding:12px 0 0;
	line-height:0;
}


@media only screen and (max-width: 767px){
    
    .main {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin:20px auto 0;
    
}
    
    

     
}