@charset "UTF-8";
/*
Theme Name: ODS
Theme URI: http://
Description: ODSのテーマ responsive
Author: miyabido
Author URI: http://miyabido.co.jp/
*/
/*コンテンツwidth*/
/*ボーダーカラー*/
/*よく使う色*/
/*opacity*/
/*-----------------------------------------------------------------
デフォルトリセット設定
-----------------------------------------------------------------*/
/*
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 100;
}
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 200;
}
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 300;
}
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 400;
}
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Bold");
    font-weight: bold;
}
@font-face {
    font-family: "Helvetica Neue";
    src: local("Helvetica Neue Regular");
    font-weight: 100;
}
@font-face {
    font-family: "Helvetica Neue";
    src: local("Helvetica Neue Regular");
    font-weight: 200;
}
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  letter-spacing: normal;
  font-style: normal;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "Arial";
  font-size: 100%;
}

/* IE10以上 
@media all and (-ms-high-contrast: none) {
    html {
        font-family: Verdana, Meiryo, sans-serif;
    }
}
*/
@media screen and (max-width: 800px) {
  html, body {
    width: 1000px;
  }
  #wrapper {
    width: 1000px;
  }
}
/*-----------------------------------------------------------------
zoom
-----------------------------------------------------------------*/
@media screen and (max-device-width: 1400px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-device-width: 1400px) and (min-resolution: 1.5dppx) {
  html.chrome body {
    zoom: 1;
    /*初期の値 0.6*/
    -moz-transform: scale(1, 1);
    /*初期の値 0.6 0.6*/
  }
}
@media screen and (max-device-width: 1400px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-device-width: 1400px) and (min-resolution: 2dppx) {
  html.chrome body {
    zoom: 1;
    /*初期の値 0.50*/
    -moz-transform: scale(1, 1);
    /*初期の値 0.50 0.50*/
  }
}
@media screen and (max-device-width: 1400px) {
  html.chrome.iphone body,
  html.chrome.android body {
    zoom: 1;
    -moz-transform: scale(1, 1);
  }
}
/*-----------------------------------------------------------------
テーブル
-----------------------------------------------------------------*/
table {
  border-collapse: collapse;
}

th,
td {
  padding: 0;
}

/*-----------------------------------------------------------------
見出し
-----------------------------------------------------------------*/
h1 {
  font-weight: normal;
  font-size: 95%;
}

h3,
h4,
h5,
h6 {
  font-weight: normal;
}

/*-----------------------------------------------------------------
リンク
-----------------------------------------------------------------*/
a:link, a:visited {
  color: #0E549E;
  text-decoration: underline;
}
a:hover {
  color: #ffc976;
  text-decoration: underline;
}

/*-----------------------------------------------------------------
画像
-----------------------------------------------------------------*/
img {
  margin: 0;
  padding: 0;
  border: 0;
}

.block_img {
  display: block;
}

/*-----------------------------------------------------------------
テキスト系
-----------------------------------------------------------------*/
textarea {
  font-size: 100%;
}

/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
/*-----------------------------------------------------------------
コンテンツラッパー
-----------------------------------------------------------------*/
#wrapper {
  width: 1000px;
  margin: 0 auto;
  /*
  font-size: 75%;
  */
  color: #3b3b3b;
}

/*-----------------------------------------------------------------
ヘッダー
-----------------------------------------------------------------*/
#header {
  margin: 0 auto;
  width: 980px;
  height: 120px;
  overflow: hidden;
  /* clearfix的な要素 */
}

#header_left {
  width: 481px;
  height: 115px;
  float: left;
}

#header_text {
  font-size: 70%;
  color: #00479D;
}

#header_logo {
  margin: 24px 0 0;
}

#header_right {
  width: 499px;
  float: right;
}

/*ヘッダーメニュー*/
#header_navi {
  padding: 0;
  width: 239px;
  height: 37px;
  background-image: url(./img/common/header_navi_bg.png);
  background-repeat: no-repeat;
  float: right;
  font-size: 73%;
}
#header_navi ul {
  height: 20px;
  margin: 3px 0 0 15px;
}
#header_navi .separate {
  font-size: 11px;
  width: 8px;
}
#header_navi li {
  margin: 0 5px 0 0;
  float: left;
  list-style: none;
  color: #FFF;
}
#header_navi li a {
  color: #FFF;
  text-decoration: none;
}
#header_navi li a:hover {
  color: #ddd;
  text-decoration: none;
}
#header_navi img {
  display: block;
}

