@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?n5hxkw");
  src: url("fonts/icomoon.eot?n5hxkw#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?n5hxkw") format("truetype"), url("fonts/icomoon.woff?n5hxkw") format("woff"), url("fonts/icomoon.svg?n5hxkw#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-right:before {
  content: "\e900";
}

.icon-up:before {
  content: "\e901";
}

.icon-c001:before {
  content: "\e900";
}

.icon-c002:before {
  content: "\e901";
}

.icon-c003:before {
  content: "\e902";
}

.icon-c004:before {
  content: "\e903";
}

/* ============================================================
 init
============================================================ */
body {
  color: #333;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
}

#wrap {
  position: relative;
  min-width: 1000px;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  zoom: 1;
}

@media screen and (max-width: 737px) {
  #wrap {
    min-width: 300px;
    width: 100%;
  }
}
.roboto {
  font-family: 'Roboto', sans-serif;
}

/* tag
------------------------------------------------------------ */
img {
  height: auto;
  border: 0;
  vertical-align: bottom;
}

/* link
------------------------------------------------------------ */
a {
  color: #494949;
  overflow: hidden;
}

a:link,
a:visited,
a.rollover:hover {
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

.rollOpa:hover {
  text-decoration: none;
  filter: alpha(opacity=60);
  opacity: 0.6;
}

a.line {
  text-decoration: none;
}

a.line:hover {
  text-decoration: underline;
}

/* class
------------------------------------------------------------ */
.clearfix,
ul,
dl {
  zoom: 1;
}

.clearfix:after,
ul:after,
dl:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}

