@charset "UTF-8";
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*============================
params
============================*/
/*============================
mixin
============================*/
html {
  width: 100%;
}

html, body {
  font-size: 12px;
  line-height: 1.3em;
  letter-spacing: 0.12em;
  text-align: left;
  color: #313131;
  font-family: メイリオ,MS PGothic,"ＭＳ Ｐゴシック",Hiragino Kaku Gothic Pro,"ヒラギノ角ゴPro W3", Osaka, Arial, Helvetica, Verdana, sans-serif;
}

a {
  text-decoration: none;
  color: #313131;
}
a:hover {
  color: #007ee0 !important;
  text-decoration: underline;
  cursor: pointer;
}

table.info {
  border: solid 1px #dbdbdb;
}
table.info tr th {
  font-weight: bold;
  color: #007ee0 !important;
  border: solid 1px #dbdbdb;
  vertical-align: top;
  width: 165px;
  padding: 12px 8px;
  background: #e2f0f6;
}
table.info tr td {
  border: solid 1px #dbdbdb;
  vertical-align: top;
  width: 507px;
  padding: 12px 20px;
}
table.info2 {
  border: solid 1px #dbdbdb;
}
table.info2 tr th {
  font-weight: bold;
  color: #007ee0 !important;
  border: solid 1px #dbdbdb;
  vertical-align: top;
  width: 165px;
  padding: 12px 8px;
  background: #e2f0f6;
}
table.info2 tr td {
  border: solid 1px #dbdbdb;
  vertical-align: top;
  width: 365px;
  padding: 12px 8px;
}
table.info2 tr td.col {
  width: 165px;
}
table.info2 tr.top td {
  border-bottom: dotted 1px #dbdbdb;
}
table.info2 tr.middle td {
  border-top: dotted 1px #dbdbdb;
  border-bottom: dotted 1px #dbdbdb;
}
table.info2 tr.bottom td {
  border-top: dotted 1px #dbdbdb;
}

address {
  font-style: normal;
}

time {
  font-weight: bold;
}

.wrapper {
  width: 100%;
}
.wrapper .headerBar {
  width: 158px;
  height: 8px;
  background: #007ee0;
  display: block;
  margin: 0 0 5px 0;
}
.wrapper .searchBox {
  width: 100%;
  height: 22px;
  position: relative;
}
.wrapper .searchBox .searchCtrl {
  -moz-border-radius: 6px;
  /* Firefox */
  -webkit-border-radius: 6px;
  /* Safari and Chrome */
  border-radius: 6px;
  /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
  behavior: url("/common/css/PIE.htc");
  background: #eeeeee;
  width: 185px;
  height: 22px;
}
.wrapper .searchBox #searchText {
  border: 0;
  width: 150px;
  height: 18px;
  background: #eeeeee;
  margin: 2px;
}
.wrapper .searchBox #searchBtn {
  top: 2px;
  right: 3px;
  position: absolute;
}
.wrapper .searchBox .gsc-input {
  margin: 0px !important;
}
.wrapper .sNaviArea {
  width: 100%;
  height: 56px;
  margin: 0 0 36px 0;
}
.wrapper .sNaviArea .logo {
  float: left;
}
.wrapper .sNaviArea .sNavi {
  margin: 2px 0 0 0;
}
.wrapper .sNaviArea .sNavi ul {
  margin: 10px 0 0 0;
}
.wrapper .sNaviArea .sNavi ul li {
  float: left;
  margin: 0 0 0 15px;
}
.wrapper .sNaviArea .sNavi ul li a.icon {
  display: block;
  text-indent: 14px;
  margin: 26px 0 0 0;
}

.gNavi {
  width: 100%;
  height: 30px;
  margin: 0 0 20px 0;
}
.gNavi ul {
  float: left;
  width: 100%;
  height: 30px;
}
.gNavi ul li {
  float: left;
}
.gNavi ul li a {
  display: block;
}

.breadCrumb {
  height: 40px;
  line-height: 40px;
  background: whitesmoke;
  font-size: 10px;
  margin: 0 0 40px 0;
}
.breadCrumb .conainer ul li {
  float: left;
}
.breadCrumb .conainer ul li a {
  color: #007ee0;
}
.breadCrumb .conainer ul li.arrow {
  margin: 0 7px;
}
.breadCrumb .conainer ul li.arrow i {
  line-height: 40px;
  width: 10px;
  height: 40px;
  display: inline-block;
  background: url("/common/img/icon_arrow_crumb.png") no-repeat;
}
.breadCrumb .conainer ul li.house i {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0 7px 0 0;
  background: url("/common/img/icon_house.png") no-repeat;
}
.breadCrumb .conainer ul li.end a {
  color: #313131;
}
.breadCrumb .conainer ul li.end a:hover {
  color: #313131 !important;
  text-decoration: none;
  cursor: default;
}
.breadCrumb .conainer ul li.end:after {
  background: url("") no-repeat;
}

