@charset "utf-8";

/*---------------------------------------------------
#v2_header
--------------------------------------------------- */
#v2_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 102px;
  background-color: #fff;
  transition: background .3s linear;
  z-index: 1000;
}
#v2_headerInr {
  display: -webkit-flex; /* Safari */
	display: flex;
  -webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
  max-width: 1280px;
  padding: 0 68px;
  margin: 0 auto;
}
#v2_logo {
  flex: 1;
  padding-top: 20px;
}
#v2_logo img {
  width: 117px;
  height: auto;
}
#v2_headerInr nav > ul {
  display: -webkit-flex; /* Safari */
	display: flex;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 22px 5px 0 0;
}
#v2_headerInr nav > ul > li {
  text-align: center;
}
#v2_headerInr nav > ul > li > a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
}
#v2_headerInr nav .active > a,
#v2_headerInr nav > ul > li > a:hover {
  color: #fff;
  background-color: #00467e;
  border-radius: 6px;
}
#v2_headerInr nav .active > a img,
#v2_headerInr nav > ul > li > a:hover img {
  opacity: 0;
}
#v2_headerInr nav .active > a::after,
#v2_headerInr nav > ul > li > a:hover::after,
#v2_headerInr nav .active > a:hover::after {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  left: 50%;
  width: 22px;
  height: 22px;
  background: url(/library_in/common/img/icon_header_close.png) no-repeat;
  background-size: 22px auto;
  margin-left: -11px;
}

/*  service
--------------------------------------------------- */
#v2_headerInr .v2_gnavService {
  margin-right: 14px;
}
#v2_headerInr .v2_gnavService > a,
#v2_headerInr .v2_gnavService.active > a {
  min-width: 175px;
  width: auto;
  height: 60px;
  text-align: left;
  color: #00467e;
  background-color: #e1e4e7;
  border-radius: 5px;
  border: 1px solid #e1e4e7;
  box-sizing: border-box;
}
#v2_headerInr .v2_gnavService > a {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-align-items: center; /* Safari */
	align-items: center;
  height: 60px;
  padding: 0 7px !important;
}
#v2_headerInr .v2_gnavService > a .v2_mark {
  margin-right: 7px;
}
#v2_headerInr .v2_gnavService > a .v2_mark img {
  width: 30px;
  height: auto;
}
#v2_headerInr .v2_gnavService > a p {
  font-size: 1rem;
}
#v2_headerInr .v2_gnavService > a .v2_txt p:first-child {
  padding-bottom: 6px;
}
#v2_headerInr .v2_gnavService > a .v2_txt p em {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.2;
}
#v2_headerInr .v2_gnavService > a:hover {
  color: #00467e;
  background-color: #e1e4e7;
  border: 1px solid #00467e !important;
}
#v2_headerInr .v2_gnavService > a:hover::after,
#v2_headerInr nav .v2_gnavService.active > a::after,
#v2_headerInr nav .v2_gnavService.active > a:hover::after {  
  display: none;
}
#v2_headerInr .v2_gnavService.active > a img,
#v2_headerInr .v2_gnavService > a:hover img {
  opacity: 1;
}

/*  english
--------------------------------------------------- */
#v2_headerInr .v2_gnavEnglish {
  margin-right: 10px;
}
#v2_headerInr .v2_gnavEnglish img {
  width: 24px;
  height: auto;
  padding: 8px 0 5px;
}
#v2_headerInr .v2_gnavEnglish > a:hover::after {  
  top: 8px;
  width: 24px;
  height: 24px;
  background: url(/library_in/common/img/icon_header_english_white.png) no-repeat;
  background-size: 24px auto;
  margin-left: -12px;
}