input {
  vertical-align: middle;
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

.hgroup,
.block,
.outer,
.inner,
.row,
.box,
.cell,
.flame {
  position: relative;
  zoom: 1;
}

.hgroup:after,
.block:after,
.outer:after,
.inner:after,
.row:after,
.box:after,
.cell:after,
.flame:after {
  content: "";
  display: block;
  clear: both;
}

.box,
.cell {
  float: left;
}

.box.right,
.cell.right {
  float: right;
}

.txtRight {
  text-align: right;
}

.txtCenter {
  text-align: center;
}

.shadow {
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px #e9e9e9;
  -moz-box-shadow: 0px 0px 5px #e9e9e9;
  box-shadow: 0px 0px 5px #e9e9e9;
}
.shadow02 {
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.boxer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.btnDeco01 {
  position: relative;
  display: block;
  background-color: #fff;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
  border: solid 1px #eee;
  background-image: -webkit-linear-gradient(bottom, #ddd, #fff 60%);
  background-image: -moz-linear-gradient(bottom, #ddd, #fff 60%);
  background-image: linear-gradient(to top, #ddd, #fff 60%);
  width: 168px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  padding: 5px 0;
  text-align: center;
  -webkit-appearance: none;
}
.btnDeco01:after {
  content: "\e904";
  font-family: 'icomoon' !important;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
  line-height: 10px;
  font-size: 10px;
  left: 13px;
}
.btnDeco01:hover {
  background-image: -webkit-linear-gradient(bottom, #fff, #ddd 60%);
  background-image: -moz-linear-gradient(bottom, #fff, #ddd 60%);
  background-image: linear-gradient(to top, #fff, #ddd 60%);
}
@media screen and (max-width: 737px) {
  .spBoxer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* js予約 */
.spElement,
.spInlineElement {
  display: none !important;
}

@media screen and (max-width: 737px) {
  .spElement {
    display: block !important;
  }

  .spInlineElement {
    display: inline-block !important;
  }

  .pcElement {
    display: none !important;
  }
}
/* space
============================================================ */
.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

@media screen and (max-width: 737px) {
  .mt10 {
    margin-top: 5px;
  }

  .mt15 {
    margin-top: 7px;
  }

  .mt20 {
    margin-top: 10px;
  }

  .mt25 {
    margin-top: 12px;
  }

  .mt30 {
    margin-top: 15px;
  }
}
/* font
============================================================ */
.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs24 {
  font-size: 24px;
}

@media screen and (max-width: 737px) {
  .fs14 {
    font-size: 12px;
  }

  .fs16 {
    font-size: 12px;
  }

  .fs18 {
    font-size: 14px;
  }

  .fs20 {
    font-size: 14px;
  }

  .fs24 {
    font-size: 18px;
  }
}

/* img
============================================================ */
.imgWidthFit {
  width: 100%;
  height: auto;
}

.imgHeightFit {
  height: 100%;
  width: auto;
}

.inner {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 737px) {
  .inner {
    width: auto;
    margin: 0 10px;
  }
}

/* header
============================================================ */
header {
  position: relative;
  width: 100%;
  min-width: 1000px;
  background-color: #fff;
  background-image: -webkit-linear-gradient(bottom, #ddd, #fff 60%);
  background-image: -moz-linear-gradient(bottom, #ddd, #fff 60%);
  background-image: linear-gradient(to top, #ddd, #fff 60%);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
          box-shadow: 0 0 10px rgba(0,0,0,0.5);
  z-index: 9999;
}
header .row01 .logo {
  margin: 20px 0 20px 30px;
  padding: 0;
}
header .row01 .left {
  width: 391px;
}
header .row01 .left a {
  display: block;
}
header .row01 .left img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 737px) {
  header {
    min-width: auto;
  }
  header .row01 .logo {
    width: 235px;
    margin: 0;
    padding: 7px 0 7px 10px;
  }
  header .row01 .left,
  header .row01 .right {
    float: none;
    width: 100%;
  }
  header .row01 .left {
    height: 60px;
  }
  header .row01 .right {
    overflow: hidden;
    position: absolute;
    top: 60px;
    height: 0;
    opacity: 0;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
  }
  header .row01 .menu {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 42px;
    height: 42px;
    margin: 0;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    border: 1px solid #ddd;
    font-size: 7px;
    text-align: center;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  header .row01 .menu a {
    height: 100%;
  }
  header .row01 .menu span {
    -webkit-transition: 0.2s;
       -moz-transition: 0.2s;
        -ms-transition: 0.2s;
         -o-transition: 0.2s;
            transition: 0.2s;
  }
  header .row01 .menu span.deco {
    position: relative;
    display: block;
    width: 26px;
    height: 2px;
    margin: 14px 0 0 7px;
    background: #333;
  }
  header .row01 .menu span.deco:after,
  header .row01 .menu span.deco:before {
    position: absolute;
    left: 0;
    display: block;
    width: 26px;
    height: 2px;
    background: #333;
    -webkit-transition: 0.2s;
       -moz-transition: 0.2s;
        -ms-transition: 0.2s;
         -o-transition: 0.2s;
            transition: 0.2s;
    content: "";
  }
  header .row01 .menu span.deco:after {
    top: 6px;
  }
  header .row01 .menu span.deco:before {
    top: -6px;
  }
  header .row01 .menu span.deco + span {
    display: block;
    margin-top: 10px;
    font-weight: bold;
  }

  .open #wrap {
    position: relative;
    -webkit-transition: 0.2s;
       -moz-transition: 0.2s;
        -ms-transition: 0.2s;
         -o-transition: 0.2s;
            transition: 0.2s;
  }
  .open #wrap:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(5,25,45,0.8);
    content: "";
  }
  .open header .row01 .right {
    overflow: visible;
    height: auto;
    padding-bottom: 100px;
    opacity: 1;
  }
  .open header .row01 .menu span.deco {
    background-color: transparent;
  }
  .open header .row01 .menu span.deco:after,
  .open header .row01 .menu span.deco:before {
    visibility: visible;
    z-index: 1;
  }
  .open header .row01 .menu span.deco:after {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .open header .row01 .menu span.deco:before {
    top: 6px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .open header .row01 .menu span.deco + span {
    display: none;
  }
}

header #gNav {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  padding: 0;
  margin: 0;
  height: 100px;
}
header #gNav li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-left: 2px solid #bbbbbb;
  width: 146px;
  -webkit-box-shadow: 1px 0 0 #FFF inset;
          box-shadow: 1px 0 0 #FFF inset;
}
header #gNav li a {
  display: block;
  width: 146px;
  padding: 20px 0;
  text-align: center;
  -webkit-transition: 0.2s;
     -moz-transition: 0.2s;
      -ms-transition: 0.2s;
       -o-transition: 0.2s;
          transition: 0.2s;
}
header #gNav li a .icon {
  display: block;
  width: 35px;
  height: 35px;
  font-size: 35px;
  line-height: 35px;
  margin: 0 auto;
  color: #cc3399;
}
header #gNav li a .txt {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #cc3399;
  margin-top: 4px;
}
header #gNav li a:hover {
  background-color: #a71372;
  background-image: -webkit-linear-gradient(bottom, #ca3a98, #a71372 60%);
  background-image: -moz-linear-gradient(bottom, #ca3a98, #a71372 60%);
  background-image: linear-gradient(to top, #ca3a98, #a71372 60%);
}
header #gNav li a:hover .icon,
header #gNav li a:hover .txt {
  color: #fff;
}
header #gNav .drop div {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 80%;
  left: 50%;
  margin: 0 0 0 -207px;
  padding: 15px 0 0;
  -webkit-transition: 0.2s;
     -moz-transition: 0.2s;
      -ms-transition: 0.2s;
       -o-transition: 0.2s;
          transition: 0.2s;
  z-index: 1;
}
header #gNav .drop div .innerUl {
  margin: 0;
  padding: 0;
  background: #FFF;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
          box-shadow: 0 0 8px rgba(0,0,0,0.5);
}
header #gNav .drop div .innerUl .innerUl {
  display: none;
}
header #gNav .drop div .innerUl li {
  border: none;
  width: 264px;
}
header #gNav .drop div .innerUl li a {
  position: relative;
  width: 264px;
  padding: 20px 0px 20px 55px;
  font-size: 12px;
}
header #gNav .drop div .innerUl li a span {
  font-size: 12px;
  text-align: left;
}
header #gNav .drop div .innerUl li a:after,
header #gNav .drop div .innerUl li a:before {
  position: absolute;
  top: 50%;
  left: 20px;
}
header #gNav .drop div .innerUl li a:after {
  content: "\e904";
  font-family: 'icomoon' !important;
  width: 12px;
  height: 12px;
  margin: -8px 0 0 5px;
  line-height: 12px;
  font-size: 12px;
  color: #C39;
}
header #gNav .drop div .innerUl li a:before {
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -12px;
  background-color: #fff;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
  border: solid 1px #eee;
  background-image: -webkit-linear-gradient(bottom, #ddd, #fff 60%);
  background-image: -moz-linear-gradient(bottom, #ddd, #fff 60%);
  background-image: linear-gradient(to top, #ddd, #fff 60%);
  content: "";
}
header #gNav .drop div .innerUl li a:hover {
  background: #f2d5e8;
}
header #gNav .drop div .innerUl li a:hover .icon,
header #gNav .drop div .innerUl li a:hover .txt {
  color: #C39;
}
header #gNav .drop div .innerUl li a:hover:after {
  color: #fff;
}
header #gNav .drop div .innerUl li a:hover:before {
  background-color: #C39;
  box-shadow: none;
  border: none;
  background-image: -webkit-linear-gradient(bottom, #ca3a98, #a91272 60%);
  background-image: -moz-linear-gradient(bottom, #ca3a98, #a91272 60%);
  background-image: linear-gradient(to top, #ca3a98, #a91272 60%);
}
header #gNav .drop div .innerUl li + li {
  border-top: 2px solid #cc3399;
}
header #gNav .drop:hover div {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 737px) {
  header .right {
    background: #69C;
  }
  header #gNav {
    display: block;
    height: auto;
  }
  header #gNav li {
    display: block;
    border: none;
    width: auto;
    padding: 0;
    border-bottom: 1px solid #85add6;
    box-shadow: none;
  }
  header #gNav li a {
    width: auto;
    padding: 6px 0 6px 30px;
    text-align: left;
  }
  header #gNav li a:hover {
    background: none;
  }
  header #gNav li a .icon {
    display: inline;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    font-size: 20px;
    line-height: 20px;
    color: #FFF;
    vertical-align: middle;
  }
  header #gNav li a .txt {
    display: inline;
    font-size: 12px;
    color: #FFF;
    margin-top: 0;
  }
  header #gNav .drop > a {
    border-bottom: 1px solid #85add6;
  }
  header #gNav .drop div {
    opacity: 1;
    visibility: visible;
    position: inherit;
    top: inherit;
    left: inherit;
    margin: 0 0 0 60px;
    padding: 0;
    border-left: 1px solid #85add6;
  }
  header #gNav .drop div .innerUl {
    background: inherit;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  header #gNav .drop div .innerUl .innerUl {
    display: block;
    margin-left: 18px;
    border-left: 1px solid #85add6;
  }
  header #gNav .drop div > .innerUl > li:first-child > a {
    border-bottom: 1px solid #85add6;
  }
  header #gNav .drop div .innerUl .innerUl a {
    font-size: 11px;
  }
  header #gNav .drop div .innerUl li {
    width: auto;
  }
  header #gNav .drop div .innerUl li a {
    width: auto;
    padding: 8px 14px;
  }
  header #gNav .drop div .innerUl li a:after,
  header #gNav .drop div .innerUl li a:before {
    display: none;
  }
  header #gNav .drop div .innerUl li a:hover {
    background: none;
    color: #fff;
  }
  header #gNav .drop div .innerUl li a:hover .icon,
  header #gNav .drop div .innerUl li a:hover .txt {
    color: #fff;
  }
  header #gNav .drop div .innerUl li a:hover:after {
    color: #fff;
  }
  header #gNav .drop div .innerUl li + li {
    border-top: 1px solid #85add6;
  }

  #wrap header .loginBlock {
    padding: 30px 0 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #wrap header .loginBlock dl {
    width: 280px;
    margin: 0 auto;
  }

  header .close {
    margin: 20px 20px 0;
  }
  header .close a {
    position: relative;
    display: block;
    padding: 9px 0;
    border: 1px solid #fff;
    color: #FFF;
    text-align: center;
    font-size: 12px;
  }
  header .close a:after,
  header .close a:before {
    position: absolute;
    top: 50%;
    right: 6px;
    width: 24px;
    height: 2px;
    background: #FFF;
    content: "";
  }
  header .close a:after {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  header .close a:before {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

/* footer
============================================================ */
footer {
  width: 100%;
  min-width: 1000px;
}
footer .row01 {
  background-color: #6699cc;
  padding: 15px 0;
}
footer .footerNav {
  letter-spacing: -0.4em;
  margin: 0;
  padding: 0;
  text-align: center;
}
footer .footerNav li {
  display: inline-block;
  letter-spacing: normal;
  list-style: none;
  border-left: 1px solid #94b8db;
  padding: 1px 15px;
}
footer .footerNav li:last-child {
  border-right: 1px solid #94b8db;
}
footer .footerNav a {
  disply: block;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  padding-left: 15px;
  position: relative;
}
footer .footerNav a:after {
  content: "\e904";
  font-family: 'icomoon' !important;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
  line-height: 10px;
  font-size: 10px;
  color: #fff;
}
footer .footerNav a:hover {
  text-decoration: underline;
}
footer .footerNav .hasChild a {
  font-size: 10px;
  margin-left: 15px;
}
footer .footerNav .hasChild a:after {
  content: "\e904";
  font-family: 'icomoon' !important;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
  line-height: 10px;
  font-size: 8px;
  color: #fff;
}
footer .footerNav .label {
  disply: block;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
}
footer .row02 {
  background-color: #d3e1ef;
}
footer .row02 p {
  margin: 0;
  padding: 13px 0 12px;
  text-align: center;
  font-size: 10px;
  color: #666666;
}
@media screen and (max-width: 737px) {
  footer {
    min-width: auto;
  }
  footer .row01 {
    padding: 0;
  }
  footer .row01 .inner {
    margin: 0;
  }
  footer .footerNav li {
    display: block;
    padding: 0;
    border: none;
    border-top: 1px solid #86aed5;
    text-align: left;
  }
  footer .footerNav a {
    display: block;
    padding: 15px 20px 15px 25px;
    font-size: 11px;
  }
  footer .footerNav a:hover {
    text-decoration: none;
  }
  footer .footerNav a:after {
    left: 10px;
    font-weight: normal;
  }
  footer .footerNav .hasChild:after {
    display: block;
    clear: both;
    content: "";
  }
  footer .footerNav .hasChild .sub {
    display: table;
    width: 100%;
  }
  footer .footerNav .hasChild a {
    display: table-cell;
    width: 50%;
    margin: 0;
    padding: 8px 20px 8px 25px;
    font-size: 11px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: middle;
  }
  footer .footerNav .hasChild a:after {
    left: 10px;
    font-size: 10px;
  }
  footer .footerNav .hasChild a + a {
    border-left: 1px solid #86aed5;
  }
  footer .footerNav .label {
    display: block;
    padding: 24px 10px 10px;
    border-bottom: 1px solid #86aed5;
    font-size: 11px;
  }
  footer .row02 p {
    padding: 8px 0;
  }
}

/* content
============================================================ */
.mainBlock {
  width: 100%;
}
.mainBlock .inner {
  display: table;
  margin: 0 auto;
}
.mainBlock .inner div {
  display: table-cell;
  height: 180px;
  vertical-align: middle;
}
.mainBlock .mainHd {
  position: relative;
  margin: 0;
  color: #FFF;
  font-size: 30px;
}
.f_root .mainBlock {
  min-width: 100px;
  background-image: url("../img/top/bg_02.png");
  -webkit-background-size: 56px;
       -o-background-size: 56px;
          background-size: 56px;
}
.f_root .mainBlock .inner div {
  position: relative;
  height: 251px;
}
.f_root .mainBlock .inner div:before {
  position: absolute;
  bottom: -295px;
  right: 100px;
  color: #000;
  opacity: 0.05;
  font-size: 450px;
  font-family: "icomoon";
  content: "\e900";
}
.f_root .mainBlock p {
  position: relative;
  font-size: 14px;
  margin: 30px 0 0;
  line-height: 1.71;
  color: #fff;
}
@media screen and (max-width: 737px) {
  .mainBlock .inner div {
    height: 120px;
  }
  .mainBlock .mainHd {
    font-size: 20px;
    text-align: center;
  }
  .f_root .mainBlock .mainHd img {
    width: 100%;
    max-width: 345px;
    height: auto;
  }
  .f_root .mainBlock .inner {
    margin: 0 10px;
  }
  .f_root .mainBlock .inner div {
    height: 240px;
  }
  .f_root .mainBlock .inner div:before {
    bottom: -76px;
    right: 50%;
    margin-right: -130px;
    font-size: 260px;
  }
  .f_root .mainBlock p {
    font-size: 12px;
    margin: 16px 0 0;
    line-height: 1.6;
  }
}

#content {
  position: relative;
  padding: 44px 0 45px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
          box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
#content .contentBg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  z-index: 0;
  min-width: 1000px;
}
#content .contentBg img {
  width: 100%;
  height: auto;
}