.contents .conainer .catch {
  margin: 0 0 50px 0;
}
.contents .conainer .main {
  line-height: 1.8em;
  width: 674px;
  float: left;
  margin: 0 41px 0 0;
  /* 150320 ings */
}
.contents .conainer .main .title_lbl {
  margin: 0px 0 25px 0;
}
.contents .conainer .main .title_lbl_02 {
  margin: 0px 0 15px 0;
}
.contents .conainer .main .title_area {
  position: relative;
  margin: 0px 0 40px 0;
}
.contents .conainer .main .title_lead {
  position: absolute;
  bottom: 17px;
  left: 17px;
}
.contents .conainer .main .contentArea {
  width: 100%;
  float: left;
  margin: 0 0 40px 0;
}
.contents .conainer .main .contentArea section {
  width: 100%;
  float: left;
}
.contents .conainer .main .contentArea section h2 {
  text-indent: 25px;
  line-height: 16px;
  font-size: 16px;
  font-weight: bold;
  margin: 0px 0 15px 0;
  background: url("/common/img/icon_circle_blue.gif") no-repeat;
}
.contents .conainer .main .contentArea section h2.orange {
  background: url("/common/img/icon_circle_orange.gif") no-repeat;
}
.contents .conainer .main .contentArea section h2.pink {
  background: url("/common/img/icon_circle_pink.gif") no-repeat;
}
.contents .conainer .main .contentArea section h2.sky {
  background: url("/common/img/icon_circle_sky.gif") no-repeat;
}
.contents .conainer .main .contentArea section h2.fit {
  margin: 0px 0 15px 0;
}
.contents .conainer .main .contentArea section h2.fit2 {
  margin: 0px;
}
.contents .conainer .main .contentArea section h2 p {
  text-indent: 0px;
  line-height: 25px;
  margin: -5px 0 0 0;
  display: inline-block;
}
.contents .conainer .main .contentArea section h2.text-size-18 {
  text-indent: 25px;
  line-height: 1.5;
  font-weight: bold;
  margin: 0px 0 13px 0;
  display: inline-block;
  background: url("/common/img/icon_circle_blue.gif") no-repeat 0 45%;
}
.contents .conainer .main .contentArea section h2.text-size-18.orange {
  background: url("/common/img/icon_circle_orange.gif") no-repeat 0 45%;
}
.contents .conainer .main .contentArea section h2.text-size-18.pink {
  background: url("/common/img/icon_circle_pink.gif") no-repeat 0 45%;
}
.contents .conainer .main .contentArea section h2.text-size-18.sky {
  background: url("/common/img/icon_circle_sky.gif") no-repeat 0 45%;
}
.contents .conainer .main .contentArea section section {
  /* 150320 ings */
}
.contents .conainer .main .contentArea section section h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0px 0 20px 0;
}
.contents .conainer .main .contentArea section section h3.sub_title2 {
  font-size: 14px !important;
}
.contents .conainer .main .contentArea section section .sub_title6 h3 {
  margin: 0;
  padding: 0 10px;
  font-size: 18px;
  line-height: 40px;
}
.contents .conainer .main .infoArea {
  border: 5px solid #cad6df;
  -moz-border-radius: 6px;
  /* Firefox */
  -webkit-border-radius: 6px;
  /* Safari and Chrome */
  border-radius: 6px;
  /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
  behavior: url("/common/css/PIE.htc");
  float: left;
  padding: 19px;
  margin: 0 0 40px 0;
}
.contents .conainer .main .infoArea address p.lbl {
  float: left;
  margin: 0 0 16px 0;
}
.contents .conainer .main .infoArea address ul li {
  position: relative;
  float: left;
}
.contents .conainer .main .infoArea address ul li.tel {
  margin: 0 14px 0 0;
}
.contents .conainer .main .infoArea address ul li p {
  position: absolute;
  top: 42px;
  left: 71px;
  letter-spacing: 0.05em;
  font-style: normal;
}
.contents .conainer .side {
  width: 245px;
  float: left;
  /* 150320 ings */
}
.contents .conainer .side .sideLabel a {
  display: block;
}
.contents .conainer .side .naviArea {
  width: 100%;
  margin: 0 0 40px 0;
  float: left;
}
.contents .conainer .side .naviArea li {
  float: left;
  width: 100%;
  text-indent: 10px;
  line-height: 40px;
  background: url("/common/img/dot_line_v.gif") repeat-x bottom;
}
.contents .conainer .side .naviArea li a {
  padding: 0px 0px 0px 20px;
  letter-spacing: 0.1em;
}
.contents .conainer .side .naviArea li a.current {
  padding: 0;
  color: #007ee0 !important;
}
.contents .conainer .side .naviArea li a.current:hover {
  color: #007ee0 !important;
  text-decoration: none;
}
.contents .conainer .side .naviArea li .sub_menu {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
}
.contents .conainer .side .naviArea li .sub_menu li {
  text-indent: 27px;
  line-height: 30px;
  background: none;
}
.contents .conainer .side .naviArea_new {
  width: 230px;
  margin: 0 0 40px 0;
  float: left;
  padding-left: 10px;
}
.contents .conainer .side .naviArea_new li {
  width: 100%;
  position: relative;
  float: left;
  font-size: 13px;
  line-height: 1.7;
  background: url("/common/img/dot_line_v.gif") repeat-x bottom;
  /* 150326 ings */
}
.contents .conainer .side .naviArea_new li .bullet {
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 15px;
  left: 10px;
}
.contents .conainer .side .naviArea_new li a {
  display: block;
  padding: 13px 0px 13px 30px;
  letter-spacing: 0;
}
.contents .conainer .side .naviArea_new li a.current {
  width: 222px;
  padding: 13px 0 0 8px;
  color: #007ee0 !important;
}
.contents .conainer .side .naviArea_new li a.current:hover {
  color: #007ee0 !important;
  text-decoration: none;
}
.contents .conainer .side .naviArea_new li .sub_menu {
  float: left;
  width: 215px;
  padding: 0 0 10px 20px;
}
.contents .conainer .side .naviArea_new li .sub_menu li {
  width: 192px;
  line-height: 1.1;
  padding-left: 18px;
  line-height: 30px;
  background: url("/common/img/icon_vector_blue.png") no-repeat scroll 0 8px;
}
.contents .conainer .side .naviArea_new li .sub_menu a {
  padding: 0;
}
.contents .conainer .side .naviArea_new li .sub_menu a.current {
  width: 192px;
  padding: 0;
  text-indent: 0px;
}
.contents .conainer .side .naviArea_new li .tiered_menu {
  padding-left: 10px;
  width: 190px;
}
.contents .conainer .side .naviArea_new li .tiered_menu li {
  width: 165px;
  padding: 0 0 0 13px;
  position: relative;
  line-height: 2;
  background: transparent;
}
.contents .conainer .side .naviArea_new li .tiered_menu li .bullet {
  left: 0;
  position: absolute;
  top: 0;
}
.contents .conainer .side .infoArea {
  border: 5px solid #cad6df;
  -moz-border-radius: 6px;
  /* Firefox */
  -webkit-border-radius: 6px;
  /* Safari and Chrome */
  border-radius: 6px;
  /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
  behavior: url("/common/css/PIE.htc");
  float: left;
  padding: 20px 12px 0px 14px;
  margin: 0 0 40px 0;
}
.contents .conainer .side .infoArea address .lbl {
  margin: 0 0 10px 0;
}
.contents .conainer .side .infoArea address ul li {
  float: left;
  background: url("/common/img/dot_line_v.gif") repeat-x bottom;
  padding: 10px 0;
}
.contents .conainer .side .infoArea address ul li dl dt {
  float: left;
}
.contents .conainer .side .infoArea address ul li dl dd {
  float: left;
}
.contents .conainer .side .infoArea address ul li dl dd p {
  text-indent: 9px;
  letter-spacing: 0.00em;
  font-style: normal;
  font-size: 11px;
  width: 160px;
  overflow: visible;
  white-space: pre;
}
.contents .conainer .side .infoArea address ul li dl dd a {
  display: block;
  text-indent: 9px;
  letter-spacing: 0.04em;
  font-style: normal;
}
.contents .conainer .side .infoArea address ul li.end {
  background: url("") repeat-x bottom;
}
.contents .conainer .side .bannerArea ul li {
  margin: 0 0 15px 0;
}
.contents .conainer .scroll {
  width: 100%;
  float: left;
  margin: 30px 0 0 0;
}
.contents .conainer .scroll .pageTop {
  padding: 0 0 30px 0;
  float: right;
  cursor: pointer;
}