/*  search
--------------------------------------------------- */
#v2_headerInr .v2_gnavSearch {
  margin-right: 11px;
}
#v2_headerInr .v2_gnavSearch > a:hover::after {  
  top: 9px;
  width: 23px;
  height: 23px;
  background: url(/library_in/common/img/icon_header_search_white.png) no-repeat;
  background-size: 23px auto;
  margin-left: -11px;
}
#v2_headerInr .v2_gnavSearch img {
  width: 23px;
  height: auto;
  padding: 9px 0 4px;
}

/*  menu
--------------------------------------------------- */
#v2_headerInr .v2_gnavMenu > a img {
  width: 26px;
  height: auto;
  padding: 11px 0 7px;
}
#v2_headerInr .v2_gnavMenu > a:hover::after {  
  top: 11px;
  width: 26px;
  height: 26px;
  background: url(/library_in/common/img/icon_header_menu_white.png) no-repeat;
  background-size: 26px auto;
  margin-left: -13px;
}

/*  top nav
--------------------------------------------------- */
#v2_top #v2_header {
  background-color: transparent;
}
#v2_top #v2_header.v2_white {
  background-color: #fff;
}
/* service */
#v2_top #v2_headerInr .v2_gnavService > a {
  background-color: rgba(66,85,148,.45);
  color: #fff;
  border: 1px solid transparent;
}
#v2_top #v2_header.v2_white nav > ul > li.v2_gnavService > a:hover,
#v2_top #v2_header.v2_white .v2_gnavService > a,
#v2_top #v2_header.v2_white .v2_gnavService.active > a,
#v2_top #v2_headerInr .v2_gnavService > a:hover {
  color: #00467e;
  background-color: #e1e4e7;
}

/* english */
#v2_top #v2_headerInr .v2_gnavEnglish > a {
  color: #fff;
  padding: 8px 0 0;
}
#v2_top #v2_header.v2_white nav > ul > li > a {
  color: #00467e;
  padding: 0;
}
#v2_top #v2_header.v2_white nav > ul > li > a:hover,
#v2_top #v2_header.v2_white .active > a {
  color: #fff;
}
#v2_top #v2_headerInr .v2_gnavEnglish .v2_icon {
  width: 24px;
  height: 24px;
  background: url(/library_in/common/img/icon_header_english_white.png) no-repeat;
  background-size: 24px auto;
  margin: 0 auto;
}
#v2_top #v2_header.v2_white .v2_gnavEnglish .v2_icon,
#v2_top #v2_header.v2_white .v2_gnavSearch .v2_icon,
#v2_top #v2_header.v2_white .v2_gnavMenu .v2_icon {
  width: auto;
  height: auto;
  background: none;
}
#v2_top #v2_headerInr .v2_gnavEnglish .v2_icon img,
#v2_top #v2_headerInr .v2_gnavSearch .v2_icon img,
#v2_top #v2_headerInr .v2_gnavMenu .v2_icon img   {
  display: none;
}

#v2_top #v2_header.v2_white .v2_gnavEnglish .v2_icon img,
#v2_top #v2_header.v2_white .v2_gnavSearch .v2_icon img,
#v2_top #v2_header.v2_white .v2_gnavMenu .v2_icon img {
  display: inline-block;
}
#v2_top #v2_headerInr .v2_gnavEnglish .v2_txt {
  display: block;
  margin-top: 7px;
}
#v2_top #v2_header.v2_white .v2_gnavEnglish .v2_txt,
#v2_top #v2_header.v2_white .v2_gnavSearch .v2_txt,
#v2_top #v2_header.v2_white .v2_gnavMenu .v2_txt {
  margin: 0;
}

/*
#v2_headerInr .v2_gnavService > a:hover {
}*/

/* search */
#v2_top #v2_headerInr .v2_gnavSearch > a {
  color: #fff;
  padding: 9px 0 0;
}
#v2_top #v2_headerInr .v2_gnavSearch .v2_icon {
  width: 24px;
  height: 23px;
  background: url(/library_in/common/img/icon_header_search_white.png) no-repeat 1px top;
  background-size: 23px auto;
  margin: 0 auto;
}
#v2_top #v2_headerInr .v2_gnavSearch .v2_txt {
  display: block;
  margin-top: 6px;
}