.bread {
  margin: 0 0 30px;
  padding: 0;
}
.bread li {
  overflow: hidden;
  float: left;
  list-style: none;
  font-size: 12px;
  font-weight: bold;
  color: #568DC4;
  -ms-text-overflow: ellipsis;
      text-overflow: ellipsis;
  white-space: nowrap;
}
.bread li a {
  color: #1F5489;
}
.bread li span {
  margin: 0 0.5em;
  font-weight: normal;
}

#main {
  width: 722px;
  float: left;
}

#content aside {
  width: 234px;
  float: right;
}
#content aside .block + .block {
  margin-top: 24px;
}
#content aside .bannerBlock ul {
  margin: 0;
  padding: 0;
}
#content aside .bannerBlock li {
  list-style: none;
  margin: 0;
  -webkit-transition: 0.2s;
     -moz-transition: 0.2s;
      -ms-transition: 0.2s;
       -o-transition: 0.2s;
          transition: 0.2s;
}
#content aside .bannerBlock li + li {
  margin-top: 10px;
}
#content aside .bannerBlock li img {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#content aside .bannerBlock li:hover {
  opacity: 0.6;
}
@media screen and (max-width: 737px) {
  #content {
    padding: 0;
  }
  #content .contentBg {
    top: 34px;
    min-width: auto;
  }
  .f_root #content .contentBg {
    top: 220px;
  }

  .bread {
    margin: 0 -10px 40px;
    padding: 10px;
    background: #FFF;
  }
  .bread li {
    font-size: 12px;
  }

  #main {
    width: auto;
    float: none;
  }
  .f_root #main {
    padding-top: 270px;
  }
  #content aside {
    width: auto;
    float: none;
    margin-top: 40px;
  }
}

