@charset "utf-8";

/* CSS初期化設定 ====================== */

* {
  margin: 0;
  padding: 0;

}

body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,select,textarea,p,
blockquote,table,th,td {
  margin:0;
  padding:0;
  vertical-align: baseline;
}

table {
  border-collapse:collapse;
  border-spacing:0;
  font-size:1em;
  line-height:160%;
}

fieldset,img {
  border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
  font-style:normal;
  font-weight:normal;
}

ol,ul {
  list-style:none;
}

caption,th {
  text-align:left;
}

h1,h2,h3,h4,h5,h6 {
  font-size:100%;
  font-weight:normal;
}

q:before,q:after {
  content:'';
}

abbr,acronym {
  border:0;
}

img, a {
  text-decoration: none;
  vertical-align:top;
}

a:link,
a:visited {
  color: #115d99;
}

a:hover,
a:active {
  color: #115d99;
}

div#content a:hover,
div#content a:active {
  opacity: 0.8;
}

strong {
  font-weight:bold;
}
hr {
  margin:10px 0;
  padding:0;
  border-top:1px solid #cccccc;
}

.clear {
  clear:both;
}

.c2l {
  float:left;
}

.c2r {
  float:right;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* COMMON ====================== */
body{
  font-family:Verdana, Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
  font-size: 100%;
  color: #2d2f31;
  line-height:170%;
  background:#fff;
}
div#container{
  width:940px;
  margin:0 auto;
  text-align: left;
}
div#header {
  margin-top: 30px;
}
div#header h1 {
  float: left;
  width: 220px;
  margin-top: 20px
}
div#header div#navi {
  float: left;
  width: 415px;
  margin: 20px 0 0 50px;
}
div#header div#navi ul {
  width:415px;
  height:44px;
  background: url(../images/common/navi.gif) no-repeat;
}
div#header div#navi ul li{
  margin:0;
  padding:0;
  display:inline;
}
div#header div#navi ul li a{
  height:44px;
  text-indent:-5000px;
  display:block;
  text-align:center;
  float:left;
  width: 100px;
}
div#header div#navi ul li a.n1{ width: 65px; }
div#header div#navi ul li a.n2{ width: 85px; }
div#header div#navi ul li a.n3{ width: 85px; }
div#header div#navi ul li a.n4{ width: 85px; }
div#header div#navi ul li a.n5{ width: 95px; }
div#header div#navi ul li a.n2:hover, div#header div#navi ul li a.n2.on {background:url(../images/common/navi.gif) -65px -44px;}
div#header div#navi ul li a.n3:hover, div#header div#navi ul li a.n3.on {background:url(../images/common/navi.gif) -150px -44px;}
div#header div#navi ul li a.n4:hover, div#header div#navi ul li a.n4.on {background:url(../images/common/navi.gif) -235px -44px;}
div#header div#navi ul li a.n5:hover, div#header div#navi ul li a.n5.on {background:url(../images/common/navi.gif) -320px -44px;}
div#header div#contact {
  float: right;
}
div#imgMain {
  margin: 15px 0 0 -1px;
}
div.imgTopMain {
  width: 942px;
  height: 352px;
}
div.commonFrame {
  border-top: 1px solid #d2d0d0;
  margin-top: 40px;
}
div.commonFrame div {
  border-left: 1px solid #d2d0d0;
  float: left;
}
div.commonFrame div:first-child {
  border-left: none;
  width: 220px;
  text-align: center;
}
div.commonFrame p {
  width: 679px;
  font-size: 12px;
  padding: 15px 20px;
}
div.commonFrame table {
  width: 719px;
  font-size: 12px;
}
div.commonFrame table th {
  color: #2d2f31;
  font-weight: bold;
  width: auto;
  padding: 15px 20px;
  border-bottom: 1px solid #D2D0D0;
}
div.commonFrame table td {
  color: #545454;
  padding: 15px 0px 15px 40px;
  border-bottom: 1px solid #D2D0D0;
  background: url(../images/page/border.gif) no-repeat left center;
}
div.commonFrame table td.top {
  background: url(../images/page/border.gif) no-repeat left 10px;
}
div.commonFrame table td dl {
  width: 500px;
  margin: 0;
  padding: 0;
}
div.commonFrame table td dt {
  width: 70px;
  float: left;
  font-weight: bold;
}
div.commonFrame table td dd {
  margin-left: 70px;
}
h3 {
  margin-top: 15px;
}
div#footer {
  background: #ececec;
  border-top: 1px solid #d2d0d0;
  margin-top: 60px;
  padding: 60px 0 30px;
  font-size: 12px;
}
div#footerInner {
  width: 940px;
  margin: 0 auto;
  text-align: left;
}
div#footerInner a {
  background: url(../images/common/icon-yaji.png) no-repeat left center;
  padding-left: 12px;
  margin-right: 15px;
}

div#footerInner div#footerLeft {
  width: 450px;
  float: left;
}
div#footerInner div#footerRight div#footerRightInquiry a,
div#footerInner div#footerLeft #footerLogo {
  background: none; padding-left: 0; margin-right: 0;
}
div#footerInner div#footerLeft address {
  line-height: 150%;
  margin-top: 10px;
}
div#footerInner div#footerRight {
  width: 450px;
  float: right;
}
div#footerInner div#footerRight div#footerRightRecruit {
  width: 220px;
  float: left;
}
div#footerInner div#footerRight div#footerRightInquiry {
  width: 220px;
  float: right;
}
div#footerInner h4 {
  font-weight: bold;
  color: #595959;
  font-size: 13px;
}
div#footerInner strong {
  line-height: 150%;
}
div#footerInner div#copyright {
  clear: both;
  margin-top: 20px;
  color: #aeabab;
  font-size: 10px;
}


/* top ====================== */
div#top h2 {
  margin-top: 40px;
}
div.information div dl {
  font-size: 12px;
  margin: 15px;
  width: 325px;
}
div.information div dl dt {
  width: 90px;
  float: left;
  color: #999797;
}
div.information div dl dd {
  margin-left: 90px;
}


/* case ====================== */
div#content div.case {
  margin-top: 20px;
}
div#content div.case div {
  float: left;
  width: 220px;
  margin-left: 20px;
  text-align: center;
}
div#content div.case div:first-child {
  margin-left: 0;
}
div#content div.case div a {
  float: left;
  margin-bottom: 5px;
}
div#content div.case div a.na {
  border-bottom: 4px solid #bd2a16;
}
div#content div.case div a.as {
  border-bottom: 4px solid #115d99;
}
div#content div.case div a img {
  width: 220px;
  height: 165px;
}
div#content div.case div p{
  line-height: 120%;
}
div#content div.case div strong{
  color: #494949;
}
div#content div.case div small{
  color: #999797;
}


/* map ====================== */
#map {
  width: 938px;
  height: 398px;
  margin-top: 40px;
  border: 1px solid #D2D0D0;
}


/* inquiry ====================== */
#bannerInquiry {
  margin-top: 40px;
}
#bannerInquiry a{
  float: left;
  margin-right: 16px;
}