/* menu */
#v2_top #v2_headerInr .v2_gnavMenu > a {
  color: #fff;
  padding: 11px 0 0;
}
#v2_top #v2_headerInr .v2_gnavMenu .v2_icon {
  width: 26px;
  height: 26px;
  background: url(/library_in/common/img/icon_header_menu_white.png) no-repeat;
  background-size: 26px auto;
  margin: 0 auto;
}
#v2_top #v2_headerInr .v2_gnavMenu .v2_txt {
  display: block;
  margin-top: 2px;
}

/* .v2_gnavBoxService
--------------------------------------------------- */
.v2_gnavBoxService,
.v2_gnavService .v2_gnavServiceOtr {
  position: absolute;
  top: 96px;
  left: 0;
  width: 100%;
  background-color: #edf6f9;
  box-shadow:0px 0px 12px 0px #bababa;
  display: none;
}
.v2_gnavBoxService::after,
.v2_gnavService .v2_gnavServiceOtr::after {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  display: block;
  width: 23px;
  height: 16px;
  background: url(/library_in/common/img/icon_header_tri.png) no-repeat;
  background-size: 23px auto;
  margin-left: 252px;
}
@media screen and (max-width: 1280px) {
  .v2_gnavBoxService::after,
  .v2_gnavService .v2_gnavServiceOtr::after {
    left: auto;
    right: 364px;
    margin-left: 0;
  }
}

.v2_gnavBoxHead,
.v2_gnavService .v2_gnavBodyHeaderInr {
  display: -webkit-flex; /* Safari */
	display: flex;
  -webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
  max-width: 1280px;
  height: 66px;
  padding: 0 68px;
  margin: 0 auto;
}
.v2_gnavBoxHead::after,
.v2_gnavService .v2_gnavBodyHeaderInr::after {
  content: '';
  position: absolute;
  top: 49px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d2e0e5;
}
.v2_gnavBoxTtl,
.v2_gnavBodyHeaderTitle {
  flex: 1 0 auto;
  font-size: 2rem;
  font-weight: bold;
  color: #00467e;
  text-align: left;
  padding: 18px 0 0 3px;
}
.v2_gnavBoxHead .v2_rightCol,
.v2_gnavService .v2_gnavBodyHeaderSide {
  display: -webkit-flex; /* Safari */
	display: flex;
  padding: 25px 6px 0 0;
}
.v2_gnavBoxHead .v2_date,
.v2_gnavService .v2_txtUpdate {
  font-size: 1rem;
  color: #333;
  margin-right: 26px;
}
.v2_gnavBoxHead .v2_reload a,
.v2_gnavService .v2_linkUpdate {
  display: block;
  font-size: 1rem;
  color: #00467e;
}
.v2_gnavBoxHead .v2_reload a::before,
.v2_gnavService .v2_linkUpdate::before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url(/library_in/common/img/route/icon_reload.png) no-repeat;
  background-size: 11px auto;
  vertical-align: top;
  padding-right: 5px;
}
.v2_gnavBoxService .v2_wrapper,
.v2_gnavService .v2_routeList ul {
  display: -webkit-flex; /* Safari */
	display: flex;
  -webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
  max-width: 1280px;
  padding: 0 68px 35px;
  margin: 0 auto;
}
.v2_gnavService .v2_routeList ul {
  flex-wrap: nowrap;
}
.v2_gnavBoxService .v2_block,
.v2_gnavService .v2_routeList li {
  width: 117px;
  min-height: 139px;
  word-break: break-word;
  background-color: #fff;
  text-align: center;
  padding: 15px 0 8px;
  margin-right: 10px;
}
.v2_gnavBoxService .v2_block:last-child,
.v2_gnavService .v2_routeList li:last-child {
  margin-right: 0;
}
.v2_gnavBoxService .v2_block a {
  text-decoration: none;
}
.v2_gnavBoxService .v2_icon,
.v2_gnavService .v2_routeList .v2_routeListImg {
  display: block;
  padding-bottom: 5px;
}
.v2_gnavBoxService .v2_icon img,
.v2_gnavService .v2_routeList .v2_routeListImg img {
  display: block;
  width: 30px;
  height: auto;
  margin: 0 auto;
}
.v2_gnavBoxService .v2_ttl,
.v2_gnavService .v2_routeList .v2_linkIcon {
  display: block;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #00467e;
  text-indent: -3px;
  margin-bottom: 10px;
}
/*
.v2_gnavBoxService .v2_block a:hover .v2_ttl {
  text-decoration: underline;
}
*/
.v2_gnavBoxService .v2_ttl::before,
.v2_gnavService .v2_routeList .v2_linkIcon::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 9px;
  background: url(/library_in/common/img/icon_arrow_blue.png) no-repeat;
  background-size: 5px auto;
  margin-right: 3px;
}
.v2_gnavService .v2_routeList .v2_linkIcon::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 8px;
  background: url(/library_in/common/img/icon_blank_gray.png) no-repeat right center;
  background-size: 10px auto;
  vertical-align: text-top;
  margin-left: 3px;
}
.v2_gnavService .v2_routeList .v2_routeListUnkouIcon {
  display: block;
  padding-bottom: 5px;
}