#wrap .loginBlock {
  background-color: #6699cc;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  padding: 20px 26px 18px;
}
#wrap .loginBlock h3 {
  margin: 0;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
#wrap .loginBlock p {
  text-align: center;
  margin: 10px 0 0;
}
#wrap .loginBlock p a {
  color: #fff;
  font-size: 11px;
  padding-left: 13px;
  position: relative;
  display: inline-block;
}
#wrap .loginBlock p a:after {
  content: "\e904";
  font-family: 'icomoon' !important;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
  line-height: 10px;
  font-size: 8px;
  color: #fff;
}
#wrap .loginBlock dl dt {
  font-size: 12px;
  color: #fff;
  margin-bottom: 3px;
}
#wrap .loginBlock dl dd {
  margin: 0;
  margin-bottom: 8px;
}
#wrap .loginBlock dl input[type=text],
#wrap .loginBlock dl input[type=password] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  width: 100%;
  background-color: #bbd6f0;
  font-size: 14px;
  line-height: 1.5;
  padding: 2px 5px;
  -webkit-appearance: none;
}
#wrap .loginBlock dl .submitDd {
  margin-top: 16px;
}
#wrap .loginBlock dl .submitDd button {
  width: 100%;
  padding: 10px 0;
  color: #6699cc;
  font-size: 14px;
}
#wrap .loginBlock dl .submitDd button:after {
  color: #6699cc;
}
@media screen and (max-width: 737px) {
  #wrap aside .loginBlock {
    display: none;
  }
  #wrap .f_root aside .loginBlock {
    display: block;
    position: absolute;
    top: 0;
    margin: 0 -10px;
    padding: 20px 10px;
    width: 100%;
    height: 180px;
  }
  #wrap aside .loginBlock dl {
    width: 300px;
    margin: 0 auto;
  }
  #wrap .loginBlock dl dt {
    float: left;
    font-size: 14px;
    width: 5em;
    margin-bottom: 0;
    text-align: right;
  }
  #wrap .loginBlock dl dd {
    float: right;
    width: 200px;
    margin-bottom: 0;
  }
  #wrap .loginBlock dl dt:nth-of-type(2) {
    clear: both;
    padding-top: 15px;
  }
  #wrap .loginBlock dl dd:nth-of-type(2) {
    padding-top: 10px;
  }
  #wrap .loginBlock dl .submitDd {
    clear: both;
    float: none;
    width: 100%;
    margin-top: 0;
    padding-top: 20px;
  }
  #wrap .loginBlock dl .submitDd button {
    padding: 5px 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    font-size: 16px;
  }
}