#header_navi_btn {
  float: right;
  height: 36px;
  margin: 54px 0 0;
}
#header_navi_btn h2 {
  display: block;
  margin: 0;
  padding: 0;
  float: left;
}

#header_navi_tel {
  float: right;
  margin: 8px 10px 0 0;
}

/*-----------------------------------------------------------------
グローバルナビゲーション
-----------------------------------------------------------------*/
#global_navi {
  width: 960px;
  height: 54px;
  margin: 0 auto;
  font-size: 75%;
}
#global_navi > li {
  float: left;
  list-style: none;
  height: 54px;
}
#global_navi.menu > li .parent {
  font-size: 14px;
  color: #fff;
  height: 53px;
  width: 160px;
  display: block;
  text-align: center;
  line-height: 53px;
  text-decoration: none;
  font-weight: bold;
}
#global_navi.menu > li .parent:hover {
  color: #f9cd1f;
}
#global_navi.menu > li.dropdown {
  position: relative;
}
#global_navi.menu > li.dropdown .init-bottom {
  width: 160px;
  height: 54px;
  position: relative;
  z-index: 1;
}
#global_navi.menu > li.dropdown .second-level {
  width: 252px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 2;
}
#global_navi.menu > li.dropdown .second-level ul {
  list-style: none;
}
#global_navi.menu > li.dropdown .second-level ul li {
  border-bottom: 1px solid #305a8d;
  list-style: none;
}
#global_navi.menu > li.dropdown .second-level ul li a {
  display: block;
  padding: 15px 0 15px 30px;
  background: #013e87 url(img/common/icon03.png) 10px center no-repeat;
  text-decoration: none;
  font-size: 120%;
  font-weight: bold;
  color: #fff;
}
#global_navi.menu > li.dropdown .second-level ul li a:hover {
  background-color: #2889f2;
}
#global_navi.menu > li.dropdown:hover .second-level {
  visibility: visible;
  opacity: 1;
}

/*-----------------------------------------------------------------
TOPメインエリア
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
メインコンテンツ
-----------------------------------------------------------------*/
#content {
  width: 960px;
  margin: 0 auto;
  /*margin-top: 40px;*/
  overflow: hidden;
  /* clearfix的な要素 */
}

#content_main {
  width: 710px;
  float: left;
  background-color: #FFF;
  font-size: 95%;
}

/*-----------------------------------------------------------------
サイドバー
-----------------------------------------------------------------*/
#content_right {
  width: 220px;
  float: right;
  padding-bottom: 8px;
}
#content_right p.margin-top {
  width: 220px;
  margin: 10px auto;
}
#content_right p.nomargin-top {
  width: 220px;
  margin: 0 auto;
}

div.sidebar_wrap {
  padding: 4px;
  width: 210px;
  margin: 10px auto;
  border: 1px solid #EEEEEE;
}

p.sidebar_address {
  margin: 10px 5px;
  color: #000;
}
p.sidebar_address_link {
  margin-top: 4px;
  height: 30px;
}

.sidebar_address_link_left {
  display: block;
  float: left;
}

.sidebar_address_link_right {
  display: block;
  float: right;
}

p.content_right_link {
  margin-top: 4px;
}

.page_side {
  width: 220px;
  padding-bottom: 8px;
}

/*業務案内一覧*/
#side_business_menu {
  border: 1px solid #EEEEEE;
  width: 218px;
  margin-bottom: 10px;
}

#side_business_menu_title {
  border-bottom: 1px solid #EEEEEE;
}

#side_business_menu_ul {
  margin: 6px auto 0;
  padding: 7px 7px 0;
}
#side_business_menu_ul li {
  background: url(./img/common/icon01.png) no-repeat left 3px;
  list-style: none;
  padding-left: 18px;
}
#side_business_menu_ul .menu_child {
  margin-bottom: 6px;
}
#side_business_menu_ul .menu_child li {
  background: url(./img/common/icon02.png) no-repeat left 3px;
}

