@charset "utf-8";
@import "common.css";
.l-maypage-section {
  zoom: 1;
  margin-top: 30px;
}
.l-maypage-section:before {
  content: '';
  display: block;
}
.l-maypage-section:after {
  content: '';
  display: table;
  clear: both;
}
.l-maypage-section h1 {
  color: #333333;
  font-size: 16px;
  margin-bottom: 10px;
}
.mypage-nav {
  float: left;
  width: 22.22222222%;
  margin-right: 4.44444444%;
}
.mypage-nav-wide .mypage-item {
  border: 2px solid #266cac;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 5px;
}
.mypage-nav-wide .mypage-item .mypage-mark {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 8px;
  height: 5px;
  background: url("../images/a/arr_mypage.png") 0 bottom no-repeat;
  margin-top: -2px;
}
.mypage-nav-wide .mypage-item a {
  display: block;
  text-decoration: none;
}
.mypage-nav-wide .mypage-item button {
  position: relative;
  width: 100%;
  color: #266cac;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  padding: 12px 0;
}
.mypage-nav-wide .mypage-item button span {
  display: block;
  line-height: 1.5;
  margin-left: 15px;
  padding-right: 20px;
}
.mypage-nav-wide .mypage-item ul {
  display: none;
}
.mypage-nav-wide .mypage-item ul li {
  font-size: 13px;
  border-top: 1px dashed #dddddd;
  padding: 5px;
}
.mypage-nav-wide .mypage-item ul li.is-current a {
  background: #f3f5f7 url("../images/a/bul_dot.png") 8px 13px no-repeat;
}
.mypage-nav-wide .mypage-item ul li a {
  display: block;
  background: url("../images/a/bul_dot.png") 8px 13px no-repeat;
  padding: 5px 10px 5px 15px;
}
.mypage-nav-wide .is-active .mypage-mark {
  background-position: 0 0;
}
.mypage-nav-wide .is-current ul {
  display: block;
}
.mypage-nav-mobile {
  display: none;
  border: 2px solid #266cac;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 -1% 30px 0;
}
.mypage-nav-mobile-inner {
  position: relative;
  zoom: 1;
  padding: 10px;
}
.mypage-nav-mobile-inner:before {
  content: '';
  display: block;
}
.mypage-nav-mobile-inner:after {
  content: '';
  display: table;
  clear: both;
}
.mypage-nav-mobile-inner select {
  float: left;
  width: 49%;
  margin-right: 1%;
}
.mypage-nav-mobile-inner .mypage-nav-arr {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 15px;
  width: 17px;
  height: 12px;
  background: url(../images/misc/arr_mypage.gif) no-repeat;
}
.mypage-wide {
  float: left;
  width: 73.33333333%;
}
.mypage-wide .dot-h {
  margin: 5px 0 15px;
}
@media only all and (max-width: 1023px) {
  h1 {
    font-size: 14px;
  }
  .mypage-nav {
    width: 24.44444444%;
    margin-right: 2.22222222%;
  }
  .mypage-nav-wide .mypage-item a {
    font-size: 12px;
  }
  .mypage-nav-wide .mypage-item > a {
    font-size: 12px;
    padding: 8px 10px;
  }
  .mypage-nav-wide .mypage-item ul li a {
    padding: 5px 10px 5px 15px;
  }
}
@media only all and (max-width: 767px) {
  .mypage-nav {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .mypage-nav-wide {
    display: none;
  }
  .mypage-nav-mobile {
    display: block;
  }
  .mypage-wide {
    float: none;
    width: 100%;
  }
}
@media only all and (max-width: 480px) {
  .mypage-nav-mobile {
    margin: 0 0 20px 0;
  }
  .mypage-nav-mobile-inner {
    padding: 7px 10px;
  }
  .mypage-nav-mobile-inner select {
    float: none;
    width: 100%;
    margin: 3px 0;
  }
  .mypage-nav-mobile-inner select.sub-item {
    width: 90%;
    float: right;
  }
  .mypage-nav-mobile-inner .mypage-nav-arr {
    display: block;
  }
}
.l-join {
  padding: 20px 20px 0;
}
.l-join .dot-h {
  margin-bottom: 15px;
}
.l-join .join {
  border-top: 1px dashed #dddddd;
  padding-top: 30px;
}
.l-join .join:first-child {
  border-top: none;
  padding-top: 0;
  margin-bottom: 40px;
}
.l-join .join-document {
  overflow: hidden;
  color: #767676;
  height: 200px;
  background: #f6f6f6;
  border: 1px solid #dddddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px;
}
.l-join .join-document iframe {
  width: 100%;
  height: 100%;
  border: none;
  overflow: hidden;
}
.l-join .join label {
  color: #333333;
  font-size: 13px;
}
@media only all and (max-width: 767px) {
  .l-join {
    padding: 20px 0 0;
  }
  .l-join .join {
    padding-top: 20px;
  }
  .l-join .join:first-child {
    margin-bottom: 20px;
  }
}
.l-section.confirm {
  zoom: 1;
  position: relative;
  padding: 0;
  margin-top: 20px;
}
.l-section.confirm:before {
  content: '';
  display: block;
}
.l-section.confirm:after {
  content: '';
  display: table;
  clear: both;
}
.l-section.confirm .confirm-h {
  position: absolute;
  left: 0;
  top: 0;
  width: 20.618%;
  height: 100%;
  background: #266cac;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.l-section.confirm .confirm-h .h {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: -1px;
  margin: 20px 0 0 30px;
}
.l-section.confirm .confirm-cont {
  float: right;
  width: 73.381%;
  padding: 2% 3% 5%;
}
.l-section.confirm .confirm-cont .disc {
  color: #333333;
  font-size: 16px;
  margin: 0 0 10px;
}
.l-section.confirm .confirm-cont .text {
  width: 50%;
}
.l-section.confirm .confirm-cont .btn + .btn {
  margin-left: 0;
}
@media only all and (max-width: 1023px) {
  .l-section.confirm .confirm-h .h {
    margin: 20px 0 0 20px;
  }
  .l-section.confirm .confirm-cont .text {
    display: block;
    width: 90%;
  }
  .l-section.confirm .confirm-cont .btn {
    margin-top: 5px;
  }
}
@media only all and (max-width: 640px) {
  .l-section.confirm .confirm-h {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    padding: 10px 0;
  }
  .l-section.confirm .confirm-h .h {
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
    margin: 0;
  }
  .l-section.confirm .confirm-h br {
    display: none;
  }
  .l-section.confirm .confirm-cont {
    float: none;
    width: auto;
    padding: 3% 5% 5%;
  }
  .l-section.confirm .confirm-cont .disc {
    font-size: 14px;
  }
}
.join-step {
  zoom: 1;
  margin-left: -2%;
  color: #266cac;
  font-size: 1.6em;
  font-weight: bold;
}
.join-step:before {
  content: '';
  display: block;
}
.join-step:after {
  content: '';
  display: table;
  clear: both;
}
.join-step > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: left;
  width: 27.33333333%;
  margin-left: 2%;
  padding: 13px 2% 13px;
  line-height: 32px;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
  background-image: url("../images/member/bg_step.png");
  background-repeat: no-repeat;
}
.join-step > li.is-active {
  color: #ffffff;
  background-position: 100% 100%;
}
.join-step-num {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 35px;
  height: 34px;
  margin-right: 10px;
  font-size: 1px;
  text-indent: -9999em;
  line-height: 1;
  background: url("../images/member/txt_step.png") no-repeat;
  vertical-align: top;
}
.join-step-01 {
  background-position: right 0;
}
.join-step-01 .join-step-num {
  background-position: 0 0;
}
.join-step-01.is-active .join-step-num {
  background-position: -40px 0;
}
.join-step-02 {
  background-position: right -60px;
}
.join-step-02 .join-step-num {
  background-position: 0 -40px;
}
.join-step-02.is-active .join-step-num {
  background-position: -40px -40px;
}
.join-step-03 {
  background-position: right -120px;
}
.join-step-03 .join-step-num {
  background-position: 0 -80px;
}
.join-step-03.is-active .join-step-num {
  background-position: -40px -80px;
}
@media only all and (max-width: 767px) {
  .join-step {
    font-size: 1.6em;
  }
  .join-step > li {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .join-step > li.is-active {
    background-position: right -185px;
  }
  .join-step-num {
    margin-right: 5px;
  }
  .csstransforms .join-step-num {
    margin-right: -4px;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }
  .join-step-01 {
    background-position: right -5px;
  }
  .join-step-02 {
    background-position: right -65px;
  }
  .join-step-03 {
    background-position: right -125px;
  }
}
@media only all and (max-width: 640px) {
  .join-step {
    font-size: 1.4em;
  }
  .join-step > li {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .join-step > li.is-active {
    background-position: right -190px;
  }
  .no-csstransforms .join-step-num {
    width: auto;
    height: auto;
    margin-top: -3px;
    color: #ffffff;
    font-size: 1.375em;
    text-indent: 0;
    background: none;
    vertical-align: middle;
  }
  .csstransforms .join-step-num {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
  }
  .join-step-01 {
    background-position: right -10px;
  }
  .join-step-02 {
    background-position: right -70px;
  }
  .join-step-03 {
    background-position: right -130px;
  }
}
@media only all and (max-width: 480px) {
  .join-step {
    font-size: 1.2em;
  }
  .join-step > li {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 30px;
  }
  .join-step > li.is-active {
    background-position: right -195px;
  }
  .no-csstransforms .join-step-num {
    margin-right: 0;
  }
  .csstransforms .join-step-num {
    margin: -2px -6px -2px -7px;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  .join-step-01 {
    background-position: right -15px;
  }
  .join-step-02 {
    background-position: right -75px;
  }
  .join-step-03 {
    background-position: right -135px;
  }
}
.join-complete {
  text-align: center;
  margin-top: 30px;
}
.join-complete h1 {
  color: #333333;
  font-size: 30px;
  font-weight: normal;
}
.join-complete p {
  color: #767676;
  font-size: 20px;
  margin-bottom: 50px;
}
@media only all and (max-width: 767px) {
  .join-complete h1 {
    font-size: 18px;
  }
  .join-complete p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.login {
  padding: 10% 0 15%;
}
.login .l-section {
  max-width: 480px;
  background: #ffffff url(../images/member/bg_login.png) 0 bottom no-repeat;
  margin: 0 auto;
  padding: 0 0 120px 0;
}
.login-inner {
  padding: 25px 40px;
}
.login-inner .login-input-area {
  position: relative;
  padding-right: 130px;
}
.login-inner .login-input-area .text {
  width: 95%;
  margin: 2px 0;
}
.login-inner .login-input-area .btn-b {
  position: absolute;
  right: 0;
  top: 0;
  height: 75px;
}
.login-inner .login-input-area label {
  display: block;
  font-size: 14px;
  margin-top: 15px;
}
.login-inner .login-join {
  position: relative;
}
.login-inner .login-join p {
  color: #767676;
  font-size: 14px;
  background: url("../images/a/bul_dot.png") 0 8px no-repeat;
  margin: 0;
  padding-left: 8px;
}
.login-inner .login-join .btn {
  position: absolute;
  right: 0;
  top: -7px;
}
.login-inner .login-join.login-forget .btn {
  top: auto;
  bottom: 2px;
}
.login-inner .login-join.login-forget.password .login-input-area {
  padding-right: 160px;
}
.login .login-deco {
  border-top: 1px dashed #dddddd;
}
@media only all and (max-width: 640px) {
  .login-inner .login-input-area {
    padding-right: 110px;
  }
  .login-inner .login-input-area .btn {
    font-size: 16px;
    padding: 0 29px 2px;
  }
  .login-inner .login-forget .login-input-area {
    padding-right: 0;
  }
  .login-inner .login-forget .login-input-area .btn {
    position: absolute;
    right: 0;
    bottom: 2px;
    width: 100%;
    padding: 4px 0 6px;
  }
  .login-inner .login-join .btn {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 10px;
  }
  .login-inner .login-join.login-forget .btn {
    position: relative;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    padding: 4px 0 6px;
  }
  .login-inner .login-join.login-forget.password .login-input-area {
    padding-right: 0;
  }
}
@media only all and (max-width: 480px) {
  .login-inner {
    padding: 10px 20px;
  }
  .login-inner .login-input-area {
    padding-right: 90px;
  }
  .login-inner .login-input-area .btn {
    font-size: 14px;
    padding: 0 20px 2px;
  }
  .login-inner .login-forget .login-input-area {
    padding-right: 0;
  }
  .login-inner .login-forget .login-input-area .btn {
    position: relative;
    right: auto;
    bottom: auto;
    padding: 4px 0 6px;
    margin-top: 5px;
  }
}
.site-map {
  zoom: 1;
  margin-right: -3%;
}
.site-map:before {
  content: '';
  display: block;
}
.site-map:after {
  content: '';
  display: table;
  clear: both;
}
.site-map > div {
  width: 17%;
  float: left;
  margin-right: 3%;
}
.site-map h2 {
  color: #266cac;
  font-size: 16px;
  font-size: bold;
  padding-bottom: 5px;
  border-bottom: 2px solid #898e92;
}
.site-map ul li {
  position: relative;
  color: #666666;
  font-size: 14px;
  border-bottom: 1px dashed #dddddd;
  padding: 10px 5px;
}
.site-map ul li:after {
  content: '';
  background: url(../images/misc/arr_sitemap.gif) right 0 no-repeat;
  position: absolute;
  right: 5px;
  top: 50%;
  width: 5px;
  height: 8px;
  margin-top: -4px;
}
.site-map ul li.site-map-blind:after {
  background: none;
}
@media only all and (max-width: 1023px) {
  .site-map > div {
    width: 30%;
    margin-bottom: 50px;
  }
}
@media only all and (max-width: 767px) {
  .site-map > div {
    width: 47%;
    margin-bottom: 30px;
  }
  .site-map h2 {
    font-size: 14px;
  }
  .site-map ul li {
    font-size: 12px;
  }
}
@media only all and (max-width: 480px) {
  .site-map {
    margin-right: 0;
  }
  .site-map > div {
    width: 100%;
    margin-right: 0;
  }
  .site-map-blind {
    display: none;
  }
}
.address-popup {
  max-width: 480px;
}
.address-popup em {
  font-size: 12px;
}
.address-popup-title {
  position: relative;
  background: #266cac;
  padding: 10px 30px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.address-popup-title .h {
  color: #ffffff;
  font-size: 27px;
  margin-bottom: 0;
}
.address-popup-title .icon {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 22px;
  height: 22px;
  background: url(../images/misc/icon_close.png) 0 0 no-repeat;
}
.address-popup-inner {
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.address-popup .address-type {
  zoom: 1;
  color: #767676;
  font-size: 14px;
  border-bottom: 1px solid #eee;
  padding: 0 10px 10px;
}
.address-popup .address-type:before {
  content: '';
  display: block;
}
.address-popup .address-type:after {
  content: '';
  display: table;
  clear: both;
}
.address-popup .address-type dt {
  float: left;
  color: #687078;
  font-size: 13px;
  font-weight: bold;
  margin-right: 30px;
}
.address-popup .address-type dd label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 20px;
}
.address-popup .address-search {
  overflow-y: scroll;
  height: 300px;
  border-bottom: 2px solid #898e92;
  padding: 10px;
}
.address-popup .address-search-input {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.address-popup .address-search-input p {
  font-size: 14px;
  margin: 0;
}
.address-popup .address-search-input .addr-text {
  width: 76% !important;
  margin-right: 62px;
}
.address-popup .address-search-input .address-type {
  border-bottom: none;
  padding: 0 0 15px 0;
}
.address-popup .address-search-input .address-type label {
  margin-right: 20px;
}
.address-popup .address-search-input .address-type-detail label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.address-popup .address-search-input .address-type-detail b {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #333333;
  font-size: 14px;
  font-size: bold;
  width: 60px;
}
.address-popup .address-search-input .address-type-detail select {
  width: 120px;
  vertical-align: middle;
  margin-right: 10px;
}
.address-popup .address-search-input .input-area {
  zoom: 1;
  position: relative;
  margin: 5px 0 15px;
}
.address-popup .address-search-input .input-area:before {
  content: '';
  display: block;
}
.address-popup .address-search-input .input-area:after {
  content: '';
  display: table;
  clear: both;
}
.address-popup .address-search-input .input-area b {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #333333;
  font-size: 14px;
  font-size: bold;
  width: 60px;
}
.address-popup .address-search-input .input-area .btn {
  position: absolute;
  right: 0;
  top: 0;
}
.address-popup .address-search-input .input-area .text {
  width: 53px;
}
.address-popup .address-search-input .input-area .text-max {
  width: 60%;
}
.address-popup .address-search-result {
  margin-top: 10px;
}
.address-popup .address-search-result em {
  display: block;
  margin-bottom: 5px;
}
.address-popup .address-search-result li {
  padding: 8px 0;
  border-top: 1px dashed #dddddd;
}
.address-popup .address-search-result li a {
  color: #767676;
  font-size: 13px;
}
.address-popup .address-search-result li a b {
  font-weight: bold;
  margin-right: 10px;
}
@media only all and (max-width: 480px) {
  .address-popup {
    left: auto;
    top: 100px;
    margin: 0;
  }
  .address-popup-title {
    padding: 10px 20px;
  }
  .address-popup-title .h {
    font-size: 20px;
  }
  .address-popup-title .icon {
    top: 15px;
  }
  .address-popup-inner {
    padding: 10px;
  }
  .address-popup .address-type dt {
    float: none;
    margin-bottom: 5px;
  }
  .address-popup .address-search .addr-text {
    width: 96% !important;
    margin-right: 0;
  }
  .address-popup .address-search .address-type-detail label {
    display: block;
    margin-top: 10px;
  }
  .address-popup .address-search .address-type-detail label select {
    width: 100%;
  }
  .address-popup .address-search .address-type-detail b {
    display: block;
    margin-bottom: 5px;
  }
  .address-popup .address-search-result li a b {
    display: block;
    margin-bottom: 4px;
  }
  .address-popup .address-search .input-area b {
    display: block;
    margin-bottom: 5px;
  }
  .address-popup .address-search .input-area .btn {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    margin-top: 6px;
    width: 100%;
    padding: 4px 0 6px;
  }
}
.address-shadow {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.error {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #266cac;
}
.error-inner {
  position: relative;
  max-width: 680px;
  background: #ffffff url(../images/misc/bg_error.png) 0 bottom no-repeat;
  border: 1px solid #1e578c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 auto;
  margin-top: 15%;
}
.error-inner:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: url(../images/misc/error_shadow.png) 0 0 repeat-y;
}
.error-inner:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -72px;
  width: 100%;
  height: 72px;
  background: url(../images/misc/error_shadow_b.png) 0 0 repeat-y;
}
.error-inner h2 {
  position: absolute;
  left: 20px;
  top: 20px;
}
.error-cont {
  zoom: 1;
  position: relative;
  padding: 14.70588235% 4.41176471% 22.05882353%;
  margin-right: -5%;
}
.error-cont:before {
  content: '';
  display: block;
}
.error-cont:after {
  content: '';
  display: table;
  clear: both;
}
.error-cont > div {
  float: left;
  width: 45%;
  margin-right: 5%;
}
.error-cont .h {
  color: #333333;
  font-size: 32px;
  letter-spacing: -1px;
  line-height: 1;
  margin: 0 0 30px;
}
.error-cont .h em {
  display: block;
  font-size: 54px;
}
.error-cont-cite {
  color: #333333;
  font-size: 16px;
  letter-spacing: -1px;
}
.error-cont-cite em {
  display: block;
  color: #767676;
  font-size: 13px;
  text-align: right;
  margin-right: 10px;
}
.error-cont .dot-list {
  color: #767676;
  font-size: 13px;
  line-height: 1.7;
  margin-left: 20px;
}
.error-cont .btn {
  margin: 50px 0 0 20px;
}
@media only all and (max-width: 767px) {
  .error-inner {
    margin: 15% 20px 0;
  }
  .error-inner:before {
    background: none;
  }
  .error-cont {
    margin-right: 0;
    text-align: center;
  }
  .error-cont > div {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .error-cont-cite br {
    display: none;
  }
  .error-cont-cite em {
    text-align: center;
  }
  .error-cont .dot-list {
    margin-top: 30px;
  }
  .error-cont .dot-list li {
    text-align: center;
    background: none;
  }
  .error-cont .btn {
    margin-top: 30px;
  }
}
@media only all and (max-width: 640px) {
  .error-inner h2 {
    position: relative;
    left: auto;
    top: auto;
    margin: 20px 0 0 20px;
  }
  .error .h {
    font-size: 28px;
    margin-top: 0;
  }
  .error .h em {
    display: block;
    font-size: 40px;
  }
  .error-cont {
    padding: 7.35294118% 4.41176471% 26.47058824%;
  }
}
@media only all and (max-width: 480px) {
  .error-cont {
    padding: 4.41176471% 4.41176471% 36.76470588%;
  }
}
/* .container-main .content {
  margin: -10px 0 0 -10px;
}
.container-main .icon-main {
  background: url("../images/main/icon_main.png") no-repeat;
}
.container-main .icon-main-more {
  width: 21px;
  height: 21px;
  background-position: 0 -200px;
}
.container-main .icon-main-map {
  width: 10px;
  height: 16px;
  background-position: -90px -200px;
}
.container-main .icon-main-call {
  width: 12px;
  height: 16px;
  background-position: -101px -200px;
}
.container-main .icon-main-time {
  width: 15px;
  height: 16px;
  background-position: -114px -200px;
}
.container-main .icon-main-book {
  width: 56px;
  height: 56px;
  background-position: 0 -230px;
}
.container-main .icon-main-pin {
  width: 56px;
  height: 56px;
  background-position: -60px -230px;
}
.container-main .icon-main-dl {
  width: 56px;
  height: 56px;
  background-position: 0 -290px;
}
.container-main .icon-main-qna {
  width: 56px;
  height: 56px;
  background-position: -60px -290px;
}
.container-main .panel {
  float: left;
  width: 25%;
}
.container-main .panel .panel-spacer {
  padding-bottom: 131.83673469%;
}
.container-main .panel .panel-inner {
  left: 10.63829787%;
  top: 7.73993808%;
  width: 78.72340426%;
  height: 84.52012384%;
}
.container-main .panel .panel-cont {
  top: 12.82051282%;
}
.container-main .panel-gray .panel-spacer {
  background-color: #f6f6f6;
}
.container-main .panel-spacer {
  position: relative;
  height: 0;
  margin: 10px 0 0 10px;
  overflow: hidden;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  background-color: #ffffff;
}
.container-main .panel-inner {
  position: absolute;
}
.container-main .panel-cont {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  bottom: 0;
}
.container-main .panel-header {
  position: relative;
}
.container-main .panel-title {
  zoom: 1;
}
.container-main .panel-title:before {
  content: '';
  display: block;
}
.container-main .panel-title:after {
  content: '';
  display: table;
  clear: both;
}
.container-main .panel-h {
  float: left;
  margin: -5px 0 -5px -5px;
  padding: 5px;
  line-height: 1;
}
.container-main .panel-h > span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
  height: 15px;
  text-indent: -9999em;
  background: url("../images/main/icon_main.png") no-repeat;
  vertical-align: top;
}
.container-main .panel-more {
  position: absolute;
  right: -5px;
  top: -5px;
}
.container-main .panel-more:hover .icon-main-more {
  background-position: -30px -200px;
}
.container-main .panel-sub {
  display: block;
  height: 50px;
  color: #333333;
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.4;
}
.container-main .panel-list .dot-list {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-bottom: -5.9%;
  font-size: 1.3em;
  color: #666666;
}
.container-main .panel-list .dot-list > li {
  border-top: 1px dashed #dddddd;
  margin-top: 0;
  padding-top: 5.9%;
  padding-bottom: 5.9%;
  background-position: 0 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  display: block;
}
.container-main .panel-story {
  width: 75%;
}
.container-main .panel-story .panel-spacer {
  padding-bottom: 43.94557823%;
}
.container-main .panel-story .panel-inner {
  left: 3.44827586%;
  top: 7.73993808%;
  width: 93.10344828%;
  height: 84.52012384%;
}
.container-main .panel-story .panel-cont {
  top: 12.82051282%;
}
.container-main .panel-story .panel-spacer {
  border-color: #23649f;
  background: #2a79c0 url("../images/main/bg_panel.jpg") 50% 50% repeat;
}
.container-main .panel-story .panel-h > span {
  width: 132px;
  height: 18px;
  background-position: 0 0;
}
.container-main .panel-story .panel-more .icon-main-more {
  background-position: -30px -200px;
}
.container-main .panel-story .panel-more .icon-main-more:hover {
  background-position: -60px -200px;
}
.container-main .panel-story .story {
  height: 100%;
}
.container-main .panel-story .story-top {
  float: left;
  width: 47.25111441%;
  height: 100%;
  position: relative;
}
.container-main .panel-story .story-top > a {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid #dddddd;
}
.container-main .panel-story .story-top > a:hover .story-top-name,
.container-main .panel-story .story-top > a:hover .story-top-title {
  text-decoration: underline;
}
.container-main .panel-story .story-top > a > img {
  width: 100%;
}
.container-main .panel-story .story-top-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 7px 10px;
  font-size: 1em;
  font-weight: normal;
  background: #fff;
}
.container-main .panel-story .story-top-name {
  color: #266cac;
  font-size: 1.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  display: block;
}
.container-main .panel-story .story-top-title {
  color: #333333;
  font-size: 1.8em;
  letter-spacing: -0.05em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  display: block;
}
.container-main .panel-story .story-list {
  float: right;
  position: relative;
  top: -2.94117647%;
  width: 47.25111441%;
  height: 105.88235294%;
}
.container-main .panel-story .story-list > li {
  position: relative;
  height: 33.33333333%;
}
.container-main .panel-story .story-list > li > a {
  position: absolute;
  left: 0;
  right: 0;
  top: 8.33333333%;
  bottom: 8.33333333%;
}
.container-main .panel-story .story-list > li > a:hover .story-name,
.container-main .panel-story .story-list > li > a:hover .story-title {
  text-decoration: underline;
}
.container-main .panel-story .story-list > li .story-thumb {
  width: 28.7%;
}
.container-main .panel-story .story-thumb {
  overflow: hidden;
  float: left;
  position: relative;
  height: 100%;
  border: 1px solid #dddddd;
}
.container-main .panel-story .story-cont {
  position: absolute;
  left: 33.7%;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
}
.container-main .panel-story .story-cont .vertical-middle,
.container-main .panel-story .story-cont:after {
  content: "";
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 100%;
  vertical-align: middle;
}
.container-main .panel-story .story-text {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
  white-space: normal;
  vertical-align: middle;
}
.container-main .panel-story .story-name {
  color: #d4ebff;
  font-size: 1.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  display: block;
}
.container-main .panel-story .story-title {
  margin: 0;
  color: #ffffff;
  font-size: 1.6em;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container-main .panel-support .panel-spacer {
  background: #f6f6f6 url("../images/main/bg_panel_gray.jpg");
}
.container-main .panel-support .panel-inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.container-main .panel-support .support-banner {
  height: 100%;
  white-space: nowrap;
}
.container-main .panel-support .support-banner .vertical-middle,
.container-main .panel-support .support-banner:after {
  content: "";
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 100%;
  vertical-align: middle;
}
.container-main .panel-support .support-banner > img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.container-main .panel-new {
  clear: left;
}
.container-main .panel-new .panel-h > span {
  width: 116px;
  background-position: 0 -20px;
}
.container-main .panel-new .lib-info {
  zoom: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 1.3em;
  line-height: 20px;
}
.container-main .panel-new .lib-info:before {
  content: '';
  display: block;
}
.container-main .panel-new .lib-info:after {
  content: '';
  display: table;
  clear: both;
}
.container-main .panel-new .lib-info > dt,
.container-main .panel-new .lib-info > dd {
  float: left;
  border-top: 1px dashed #dddddd;
  padding: 5.9% 0;
}
.container-main .panel-new .lib-info > dt:last-of-type,
.container-main .panel-new .lib-info > dd:last-of-type {
  padding-bottom: 0;
}
.container-main .panel-new .lib-info > dt {
  width: 41%;
}
.container-main .panel-new .lib-info > dd {
  width: 59%;
}
.container-main .panel-new .lib-info > dd.lib-info-addr > span {
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container-main .panel-new .lib-info > dd.lib-info-call {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  display: block;
}
.container-main .panel-new .lib-info > dd.lib-info-time > span {
  max-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media only all and (max-width: 1150px) and (min-width: 1024px), (max-width: 870px) and (min-width: 768px), (max-width: 540px) {
  .container-main .panel-new .lib-info > dt {
    width: 40%;
  }
  .container-main .panel-new .lib-info > dd {
    width: 60%;
  }
  .container-main .panel-new .lib-info > dt.lib-info-time {
    letter-spacing: -1px;
  }
  .container-main .panel-new .lib-info > dd.lib-info-time {
    letter-spacing: -1px;
    word-spacing: -2px;
  }
}
.container-main .panel-notice .panel-h > span {
  width: 51px;
  background-position: 0 -40px;
}
.container-main .panel-books .panel-h > span {
  width: 49px;
  background-position: 0 -60px;
}
.container-main .panel-books .books {
  font-size: 1.6em;
}
.container-main .panel-books .books > li {
  text-align: center;
}
.container-main .panel-books .books .book-thumb {
  overflow: hidden;
  display: block;
  max-width: 115px;
  height: 0;
  margin: 0 auto;
  padding: 0 20% 85% 20%;
}
.container-main .panel-books .books-title {
  height: 44px;
  margin: 0;
  padding-top: .8em;
  line-height: 22px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container-main .panel-books .books-pager {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -10px;
}
.container-main .panel-books .panel-cont {
  bottom: 10px;
  white-space: nowrap;
}
.container-main .panel-books .panel-cont:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.container-main .panel-books .panel-cont:before {
  height: 92%;
}
.container-main .panel-books .panel-cont .bx-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.container-main .panel-books .bx-controls-direction a {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 50% !important;
  margin-top: -9px;
  width: 10px;
  height: 18px;
  text-indent: -9999em;
  background: url("../images/a/btn_slide_page.png") 0 50%;
}
.container-main .panel-books .bx-controls-direction a.bx-next {
  left: auto;
  right: 0;
  background-position: 100% 50%;
}
.container-main .panel-news .panel-h > span {
  width: 91px;
  background-position: 0 -80px;
}
.container-main .panel-quick .panel-spacer {
  border-color: #b2cadf;
  background: #c9def1 url("../images/main/bg_quick.jpg") 50% 50% repeat;
  background-size: cover;
}
.container-main .panel-quick .panel-inner {
  left: 5.53191489%;
  width: 88.93617021%;
  top: 21.53846154%;
  height: 75.38461538%;
  line-height: 1.3;
}
.container-main .panel-quick a {
  float: left;
  width: 50%;
  height: 50%;
  color: #333333;
  font-size: 1.3em;
  text-align: center;
  white-space: nowrap;
}
.container-main .panel-quick a .vertical-middle,
.container-main .panel-quick a:after {
  content: "";
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 100%;
  vertical-align: middle;
}
.container-main .panel-quick a:hover {
  text-decoration: none;
}
.container-main .panel-quick a:hover .quick-inner > span {
  text-decoration: underline;
}
.container-main .panel-quick a .quick-inner {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.container-main .panel-quick a .icon {
  display: block;
  margin: 0 auto 5px;
}
.container-main .panel-program {
  width: 50%;
}
.container-main .panel-program .panel-spacer {
  padding-bottom: 65.91836735%;
}
.container-main .panel-program .panel-inner {
  left: 5.20833333%;
  top: 7.73993808%;
  width: 89.58333333%;
  height: 84.52012384%;
}
.container-main .panel-program .panel-cont {
  top: 12.82051282%;
}
.container-main .panel-program .panel-h > span {
  width: 80px;
  background-position: 0 -100px;
}
.container-main .panel-program .programs {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-bottom: -1.2%;
}
.container-main .panel-program .programs > li {
  border-top: 1px dashed #dddddd;
  margin-top: 0;
  padding: 1.2% 0;
}
.container-main .panel-program .programs > li > a {
  zoom: 1;
  display: block;
  overflow: hidden;
}
.container-main .panel-program .programs > li > a:before {
  content: '';
  display: block;
}
.container-main .panel-program .programs > li > a:after {
  content: '';
  display: table;
  clear: both;
}
.container-main .panel-program .programs-thumb {
  float: left;
  max-width: 21%;
  height: 0;
  padding-bottom: 16%;
  margin-right: 15px;
  border: 1px solid #dddddd;
}
.container-main .panel-program .programs-cont {
  margin: 4.8% 0 0;
}
.container-main .panel-program .programs-category {
  display: block;
  font-size: 1.4em;
  color: #266cac;
}
.container-main .panel-program .programs-title {
  font-size: 1.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  display: block;
}
.container-main .panel-sns .panel-spacer {
  background-color: #eaeaea;
}
.container-main .panel-sns .panel-inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.container-main .panel-sns .sns-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  bottom: 0;
  background-color: #ffffff;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.container-main .panel-sns .sns-panel.is-active {
  z-index: 1;
}
.container-main .panel-sns .sns-panel.is-active .sns-tab {
  background-color: #ffffff;
}
.container-main .panel-sns .sns-title {
  position: absolute;
  left: 0;
  right: 50%;
  top: -50px;
  height: 50px;
}
.container-main .panel-sns .sns-tab {
  display: block;
  margin: 10px 1px 0 10px;
  height: 40px;
  text-align: center;
  background-color: #8c9cac;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.container-main .panel-sns .sns-tab-text {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
  margin-top: 13px;
  font-size: 1px;
  line-height: 1;
  text-indent: -9999em;
  text-decoration: none;
  background: url("../images/main/icon_main.png") no-repeat;
}
.container-main .panel-sns .sns-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0;
}
.container-main .panel-sns .sns-content iframe {
  width: 100%;
  height: 100%;
}
.container-main .panel-sns .sns-facebook .sns-tab-text {
  width: 78px;
  height: 15px;
  background-position: 0 -140px;
}
.container-main .panel-sns .sns-facebook.is-active .sns-tab-text {
  background-position: 0 -120px;
}
.container-main .panel-sns .sns-twitter .sns-tab-text {
  width: 75px;
  height: 15px;
  background-position: 0 -180px;
}
.container-main .panel-sns .sns-twitter.is-active .sns-tab-text {
  background-position: 0 -160px;
}
.container-main .panel-sns .sns-twitter .sns-title {
  left: 50%;
  right: 0;
}
.container-main .panel-sns .sns-twitter .sns-tab {
  margin-left: 0;
  margin-right: 10px;
}
@media only all and (max-width: 1080px) and (min-width: 1024px), only all and (max-width: 800px) and (min-width: 768px) {
  .container-main .panel-new .lib-info > dt,
  .container-main .panel-new .lib-info > dd {
    padding: 4% 0;
  }
}
@media only all and (max-width: 1023px) {
  .container-main .panel {
    width: 33.33333333%;
  }
  .container-main .panel .panel-spacer {
    padding-bottom: 131.83673469%;
  }
  .container-main .panel .panel-inner {
    left: 10.63829787%;
    top: 7.73993808%;
    width: 78.72340426%;
    height: 84.52012384%;
  }
  .container-main .panel .panel-cont {
    top: 12.82051282%;
  }
  .container-main .panel-story {
    width: 100%;
  }
  .container-main .panel-story .panel-spacer {
    padding-bottom: 43.94557823%;
  }
  .container-main .panel-story .panel-inner {
    left: 3.44827586%;
    top: 7.73993808%;
    width: 93.10344828%;
    height: 84.52012384%;
  }
  .container-main .panel-story .panel-cont {
    top: 12.82051282%;
  }
  .container-main .panel-support .panel-inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .container-main .panel-new {
    clear: none;
  }
  .container-main .panel-books {
    clear: left;
  }
  .container-main .panel-new .library-info-time {
    position: static !important;
    height: auto;
    clip: auto;
  }
  .container-main .panel-quick .panel-inner {
    line-height: 1.3;
    left: 5.53191489%;
    width: 88.93617021%;
    top: 21.53846154%;
    height: 75.38461538%;
  }
  .container-main .panel-program {
    width: 66.66666667%;
  }
  .container-main .panel-program .panel-spacer {
    padding-bottom: 65.91836735%;
  }
  .container-main .panel-program .panel-inner {
    left: 5.20833333%;
    top: 7.73993808%;
    width: 89.58333333%;
    height: 84.52012384%;
  }
  .container-main .panel-program .panel-cont {
    top: 12.82051282%;
  }
  .container-main .panel-program .programs-title {
    font-size: 1.7em;
  }
  .container-main .panel-sns .panel-inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
@media only all and (max-width: 767px) {
  .container-main .panel {
    width: 50%;
  }
  .container-main .panel .panel-spacer {
    padding-bottom: 131.83673469%;
  }
  .container-main .panel .panel-inner {
    left: 10.63829787%;
    top: 7.73993808%;
    width: 78.72340426%;
    height: 84.52012384%;
  }
  .container-main .panel .panel-cont {
    top: 12.82051282%;
  }
  .container-main .panel-story {
    width: 100%;
  }
  .container-main .panel-story .panel-spacer {
    padding-bottom: 52.65306122%;
  }
  .container-main .panel-story .panel-inner {
    left: 5.20833333%;
    top: 9.68992248%;
    width: 89.58333333%;
    height: 80.62015504%;
  }
  .container-main .panel-story .panel-cont {
    top: 16.82692308%;
  }
  .container-main .panel-story .story-top-name {
    font-size: 1.3em;
  }
  .container-main .panel-story .story-top-title {
    font-size: 1.6em;
  }
  .container-main .panel-story .story-cont {
    left: 37.7%;
  }
  .container-main .panel-story .story-name {
    font-size: 1.2em;
  }
  .container-main .panel-story .story-title {
    font-size: 1.5em;
    line-height: 17px;
    max-height: 34px;
  }
  .container-main .panel-support .panel-inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .container-main .panel-new {
    clear: none;
  }
  .container-main .panel-notice {
    clear: left;
  }
  .container-main .panel-books {
    clear: none;
  }
  .container-main .panel-books .books {
    font-size: 1.4em;
  }
  .container-main .panel-quick .panel-inner {
    left: 5.53191489%;
    width: 88.93617021%;
    top: 21.53846154%;
    height: 75.38461538%;
  }
  .container-main .panel-program {
    width: 100%;
  }
  .container-main .panel-program .panel-spacer {
    height: auto;
    padding: 5.20833333%;
  }
  .container-main .panel-program .panel-inner {
    position: relative;
    width: auto;
    height: auto;
    left: auto;
    top: auto;
  }
  .container-main .panel-program .panel-cont {
    position: relative;
    width: auto;
  }
  .container-main .panel-program .programs {
    position: static;
    margin-top: 15px;
  }
  .container-main .panel-program .programs > li {
    padding: 2% 0;
  }
  .container-main .panel-program .programs-thumb {
    max-width: 25%;
  }
  .container-main .panel-program .programs-cont {
    margin-top: 6%;
  }
  .container-main .panel-program .programs-title {
    font-size: 1.6em;
  }
  .container-main .panel-sns {
    display: none;
  }
}
@media only all and (max-width: 560px) {
  .container-main .panel-story {
    width: 100%;
  }
  .container-main .panel-story .panel-spacer {
    height: auto;
    padding: 5.20833333%;
  }
  .container-main .panel-story .panel-inner {
    position: relative;
    width: auto;
    height: auto;
    left: auto;
    top: auto;
  }
  .container-main .panel-story .panel-cont {
    position: relative;
    width: auto;
  }
  .container-main .panel-story .panel-spacer {
    background-image: url("../images/main/bg_panel_s.jpg");
  }
  .container-main .panel-story .panel-cont {
    margin-top: 5.66037736%;
  }
  .container-main .panel-story .story {
    height: auto;
  }
  .container-main .panel-story .story-top > a {
    height: 0;
    padding-bottom: 70%;
  }
  .container-main .panel-story .story-list {
    float: none;
    position: relative;
    top: auto;
    width: auto;
    height: auto;
    margin-top: 3.77358491%;
    border-top: 1px solid rgba(14, 39, 61, 0.4);
  }
  .container-main .panel-story .story-list > li {
    position: relative;
    height: auto;
    padding: 3.77358491% 0;
    border-top: 1px solid rgba(170, 200, 227, 0.4);
    border-bottom: 1px solid rgba(14, 39, 61, 0.4);
  }
  .container-main .panel-story .story-list > li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  .container-main .panel-story .story-list > li > a {
    zoom: 1;
    position: relative;
    display: block;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .container-main .panel-story .story-list > li > a:before {
    content: '';
    display: block;
  }
  .container-main .panel-story .story-list > li > a:after {
    content: '';
    display: table;
    clear: both;
  }
  .container-main .panel-story .story-list > li .story-thumb {
    width: 22%;
  }
  .container-main .panel-story .story-thumb {
    height: 0;
    padding-bottom: 17%;
  }
  .container-main .panel-story .story-thumb > img {
    height: auto;
  }
  .container-main .panel-story .story-cont {
    left: 24%;
  }
  .container-main .panel-story .story-title {
    font-size: 12px;
  }
  .container-main .panel-story .story-top {
    float: none;
    width: auto;
  }
  .container-main .panel-story .story-top > a {
    display: block;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .container-main .panel-story .story-top .story-thumb {
    width: auto;
    padding-bottom: 75.4%;
  }
}
@media only all and (max-width: 400px) {
  .container-main .panel-h > span {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  .container-main .panel-program .programs-thumb {
    max-width: 30%;
  }
}
@media only all and (max-width: 480px) {
  .container-main .panel {
    width: 50%;
  }
  .container-main .panel .panel-spacer {
    padding-bottom: 148.16326531%;
  }
  .container-main .panel .panel-inner {
    left: 10.63829787%;
    top: 6.88705234%;
    width: 78.72340426%;
    height: 86.22589532%;
  }
  .container-main .panel .panel-cont {
    top: 11.18210863%;
  }
  .container-main .panel-more {
    top: -3px;
  }
  .container-main .panel-sub {
    font-size: 14px;
    line-height: 16px;
    height: 32px;
  }
  .container-main .panel-list .dot-list {
    font-size: 1.1em;
  }
  .container-main .panel-story {
    width: 100%;
  }
  .container-main .panel-story .panel-spacer {
    height: auto;
    padding: 5.20833333%;
  }
  .container-main .panel-story .panel-inner {
    position: relative;
    width: auto;
    height: auto;
    left: auto;
    top: auto;
  }
  .container-main .panel-story .panel-cont {
    position: relative;
    width: auto;
  }
  .container-main .panel-new .lib-info {
    font-size: 1.1em;
    line-height: 13px;
  }
  .container-main .panel-new .lib-info > dt {
    width: 32%;
    color: #266cac;
    font-weight: bold;
    letter-spacing: -1px;
  }
  .container-main .panel-new .lib-info > dd {
    width: 68%;
  }
  .container-main .panel-new .lib-info > dt.lib-info-time > span {
    display: block;
  }
  .container-main .panel-new .lib-info > dd.lib-info-time {
    word-spacing: -0.1em;
    letter-spacing: -0.1em;
    white-space: nowrap;
  }
  .container-main .panel-new .lib-info > dd.lib-info-time > span {
    overflow: visible;
  }
  .container-main .panel-new .lib-info .icon {
    display: none;
  }
  .container-main .panel-support .panel-inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .container-main .panel-books .books-title {
    padding-top: .5em;
    line-height: 19px;
    height: 38px;
  }
  .container-main .panel-quick .panel-inner {
    left: 5.53191489%;
    width: 88.93617021%;
    top: 19.17808219%;
    height: 78.08219178%;
  }
  .container-main .panel-quick a {
    font-size: 1.1em;
  }
  .container-main .panel-quick a .icon {
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -ms-transform: scale(0.65);
    -o-transform: scale(0.65);
    transform: scale(0.65);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    margin-bottom: -15px;
  }
  .container-main .panel-program {
    width: 100%;
  }
  .container-main .panel-program .panel-spacer {
    height: auto;
    padding: 5.20833333%;
  }
  .container-main .panel-program .panel-inner {
    position: relative;
    width: auto;
    height: auto;
    left: auto;
    top: auto;
  }
  .container-main .panel-program .panel-cont {
    position: relative;
    width: auto;
  }
  .container-main .panel-program .programs-cont {
    margin-top: 2%;
  }
  .container-main .panel-program .programs-category {
    font-size: 1.2em;
  }
  .container-main .panel-program .programs-title {
    font-size: 1.5em;
  }
}
*/
.half {
  zoom: 1;
  margin-right: -4%;
}
.half:before {
  content: '';
  display: block;
}
.half:after {
  content: '';
  display: table;
  clear: both;
}
.half > div {
  float: left;
  width: 46%;
  margin-right: 4%;
}
.half br {
  display: none;
}
@media only all and (max-width: 480px) {
  .half br {
    display: block;
  }
}
.relation {
  background: #f6f6f6;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 3% 4% 4%;
}
.relation-form {
  zoom: 1;
  margin-left: -2%;
}
.relation-form:before {
  content: '';
  display: block;
}
.relation-form:after {
  content: '';
  display: table;
  clear: both;
}
.relation-form-item {
  float: left;
  width: 31.33333333%;
  margin-left: 2%;
}
.relation-form-item.first .relation-form-item-inner {
  border-left: none;
}
.relation-form-item-inner {
  text-align: center;
  border-left: 1px dashed #dddddd;
}
.relation-form-item .func {
  margin-bottom: 20px;
}
.relation-form-item h3 {
  color: #333333;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -1px;
  margin-bottom: 5px;
}
.relation-form-item em {
  font-size: 13px;
}
.relation-form-item em span {
  display: block;
}
@media only all and (max-width: 1023px) {
  .relation-form-item h3 {
    font-size: 14px;
  }
  .relation-form-item em {
    font-size: 12px;
  }
}
@media only all and (max-width: 767px) {
  .relation {
    padding: 3% 2%;
  }
}
@media only all and (max-width: 640px) {
  .relation {
    padding: 3% 4% 1%;
  }
  .relation-form {
    margin-left: 0;
  }
  .relation-form-item {
    float: none;
    width: auto;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .relation-form-item.first .relation-form-item-inner {
    border-top: none;
  }
  .relation-form-item-inner {
    border-top: 1px dashed #dddddd;
    border-left: none;
  }
  .relation-form-item .func {
    margin-bottom: 15px;
  }
}
.foundation-notice {
  font-size: 14px;
  margin-left: 20px;
}
.foundation-notice2 {
  font-size: 14px;
  margin-left: 20px;
}
.condition {
  zoom: 1;
}
.condition:before {
  content: '';
  display: block;
}
.condition:after {
  content: '';
  display: table;
  clear: both;
}
.condition .dot-list {
  float: left;
  width: 48%;
  margin-right: 3%;
}
.condition .dot-list > li {
  font-size: 14px;
}
.condition .table-liner {
  float: left;
  width: 49%;
}
.condition .table-liner2 {
  float: left;
  width: 49%;
  margin-left: 20px;
}
@media only all and (max-width: 767px) {
  .condition .dot-list {
    float: none;
    width: auto;
    margin-right: 0;
  }
  .condition .table-liner {
    float: none;
    width: 100%;
    margin-top: 15px;
  }
}
@media only all and (max-width: 480px) {
  .condition .dot-list > li {
    font-size: 12px;
  }
}
.law {
  zoom: 1;
}
.law:before {
  content: '';
  display: block;
}
.law:after {
  content: '';
  display: table;
  clear: both;
}
.law-list {
  float: right;
  width: 32%;
  font-size: 13px;
  border-top: 1px solid #898e92;
  border-bottom: 2px solid #898e92;
  margin-top: 30px;
}
.law-list > li {
  padding: 8px 20px;
  border-bottom: 1px solid #eee;
}
.law-list > li.law-list-title {
  background: #f3f5f7;
  border-top: 1px solid #898e92;
  border-bottom: 1px solid #898e92;
  padding: 10px 20px;
}
.law-cont {
  float: left;
  width: 65%;
  font-size: 14px;
  margin-right: 3%;
}
.law-cont em {
  font-size: 12px;
}
.law-cont h3 {
  color: #333333;
  font-size: 16px;
  margin: 20px 0;
}
.law-cont ol {
  margin-left: 20px;
}
.law-cont ol li > ol {
  margin-left: 20px;
}
.law-cont p + ol {
  margin-top: -10px;
}
@media only all and (max-width: 1023px) {
  .law-list {
    font-size: 12px;
  }
  .law-list > li {
    letter-spacing: -1px;
    padding: 5px 10px;
  }
  .law-list > li.law-list-title {
    padding: 8px 10px;
  }
}
@media only all and (max-width: 767px) {
  .law-list {
    zoom: 1;
    float: none;
    width: auto;
  }
  .law-list:before {
    content: '';
    display: block;
  }
  .law-list:after {
    content: '';
    display: table;
    clear: both;
  }
  .law-list > li {
    float: left;
    width: 50%;
    letter-spacing: -1px;
    padding: 5px 0;
  }
  .law-list > li a {
    padding-left: 20px;
  }
  .law-list > li.law-list-title {
    display: block;
    width: 100%;
    padding: 8px 0;
  }
  .law-list > li.law-list-title span {
    padding-left: 20px;
  }
  .law-cont {
    float: none;
    width: auto;
  }
  .law-cont h3 {
    font-size: 14px;
    margin: 20px 0 0;
  }
  .law-cont p,
  .law-cont ol {
    font-size: 12px;
  }
}
@media only all and (max-width: 480px) {
  .law-list > li {
    float: none;
    width: auto;
  }
}
.ci-info {
  zoom: 1;
  position: relative;
}
.ci-info:before {
  content: '';
  display: block;
}
.ci-info:after {
  content: '';
  display: table;
  clear: both;
}
.ci-info-img {
  float: left;
  width: 28.57142857%;
}
.ci-info-disc {
  float: left;
  width: 66.42857143%;
  font-size: 14px;
  margin-left: 5%;
}
.ci-info-disc p {
  margin-top: 0;
}
@media only all and (max-width: 480px) {
  .ci-info-img {
    float: none;
    width: auto;
    text-align: center;
    margin-bottom: 20px;
  }
  .ci-info-disc {
    float: none;
    width: auto;
    font-size: 12px;
    margin-left: 0;
  }
  .ci-info-disc p {
    margin-top: 0;
  }
}
.ci-logo {
  width: 100%;
}
.process {
  color: #333333;
  font-size: 14px;
}
.process-inner {
  position: relative;
  margin-top: 20px;
}
.process-inner .process-step {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 60px 15px 15px;
}
.process .process-step-num {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 35px;
  height: 35px;
  background: url(../images/member/txt_step.png) 0 0 no-repeat;
  text-indent: -9999%;
}
.process-step-01 {
  position: relative;
  background: #e5eef7;
}
.process-step-01:before {
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 18px;
  height: 10px;
  content: '';
  background: url(../images/about/arr_process.gif) no-repeat;
  margin-left: -9px;
}
.process-step-02 {
  background: #d1e0ee;
}
.process-step-02 .process-step-num {
  background-position: 0 -40px;
}
.process .btn {
  width: 100%;
  padding: 8px 0 3px;
  margin-top: 20px;
}
@media only all and (max-width: 1023px) {
  .process {
    zoom: 1;
    position: relative;
    margin-right: -2%;
  }
  .process:before {
    content: '';
    display: block;
  }
  .process:after {
    content: '';
    display: table;
    clear: both;
  }
  .process-inner {
    float: left;
    width: 48%;
    margin: 10px 2% 20px 0;
  }
  .process-step-01:before {
    display: none;
  }
  .process .btn {
    width: 160px;
    padding: 8px 19px 3px;
    margin: 0 auto;
  }
}
@media only all and (max-width: 480px) {
  .process {
    margin-right: 0;
  }
  .process-inner {
    float: none;
    width: auto;
    margin: 10px 0;
  }
  .process-inner .process-step {
    padding: 15px;
  }
  .process .btn {
    width: 100%;
    padding: 8px 0 3px;
  }
}
.chart {
  zoom: 1;
}
.chart:before {
  content: '';
  display: block;
}
.chart:after {
  content: '';
  display: table;
  clear: both;
}
.chart .l-section {
  padding: 0;
}
.chart-inner {
  padding: 4.12371134% 3.60824742% 4.12371134%;
}
.chart-inner p {
  color: #666666;
  font-size: 16px;
}
.chart-inner p b {
  color: #000333;
}
.chart-inner p span {
  color: #0085fe;
  text-decoration: underline;
}
.chart-link {
  position: relative;
  margin-bottom: 6.18556701%;
}
.chart-link .btn {
  position: absolute;
  left: 52%;
  top: 50%;
  margin-top: -18px;
}
@media only all and (max-width: 767px) {
  .chart .half {
    margin-right: 0;
  }
  .chart .half > div {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .chart-link {
    text-align: center;
    margin-bottom: 5.15463918%;
  }
  .chart-link img {
    display: none;
  }
  .chart-link .btn {
    position: relative;
    left: auto;
    top: auto;
    margin-top: 0;
  }
}
.library-detail .l-section {
  position: relative;
  padding: 0;
}
.library-detail-inner {
  zoom: 1;
  position: relative;
  padding: 2% 3.60824742% 5.15463918%;
}
.library-detail-inner:before {
  content: '';
  display: block;
}
.library-detail-inner:after {
  content: '';
  display: table;
  clear: both;
}
.library-detail-inner .h {
  margin-bottom: 0;
}
.library-detail-inner .location-h {
  color: #767676;
  font-size: 13px;
}
.library-detail-inner img {
  max-width: none;
}
.library-detail-light {
  zoom: 1;
  position: absolute;
  top: -40px;
  right: 3.60824742%;
}
.library-detail-light:before {
  content: '';
  display: block;
}
.library-detail-light:after {
  content: '';
  display: table;
  clear: both;
}
.library-detail-light > div {
  float: left;
  color: #266cac;
  width: 122px;
  height: 72px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background: url("../images/a/bg_circle_deco.png") 0 0 no-repeat;
  padding: 30px 0 20px;
  margin-right: 10px;
}
.library-detail-light > div.brand {
  color: #ffffff;
  font-weight: normal;
  background-position: -140px 0;
  padding: 35px 0 15px;
}
.library-detail-light > div.brand span {
  display: block;
}
.library-detail-light > div.brand b {
  font-weight: normal;
  font-size: 24px;
  letter-spacing: -1px;
}
.library-detail-light > div .icon {
  display: block;
  margin: 0 auto 10px;
}
.library-detail .half {
  margin: 20px -7% 5% 0;
}
.library-detail .half > div {
  width: 43%;
  margin-right: 7%;
}
.library-detail .half br {
  display: block;
}
.library-detail-list {
  color: #666666;
  font-size: 13px;
  border-top: 1px dashed #dddddd;
}
.library-detail-list li {
  position: relative;
  min-height: 20px;
  padding: 10px 0 10px 100px;
  border-bottom: 1px dashed #dddddd;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  display: block;
  text-align: left;
}
.library-detail-list li em {
  position: absolute;
  left: 0;
  top: 10px;
  color: #266cac;
  font-weight: bold;
}
.library-detail-map-inner {
  overflow: hidden;
  border: 1px solid #dddddd;
}
.library-detail .quick-area {
  zoom: 1;
  margin-top: 6%;
}
.library-detail .quick-area:before {
  content: '';
  display: block;
}
.library-detail .quick-area:after {
  content: '';
  display: table;
  clear: both;
}
.library-detail .quick-area .quick-list {
  float: left;
  width: 50%;
}
.library-detail .quick-area .quick-list .h {
  font-size: 22px;
}
.library-detail .quick-area .quick-list-request {
  position: relative;
  border-right: 1px dashed #dddddd;
  padding: 4% 7% 6%;
}
.library-detail .quick-area .quick-list-volunteer {
  position: relative;
  padding: 4% 7% 6%;
}
.library-detail .quick-area p {
  color: #666666;
  font-size: 14px;
  letter-spacing: -1px;
  padding-right: 140px;
}
.library-detail .quick-area img {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -56px;
}
@media only all and (max-width: 1023px) {
  .library-detail-inner {
    text-align: center;
  }
  .library-detail-light {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin-top: 20px;
  }
  .library-detail-light > div {
    float: none;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .library-detail .quick-area .quick-list {
    float: none;
    width: 100%;
  }
  .library-detail .quick-area .quick-list-request {
    border-right: 0;
    border-bottom: 1px dashed #dddddd;
    padding: 4% 5% 5%;
  }
  .library-detail .quick-area .quick-list-volunteer {
    padding: 4% 5% 5%;
  }
  .library-detail .quick-area .quick-list p {
    padding-right: 180px;
  }
  .library-detail .quick-area .quick-list img {
    right: 40px;
  }
  .library-detail .quick-area p {
    color: #666666;
    font-size: 14px;
    letter-spacing: -1px;
    padding-right: 140px;
  }
  .library-detail .quick-area img {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -56px;
  }
}
@media only all and (max-width: 767px) {
  .library-detail .half {
    margin: 20px 0 0 0 ;
  }
  .library-detail .half > div {
    width: 100%;
    margin-right: 0;
  }
  .library-detail-light > div {
    width: 104.57142857px;
    height: 61.71428571px;
    background-size: 224.57142857px 104.57142857px;
    padding: 17.14285714px 0 25.71428571px;
    margin-right: 8.57142857px;
  }
  .library-detail-light > div.brand {
    background-position: -120px 0;
    padding: 21.42857143px 0 21.42857143px;
  }
  .library-detail-list {
    text-align: left;
    margin-bottom: 30px;
  }
  .library-detail-list li em {
    left: 20px;
  }
  .library-detail .quick-area .quick-list p {
    padding-right: 140px;
  }
  .library-detail .quick-area .quick-list img {
    width: 102.85714286px;
    height: 96px;
    right: 20px;
  }
}
@media only all and (max-width: 640px) {
  .library-detail-light > div {
    width: auto;
    height: auto;
    background: none;
    margin: 0 20px;
    padding: 0;
  }
  .library-detail-light > div.brand {
    color: #266cac;
    padding: 0;
  }
}
@media only all and (max-width: 480px) {
  .library-detail-light > div {
    font-size: 12px;
    text-align: left;
    margin: 0 20px 0 0;
  }
  .library-detail-light > div.brand {
    font-weight: bold;
  }
  .library-detail-light > div.brand b {
    font-size: 16px;
  }
}
.service {
  background: #f3f5f7 url(../images/a/bg_shadow_light.png) center 0 repeat-y;
  padding-top: 10%;
}
.service section {
  padding: 4.12371134% 3.60824742% 4.12371134%;
  margin-top: 4%;
}
.service-main {
  margin-bottom: 6%;
}
.service-main .main-right {
  margin-top: 6%;
}
.service-main-row {
  margin-top: 40px;
}
.service .h {
  color: #222;
  font-size: 60px;
  line-height: 1;
  background: url(../images/about/deco_h_service.png) 80% 10px no-repeat;
  margin-bottom: 10%;
}
.service .h em {
  display: block;
  color: #266cac;
  font-size: 70px;
}
.service h2 {
  margin-bottom: 30px;
}
.service h3 {
  color: #333333;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 10px;
}
.service h3 em {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.service p {
  color: #666666;
  font-size: 14px;
  margin-top: 0;
}
@media only all and (max-width: 1023px) {
  .service .h {
    font-size: 40px;
    background-position: right 0;
  }
  .service .h em {
    font-size: 60px;
  }
}
@media only all and (max-width: 767px) {
  .service .h {
    font-size: 40px;
    background-position: right 0;
    padding: 15px 100px 15px 0;
    margin-bottom: 5%;
  }
  .service .h em {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 50px;
  }
  .service .half {
    margin-right: 0;
  }
  .service .half > div {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .service .half-img {
    text-align: center;
    margin-bottom: 20px;
  }
  .service-main-row {
    margin: 0 0 20px;
  }
  .service h2 {
    margin-bottom: 5px;
  }
  .service h3 {
    margin-bottom: 0;
    font-size: 18px;
  }
}
@media only all and (max-width: 480px) {
  .service .h {
    font-size: 30px;
    background-position: 80% 0;
    background-size: 47.42857143px 48px;
    padding: 15px 0;
    margin-bottom: 5%;
  }
  .service .h em {
    display: block;
    font-size: 40px;
  }
  .service h3 {
    font-size: 16px;
  }
  .service p {
    font-size: 12px;
  }
}
