@charset "utf-8";

body{
    background-color: #fff;
}

.wrapper {
    overflow: hidden;
    width: 1000px;
    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;
    margin:0 auto;
    
}

.wrapper2 {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin:0 auto;
    background-color: #FFF;
}

#header{
	margin:0 auto;
	max-width: 1000px;
    background-color:#FFF;
    margin-bottom: 10px;
}

#header ul.utility {
    
    width: auto;
    position: absolute;
    right: 30px;
}
#header ul.utility li {
    float: left;
    padding: 0 0 0 30px;
    background: url(https://www.able.co.jp/common2/css/images/arr_n.gif) 15px 2px no-repeat;

}
#header ul.utility li a {
    font-size: 10px;
    white-space: nowrap;
}

.pnavi{
  	margin:0 auto;
	max-width: 1000px;
    font-size:13px;
    margin-bottom: 14px;
    padding: 8px 10px 0;
}



.pnavi a{
    color: #073e6b;
    text-decoration: underline;
}


#header #logo img{
	margin:0 auto;
	margin:0 15px;
}

#footer {
    clear: both;
    position: static;
    width: 1000px;
    margin: 0 auto;
}



#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:700px;
}

#footer #greenbelt .inner p.link{
	padding:18px 0 10px 0;
	font-size:12px;
	line-height:1.7;
}

#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;
	line-height:0;
    text-align: center;
}


@media (min-width: 768px){

.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;
}    
    
#footer{
    width: 100%;
    margin: 0 auto;
    clear:both;
	position:static;
}    
    
}