/*-----------------------------------------------------------------
フッター
-----------------------------------------------------------------*/
#footer_bg {
  margin-top: 40px;
  height: 335px;
  background: url(./img/common/footer_bg.png) repeat-x;
}
#footer_bg #footerContact {
  width: 960px;
  height: 145px;
  margin: 0 auto;
  overflow: hidden;
}
#footer_bg #footerContact .btn {
  float: left;
  padding-top: 15px;
}
#footer_bg #footerContact .telWrap {
  float: right;
  width: 411px;
  padding-top: 29px;
  text-align: center;
}
#footer_bg #footerContact .telWrap h3 {
  margin-bottom: 17px;
  line-height: 0;
}
#footer_bg #footerContact .telWrap .num {
  float: left;
  margin-bottom: 10px;
}
#footer_bg #footerContact .telWrap .time {
  float: right;
  margin-bottom: 10px;
}
#footer_bg #footerContact .telWrap .txt {
  clear: both;
  font-size: 80%;
  font-weight: bold;
}

#footer_contents {
  width: 960px;
  height: 190px;
  margin: 0 auto;
  font-size: 75%;
  overflow: hidden;
  /* clearfix的な要素 */
}
#footer_contents .pageTop {
  float: right;
  height: 25px;
}

#footer_contents_main {
  clear: both;
  height: 130px;
}
#footer_contents_main a:link, #footer_contents_main a:visited {
  color: #FFF;
  text-decoration: none;
}
#footer_contents_main a:hover {
  color: #ccc;
  text-decoration: none;
}

#footer_address {
  float: left;
  width: 270px;
  color: #fff;
  line-height: 1.5em;
  margin-top: 10px;
}
#footer_address .footer_company {
  display: table;
  height: 32px;
}
#footer_address .footer_company p {
  display: table-cell;
}
#footer_address .footer_company p.footer_company_logo {
  padding-right: 10px;
}
#footer_address .footer_company p.footer_company_name {
  vertical-align: bottom;
}
#footer_address #footer_address_text {
  clear: both;
  margin: 10px 0 0 4px;
}

.footer_menu {
  float: right;
  line-height: 1.6em;
}
.footer_menu a {
  color: #fff;
}
.footer_menu a:hover {
  text-decoration: underline;
}
.footer_menu ul {
  float: left;
  margin-right: 20px;
}
.footer_menu ul li {
  list-style: none;
}
.footer_menu ul li a:before {
  content: "＞ ";
}
.footer_menu dl {
  float: left;
  margin-right: 20px;
}
.footer_menu dl:last-of-type {
  margin-right: 0;
}
.footer_menu dl dt:before {
  display: inline-block;
  content: "";
  width: 3px;
  height: 12px;
  margin-right: 5px;
  background-color: #fff;
  line-height: 160%;
}
.footer_menu dl dt a {
  font-weight: bold;
}
.footer_menu dl dd {
  margin-left: 1em;
}
.footer_menu dl dd a:before {
  content: "＞ ";
}

#footer_bottom {
  width: 980px;
  height: 30px;
  margin: 7px auto 0;
  font-size: 95%;
  overflow: hidden;
  /* clearfix的な要素 */
}

#footer_bottom_left {
  width: 450px;
  float: left;
  text-align: left;
  margin-top: 6px;
}
#footer_bottom_left a {
  color: #000;
  text-decoration: none;
}
#footer_bottom_left a:hover {
  color: #999;
  text-decoration: none;
}

#footer_bottom_right {
  width: 300px;
  float: right;
  text-align: right;
  padding-right: 27px;
  margin-top: 6px;
}

/*-----------------------------------------------------------------
下層共通css
-----------------------------------------------------------------*/
/* コンタクト */
.page_under_contact {
  width: 100%;
  text-align: center;
  margin: 30px 0;
}

@media print {
  #content {
    width: 980px;
    margin-top: 30px;
    overflow: inherit;
    /* clearfix的な要素 */
  }
  #content_main {
    width: 600px;
    float: right;
    background-color: #FFF;
  }
  #footer_bg {
    background: none;
  }
  #footer {
    width: 980px;
    height: 87px;
    margin: 0 auto;
    font-size: 75%;
    padding-top: 23px;
    overflow: inherit;
    /* clearfix的な要素 */
  }
  #footer_bottom {
    width: 980px;
    margin: 9px auto 0;
    font-size: 75%;
    padding-bottom: 5px;
    overflow: inherit;
    /* clearfix的な要素 */
  }
}
/*# sourceMappingURL=style.css.map */