.v2_gnavBoxService .v2_mark img,
.v2_gnavService .v2_routeList .v2_routeListUnkouIcon img {
  width: 15px;
  height: auto;
}
.v2_gnavBoxService .v2_showPc,
.v2_gnavService .v2_routeList .v2_routeListUnkouTxt {
  font-size: 1.2rem;
  color: #333;
  line-height: 1.2;
  padding-top: 4px;
}
.v2_gnavService .v2_gnavBodyClose {
  display: none;
}

/* .v2_gnavBoxUseful
--------------------------------------------------- */
.v2_gnavBoxUseful {
  position: absolute;
  top: 83px;
  left: 50%;
  width: 392px;
  background-color: #edf6f9;
  border-radius: 10px;
  box-shadow: 0px -1px 6px 0px #bababa;
  padding: 10px;
  margin-left: 244px;
  display: none;
}
.v2_gnavBoxUseful::after {
  content: '';
  position: absolute;
  top: -16px;
  left: 73px;
  display: block;
  width: 23px;
  height: 16px;
  background: url(/library_in/common/img/icon_header_tri.png) no-repeat;
  background-size: 23px auto;
}
.v2_gnavInfo {
  width: 100%;
  font-size: 1.4rem;
  color: #00467e;
  background: #cfdfe4 url(/library_in/common/img/icon_useful_01.png) no-repeat 11px 18px;
  background-size: 42px auto;
  border-radius: 8px;
  padding: 20px 6px 6px 64px;
}
.v2_gnavInfo a {
  color: #00467e;
  text-decoration: none;
}
.v2_gnavInfo .v2_iconBlank::after {
  background-image: url(/library_in/common/img/icon_blank_blue.png);
}
.v2_gnavInfo .v2_whiteBox {
  background-color: #fff;
  font-size: 1.2rem;
  color: #333;
  border-radius: 3px;
  padding: 7px 0 6px 9px;
  margin: 10px 0 0;
}
.v2_gnavInfo .v2_mark {
  vertical-align: sub;
  margin-right: 6px;
}
.v2_gnavBoxUseful .v2_gnavFare {
  background: url(/library_in/common/img/icon_useful_02.png) no-repeat 10px center;
  background-size: 42px auto;
  padding: 30px 0 30px 63px;
}
.v2_gnavBoxUseful .v2_gnavFare a {
  font-size: 1.4rem;
  color: #00467e;  
  text-decoration: none;
}
.v2_gnavBoxUseful .v2_gnavSubway {
  background: url(/library_in/common/img/icon_useful_03.png) no-repeat 10px center;
  background-size: 42px auto;
  padding: 15px 0 18px 63px;  
}
.v2_gnavBoxUseful .v2_gnavSubway a {
  font-size: 1.4rem;
  color: #00467e;  
  text-decoration: none;
}
@media screen and (max-width: 1280px) {
  .v2_gnavBoxUseful {
    left: inherit;
    right: 3px;
  }
}

