@charset "UTF-8";
/*
 * Swiper 2.7.6
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: February 11, 2015
*/
/* ===============================================================
Basic Swiper Styles
================================================================*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  direction: ltr;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  box-sizing: content-box; }

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  float: left;
  box-sizing: content-box; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x; }

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
  /* Specify Swiper's Size: */
  /*width:200px;
	height: 100px;*/ }

.swiper-slide {
  /* Specify Slides's Size: */
  /*width: 100%;
	height: 100%;*/ }

.swiper-slide-active {
  /* Specific active slide styling: */ }

.swiper-slide-visible {
  /* Specific visible slide styling: */ }

/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
  /* Stylize pagination button: */ }

.swiper-active-switch {
  /* Specific active button style: */ }

.swiper-visible-switch {
  /* Specific visible button style: */ }

@font-face {
  font-family: 'WebHostingHub-Glyphs';
  src: url('../../../common/lib/whhg-font/webhostinghub-glyphs.eot');
  src: url('../../../common/lib/whhg-font/webhostinghub-glyphs.eot?#iefix') format('embedded-opentype'), url('../../../common/lib/whhg-font/webhostinghub-glyphs.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  -moz-font-feature-settings: "calt=0,liga=0"; }

html {
  color: #202020;
  background: #fff;
  font-family: Meiryo,"游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif; }

body {
  font-size: 16px;
  line-height: 1.35; }
  body .content_area {
    float: left;
    width: 100%; }

/* link style */
a {
  color: #1f1f1f;
  text-decoration: underline; }
  a:hover {
    text-decoration: underline;
    color: #e80000; }

#l-wrap {
  margin: 0 auto;
  position: relative; }
  #l-wrap img {
    width: 100%; }

/* header style */
#l-header {
  padding-top: 17px; }
  #l-header .headerArea {
    *zoom: 1;
    margin: 0 10px 7px; }
    #l-header .headerArea:after {
      content: " ";
      display: table;
      clear: both; }
    #l-header .headerArea .header_logo {
      float: left;
      width: 84%; }
    #l-header .headerArea .header_logo img {
      width: 300px; }
    #l-header .headerArea .header_menuOpen {
      float: right;
      max-width: 12%; }
  #l-header .header_menu {
    position: absolute;
    width: 100%;
    z-index: 9999;
    display: none;
    background-color: #fff;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc; }
    #l-header .header_menu a {
      text-decoration: none; }
    #l-header .header_menu .header_gNav li {
      border-bottom: solid 1px #cccccc; }
      #l-header .header_menu .header_gNav li a {
        padding: 18px 13px 13px;
        display: block;
        position: relative; }
        #l-header .header_menu .header_gNav li a:before {
          position: absolute;
          top: 50%;
          right: 15px;
          content: "";
          width: 0;
          height: 0;
          margin-top: -6px;
          border-style: solid;
          border-width: 6px;
          border-color: transparent;
          border-left-color: #333333;
          border-left-width: 6px; }
    #l-header .header_menu .header_contactList {
      display: block;
      padding: 18px 13px 13px; }
    #l-header .header_menu .header_menuClose {
      border-top: solid 1px #cccccc;
      background-color: #e50012;
      padding: 5px 0;
      text-align: center; }
      #l-header .header_menu .header_menuClose .closeBtn {
        display: inline-block;
        margin: 0 auto;
        border-radius: 5px;
        border: solid 1px #d6d6d6;
        background-color: #fff;
        font-weight: bold;
        font-size: 108.3%;
        padding: 10px 24px 7px 44px;
        position: relative; }
        #l-header .header_menu .header_menuClose .closeBtn:before {
          font-family: 'WebHostingHub-Glyphs';
          line-height: 1;
          /* Better Font Rendering =========== */
          position: absolute;
          left: 25px;
          top: 50%;
          margin-top: -6px;
          color: #e80000;
          font-size: 12px;
          content: "\00d7";
          text-indent: 0;
          margin-top: -5px; }