footer {
  clear: both;
}
footer .footerNavi {
  width: 100%;
  height: 90px;
  border-top: 3px solid #f1ebe0;
  background: #f8f5ef;
  padding: 30px 0;
}
footer .footerNavi .conainer .privacyArea {
  position: relative;
  -moz-border-radius: 6px;
  /* Firefox */
  -webkit-border-radius: 6px;
  /* Safari and Chrome */
  border-radius: 6px;
  /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
  behavior: url("/common/css/PIE.htc");
  background: white;
  float: left;
}
footer .footerNavi .conainer .privacyArea dl {
  margin: 10px 10px 0 10px;
  float: left;
}
footer .footerNavi .conainer .privacyArea dl dt {
  float: left;
}
footer .footerNavi .conainer .privacyArea dl dd {
  float: left;
  margin: 8px 15px 0px 15px;
}
footer .footerNavi .conainer .privacyArea dl dd p {
  margin: 0 0 10px 0;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
footer .footerNavi .conainer .privacyArea dl dd p a.icon {
  display: block;
  line-height: 14px;
  text-indent: 10px;
  padding: 0px 0px 0px 8px;
  font-weight: bold;
  color: #007ee0 !important;
}
/*footer .footerNavi .conainer ul {
  width: 540px;
  float: left;
  margin: 15px 0px 0 18px;
}*/
footer .footerNavi .conainer ul li {
  line-height: 24px;
  width: 135px;
  float: left;
  font-size: 10px;
  margin: 0 0 12px 0;
}
footer .footerNavi .conainer ul li a {
  display: block;
  line-height: 13px;
  text-indent: 10px;
  padding: 0px 0px 0px 8px;
}
footer .footerCopy {
  width: 100%;
  height: 40px;
  background: #007ee0;
}
footer .footerCopy small {
  float: right;
}
footer .footerCopy small img {
  margin: 12px 0 8px 0;
}

footer .footerNavi__a{
  float:left;
  width: 417px;
  padding: 7px 0px 0 14px;
}

footer .footerNavi__b{
  float:left;
  width: 125px;
  border-left: 1px dashed #000;
  padding: 7px 0px 0 14px;
}

/*
    #searchText {
      border:0;
      width: 150px;
      height: 18px;
      background: $gray_light;
      margin: 2px;
    }

    #searchBtn {
      top: 2px;
      right: 3px;
      position: absolute;
    }
    */
/*============================
google search
============================*/
#speech {
  display: none !important;
}

#___gcse_0 {
  padding: 2px;
}
#___gcse_0 .gsc-control-cse.gsc-control-cse-ja {
  margin: 0;
  padding: 0;
  border: none;
  height: 18px;
  background: #eeeeee;
}
#___gcse_0 .gsc-control-cse.gsc-control-cse-ja .gsc-control-wrapper-cse {
  border: none;
}
#___gcse_0 .gsc-control-cse.gsc-control-cse-ja .gsc-control-wrapper-cse .gsc-search-box.gsc-search-box-tools {
  border: none;
  margin: 0;
}
#___gcse_0 .gsc-control-cse.gsc-control-cse-ja .gsc-control-wrapper-cse .gsc-search-box.gsc-search-box-tools .gsc-search-box {
  margin: 0;
}
#___gcse_0 .gsc-control-cse.gsc-control-cse-ja .gsc-control-wrapper-cse .gsc-search-box.gsc-search-box-tools .gsc-search-box .gsc-input {
  border: 0;
  width: 150px;
  height: 18px;
  margin: 2px;
  padding: 0;
  x-webkit-speech: false;
}
#___gcse_0 .gsc-control-cse.gsc-control-cse-ja .gsc-control-wrapper-cse .gsc-search-box.gsc-search-box-tools .gsc-search-box .gsc-input .gsc-input-box-hover, #___gcse_0 .gsc-control-cse.gsc-control-cse-ja .gsc-control-wrapper-cse .gsc-search-box.gsc-search-box-tools .gsc-search-box .gsc-input .gsc-input-box-focus {
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
#___gcse_0 .gsc-control-cse.gsc-control-cse-ja .gsc-control-wrapper-cse .gsc-search-box.gsc-search-box-tools .gsc-search-box .gsib_a {
  padding: 0px;
  background: #eeeeee;
}
#___gcse_0 .gsc-control-cse.gsc-control-cse-ja .gsc-control-wrapper-cse .gsc-search-box.gsc-search-box-tools .gsc-search-box .gsib_a input.gsc-input {
  border: none;
  background: url("") !important;
  width: 150px;
  height: 18px !important;
  background: #eeeeee;
  margin: 2px;
  font-size: 12px;
  line-height: 18px;
}
#___gcse_0 .gsc-control-cse.gsc-control-cse-ja .gsc-control-wrapper-cse .gsc-search-box.gsc-search-box-tools .gsc-search-box .gsc-input #gsc-iw-id1.gsc-input-box {
  height: 18px !important;
  border: none;
}
#___gcse_0 .gsc-control-cse.gsc-control-cse-ja .gsc-control-wrapper-cse .gsc-search-box.gsc-search-box-tools .gsc-search-box .gsc-input #gsc-iw-id1.gsc-input-box #gs_id50.gstl_50 .gsib_b {
  display: none;
}
#___gcse_0 .gsc-control-cse.gsc-control-cse-ja .gsc-control-wrapper-cse .gsc-search-box.gsc-search-box-tools .gsc-search-box .gsc-search-button {
  top: 0px;
  right: 1px;
  position: absolute;
  -moz-border-radius: 6px;
  /* Firefox */
  -webkit-border-radius: 6px;
  /* Safari and Chrome */
  border-radius: 6px;
  /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
  behavior: url("/common/css/PIE.htc");
}
#___gcse_0 .gsc-control-cse.gsc-control-cse-ja .gsc-control-wrapper-cse .gsc-search-box.gsc-search-box-tools .gsc-search-box .gsc-search-button input {
  border: 0;
  background: url("/common/img/header_searchBtn_01.gif");
  padding: 4px 8px 4px 8px;
  width: 10px;
  height: 10px;
  min-width: 10px;
}