/* .v2_gnavBoxEnglish
--------------------------------------------------- */
.v2_gnavBoxEnglish {
  position: absolute;
  top: 96px;
  left: 50%;
  width: 170px;
  background-color: #edf6f9;
  border-radius: 10px;
  box-shadow:0px 0px 12px 0px #bababa;
  padding-top: 13px;
  margin-left: 311px;
  display: none;
}
.v2_gnavBoxEnglish::after {
  content: '';
  position: absolute;
  top: -16px;
  left: 73px;
  display: block;
  width: 23px;
  height: 16px;
  background: url(/library_in/common/img/icon_header_tri.png) no-repeat;
  background-size: 23px auto;
}
.v2_gnavBoxEnglish li {
  list-style: none;
}
.v2_gnavBoxEnglish a {
  display: block;
  font-size: 1.6rem;
  color: #333;
  text-decoration: none;
  border-top: 1px solid #e2e2e2;
  padding: 12px 45px;
}
.v2_gnavBoxEnglish li:last-child a {
  border-radius: 0 0 10px 10px;
}
.v2_gnavBoxEnglish a:hover {
  background-color: #c5d7dd;
}
.v2_gnavBoxEnglish li.v2_cr a {
  font-weight: bold;
  color: #fff;
  background: #00467e url(/library_in/common/img/icon_header_check.png) no-repeat 11px 11px;
  background-size: 19px auto;
}
@media screen and (max-width: 1280px) {
  .v2_gnavBoxEnglish {
    left: inherit;
    right: 158px;
  }
}