/* content style */
#l-content {
  *zoom: 1; }
  #l-content:after {
    content: " ";
    display: table;
    clear: both; }
  .contentColorON.cur_account #l-content {
    background-color: #f7c9d0;
    padding-bottom: 10px; }
  .contentColorON.cur_saving #l-content {
    background-color: #b8d7fb;
    padding-bottom: 10px; }
  .contentColorON.cur_loan #l-content {
    background-color: #ffdfb9;
    padding-bottom: 10px; }
  .contentColorON.cur_insurance #l-content {
    background-color: #cfe8b8;
    padding-bottom: 10px; }
  .contentColorON.cur_convenience #l-content {
    background-color: #fdebb4;
    padding-bottom: 10px; }
  .contentColorON.cur_consultation #l-content {
    background-color: #b3e5f0;
    padding-bottom: 10px; }
  #l-content .ctrlBack {
    background-color: #fff; }
  #l-content .spCtrlHead {
    color: #fff;
    padding: 13px 10px 10px 85px;
    text-align: left;
    font-weight: bold;
    background-color: #e80000;
    background-image: url(../images/bg_cat_red.gif);
    clear: both;
    position: relative; }
    #l-content .spCtrlHead span {
      font-size: 125%; }
    .cur_account #l-content .spCtrlHead {
      background-color: #e44c65;
      background-image: url(../images/bg_cat_pink.gif); }
    .cur_saving #l-content .spCtrlHead {
      background-color: #1579f1;
      background-image: url(../images/bg_cat_blue.gif); }
    .cur_loan #l-content .spCtrlHead {
      background-color: #ff9416;
      background-image: url(../images/bg_cat_orange.gif); }
    .cur_insurance #l-content .spCtrlHead {
      background-color: #60b314;
      background-image: url(../images/bg_cat_green.gif); }
    .cur_convenience #l-content .spCtrlHead {
      background-color: #f7be07;
      background-image: url(../images/bg_cat_yellow.gif); }
    .cur_consultation #l-content .spCtrlHead {
      background-color: #02a8cc;
      background-image: url(../images/bg_cat_lightBlue.gif); }
    #l-content .spCtrlHead .ctrlBack {
      position: absolute;
      top: 0;
      left: 5px;
      bottom: 0;
      height: 1.35em;
      margin: auto;
      border-radius: 17px;
      border: solid 1px #d6d6d6;
      display: inline-block;
      padding: 4px 9px 2px 18px;
      text-decoration: none;
      background-color: #fff; }
      #l-content .spCtrlHead .ctrlBack:before {
        position: absolute;
        left: 2px;
        top: 50%;
        margin-top: -7px;
        content: "";
        width: 14px;
        height: 14px;
        background: url(../images/i_circleArrow.png) left top no-repeat;
        background-size: 14px; }
  #l-content .content_listTitle {
    margin-bottom: 20px; }

/* footer style */
#l-footer {
  margin-top: 20px;
  border-top: solid 1px #e6e6e6; }
  .contentColorON #l-footer {
    margin-top: 0; }
  #l-footer .footer_nav {
    *zoom: 1; }
    #l-footer .footer_nav:after {
      content: " ";
      display: table;
      clear: both; }
    #l-footer .footer_nav li {
      float: left;
      width: 50%;
      border-right: solid 1px #cccccc;
      border-bottom: solid 1px #cccccc;
      position: relative;
      box-sizing: border-box; }
      #l-footer .footer_nav li a {
        text-decoration: none;
        padding: 10px 25px 7px 10px;
        display: block; }
      #l-footer .footer_nav li:after {
        position: absolute;
        top: 50%;
        right: 10px;
        content: "";
        width: 0;
        height: 0;
        margin-top: -6px;
        border-style: solid;
        border-width: 6px;
        border-color: transparent;
        border-left-color: #333333;
        border-left-width: 6px; }
      #l-footer .footer_nav li:nth-child(even) {
        border-right: none; }
  #l-footer .footer_pTop {
    text-align: center;
    font-size: 91.6%; }
    #l-footer .footer_pTop a {
      margin-top: 15px;
      margin-bottom: 11px;
      border-radius: 17px;
      border: solid 1px #d6d6d6;
      display: inline-block;
      background: url(../images/i_pTop.gif) 9px center no-repeat;
      background-size: 20px 20px;
      padding: 8px 20px 9px 38px;
      text-decoration: none; }
  #l-footer .footer_address {
    font-size: 83.3%; }
  #l-footer .footer_changePC {
    text-align: center; }
    #l-footer .footer_changePC a {
      border-radius: 5px;
      border: solid 1px #d6d6d6;
      display: inline-block;
      background-color: #fafafa;
      margin-top: 14px;
      margin-bottom: 10px;
      font-weight: bold;
      text-decoration: none;
      font-size: 108.3%;
      width: 100%;
      box-sizing: border-box; }
      #l-footer .footer_changePC a span {
        display: inline-block;
        padding: 6px 20px 4px 38px;
        position: relative; }
        #l-footer .footer_changePC a span:before {
          position: absolute;
          left: 9px;
          top: 50%;
          margin-top: -8px;
          content: "";
          width: 16px;
          height: 16px;
          background: url(../images/i_pc_s.png) left top no-repeat;
          background-size: 16px; }
  #l-footer .footer_copy {
    background: url(../images/bg_cat_red.gif);
    color: #fff;
    padding-top: 13px;
    padding-bottom: 8px;
    margin: 0;
    text-align: center;
    font-size: 83.3%; }