#main .pinkBlock {
  padding: 30px 30px 24px;
  border: 5px solid #cc3399;
  background-color: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3), inset 0 0 4px rgba(0, 0, 0, 0.3);
  position: relative;
}
#main .pinkBlock .listHd01 {
  margin: 0 0 20px;
  color: #cc3399;
  font-size: 24px;
  font-weight: 700;
}
#main .pinkBlock .listHd01 span {
  margin-left: 0.5em;
  font-size: 18px;
}
#main .pinkBlock .btnDeco01 {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #cc3399;
}
#main .block + .block {
  margin-top: 27px;
}
#main .bannerBlock ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  margin-top: -10px !important;
  margin-left: -10px !important;
  padding: 0;
}
#main .bannerBlock ul li {
  list-style: none;
  width: 234px;
  margin: 8px 0 0 8px;
  -webkit-transition: 0.2s;
     -moz-transition: 0.2s;
      -ms-transition: 0.2s;
       -o-transition: 0.2s;
          transition: 0.2s;
}
#main .bannerBlock ul li img {
  border: 1px solid #ccc;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#main .bannerBlock ul li:hover {
  opacity: 0.6;
}
@media screen and (max-width: 737px) {
  #main .block + .block {
    margin-top: 40px;
  }
  #main .pinkBlock {
    padding: 24px 10px 85px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3), inset 0 0 3px rgba(0, 0, 0, 0.4);
  }
  #main .pinkBlock .listHd01 {
    margin: 0;
    font-size: 17px;
    text-align: center;
  }
  #main .pinkBlock .listHd01 span {
    display: block;
    margin-left: 0;
    font-size: 12px;
  }
  #main .pinkBlock .btnDeco01 {
    top: inherit;
    right: 50%;
    bottom: 30px;
    margin-right: -100px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    width: 200px;
    font-size: 14px;
  }
  #content #main .bannerBlock {
    margin: 20px 0 0;
  }
  #wrap #content aside .bannerBlock {
    padding: 20px 0;
    margin: 40px -10px 0;
    background: #6699cc;
  }
  #main .bannerBlock ul,
  #content aside .bannerBlock ul {
    width: 254px;
    margin: 0 auto;
  }
  #main .bannerBlock ul li,
  #content aside .bannerBlock ul li {
    width: 117px;
    margin: 10px 5px 0;
  }
  #content aside .bannerBlock ul li {
    float: left;
    margin-top: 0;
  }
}