/* .v2_gnavBoxSearch
--------------------------------------------------- */
.v2_gnavBoxSearch {
  position: absolute;
  top: 96px;
  left: 50%;
  width: 910px;
  text-align: center;
  background-color: #edf6f9;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px #bababa;
  padding-top: 36px;
  margin-left: -396px;
  display: none;
}
.v2_gnavBoxSearch::after {
  content: '';
  position: absolute;
  top: -16px;
  left: 850px;
  display: block;
  width: 23px;
  height: 16px;
  background: url(/library_in/common/img/icon_header_tri.png) no-repeat;
  background-size: 23px auto;
  z-index: 9998;
}
.v2_gnavBoxSearch input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;  
}
.v2_gnavBoxSearch input::-ms-clear {
    visibility:hidden
}
.v2_gnavBoxSearch input[type="text"] {    
  width: 784px;
  height: 54px;
  font-size: 2.2rem;
  border-radius: 27px;
  border: 1px solid #9bafb5;
  background: #fff;
  padding: 0 20px;
  margin: 0 auto;
}
.v2_gnavBoxSearch input[type=submit] {
  position: absolute;
  top: 47px;
  left: 50%;
  width: 30px;
  height: 30px;
  background: url(/library_in/common/img/icon_header_search.png) no-repeat;
  background-size: 30px auto;
  margin-left: 339px;
  cursor: pointer;
}
.v2_gnavBoxSearch input[type="text"]:hover,
.v2_gnavBoxSearch input[type="text"]:focus {
  background-position: 728px 9px;
  padding-left: 19px;
  border: 2px solid #00a3d9;
}
.v2_gnavBoxSearch .v2_suggest {
  position: absolute;
  top: 100px;
  left: 50%;
  width: 760px;
  font-size: 1.6rem;
  text-align: left;
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #e2e2e2;
  box-shadow: 0px 0px 10px 0px #bababa;
  margin-left: -380px;
}
.v2_gnavBoxSearch .v2_suggest::before {
  content: '';
  position: absolute;
  top: -15px;
  left: 25px;
  display: block;
  width: 23px;
  height: 16px;
  background: url(/library_in/common/img/bg_suggest_tri.png) no-repeat;
  background-size: 23px auto;
}
.v2_gnavBoxSearch .v2_suggest li {
  list-style: none;
}
.v2_gnavBoxSearch .v2_suggest li a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 14px 16px;
  border-bottom: 1px solid #e2e2e2;
}
.v2_gnavBoxSearch .v2_suggest li:last-child a {
  border: none;
}
.v2_searchArea {
  padding: 30px 0 11px;
}
.v2_searchArea legend {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 24px;
}
.v2_searchArea ul {
  display: -webkit-flex; /* Safari */
	display: flex;
  -webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
  -webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
  width: 753px;
  text-align: left;
  list-style: none;
  margin: 0 auto;
}
.v2_searchArea li {
  display: -webkit-flex; /* Safari */
	display: flex;
  font-size: 1.6rem;
  padding-bottom: 30px;
}
.v2_searchArea li:nth-child(3n-2) {
  width: 226px;
}
.v2_searchArea li:nth-child(3n-1) {
  width: 318px;
}
.v2_searchArea li:nth-child(3n) {
  width: 209px;
}
.v2_gnavBoxSearch label {
  cursor: pointer;
  width: calc(100% - 27px);
}
.v2_gnavBoxSearch input[type="checkbox"] {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #c5d7dd;
  margin-right: 7px;
}
.v2_gnavBoxSearch input[type="checkbox"]:focus {
  background-color: #ccc;
}
.v2_gnavBoxSearch input[type="checkbox"]:checked {
  background: #fff url(/library_in/common/img/icon_checkbox_check.png) no-repeat 2px 3px;
  background-size: 15px auto;
}
@media screen and (max-width: 1280px) {
  .v2_gnavBoxSearch {
    position: absolute;
    top: 96px;
    left: auto;
    right: 124px;
    width: 910px;
    text-align: center;
    background-color: #edf6f9;
    border-radius: 10px;
    box-shadow: 0px 0px 12px 0px #bababa;
    padding-top: 36px;
    margin-left: 0;
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .v2_gnavBoxSearch {
    right: 58px;
    width: 90%;
  }  
  .v2_gnavBoxSearch input[type="text"] {    
    width: 90%;
  }
  .v2_gnavBoxSearch input[type=submit] {
    position: absolute;
    left: inherit;
    right: 60px;
    margin-left: 0;
    cursor: pointer;
  }
  .v2_searchArea ul {
    width: 90%;
    margin: 0 auto;
  }
  .v2_searchArea li:nth-child(3n-2),
  .v2_searchArea li:nth-child(3n-1),
  .v2_searchArea li:nth-child(3n) {
    width: 30%;
  }  
  .v2_gnavBoxSearch::after {
    left: inherit;
    right: 106px;
  }  
  .v2_gnavBoxSearch .v2_suggest {
    left: 50%;
    width: 85%;
    margin-left: -42%;
  }
}

/* .v2_gnavBoxMenu
--------------------------------------------------- */
.v2_gnavBoxMenu {
  position: absolute;
  top: 96px;
  left: 0;
  width: 100%;
  background-color: #edf6f9;
  box-shadow:0px 0px 12px 0px #bababa;
  display: none;
}
.v2_gnavBoxMenu .v2_wrapper {
  position: relative;
  display: -webkit-flex; /* Safari */
	display: flex;
  -webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
  max-width: 1280px;
  padding: 44px 68px 45px;
  margin: 0 auto;
}
.v2_gnavBoxMenu .v2_wrapper .v2_block:first-child::after {
  content: '';
  position: absolute;
  top: -16px;
  right: 93px;
  display: block;
  width: 23px;
  height: 16px;
  background: url(/library_in/common/img/icon_header_tri.png) no-repeat;
  background-size: 23px auto;
}
.v2_gnavBoxMenu .v2_block {
  text-align: center;
}
.v2_gnavBoxMenu .v2_icon img {
  width: 120px;
  height: auto;
}
.v2_gnavBoxMenu a {
  text-decoration: none;
}
.v2_gnavBoxMenu a:hover p {
  text-decoration: underline;
}
.v2_gnavBoxMenu p {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  color: #00467e;
  text-indent: -3px;
  padding-top: 15px;
}
.v2_gnavBoxMenu p::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 12px;
  background: url(/library_in/common/img/icon_arrow_blue.png) no-repeat;
  background-size: 7px auto;
  margin-right: 7px;
}