/* editArea style */
.editArea {
  margin-top: 10px; }
  .editArea h1 {
    border-radius: 5px;
    color: #fff;
    padding: 11px 17px 6px;
    font-size: 125%;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
    background-color: #e80000;
    background-image: url(../images/bg_cat_red.gif);
    clear: both; }
    .cur_account .editArea h1 {
      background-color: #e44c65;
      background-image: url(../images/bg_cat_pink.gif); }
    .cur_saving .editArea h1 {
      background-color: #1579f1;
      background-image: url(../images/bg_cat_blue.gif); }
    .cur_loan .editArea h1 {
      background-color: #ff9416;
      background-image: url(../images/bg_cat_orange.gif); }
    .cur_insurance .editArea h1 {
      background-color: #60b314;
      background-image: url(../images/bg_cat_green.gif); }
    .cur_convenience .editArea h1 {
      background-color: #f7be07;
      background-image: url(../images/bg_cat_yellow.gif); }
    .cur_consultation .editArea h1 {
      background-color: #02a8cc;
      background-image: url(../images/bg_cat_lightBlue.gif); }
  .editArea > h1:first-child {
    margin-top: 0; }
  .editArea h2 {
    border: solid 1px #e5e5e5;
    border-left: solid 5px #eb0000;
    padding: 8px 16px 4px;
    margin: 30px 0 20px;
    background: #f9f9f9;
    color: #1f1f1f;
    font-size: 116.6%;
    font-weight: bold;
    clear: both; }
  .editArea > h2:first-child {
    margin-top: 0; }
  .editArea h3 {
    color: #1f1f1f;
    font-size: 116.6%;
    border-bottom: solid 3px #e5e5e5;
    padding-bottom: 1px;
    margin: 20px 0 10px;
    font-weight: bold;
    clear: both; }
    .editArea h3.noborder {
      padding-bottom: 0px;
      border: none; }
  .editArea > h3:first-child {
    margin-top: 0; }
  .editArea h4 {
    color: #1f1f1f;
    font-weight: bold;
    margin: 20px 0 10px;
    clear: both; }
  .editArea > h4:first-child {
    margin-top: 0; }
  .editArea h5, .editArea h6 {
    clear: both; }
  .editArea hr {
    clear: both;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #ebebeb;
    height: 1px;
    margin-top: 25px;
    margin-bottom: 25px; }
  .editArea p {
    margin-top: 15px; }
    .editArea p:first-child {
      margin-top: 0; }
  .editArea ul {
    margin: 1em 0 1.2em 0;
    overflow: hidden; }
    .editArea ul li {
      list-style-type: disc;
      margin: 0 0 3px 1.4em; }
  .editArea > ul:first-child {
    margin-top: 0; }
  .editArea > ul:last-child {
    margin-bottom: 0; }
  .editArea td > ul li {
    margin-left: 1.4em; }
  .editArea td > ul:first-child {
    margin-top: 0; }
  .editArea td > ul:last-child {
    margin-bottom: 0; }
  .editArea ol {
    margin: 1em 5px 1.2em 0; }
    .editArea ol li {
      list-style-type: decimal;
      margin: 0 0 3px 1.4em; }
  .editArea > ol:first-child {
    margin-top: 0; }
  .editArea > ol:last-child {
    margin-bottom: 0; }
  .editArea td > ol li {
    margin-left: 1.4em; }
  .editArea td > ol:first-child {
    margin-top: 0; }
  .editArea td > ol:last-child {
    margin-bottom: 0; }
  .editArea .btnRedR, .editArea .btnRedL {
    border-radius: 5px;
    text-decoration: none;
    background-color: #e80000;
    padding: 12px 30px 10px 20px;
    font-weight: bold;
    display: inline-block;
    color: #fff;
    position: relative; }
    .editArea .btnRedR:hover, .editArea .btnRedL:hover {
      cursor: pointer;
      filter: alpha(opacity=70);
      /* ie lt 8 */
      -ms-filter: "alpha(opacity=70)";
      /* ie 8 */
      -moz-opacity: 0.7;
      /* FF lt 1.5, Netscape */
      -khtml-opacity: 0.7;
      /* Safari 1.x */
      opacity: 0.7;
      zoom: 1; }
    .editArea .btnRedR:before, .editArea .btnRedL:before {
      font-family: 'WebHostingHub-Glyphs';
      line-height: 1;
      /* Better Font Rendering =========== */
      position: absolute;
      right: 10px;
      top: 50%;
      margin-top: -5px;
      color: #fff;
      font-size: 10px;
      content: "\f488";
      text-indent: 0; }
    .editArea .btnRedR:hover, .editArea .btnRedL:hover {
      text-decoration: none; }
  .editArea .btnRedL {
    padding: 12px 20px 10px 30px;
    text-align: left; }
    .editArea .btnRedL:before {
      font-family: 'WebHostingHub-Glyphs';
      line-height: 1;
      /* Better Font Rendering =========== */
      position: absolute;
      left: 10px;
      top: 50%;
      margin-top: -5px;
      color: #fff;
      font-size: 10px;
      content: "\f489";
      text-indent: 0; }
  .editArea .btnWhiteR, .editArea .btnWhiteL {
    border-radius: 5px;
    text-decoration: none;
    border: #e5e5e5 solid 1px;
    background-color: #fff;
    padding: 12px 30px 10px 20px;
    font-weight: bold;
    display: inline-block;
    color: #333333;
    position: relative; }
    .editArea .btnWhiteR:hover, .editArea .btnWhiteL:hover {
      cursor: pointer;
      filter: alpha(opacity=70);
      /* ie lt 8 */
      -ms-filter: "alpha(opacity=70)";
      /* ie 8 */
      -moz-opacity: 0.7;
      /* FF lt 1.5, Netscape */
      -khtml-opacity: 0.7;
      /* Safari 1.x */
      opacity: 0.7;
      zoom: 1; }
    .editArea .btnWhiteR:before, .editArea .btnWhiteL:before {
      font-family: 'WebHostingHub-Glyphs';
      line-height: 1;
      /* Better Font Rendering =========== */
      position: absolute;
      right: 10px;
      top: 50%;
      margin-top: -5px;
      color: #e80000;
      font-size: 10px;
      content: "\f488";
      text-indent: 0; }
    .editArea .btnWhiteR:hover, .editArea .btnWhiteL:hover {
      text-decoration: none; }
  .editArea .btnWhiteL {
    padding: 12px 20px 10px 30px; }
    .editArea .btnWhiteL:before {
      font-family: 'WebHostingHub-Glyphs';
      line-height: 1;
      /* Better Font Rendering =========== */
      position: absolute;
      left: 10px;
      top: 50%;
      margin-top: -5px;
      color: #e80000;
      font-size: 10px;
      content: "\f489";
      text-indent: 0; }
  .editArea .btnClose {
    border-radius: 5px;
    text-decoration: none;
    border: #e5e5e5 solid 1px;
    background-color: #fff;
    padding: 12px 35px 10px 20px;
    font-weight: bold;
    display: inline-block;
    color: #333333;
    position: relative; }
    .editArea .btnClose:hover {
      cursor: pointer;
      filter: alpha(opacity=70);
      /* ie lt 8 */
      -ms-filter: "alpha(opacity=70)";
      /* ie 8 */
      -moz-opacity: 0.7;
      /* FF lt 1.5, Netscape */
      -khtml-opacity: 0.7;
      /* Safari 1.x */
      opacity: 0.7;
      zoom: 1; }
    .editArea .btnClose:before {
      font-family: 'WebHostingHub-Glyphs';
      line-height: 1;
      /* Better Font Rendering =========== */
      position: absolute;
      right: 20px;
      top: 50%;
      margin-top: -5px;
      color: #e80000;
      font-size: 10px;
      content: "\00d7";
      text-indent: 0; }
    .editArea .btnClose:hover {
      text-decoration: none; }
  .editArea .btnWhiteL {
    padding: 12px 20px 10px 30px; }
    .editArea .btnWhiteL:before {
      font-family: 'WebHostingHub-Glyphs';
      line-height: 1;
      /* Better Font Rendering =========== */
      position: absolute;
      left: 10px;
      top: 50%;
      margin-top: -5px;
      color: #e80000;
      font-size: 10px;
      content: "\f489";
      text-indent: 0; }
  .editArea .btnPC, .editArea .btnPCw100p, .editArea .btnList li a, .editArea .btnBtnList li a {
    border-radius: 5px;
    text-decoration: none;
    border: #e5e5e5 solid 1px;
    background-color: #fff;
    padding: 12px 40px 10px 20px;
    font-weight: bold;
    display: inline-block;
    color: #333333;
    position: relative; }
    .editArea .btnPC:hover, .editArea .btnPCw100p:hover, .editArea .btnList li a:hover, .editArea .btnBtnList li a:hover {
      cursor: pointer;
      filter: alpha(opacity=70);
      /* ie lt 8 */
      -ms-filter: "alpha(opacity=70)";
      /* ie 8 */
      -moz-opacity: 0.7;
      /* FF lt 1.5, Netscape */
      -khtml-opacity: 0.7;
      /* Safari 1.x */
      opacity: 0.7;
      zoom: 1; }
    .editArea .btnPC:before, .editArea .btnPCw100p:before, .editArea .btnList li a:before, .editArea .btnBtnList li a:before {
      position: absolute;
      right: 15px;
      top: 50%;
      margin-top: -8px;
      content: "";
      width: 16px;
      height: 16px;
      background: url(../images/i_pc.png) left top no-repeat;
      background-size: 16px; }
  .editArea .btnPCw100p {
    width: 100%;
    font-weight: normal;
    box-sizing: border-box; }
  .editArea .btnGrayPC {
    border-radius: 10px;
    text-decoration: none;
    padding: 4px 40px 1px 15px;
    display: inline-block;
    color: #1f1f1f;
    width: 100%;
    box-sizing: border-box;
    background-color: #ececec;
    position: relative; }
    .editArea .btnGrayPC:before {
      position: absolute;
      right: 15px;
      top: 50%;
      margin-top: -8px;
      content: "";
      width: 16px;
      height: 16px;
      background: url(../images/i_pc.png) left top no-repeat;
      background-size: 16px; }
  .editArea .btnGreenPC {
    border-radius: 10px;
    text-decoration: none;
    padding: 14px 40px 13px 20px;
    font-weight: bold;
    display: inline-block;
    color: #fff;
    box-sizing: border-box;
    font-size: 83.3%;
    width: 100%;
    position: relative;
    background-color: #60b314; }
    .editArea .btnGreenPC:before {
      position: absolute;
      right: 15px;
      top: 50%;
      margin-top: -8px;
      content: "";
      width: 16px;
      height: 16px;
      background: url(../images/i_pc_white.png) left top no-repeat;
      background-size: 16px; }
  .editArea .btnGreen {
    border-radius: 10px;
    text-decoration: none;
    padding: 14px 15px 13px;
    font-weight: bold;
    display: inline-block;
    color: #fff;
    box-sizing: border-box;
    font-size: 83.3%;
    background: #60b314;
    background-size: 16px;
    width: 100%; }
  .editArea .btnGrayR, .editArea .btnGrayL {
    border-radius: 10px;
    text-decoration: none;
    background-color: #ececec;
    padding: 4px 17px 1px 15px;
    display: inline-block;
    color: #1f1f1f;
    width: 100%;
    box-sizing: border-box;
    position: relative; }
    .editArea .btnGrayR:before, .editArea .btnGrayL:before {
      position: absolute;
      top: 50%;
      right: 6px;
      content: "";
      width: 0;
      height: 0;
      margin-top: -3px;
      border-style: solid;
      border-width: 3px;
      border-color: transparent;
      border-left-color: #e80000;
      border-left-width: 3px; }
    .editArea .btnGrayR:hover, .editArea .btnGrayL:hover {
      background: #fff3f3;
      color: #e80000;
      text-decoration: none; }
  .editArea .btnGrayL {
    padding: 4px 15px 1px 17px; }
    .editArea .btnGrayL:before {
      position: absolute;
      top: 50%;
      left: 6px;
      content: "";
      width: 0;
      height: 0;
      margin-top: -3px;
      border-style: solid;
      border-width: 3px;
      border-color: transparent;
      border-right-color: #e80000;
      border-right-width: 3px; }
  .editArea .btnWhiteR, .editArea .btnWhiteL {
    border-radius: 10px;
    text-decoration: none;
    background-color: #ececec;
    padding: 8px 17px 8px 15px;
    display: inline-block;
    color: #1f1f1f;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    position: relative; }
    .editArea .btnWhiteR:before, .editArea .btnWhiteL:before {
      position: absolute;
      top: 50%;
      right: 6px;
      content: "";
      width: 0;
      height: 0;
      margin-top: -3px;
      border-style: solid;
      border-width: 3px;
      border-color: transparent;
      border-left-color: #e80000;
      border-left-width: 3px; }
    .editArea .btnWhiteR:hover, .editArea .btnWhiteL:hover {
      background: #fff3f3;
      color: #e80000;
      text-decoration: none; }
  .editArea .btnWhiteL {
    padding: 4px 15px 1px 17px; }
    .editArea .btnWhiteL:before {
      position: absolute;
      top: 50%;
      left: 6px;
      content: "";
      width: 0;
      height: 0;
      margin-top: -3px;
      border-style: solid;
      border-width: 3px;
      border-color: transparent;
      border-right-color: #e80000;
      border-right-width: 3px; }
  .editArea .btnPDF {
    border-radius: 5px;
    text-decoration: none;
    border: #e5e5e5 solid 1px;
    background-color: #fff;
    padding: 12px 32px 10px 20px;
    font-weight: bold;
    display: inline-block;
    color: #333333;
    position: relative; }
    .editArea .btnPDF:hover {
      cursor: pointer;
      filter: alpha(opacity=70);
      /* ie lt 8 */
      -ms-filter: "alpha(opacity=70)";
      /* ie 8 */
      -moz-opacity: 0.7;
      /* FF lt 1.5, Netscape */
      -khtml-opacity: 0.7;
      /* Safari 1.x */
      opacity: 0.7;
      zoom: 1; }
    .editArea .btnPDF:before {
      content: "";
      position: absolute;
      top: 50%;
      margin-top: -8px;
      right: 10px;
      width: 16px;
      height: 16px;
      background: url(../images/i_linkPDF.gif) no-repeat; }
    .editArea .btnPDF:hover {
      text-decoration: none; }
  .editArea .linkPDF {
    color: #1f1f1f;
    padding-right: 24px;
    background: url(../images/i_linkPDF.gif) right no-repeat; }
    .editArea .linkPDF:hover {
      color: #e80000; }
  .editArea .linkBlank {
    color: #1f1f1f;
    padding-right: 24px;
    background: url(../images/i_linkBlank.gif) right no-repeat; }
    .editArea .linkBlank:hover {
      color: #e80000; }
  .editArea .linkArrow {
    display: inline-block;
    color: #1f1f1f;
    position: relative;
    padding-right: 18px; }
    .editArea .linkArrow:before {
      font-family: 'WebHostingHub-Glyphs';
      line-height: 1;
      /* Better Font Rendering =========== */
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -5px;
      color: #e80000;
      font-size: 10px;
      content: "\f488";
      text-indent: 0; }
    .editArea .linkArrow:hover {
      color: #e80000; }
  .editArea .linkAnchor {
    color: #1f1f1f;
    position: relative;
    padding-right: 18px; }
    .editArea .linkAnchor:before {
      font-family: 'WebHostingHub-Glyphs';
      line-height: 1;
      /* Better Font Rendering =========== */
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -5px;
      color: #e80000;
      font-size: 10px;
      content: "\f48b";
      text-indent: 0; }
    .editArea .linkAnchor:hover {
      color: #e80000; }
  .editArea table {
    margin-top: 15px;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #e5e5e5; }
    .editArea table th, .editArea table td {
      border: 1px solid #e5e5e5;
      padding: 16px 19px;
      text-align: left;
      vertical-align: top; }
    .editArea table th {
      background: #f8f8f8; }
    .editArea table td {
      background: #FFFFFF; }
    .editArea table:first-child {
      margin-top: 0; }
  .editArea table.noBorder {
    border: none; }
    .editArea table.noBorder tr, .editArea table.noBorder td {
      border: none; }
  .editArea table.noPadding tr, .editArea table.noPadding td {
    padding: 0; }
  .editArea .archive_titleBox {
    *zoom: 1;
    text-align: center;
    position: relative;
    border-bottom: solid 3px #e5e7e8;
    margin-bottom: 10px; }
    .editArea .archive_titleBox:after {
      content: " ";
      display: table;
      clear: both; }
    .editArea .archive_titleBox .archive_titleHead {
      border: none;
      background: none;
      padding: 0;
      margin: 0;
      font-size: 145%;
      font-weight: normal;
      color: #e80000;
      text-align: left;
      padding: 10px 10px 3px; }
  .editArea .archive_table {
    border: none;
    text-align: left;
    margin-top: 0;
    width: 100%; }
    .editArea .archive_table td, .editArea .archive_table th {
      border: none;
      background: none;
      display: block;
      width: 100%;
      box-sizing: border-box; }
    .editArea .archive_table tr {
      border-bottom: solid 1px #e5e7e8;
      display: block; }
      .editArea .archive_table tr.linkPDF {
        position: relative;
        background: none;
        padding-right: 0; }
        .editArea .archive_table tr.linkPDF:before {
          position: absolute;
          right: 20px;
          top: 50%;
          margin-top: -8px;
          content: "";
          width: 16px;
          height: 16px;
          background: url(../images/i_linkPDF.gif) left top no-repeat;
          background-size: 16px; }
      .editArea .archive_table tr.linkPC {
        position: relative;
        padding-right: 0; }
        .editArea .archive_table tr.linkPC:before {
          position: absolute;
          right: 20px;
          top: 50%;
          margin-top: -8px;
          content: "";
          width: 16px;
          height: 16px;
          background: url(../images/i_pc.png) left top no-repeat;
          background-size: 16px; }
    .editArea .archive_table th, .editArea .archive_table td {
      padding: 9px 0 0px 10px;
      text-align: left;
      vertical-align: top; }
      .editArea .archive_table th a, .editArea .archive_table td a {
        text-decoration: none; }
        .editArea .archive_table th a:hover, .editArea .archive_table td a:hover {
          text-decoration: underline; }
    .editArea .archive_table td {
      padding: 0 40px 7px 10px;
      box-sizing: border-box; }
    .editArea .archive_table .archive_tableDate .m-icon-text {
      position: relative;
      top: -2px; }
  .editArea .boxType01, .editArea .boxType02, .editArea .boxType01_bgGray {
    margin-top: 10px;
    border: solid 1px #e5e5e5;
    border-radius: 5px;
    padding: 10px;
    *zoom: 1; }
    .editArea .boxType01:after, .editArea .boxType02:after, .editArea .boxType01_bgGray:after {
      content: " ";
      display: table;
      clear: both; }
  .editArea .boxType02 {
    background-color: #f2f2f2; }
  .editArea .boxType01_bgGray {
    border-color: #f9f9f9;
    background: #f9f9f9; }
  .editArea .archive_list, .editArea .archive_listCard {
    *zoom: 1;
    margin-right: -20px; }
    .editArea .archive_list:after, .editArea .archive_listCard:after {
      content: " ";
      display: table;
      clear: both; }
    .editArea .archive_list .archive_item a, .editArea .archive_listCard .archive_item a {
      text-decoration: none;
      display: block;
      float: left;
      margin-right: 20px;
      margin-bottom: 20px;
      width: 350px;
      box-sizing: border-box;
      border: solid 1px #dedede;
      border-top: none;
      border-radius: 5px; }
      .editArea .archive_list .archive_item a .archive_ttl, .editArea .archive_listCard .archive_item a .archive_ttl {
        border-radius: 5px 5px 0 0;
        color: #fff;
        background: url(../images/bg_catGrad_gray.png) top right repeat-y, url(../images/bg_cat_gray.gif) -205px -204px;
        background-color: #989898;
        position: relative;
        font-size: 140%;
        font-weight: bold;
        margin-left: -1px;
        margin-right: -1px; }
        .editArea .archive_list .archive_item a .archive_ttl span, .editArea .archive_listCard .archive_item a .archive_ttl span {
          border-radius: 5px 5px 0 0;
          display: block;
          background: url(../images/bg_ttl_line.png) left repeat-y;
          padding: 10px 50px 6px 15px; }
        .editArea .archive_list .archive_item a .archive_ttl .archive_arrow, .editArea .archive_listCard .archive_item a .archive_ttl .archive_arrow {
          position: absolute;
          top: 14px;
          right: 10px; }
      .editArea .archive_list .archive_item a .archive_content figure, .editArea .archive_listCard .archive_item a .archive_content figure {
        overflow: hidden;
        margin: 0;
        height: 160px; }
        .editArea .archive_list .archive_item a .archive_content figure .archive_thumb, .editArea .archive_listCard .archive_item a .archive_content figure .archive_thumb {
          display: block;
          padding-top: 13px;
          width: 100%;
          padding-left: 8px;
          padding-right: 8px;
          box-sizing: border-box; }
      .editArea .archive_list .archive_item a .archive_content .archive_excerpt, .editArea .archive_listCard .archive_item a .archive_content .archive_excerpt {
        color: #202020;
        display: block;
        padding: 10px 20px 4px; }
  .editArea .archive_listCard {
    margin-right: 0; }
    .editArea .archive_listCard .archive_item a {
      border-radius: 0;
      border: none;
      border-bottom: solid 1px #e5e5e5;
      width: 100%; }
      .editArea .archive_listCard .archive_item a .archive_ttl {
        background: none;
        margin: 0;
        text-align: center; }
        .editArea .archive_listCard .archive_item a .archive_ttl figure {
          margin: 0;
          border: solid 1px #e5e5e5;
          display: inline-block;
          max-height: 203px;
          text-align: center; }
        .editArea .archive_listCard .archive_item a .archive_ttl:hover {
          background: none;
          border-radius: 0; }
      .editArea .archive_listCard .archive_item a .archive_content {
        padding: 0 10px 10px; }
        .editArea .archive_listCard .archive_item a .archive_content .txtLine {
          margin-top: 13px;
          font-size: 116.6%;
          border-bottom: solid 3px #e5e5e5;
          font-weight: bold; }
        .editArea .archive_listCard .archive_item a .archive_content .iconList {
          margin-top: 15px;
          text-align: right; }
        .editArea .archive_listCard .archive_item a .archive_content .excerpt {
          margin-top: 11px; }
        .editArea .archive_listCard .archive_item a .archive_content .date {
          margin-top: 1px; }
    .editArea .archive_listCard .archive_item:last-child a {
      border: none; }
  .editArea .btnList {
    margin-top: 10px;
    border: #e5e5e5 solid 1px;
    border-radius: 5px; }
    .editArea .btnList li {
      list-style: none;
      margin: 0;
      background-color: #fff; }
      .editArea .btnList li a {
        width: 100%;
        font-weight: normal;
        box-sizing: border-box;
        border: none;
        border-bottom: #e5e5e5 solid 1px;
        border-radius: 0;
        display: inline-block;
        background: none; }
        .editArea .btnList li a:before {
          background: none; }
        .editArea .btnList li a.linkPDF {
          position: relative; }
          .editArea .btnList li a.linkPDF:before {
            position: absolute;
            right: 15px;
            top: 50%;
            margin-top: -8px;
            content: "";
            width: 16px;
            height: 16px;
            background: url(../images/i_linkPDF.gif) left top no-repeat;
            background-size: 16px; }
        .editArea .btnList li a.linkPC {
          position: relative;
          background-color: #fff; }
          .editArea .btnList li a.linkPC:before {
            position: absolute;
            right: 15px;
            top: 50%;
            margin-top: -8px;
            content: "";
            width: 16px;
            height: 16px;
            background: url(../images/i_pc.png) left top no-repeat;
            background-size: 16px; }
      .editArea .btnList li:last-child a {
        border: none; }
  .editArea .btnBtnList {
    margin-top: 10px; }
    .editArea .btnBtnList li {
      list-style: none;
      margin: 0 0 4px; }
      .editArea .btnBtnList li a {
        width: 100%;
        font-weight: normal;
        box-sizing: border-box;
        background: none; }
        .editArea .btnBtnList li a:before {
          background: none; }
        .editArea .btnBtnList li a.linkPC {
          position: relative; }
          .editArea .btnBtnList li a.linkPC:before {
            position: absolute;
            right: 15px;
            top: 50%;
            margin-top: -8px;
            content: "";
            width: 16px;
            height: 16px;
            background: url(../images/i_pc.png) left top no-repeat;
            background-size: 16px; }
        .editArea .btnBtnList li a.linkArrow {
          position: relative; }
          .editArea .btnBtnList li a.linkArrow:before {
            font-family: 'WebHostingHub-Glyphs';
            line-height: 1;
            /* Better Font Rendering =========== */
            position: absolute;
            right: 10px;
            top: 50%;
            margin-top: -5px;
            color: #e80000;
            font-size: 10px;
            content: "\f488";
            text-indent: 0; }

/* editArea end */
/* print style */
@media print {
  html {
    background: none; }
  body {
    padding: 0;
    background: none; }
  /* for IE7 */
  *:first-child + html body {
    zoom: 67%; } }