#main .postDl {
  border-top: 2px solid #eeeeee;
  margin: 0;
}
#main .postDl dt {
  float: left;
  width: 90px;
  font-size: 12px;
  font-weight: 700;
  color: #666666;
  padding: 9px 0;
  clear: both;
}
#main .postDl dd {
  border-bottom: 1px solid #eee;
  font-size: 12px;
  font-weight: 700;
  margin: 0;
  padding: 9px 0;
  padding-left: 90px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#main .postDl dd a {
  text-decoration: underline;
}

#main .postUl {
  border-top: 2px solid #eeeeee;
  margin: 0;
  padding: 0;
}
#main .postUl li {
  list-style: none;
  border-bottom: 1px solid #eee;
  letter-spacing: -0.4em;
}
#main .postUl li:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}
#main .postUl li span {
  display: block;
  letter-spacing: normal;
  vertical-align: middle;
}
#main .postUl .date {
  display: block;
  float: left;
  width: 90px;
  font-size: 12px;
  font-weight: 700;
  color: #666666;
  padding: 9px 0;
  clear: both;
}
#main .postUl .title {
  font-size: 12px;
  font-weight: 700;
  margin: 0;
  padding: 9px 0;
  margin-left: 90px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#main .postUl .title a {
  text-decoration: underline;
}
#main .postUl .title a:hover {
  text-decoration: none;
}
@media screen and (max-width: 737px) {
  #main .postDl {
    margin-top: 20px;
  }
  #main .postDl dt {
    float: none;
    width: auto;
  }

  #main .postUl {
    margin-top: 20px;
  }
  #main .postUl li {
    padding-bottom: 10px;
  }
  #main .postUl .date {
    float: none;
    width: auto;
    padding-bottom: 0;
  }
  #main .postUl .title {
    margin: 0;
    height: 35px;
    white-space: inherit;
    line-height: 2;
  }
}

