header .hInner {
 margin: 0px auto 0px;
 padding: 0xp 0px 0px 0px;
 width: auto;
 max-width: 1200px;
 height: 80px;
}
nav#gnav ul {
 width: auto;
 display: flex;
 justify-content: center;
}
ul.fnav {
 margin: 0px auto 0px;
 padding: 0px 0px 0px 0px;
 width: auto;
 height: 80px;
 line-height: 80px;
 border-top: 0px;
 display: flex;
 justify-content: center;
}
.foot_wrap {
 margin: 0px auto 0px;
 padding: 0px 0px 140px 0px;
 width: auto;
 max-width: 1200px;
 background-image: url(../img/common/foot_back.gif);
 background-position: right bottom;
 background-repeat: no-repeat;
 border-bottom: #CCC 1px solid;
 display: flex;
 justify-content:space-around;
}
.foot_add {
 margin-right: 20px;
 float: left;
}
/*div#contents {
 overflow-x: hidden;
}*/
div#contents,
header,
footer{
 width: 100%;
}
.responsive div#contents,
.responsive header,
.responsive footer{
 min-width: 0px;
}
.text-underline,
a.text-underline:link{
  text-decoration: underline;
}
@media screen and (min-width:850px) {

}