/*---------------------------------------------------
.v2_breadCrumb
--------------------------------------------------- */
.v2_breadCrumb {
  max-width: 1280px;
  padding: 0 68px;
  margin: 0 auto 22px;
}
.v2_breadCrumb ul {
  display: -webkit-flex; /* Safari */
	display: flex;
  list-style: none;
}
.v2_breadCrumb li {
  font-size: 1.2rem;
  color: #000;
}
.v2_breadCrumb li a {
  color: #00467e;
  text-decoration: none;
}
.v2_breadCrumb li a:hover {
  text-decoration: underline;
}
.v2_breadCrumb li a::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 11px;
  background: url(/library_in/common/img/icon_bread_arrow.png) no-repeat;
  background-size: 6px auto;
  margin: 0 11px;
}

/*---------------------------------------------------
#v2_pageTop
--------------------------------------------------- */
#v2_pageTop {
  position: fixed;
  bottom: 30px;
  right: 27px;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  transition: all 0.2s linear;
}
#v2_pageTop.v2_pageTopDisp {
  opacity: 1;
  visibility: visible;
}

/*---------------------------------------------------
footer
--------------------------------------------------- */
footer {
  background-color: #0b5d9f;
  padding: 30px 0 40px;
}
footer .v2_footerNav {
  position: relative;
  display: -webkit-flex; /* Safari */
	display: flex;
  align-items: flex-end;
  -webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
  max-width: 1280px;
  padding: 0 68px;
  margin: 35px auto 0;
}
footer .v2_footerNav::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #1765a4;
}
footer .v2_footerWrapper {
  display: -webkit-flex; /* Safari */
	display: flex;
  -webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
  max-width: 1280px;
  padding: 0 68px;
  margin: 0 auto;
}
footer .v2_footerApp {
  width: 48.9%;
  background-color: #094f87;
  padding: 20px;
}
footer .v2_rightCol {
  width: 48%;
  padding: 22px 0 0;
}
footer .v2_rightCol .v2_footerTtl {
  margin-bottom: 25px;
}
footer .v2_footerApp p {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #c1cbd9;
}
footer .v2_footerApp a {
  text-decoration: none;
}
footer p.v2_footerTtl {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
footer .v2_logoMetro {
  float: right;
  padding: 0 20px 10px 25px;
}
footer .v2_footerApp .v2_wrapper {
  display: -webkit-flex; /* Safari */
	display: flex;
  padding: 22px 0 0;
}
footer .v2_app {
  width: 34.8%;
  margin-right: 22px;
}
footer .v2_google {
  width: 39%;
}
footer .v2_wrapper {
  color: #fff;
}
footer .v2_wrapper a:hover p {
  text-decoration: underline;
}
footer .v2_wrapper .v2_pic {
  margin-bottom: 17px;
}
footer .v2_wrapper .v2_pic img {
  width: 100%;
  height: auto;
}
footer .v2_rightCol .v2_wrapper {
  display: -webkit-flex; /* Safari */
	display: flex;
  -webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
  margin-bottom: 33px;
}
footer .v2_footerFaq,
footer .v2_footerLost {
  width: 47.7%;
}
footer .v2_footerFaq a,
footer .v2_footerLost a {
  position: relative;
  display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
	-webkit-align-items: center; /* Safari */
	align-items: center;
  width: 100%;
  height: 64px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #00467e;
  background: #fff url(/library_in/common/img/icon_arrow_blue.png) no-repeat 14px center;
  background-size: 7px auto;
  text-decoration: none;
  border-radius: 3px;
}
footer .v2_footerFaq a:hover,
footer .v2_footerLost a:hover {
  background-color: #c7cbd0;
}
footer .v2_footerFaq a::after,
footer .v2_footerLost a::after {
  content: '';
  display: block;
  position: absolute;
  top: 18px;
  right: 24px;
  width: 29px;
  height: 29px;
  background: url(/library_in/common/img/icon_footer_faq.png) no-repeat;
  background-size: 29px auto;
}
footer .v2_footerLost a:after {
  background-image: url(/library_in/common/img/icon_footer_lost.png);
}

@media screen and (max-width: 1115px) {
  footer .v2_footerFaq a::after,
  footer .v2_footerLost a::after {
    right: 10px;    
  }
}
@media screen and (max-width: 980px) {
  footer .v2_footerFaq a,
  footer .v2_footerLost a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 870px) {
  footer .v2_footerFaq a,
  footer .v2_footerLost a {
    font-size: 1.3rem;
  }
  footer .v2_footerLost a {
    padding-right: 10px;
  }
  footer .v2_footerFaq a::after,
  footer .v2_footerLost a::after {
    top: 21px;
    right: 5px;
    background-size: 23px auto;    
  }
}
footer .v2_footerFollow li {
  list-style: none;
  font-size: 1.4rem;
  margin-bottom: 13px;
}
footer .v2_footerFollow a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: url(/library_in/common/img/icon_footer_facebook.png) no-repeat left center;
  background-size: 22px auto;
  padding: 5px 0 5px 30px;
}
footer .v2_footerFollow a:hover {
  text-decoration: underline;
}