/* pageTop
------------------------------------------------------------ */
#pageTop {
  position: fixed;
  bottom: 47px;
  right: 50px;
  width: 40px;
  height: 40px;
}
#pageTop a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(102, 102, 102, 0.4);
  position: relative;
  border-radius: 50%;
}
#pageTop a:after {
  content: "\e904";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: auto;
  height: 40px;
  margin-top: -20px;
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-family: 'icomoon' !important;
  font-size: 25px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#pageTop a:hover {
  background-color: rgba(102, 102, 102, 1);
}
@media screen and (max-width: 737px) {
  #pageTop {
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
  }
  #pageTop a {
    width: 50px;
    height: 50px;
  }
  #pageTop a:after {
    font-size: 30px;
  }
}

/* #spNav
============================================================ */
/* headings
========================================================= */
.hdLine01 {
  font-size: 20px;
  font-weight: 700;
  padding-left: 10px;
  border-left: 3px solid #c10f19;
  margin-bottom: 15px;
}

.pageHd01 {
  font-size: 24px;
  font-weight: 700;
  padding-left: 12px;
  border-left: 5px solid #c10f19;
  margin: 38px 0 40px;
  line-height: 1;
  padding-top: 2px;
}

@media screen and (max-width: 737px) {
  .pageHd01 {
    font-size: 16px;
    padding-left: 10px;
    border-left: 3px solid #c10f19;
    margin: 10px 0 20px;
    padding-top: 0px;
  }
}
/* arrows
======================================= */
/* list
======================================= */
/* table
======================================= */