ul.list li:before {
  content: "・ ";
}
ul.plain_list li {
  float: left;
  width: 100%;
  margin: 0 0 5px 0 !important;
}
ul.plain_list2 li {
  float: left;
  width: 100%;
  margin: 0 0 10px 0 !important;
}
ul.dot_list li {
  float: left;
  width: 100%;
  background: url("/common/img/dot_line_v.gif") repeat-x bottom;
  padding: 15px 0 22px 0 !important;
}
ul.dot_list2 li {
  float: left;
  width: 100%;
  background: url("/common/img/dot_line_v.gif") repeat-x top;
  padding: 10px 0 10px 0 !important;
}
ul.news_list li {
  float: left;
  width: 100%;
  background: url("/common/img/dot_line_v.gif") repeat-x top;
  padding: 15px 0 12px 0 !important;
}
ul.news_list li .tag {
  display: inline-block;
  line-height: 1em;
  float: left;
  margin: -2px 15px 0 0;
}
ul.news_list li .date {
  display: inline-block;
  line-height: 1em;
  float: left;
  margin: 4px 22px 0 0;
}
ul.news_list li a {
  color: #007ee0 !important;
}
ul.link_list {
  padding: 15px 15px 0px 15px;
  float: left;
}
ul.link_list li {
  width: 240px;
  float: left;
  margin: 0px 30px 15px 20px;
}
ul.link_list li a {
  float: left;
}
ul.num_list li {
  list-style-type: decimal;
  margin: 0 0 2px 1.5em;
}
ul.pnum_list li {
  list-style-type: parenthesized-decimal;
  margin: 0 0 2px 1.5em;
}
ul.multi_list li span {
  display: inline-block;
  float: left;
  width: 1em;
}
ul.multi_list li p {
  display: block;
  float: left;
  width: 660px;
}
ul.fig_list li {
  width: 321px;
  margin: 0 30px 30px 0;
  float: left;
}
ul.fig_list li.r {
  margin: 0 0 30px 0;
}
ul.fig_list li figure div {
  margin: 0 0 10px 0;
}
ul.qa_list li {
  float: left;
  background: url("/common/img/dot_line_v.gif") repeat-x bottom;
  padding: 15px 0 0px 0 !important;
}
ul.qa_list li p {
  float: left;
  margin: 0 0 15px 0;
}
ul.qa_list li div {
  float: left;
  width: 100%;
}
ul.qa_list li div p {
  margin: 0 0 15px 35px;
}
ul.qa_list li .q {
  text-indent: 35px;
  line-height: 22px;
  background: url("/common/img/icon_q.gif") no-repeat;
}
ul.qa_list li .a {
  height: 0;
  overflow: hidden;
  background: url("/common/img/icon_a.gif") no-repeat;
}
ul.panel_list li {
  float: left;
  margin: 0 14px 14px 0;
  height: 100px;
}
ul.panel_list li.right {
  margin: 0 0px 14px 0;
}
ul.panel_list li a {
  display: block;
  height: 100px;
}
ul.box_list li {
  float: left;
  margin: 0 14px 14px 0;
  height: 39px;
  width: 210px;
  -moz-border-radius: 6px;
  /* Firefox */
  -webkit-border-radius: 6px;
  /* Safari and Chrome */
  border-radius: 6px;
  /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
  behavior: url("/common/css/PIE.htc");
  border: 2px solid #007ee0;
}
ul.box_list li.right {
  margin: 0 0px 14px 0;
}
ul.box_list li:hover {
  background: #007ee0;
}
ul.box_list li a {
  display: block;
  height: 40px;
  line-height: 40px;
  width: 205px;
}
ul.index_list li {
  margin: 0 0 10px 0 !important;
}
ul.index_list li span {
  background: white;
  display: inline-block;
}
ul.index_list li span.line {
  display: inline-block;
  background: #eeeeee;
  height: 1px;
  margin: 0.3em 1em;
}
ul.index_list li a {
  display: inline-block;
  margin: 4px 0 0 0;
}
ul.half_list li {
  width: 334px;
  float: left;
}
ul.half_list li div {
  width: 156px;
  height: 76px;
  float: left;
  margin: 0 10px 14px 0;
}
ul.half_list li div a {
  margin: 31px 0 0 0;
}
ul.half_list2 li {
  width: 334px;
  height: 76px;
  margin: 0 0px 14px 0;
  float: left;
}
ul.half_list2 li div {
  width: 156px;
  height: 76px;
  float: left;
  margin: 0 10px 0px 0;
}
ul.half_list2 li div a {
  margin: 31px 0 0 0;
}
ul.half_list2 li div a.photo {
  line-height: 0;
  display: block;
  margin: 0px 0 0 0;
  float: left;
}
ul.anchor_list li {
  float: left;
  margin: 0 8px 8px 0;
}
ul.anchor_list li.r {
  margin: 0 0px 8px 0;
}
ul.anchor_list li a {
  line-height: 0;
  display: block;
}
ul.case_anchor_list li {
  float: left;
  margin: 0 8px 8px 0;
}
ul.case_anchor_list li.r {
  margin: 0 0px 8px 0;
}
ul.case_anchor_list li a {
  line-height: 0;
  display: block;
  width: 162px;
  height: 50px;
  background: url("/case/img/case_btn_off.png") no-repeat;
}
ul.case_anchor_list li a:hover {
  background: url("/case/img/case_btn_on.png") no-repeat;
}
ul.case_anchor_list li a.passive {
  cursor: default;
  background: url("/case/img/case_btn_passive.png") no-repeat;
}
ul.case_anchor_list li a.passive:hover {
  background: url("/case/img/case_btn_passive.png") no-repeat;
}
ul.case_anchor_list li a.passive span {
  color: #bfbfbf !important;
}
ul.case_anchor_list li a span {
  width: 162px;
  height: 32px;
  text-align: center;
  display: inline-block;
  margin: 18px 0 0 0;
  color: #007ee0;
  font-weight: bold;
}
ul.vector_list li {
  float: left;
  margin: 0 12px 12px 0;
}
ul.vector_list li.r {
  margin: 0 0px 12px 0;
}
ul.vector_list li a {
  line-height: 0;
  display: block;
}
ul.arrow_list li {
  font-size: 14px;
  width: 100%;
  float: left;
  margin: 0 0px 14px 0;
}
ul.arrow_list li.r {
  margin: 0 0px 12px 0;
}
ul.arrow_list li a {
  line-height: 14px;
  padding: 0px 0px 0px 20px;
  display: inline-block;
}
ul.arrow_list li .sub_menu {
  float: left;
  width: 100%;
  margin: 0 0 10px 14px;
}
ul.arrow_list li .sub_menu li {
  width: 100%;
  float: left;
  text-indent: 19px;
  background: none;
}
ul.arrow_list li .sub_menu li a {
  line-height: 14px;
  padding: 0px !important;
  display: inline-block;
  color: #007ee0;
}