footer .v2_footerFollowI li {
  list-style: none;
  font-size: 1.4rem;
  margin-bottom: 13px;
}
footer .v2_footerFollowI a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: url(/library_in/common/img/icon_footer_instagram.png) no-repeat left center;
  background-size: 22px auto;
  padding: 5px 0 5px 30px;
}
footer .v2_footerFollowI a:hover {
  text-decoration: underline;
}

footer .v2_footerFollowW li {
  list-style: none;
  font-size: 1.4rem;
  margin-bottom: 13px;
}
footer .v2_footerFollowW a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: url(/library_in/common/img/icon_footer_wechat.png) no-repeat left center;
  background-size: 22px auto;
  padding: 5px 0 5px 30px;
}
footer .v2_footerFollowW a:hover {
  text-decoration: underline;
}
footer .v2_footerNav ul {
	display: flex;
  font-size: 1.4rem;
  padding: 30px 0 0;
}
footer .v2_footerNav a {
  word-break: keep-all;
  color: #fff;
  text-decoration: none;
}
footer .v2_footerNav a:hover {
  text-decoration: underline;
}
footer .v2_footerNav li {
  margin-right: 33px;
}
footer .v2_footerNav p {
  flex: 1;
  font-size: 1.4rem;
  word-break: break-word;
  color: #fff;
  text-align: right;
  padding: 30px 0 0;
}
@media screen and (max-width: 1010px) {

  footer .v2_footerFollow li,
  footer .v2_footerNav p {
    font-size: 1.2rem;
  }
  footer .v2_footerNav ul {
    flex: 1;
    flex-wrap: wrap;
  }
  footer .v2_footerNav li,
  footer .v2_footerNav p {
    margin-bottom: 10px;
  }
  footer .v2_footerNav li a {
    word-break: keep-all;
  }
}

@media print {
  #v2_header {
    position: relative !important;
  }
  .v2_footerNav {
    display: block !important;
  }
}