ol.num_list li {
  list-style-type: decimal;
  margin: 0 0 2px 1.5em;
}

i.icon_link {
  width: 14px;
  height: 1em;
  display: inline-block;
  background-position: 0px -1px;
  margin: 0 0 0 5px;
}

.table_set .left {
  width: 497px;
  float: left;
}
.table_set .right {
  float: left;
}

.sub_title2 {
  font-size: 14px;
  font-weight: bold;
  margin: 0px 0px 15px 0px;
  background: url("/common/img/icon_bar_blue.gif") no-repeat;
  text-indent: 20px;
  line-height: 16px;
  float: left;
  width: 100%;
}

/* 150305 ings renewal */
.gallery_detail_btn {
  position: absolute;
  bottom: 50px;
  right: 74px;
}
.gallery_detail_btn a {
  display: none;
  width: 152px;
  height: 40px;
  background: url("/common/img/gallery_ctrl_btn_off.png") no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.gallery_detail_btn a:hover {
  background: url("/common/img/gallery_ctrl_btn_on.png") no-repeat;
}

.gallery_new_label {
  width: 294px;
  height: 27px;
  margin: 0 auto;
  padding: 0 3px 1px;
}

.gallery .gallery_container {
  float: left;
  position: relative;
}
.gallery .gallery_container .gallery_image_container {
  float: left;
  width: 300px;
  height: 282px;
  overflow: hidden;
  position: relative;
}
.gallery .gallery_container .gallery_image_container ul {
  width: 1200px;
  float: left;
  position: absolute;
}
.gallery .gallery_container .gallery_image_container ul li {
  float: left;
  padding: 0 3px;
}
.gallery .gallery_container .gallery_ctrl {
  float: left;
  position: absolute;
  width: auto;
  height: 10px;
  right: 10px;
  bottom: 10px;
  /*background: url("/common/img/gallery_ctrl_bg.png") repeat;*/
  z-index: 99;
}
.gallery .gallery_container .gallery_ctrl .gallery_ctrl_prev {
  display: block;
  text-align: center;
  line-height: 50px;
  float: left;
  width: 50px;
  height: 50px;
  background: url("/common/img/gallery_ctrl_prev.png") no-repeat;
}
.gallery .gallery_container .gallery_ctrl .gallery_ctrl_prev:hover {
  background: url("/common/img/gallery_ctrl_prev_over.png") no-repeat;
}
.gallery .gallery_container .gallery_ctrl ul {
  text-align: right;
  display: block;
  float: left;
  width: auto;
  height: 10px;
  margin: 0 auto;
}
.gallery .gallery_container .gallery_ctrl ul .gallery_ctrl_circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 7px;
  *display: inline;
  *zoom: 1;
}
.gallery .gallery_container .gallery_ctrl ul .gallery_ctrl_circle.current a {
  background: url("/common/img/gallery_ctrl_circle_active.png") no-repeat;
  background-position: 0 0;
}
.gallery .gallery_container .gallery_ctrl ul .gallery_ctrl_circle.current:hover a {
  background: url("/common/img/gallery_ctrl_circle_active.png") no-repeat;
  background-position: 0 0;
  cursor: default;
}
.gallery .gallery_container .gallery_ctrl ul .gallery_ctrl_circle a {
  background: url("/common/img/gallery_ctrl_circle_passive.png") no-repeat;
  background-position: 0 0;
  line-height: 10px;
  height: 10px;
  width: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.gallery .gallery_container .gallery_ctrl ul .gallery_ctrl_circle a:hover {
  background: url("/common/img/gallery_ctrl_circle_over.png") no-repeat;
  background-position: 0 0;
}
.gallery .gallery_container .gallery_ctrl .gallery_ctrl_next {
  display: block;
  text-align: center;
  line-height: 50px;
  float: left;
  width: 50px;
  height: 50px;
  background: url("/common/img/gallery_ctrl_next.png") no-repeat;
}
.gallery .gallery_container .gallery_ctrl .gallery_ctrl_next:hover {
  background: url("/common/img/gallery_ctrl_next_over.png") no-repeat;
}

/* 21014.0904追加 */
table.info3 {
  border: solid 1px #dbdbdb;
}
table.info3 tr th {
  font-weight: bold;
  color: #007ee0 !important;
  border: solid 1px #dbdbdb;
  vertical-align: top;
  padding: 12px 8px;
  background: #e2f0f6;
  text-align: center;
}
table.info3 tr td {
  border: solid 1px #dbdbdb;
  vertical-align: top;
  width: 507px;
  padding: 12px 20px;
}
table.info3 tr td.left {
  width: 250px;
}
table.info3 tr td.center {
  width: 160px;
  text-align: right;
}
table.info4 {
  border: solid 1px #dbdbdb;
}
table.info4 tr th {
  font-weight: bold;
  color: #007ee0 !important;
  border: solid 1px #dbdbdb;
  vertical-align: top;
  padding: 12px 8px;
  background: #e2f0f6;
  text-align: center;
}
table.info4 tr td {
  border: solid 1px #dbdbdb;
  vertical-align: top;
  padding: 12px 20px;
  width: 212px;
}
table.info4 tr td.min_left {
  width: 100px;
}
table.info4 tr td.min_right {
  width: 139px;
}
table.info4 tr td.gray {
  background: #f5f5f5;
  font-weight: bold;
  color: #333333;
}
table.info4 tr td.left {
  width: 239px;
}
table.info4 tr td.center {
  width: 122px;
  text-align: right;
}

ul.invoice_hagaki_list li {
  float: left;
  margin: 0 34px 0 0;
}
ul.invoice_hagaki_list li.r {
  margin: 0;
}
ul.invoice_hagaki_list li span {
  display: block;
  padding: 0 0 8px;
}
ul.notice-list li:before {
  content: "※ ";
}

/* 2015.02.24 追加 */
.sub_title4 {
  font-size: 14px;
  font-weight: bold;
  margin: 0px 0px 15px 0px;
  background: url("/common/img/icon_bar_red.gif") 0 0 no-repeat;
  text-indent: 20px;
  line-height: 14px;
  float: left;
  width: 100%;
}

.sub_title5 {
  font-size: 14px;
  font-weight: bold;
  margin: 0px 0px 15px 0px;
  background: url("/common/img/icon_bar_green.gif") 0 0 no-repeat;
  text-indent: 20px;
  line-height: 14px;
  float: left;
  width: 100%;
}

.def-list dt:before {
  display: inline-block;
  width: 1em;
  content: "・";
}
.def-list dd {
  text-indent: 1em;
}

.box-case {
  background-color: #f3f8fb;
  padding: 20px 20px 15px 20px;
  overflow: hidden;
}
.box-case .box-case__item-a .box-case__title {
  font-weight: bold;
  color: #007be3;
  font-size: 16px;
  margin-bottom: 10px;
}
.box-case .box-case__item-a .box-case__photo {
  float: right;
}
.box-case .box-case__item-a .box-case__data {
  width: 397px;
  overflow: hidden;
  padding: 10px 0 10px;
  border-top: 1px dotted #ababa9;
}
.box-case .box-case__item-a .box-case__data dt {
  width: 140px;
  float: left;
  font-weight: bold;
}
.box-case .box-case__item-a .box-case__data dd {
  float: left;
}
.box-case .box-case__item-b {
  margin-bottom: 15px;
}
.box-case .box-case__item-b .box-case__detail {
  padding: 5px 10px;
  background: #007be3;
  color: #fff;
  font-size: 14px;
}
.box-case .box-case__item-b .box-case__merit {
  padding: 5px 10px;
  background-color: #ff5a2f;
  color: #fff;
  font-size: 14px;
}
.box-case .box-case__item-b .box-case__inr {
  padding: 15px;
  background-color: #FFF;
  margin-bottom: 10px;
}
.box-case .box-case__item-b .box-case__subtitle {
  color: #007be3;
}
.box-case .box-case__item-b .box-case__list {
  text-indent: -1em;
  padding-left: 1em;
}

table.info5 {
  border: solid 1px #dbdbdb;
  margin-bottom: 10px;
}
table.info5 tr th {
  font-weight: bold;
  color: #007ee0 !important;
  border: solid 1px #dbdbdb;
  vertical-align: top;
  padding: 15px 10px;
  background: #e2f0f6;
  width: 148px;
}
table.info5 tr td {
  border: solid 1px #dbdbdb;
  vertical-align: top;
  padding: 12px 20px;
}

.scene-box .scene-box__text {
  width: 526px;
}

.box-tool {
  background-color: #f4f9fc;
  padding: 30px 40px;
}

.box-tool__head {
  color: #017de1;
  font-weight: bold;
  margin-bottom: 10px;
}

.box-tool .box-tool__difference {
  margin-bottom: 20px;
}
.box-tool .box-tool__img, .box-tool .box-tool__trial {
  margin-bottom: 10px;
}
.box-tool .box-tool__contact {
  margin-bottom: 25px;
}
.box-tool .box-tool__frame {
  border: 1px solid #007ee0;
  background-color: #fff;
  padding: 10px;
}

/* 150320 ings */
.mod-text--image-true {
  font-size: 0 !important;
  line-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.mod-grid, .mod-grid-a-a, .mod-grid-b-a, .mod-grid-c-a, .mod-grid-d-a, .mod-grid-e-a {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  vertical-align: top;
  background-color: transparent;
  border: 0;
  *zoom: 1;
}
.mod-grid:before, .mod-grid-a-a:before, .mod-grid-b-a:before, .mod-grid-c-a:before, .mod-grid-d-a:before, .mod-grid-e-a:before, .mod-grid:after, .mod-grid-a-a:after, .mod-grid-b-a:after, .mod-grid-c-a:after, .mod-grid-d-a:after, .mod-grid-e-a:after {
  content: "";
  display: table;
}
.mod-grid:after, .mod-grid-a-a:after, .mod-grid-b-a:after, .mod-grid-c-a:after, .mod-grid-d-a:after, .mod-grid-e-a:after {
  clear: both;
}

.mod-grid__cell, .mod-grid-a-a__cell--a, .mod-grid-a-a__cell--b, .mod-grid-b-a__cell--a, .mod-grid-b-a__cell--b, .mod-grid-b-a__cell--c, .mod-grid-c-a__cell--a, .mod-grid-c-a__cell--b, .mod-grid-c-a__cell--c, .mod-grid-c-a__cell--d, .mod-grid-d-a__cell--a, .mod-grid-d-a__cell--b, .mod-grid-e-a__cell--a, .mod-grid-e-a__cell--b {
  display: block;
  overflow: hidden;
  position: relative;
  width: auto;
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
  border: 0;
  *zoom: 1;
}
.mod-grid__cell:before, .mod-grid-a-a__cell--a:before, .mod-grid-a-a__cell--b:before, .mod-grid-b-a__cell--a:before, .mod-grid-b-a__cell--b:before, .mod-grid-b-a__cell--c:before, .mod-grid-c-a__cell--a:before, .mod-grid-c-a__cell--b:before, .mod-grid-c-a__cell--c:before, .mod-grid-c-a__cell--d:before, .mod-grid-d-a__cell--a:before, .mod-grid-d-a__cell--b:before, .mod-grid-e-a__cell--a:before, .mod-grid-e-a__cell--b:before, .mod-grid__cell:after, .mod-grid-a-a__cell--a:after, .mod-grid-a-a__cell--b:after, .mod-grid-b-a__cell--a:after, .mod-grid-b-a__cell--b:after, .mod-grid-b-a__cell--c:after, .mod-grid-c-a__cell--a:after, .mod-grid-c-a__cell--b:after, .mod-grid-c-a__cell--c:after, .mod-grid-c-a__cell--d:after, .mod-grid-d-a__cell--a:after, .mod-grid-d-a__cell--b:after, .mod-grid-e-a__cell--a:after, .mod-grid-e-a__cell--b:after {
  content: "";
  display: table;
}
.mod-grid__cell:after, .mod-grid-a-a__cell--a:after, .mod-grid-a-a__cell--b:after, .mod-grid-b-a__cell--a:after, .mod-grid-b-a__cell--b:after, .mod-grid-b-a__cell--c:after, .mod-grid-c-a__cell--a:after, .mod-grid-c-a__cell--b:after, .mod-grid-c-a__cell--c:after, .mod-grid-c-a__cell--d:after, .mod-grid-d-a__cell--a:after, .mod-grid-d-a__cell--b:after, .mod-grid-e-a__cell--a:after, .mod-grid-e-a__cell--b:after {
  clear: both;
}

.mod-grid-a-a__cell--a {
  float: left;
  width: 49.9%;
}
.mod-grid-a-a__cell--b {
  float: right;
  width: 49.9%;
}

.mod-grid-b-a__cell--a {
  float: left;
  width: 33.3%;
}
.mod-grid-b-a__cell--b {
  float: left;
  width: 33.3%;
}
.mod-grid-b-a__cell--c {
  float: right;
  width: 33.3%;
}

.mod-grid-c-a__cell--a {
  float: left;
  width: 24.9%;
}
.mod-grid-c-a__cell--b {
  float: left;
  width: 25%;
}
.mod-grid-c-a__cell--c {
  float: left;
  width: 24.9%;
}
.mod-grid-c-a__cell--d {
  float: right;
  width: 25%;
}

.mod-grid-d-a__cell--a {
  float: left;
  width: 160px;
}
.mod-grid-d-a__cell--b {
  float: right;
  width: 495px;
}

.mod-grid-e-a__cell--a {
  float: left;
  width: 190px;
}
.mod-grid-e-a__cell--b {
  float: right;
  width: 465px;
}

.servicemap_area {
  background: url("/service/img/servicemap_bg_001.png") 0 0 no-repeat;
  width: 674px;
  height: 800px;
}
.servicemap_area img {
  vertical-align: bottom;
}
.servicemap_area .servicemap {
  position: relative;
  height: 640px;
}
.servicemap_area .servicemap .service_box {
  width: 260px;
  height: 250px;
  text-align: center;
}
.servicemap_area .servicemap .service01 {
  position: absolute;
  top: 62px;
  left: 65px;
}
.servicemap_area .servicemap .service02 {
  position: absolute;
  top: 62px;
  left: 355px;
}
.servicemap_area .servicemap .service03 {
  position: absolute;
  top: 360px;
  left: 65px;
}
.servicemap_area .servicemap .service04 {
  position: absolute;
  top: 360px;
  left: 355px;
}
.servicemap_area .servicemap .service_ttl {
  height: 120px;
}
.servicemap_area .servicemap .service_items {
  padding-bottom: 6px;
}
.servicemap_area .servicemap .service_items .service_items_btn {
  padding: 0 5px 6px;
  vertical-align: bottom;
}
.servicemap_area .servicemap .service_items a {
  display: block;
}
.servicemap_area .servicemap .service_detail_btn {
  width: 155px;
  margin: 0 auto;
}
.servicemap_area .servicemap .service_detail_btn a {
  display: block;
}
.servicemap_area .service_sogo_box {
  padding: 0 50px 0 60px;
}
.servicemap_area .service_sogo_box .service_sogo_ttl {
  padding-top: 18px;
}
.servicemap_area .service_sogo_box .service_sogo_btn {
  padding-top: 70px;
}

.bpo_kangae_list {
  width: 100%;
}
.bpo_kangae_list img {
  vertical-align: bottom;
}
.bpo_kangae_list .bpo_kangae_item {
  position: relative;
}
.bpo_kangae_list .bpo_kangae_item a {
  display: block;
}
.bpo_kangae_list .bpo_kangae_item a:hover .bpo_kangae_item_text {
  text-decoration: underline;
}
.bpo_kangae_list .bpo_kangae_item .bpo_kangae_item_pict {
  display: inline-block;
  vertical-align: middle;
  padding-right: 12px;
}
.bpo_kangae_list .bpo_kangae_item .bpo_kangae_item_text {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}

.want_to_area {
  border: 1px solid #007be3;
  padding: 10px;
}

.want_to_box {
  font-size: 13px;
  line-height: 1.38;
}
.want_to_box .want_to_item {
  float: left;
  width: 100%;
  border-radius: 3px;
  position: relative;
}
.want_to_box .want_to_item_label {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  line-height: 1.46;
  padding: 5px 0 2px;
  margin-bottom: 20px;
  border-radius: 3px;
}
.want_to_box .want_to_more {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding-bottom: 20px;
}
.want_to_box .want_to_item_list li {
  position: relative;
  padding: 0 0 13px 13px;
}
.want_to_box .want_to_item_list li .bullet {
  position: absolute;
  top: 0;
  left: 0;
}

.top_want_to_area {
  border: 0;
  padding: 0;
}
.top_want_to_area .mod-grid-b-a__cell--a {
  width: 308px;
  margin-right: 16px;
}
.top_want_to_area .mod-grid-b-a__cell--b {
  width: 308px;
  margin-right: 16px;
}
.top_want_to_area .mod-grid-b-a__cell--c {
  width: 308px;
}
.top_want_to_area .want_to_box .want_to_item_list {
  padding-bottom: 53px;
  min-height: 124px;
  height: auto !important;
  height: 124px;
}

.service_want_to_area {
  border: 1px solid #007be3;
  padding: 10px;
}
.service_want_to_area .want_to_lead {
  padding: 10px 0 15px;
}
.service_want_to_area .mod-grid-a-a__cell--a {
  width: 317px;
  margin-right: 18px;
}
.service_want_to_area .mod-grid-a-a__cell--b {
  width: 317px;
}
.service_want_to_area .mod-grid-b-a__cell--a {
  width: 210px;
  margin-right: 12px;
}
.service_want_to_area .mod-grid-b-a__cell--b {
  width: 210px;
}
.service_want_to_area .mod-grid-b-a__cell--c {
  width: 210px;
}

.bg_service_light_blue {
  background: #f7fcff;
}

.sub_title6 {
  font-weight: bold;
  border-top-width: 2px;
  border-style: solid;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.sub_title6.orange_ttl {
  border-color: #f99c2f;
  background: #faf5d7;
  color: #f99c2f;
}
.sub_title6.blue_ttl {
  background: #e4f5fb;
  border-color: #00a0dd;
  color: #00a0dd;
}
.sub_title6.green_ttl {
  background: #f0fedb;
  border-color: #8dc307;
  color: #8dc307;
}

.btm_links {
  padding-top: 15px;
  font-size: 14px;
}
.btm_links .detail_link {
  display: inline-block;
  vertical-align: top;
}
.btm_links .jirei_link {
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
}

.normal_list li {
  position: relative;
  padding: 0 0 0 13px;
}

.normal_list li .bullet {
  position: absolute;
  top: 0;
  left: 0;
}

.box-pickup {
  background-color: #f3f8fb;
  padding: 24px 20px 5px 20px;
}
.box-pickup li {
  margin-bottom: 17px;
}

.jirei__grid.minHight .jirei_btn_box {
  min-height: 147px;
  height: auto !important;
  height: 147px;
}
.jirei__grid .jirei__grid__cell--a {
  width: 218px;
  margin-right: 10px;
}
.jirei__grid .jirei__grid__cell--b {
  width: 218px;
}
.jirei__grid .jirei__grid__cell--c {
  width: 218px;
}

.jirei_btn_box {
  width: 214px;
  border: 2px solid #dcdcdc;
  padding: 15px 0;
}
.jirei_btn_box .jirei_btn_inr {
  width: 182px;
  margin: 0 auto;
  *zoom: 1;
}
.jirei_btn_box .jirei_btn_inr:before, .jirei_btn_box .jirei_btn_inr:after {
  content: "";
  display: table;
}
.jirei_btn_box .jirei_btn_inr:after {
  clear: both;
}
.jirei_btn_box .jirei_btn_img {
  padding-bottom: 10px;
}
.jirei_btn_box .jirei_btn_img img {
  vertical-align: bottom;
}
.jirei_btn_box .jirei_btn_name {
  font-size: 14px;
  padding-bottom: 10px;
}

.contents .conainer .main .anchor_navi_area {
  margin: 0 0 40px;
}
.contents .conainer .main .anchor_navi_area .title_area {
  margin: 0;
}
.contents .conainer .main .anchor_navi_area .title_area img {
  vertical-align: bottom;
}
.contents .conainer .main .anchor_navi_area .it_anchor_navi {
  border-color: #00a0dd;
}
.contents .conainer .main .anchor_navi_area .secretariat_anchor_navi {
  border-color: #8dc307;
}
.contents .conainer .main .anchor_navi_area .anchor_navi_title {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 20px;
  background: #f5f5f5;
}
.contents .conainer .main .anchor_navi_area .anchor_navi {
  border-width: 2px;
  border-style: solid;
}
.contents .conainer .main .anchor_navi_area .anchor_navi .anchor_navi_item {
  padding: 18px 0 5px 10px;
}
.contents .conainer .main .anchor_navi_area .anchor_navi .anchor_navi_item a {
  display: inline-block;
  line-height: 12px;
  padding-left: 14px;
  vertical-align: bottom;
  margin: 0 15px 16px 0;
}
.contents .conainer .main .anchor_navi_area .anchor_navi .anchor_navi_item a.lengthy {
  margin: 0 2px 16px 0;
}
