@charset "utf-8";
/* -----------------------------------------
common.css
サイト共通設定用css
----------------------------------------- */

#PageArea {
  width: 100%;
  overflow: hidden;
}

/* HeaderArea
----------------------------------------- */

#HeaderArea {
  position: relative;
  width: 980px;
  height: 104px;
  margin: 0 auto;
}

#HdLogo {
  padding-top: 22px;
  width: 250px;
}

#HdLogo img {
  width: 100%;
}

#HdLinkList {
  position: absolute;
  top: 18px;
  right: 200px;
}

#HdLinkList li {
  float: left;
  padding: 0 8px;
  background: url(/shared/img/line_05.gif) repeat-y 0 0;
}

#HdLinkList li:first-child {
  background-image: none;
}

#HdLinkList li a {
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 11px;
  font-weight: bold;
}

#HdLinkList li a:hover {
  text-decoration: underline;
}

#HdBtnList {
  position: absolute;
  top: 55px;
  right: 200px;
}

#HdBtnList li {
  float: left;
  margin-right: 5px;
}

#HdSearchArea {
  position: absolute;
  top: 20px;
  right: 98px;
  border-bottom: 1px solid #808080;
  background: url(/shared/img/hd_ico_search.gif) no-repeat 0 0;
  padding: 0 0 5px 20px;
  width: 75px;
  font-size: 12px;
  z-index: 10;
}

#HdSearchInput {
  border: none;
  padding: 0;
  width: 100%;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
}

#HdSearchSubmit {
  display: none;
}

#HdSearchArea .credit {
  display: none;
}

#HdSearchArea.focus {
  top: 15px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-position: 8px 12px;
  background-color: #fff;
  box-shadow: 0 0 3px 3px #fff;
  padding: 10px 15px 5px 30px;
  width: 220px;
}

#HdSearchArea.focus #HdSearchInput {
  float: left;
  border: 1px solid #ccc;
  padding: 5px;
  margin-right: 5px;
  width: 165px;
  height: 12px;
}

#HdSearchArea.focus #HdSearchSubmit {
  display: block;
  float: left;
}

#HdSearchArea.focus .credit {
  display: block;
  margin-top: 5px;
  text-align: right;
  font-size: 10px;
}

#HdSearchArea.focus .credit a {
  color: #333;
  text-decoration: none;
}

#HdFontSize {
  position: absolute;
  top: 53px;
  right: 105px;
  width: 75px;
  text-align: center;
}

#HdFontSize p {
  margin-bottom: 2px;
  font-size: 9px;
}

#HdFontSize li {
  float: left;
  margin-left: 3px;
  width: 23px;
  height: 20px;
  background-position: 0 0;
  text-indent: 30px;
  overflow: hidden;
}

#HdFontSize li:first-child {
  margin-left: 0;
}

#HdFontSize li.s {
  background-image: url(/shared/img/hd_font_s.gif);
}
#HdFontSize li.m {
  background-image: url(/shared/img/hd_font_m.gif);
}
#HdFontSize li.l {
  background-image: url(/shared/img/hd_font_l.gif);
}

#HdFontSize li.selected {
  background-position: 0 -20px;
}

#HdFontSize li a {
  display: block;
}

#HdLoginBtn {
  position: absolute;
  top: 17px;
  right: 0;
}

#HdSpBtn {
  display: none;
}

/* GnaviArea
----------------------------------------- */

#GnaviArea {
  position: relative;
  z-index: 1010;
  background: url(/shared/img/gnavi_bg_02.gif) repeat-x 0 0;
}

#GnaviArea .inner {
  background: url(/shared/img/bg_shadow.png) no-repeat 0 100%;
  width: 980px;
  padding-bottom: 8px;
  margin: 0 auto -5px;
  text-align: center;
}

#GnaviArea ul {
  background: url(/shared/img/gnavi_bg_01.gif) repeat-x 0 0;
  margin: 0 -150px;
  padding: 0 150px;
}

#GnaviArea ul li {
  position: relative;
  float: left;
  background-color: #fff;
}

#GnaviArea ul li.current:after,
#GnaviArea ul li.megacur:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 9px solid #1e3278;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}

#GnaviArea ul li.megacur:after {
  display: none;
}

#GnaviArea ul li.current:after {
  display: block;
}

#GnaviArea ul li.current:hover:after,
#GnaviArea ul li.megacur:hover:after {
  border-top-color: #485e97;
}

#GnaviArea ul.megamenu li.current:after {
  display: none;
}

#GnaviArea ul.megamenu li.megacur:after {
  display: block;
}

/* MegaMenuArea
----------------------------------------- */

#MegaMenuBg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 900;
}

#MegaMenuArea {
  position: absolute;
  top: 155px;
  left: 0;
  width: 100%;
  min-width: 1010px;
  z-index: 1000;
  display: none;
}

#MegaMenuArea .inner {
  background-color: #f8f8f8;
  border-bottom: 1px solid #ddd;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  width: 940px;
  padding: 30px 20px 25px;
  margin: 0 auto;
}

#MegaMenuArea .megaMunu {
  display: none;
  overflow: hidden;
}

#MegaMenuArea .megaMunu .topLink {
  border-bottom: 1px solid #aaa;
  margin-bottom: 15px;
}

#MegaMenuArea .megaMunu .topLink a {
  display: inline-block;
  background: url(/shared/img/mrk_09.gif) no-repeat 0 3px;
  padding: 0 0 5px 25px;
  font-weight: bold;
  text-decoration: none;
}

#MegaMenuArea .megaMunu .topLink a:hover {
  text-decoration: underline;
}

#MegaMenuArea .categGroupCol2 {
  float: left;
  width: 460px;
}

#MegaMenuArea .categGroupCol3 {
  float: left;
  width: 300px;
}

#MegaMenuArea .categ {
  position: relative;
  min-height: 80px;
}

#MegaMenuArea .categ.hasImage {
  padding-left: 90px;
}

#MegaMenuArea .categ.hasImage .img {
  position: absolute;
  top: 0;
  left: 0;
}

#MegaMenuArea .categ01_01 {
  width: 390px;
  margin-bottom: 30px;
}

#MegaMenuArea .categ01_02 {
  width: 390px;
}

#MegaMenuArea .categ01_03 {
  width: 340px;
}

#MegaMenuArea .categ04_01 {
  width: 280px;
}

#MegaMenuArea .categ04_02 {
  width: 310px;
}

#MegaMenuArea .categ04_03 {
  width: 310px;
}

#MegaMenuArea .categ .title {
  border-bottom: 2px solid #0b3e91;
  padding: 0 0 2px 2px;
  margin-bottom: 8px;
  color: #003b99;
  font-weight: bold;
}

#MegaMenuArea .categ ul li {
  margin-bottom: 6px;
}

#MegaMenuArea .categ .col2 .odd {
  float: left;
  clear: both;
  width: 48%;
}

#MegaMenuArea .categ .col2 .even {
  float: right;
  width: 48%;
}

#MegaMenuArea .categ01_01 .col2 .odd {
  width: 42%;
}
#MegaMenuArea .categ01_01 .col2 .even {
  width: 54%;
}

#MegaMenuArea .categ ul li a {
  color: #333;
  font-size: 86.7%;
  text-decoration: none;
}

#MegaMenuArea .categ ul li a:hover {
  text-decoration: underline;
}

/* SlideGnavi
----------------------------------------- */

#SlideGnavi {
  background-color: #f8f8f8;
  border-bottom: 2px solid #ddd;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.7s ease-in-out;
  transition: height 0.7s ease-in-out;
}

#SlideGnavi.open {
  height: 720px;
}

#SlideGnavi ul li {
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #ddd;
}

#SlideGnavi ul li:first-child {
  border-top-style: solid;
}

#SlideGnavi ul li:last-child {
  border-bottom-style: solid;
}

#SlideGnavi ul li a {
  position: relative;
  display: block;
  padding: 12px 30px 12px 10px;
  font-size: 14px;
  text-decoration: none;
  color: #000;
}

#SlideGnavi ul li a:after {
  content: "";
  position: absolute;
  top: 17px;
  right: 20px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #555;
  border-right: 2px solid #555;
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

#SlideGnavi ul.main li {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0.4, #1e3278),
    color-stop(0.2, #014d99),
    color-stop(0, #1e3278)
  );
  background: -webkit-linear-gradient(
    left,
    #1e3278 0%,
    #014d99 20%,
    #1e3278 40%
  );
  background: linear-gradient(to right, #1e3278 0%, #014d99 20%, #1e3278 40%);
  border-top: 1px solid #354786;
  border-bottom: 1px dotted #0c1531;
}

#SlideGnavi ul.main li a {
  color: #fff;
}

#SlideGnavi ul.main li a:after {
  border-top-color: #fff;
  border-right-color: #fff;
}

#SlideGnavi .searchArea {
  background: url(/img/sp_search_bg.gif) no-repeat 0 5px;
  -webkit-background-size: 16px 18px;
  background-size: 16px 18px;
  margin: 15px 10px 15px;
  padding: 0 0 5px 25px;
  border-bottom: 1px solid #808080;
}

#SlideGnavi .searchArea .input {
  border: none;
  outline: none;
  padding: 5px;
  width: 210px;
  background-color: #f8f8f8;
}

#SlideGnavi .searchArea .submitBtn {
  float: right;
  background-color: #1e3278;
  border: none;
  border-radius: 2px;
  padding: 5px 10px;
  color: #fff;
}

#SlideGnavi .closeBtn {
  margin: 0 10px 8px;
  padding: 8px;
  background-color: #eee;
  border-radius: 2px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
}

#SlideGnavi .closeBtn span:before {
  content: "× ";
  font-size: 14px;
  vertical-align: middle;
}

/* BreadCrumb
----------------------------------------- */

#BreadCrumb {
  background: url(/shared/img/breadcrumb_bg.gif) repeat-x 0 100%;
}

#BreadCrumb ul {
  width: 980px;
  padding: 11px 0;
  margin: 0 auto;
  font-size: 73.3%;
}

#BreadCrumb ul li {
  float: left;
  background: url(/shared/img/breadcrumb_arrow.gif) no-repeat 6px 50%;
  padding-left: 18px;
}

#BreadCrumb ul li:first-child {
  background: none;
  padding-left: 0;
}

/* ContentsArea
----------------------------------------- */

#ContentsArea {
  width: 980px;
  margin: 16px auto 70px;
}

/* MainArea
----------------------------------------- */

#MainArea {
  position: relative;
  float: right;
  width: 705px;
}

body.noMenu #MainArea {
  float: none;
  width: 100%;
}

/* popup
----------------------------------------- */

body.popup {
  min-width: 705px;
}

body.popup #MainArea {
  float: none;
  margin: 0 auto 20px;
}

body.popup .cmnH1 {
  padding-top: 15px;
}

body.popup.large {
  min-width: 860px;
}

body.popup.large #MainArea {
  width: 860px;
  margin: 0 auto;
}

#ModalPageArea {
  position: relative;
  opacity: 0;
  transition: opacity 0.5s;
}

#H1BtnArea {
  position: absolute;
  top: 23px;
  right: 0;
}

/* sp
----------------------------------------- */

br.sp {
  display: none;
}

.cmnSpArea {
  display: none;
}

/* table page
----------------------------------------- */

body.table {
  min-width: 705px;
  padding: 15px;
}

body.table.inFrame {
  padding: 0;
}

body.table #PageArea {
  width: 705px;
  margin: 0 auto;
}

/* error page
----------------------------------------- */

#ErrorMsg {
  margin: 130px 0 150px;
  text-align: center;
}

/* title
----------------------------------------- */

.cmnH1 {
  background: url(/shared/img/title_line_01.gif) repeat-x 0 100%;
  padding: 6px 0 15px;
  margin-bottom: 25px;
  color: #192c79;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", serif;
  font-size: 33px;
  line-height: 1.2;
}

.cmnH1.hasBtn {
  position: relative;
}

.cmnH1.hasBtn.wide {
  padding-right: 166px;
}

/*
.cmnH1 .iBlock {
	display: inline-block;
}
*/

.cmnModalH1 {
  border-bottom: 1px solid #192c79;
  padding: 15px 0 5px;
  margin-bottom: 10px;
  color: #192c79;
  font-size: 26px;
}

.cmnLeadText {
  background: url(/shared/img/lead_bg.png) no-repeat 50% 100%;
  padding-bottom: 24px;
  margin-bottom: 30px;
}

.cmnH2 {
  background-color: #1641b0;
  border-radius: 5px 5px 0 0;
  padding: 8px 15px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 113.3%;
  font-weight: bold;
  line-height: 1.3;
}

.cmnH2 a {
  background: url(/shared/img/mrk_07.gif) no-repeat 0 0.35em;
  padding-left: 20px;
  color: #fff;
}

.cmnH2HasLink {
  position: relative;
}

.cmnH2HasLink .link {
  position: absolute;
  top: 8px;
  right: 20px;
}

.cmnH2HasLink .link a {
  background: url(/shared/img/mrk_06.gif) no-repeat 0 5px;
  padding-left: 15px;
  color: #fff;
}

.cmnModalH2 {
  border-left: 5px solid #193c79;
  padding: 2px 0 2px 12px;
  margin-bottom: 15px;
  color: #192c79;
  font-size: 20px;
  line-height: 1.3;
}

.cmnH3 {
  position: relative;
  border-bottom: 1px solid #aaa;
  padding: 0 10px 6px 13px;
  margin-bottom: 12px;
  color: #00318c;
  font-size: 113.3%;
  font-weight: bold;
  line-height: 1.3;
}

.cmnH3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 6px;
  width: 5px;
  background-color: #00318c;
}

.cmnH3.noBtmLine {
  border-bottom: none;
}

.cmnH3Info,
.cmnInfoText {
  display: inline-block;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  padding: 3px 13px;
}

.cmnH3HasLink {
  position: relative;
}

.cmnH3HasLink .link {
  position: absolute;
  top: 0;
  right: 10px;
}

.cmnH3HasLink .link a {
  background: url(/shared/img/mrk_02.png) no-repeat 0 5px;
  padding-left: 15px;
}

.cmnModalH3 {
  color: #192c79;
  font-size: 112.5%;
  margin-bottom: 4px;
}

.cmnH4 {
  margin-bottom: 5px;
  color: #002c8d;
  font-size: 113.3%;
  font-weight: bold;
}

.cmnH4col2 .cmnH4 {
  float: left;
  width: 5em;
}

.cmnH4col2 .textArea {
  padding: 2px 0 0 6em;
}

.cmnEmTitle {
  font-weight: bold;
}

.cmnStrongTitle {
  color: #fd6007;
  font-size: 113.3%;
  font-weight: bold;
}

.columnCategory {
  display: inline-block;
  border-radius: 10px;
  min-width: 72px;
  padding: 1px 10px;
  margin-left: 10px;
  color: #fff;
  font-size: 73.3%;
  text-align: center;
}

.columnCategory.categ01 {
  background-color: #ff679d;
}
.columnCategory.categ02 {
  background-color: #388be9;
}
.columnCategory.categ03 {
  background-color: #3ebc35;
}
.columnCategory.categ04 {
  background-color: #bd80f0;
}
.columnCategory.categ05 {
  background-color: #f694fa;
}
.columnCategory.categ06 {
  background-color: #0064b6;
}

.columnTitleArea {
  border-bottom: 2px solid #1d2f7a;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.columnTitleArea .new {
  float: left;
  background-color: #b51c34;
  color: #fff;
  padding: 2px 10px;
  font-size: 86.7%;
}

.columnTitleArea .number {
  float: left;
  background-color: #999;
  color: #fff;
  padding: 2px 15px;
  font-size: 86.7%;
}

.columnTitleArea .columnCategory {
  float: left;
  margin-top: 2px;
}

.columnTitleArea .writer {
  float: right;
  font-size: 86.7%;
}

.columnTitleArea .writer .head {
  display: inline-block;
}

.columnTitleArea .writer .name {
  font-size: 123.1%;
}

.columnTitleArea h2 {
  clear: both;
  padding-top: 8px;
  color: #1e3278;
  font-size: 146.7%;
  font-weight: bold;
  line-height: 1.3;
}

/* cmnSection
----------------------------------------- */

.cmnSection {
  margin-bottom: 40px;
}
.cmnSectionL {
  margin-bottom: 60px;
}
.cmnSectionS {
  margin-bottom: 30px;
}
.cmnSectionSS {
  margin-bottom: 15px;
}

/* text
----------------------------------------- */

.mailText {
  margin-left: 20px;
}

/* link
----------------------------------------- */

.cmnLink {
  display: inline-block;
  background: url(/shared/img/mrk_01.png) no-repeat 0 0.5em;
  padding-left: 12px;
}

.cmnLinkCircle {
  display: inline-block;
  background: url(/shared/img/mrk_02.png) no-repeat 0 0.35em;
  padding-left: 15px;
}

.cmnLinkBlank:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 6px;
  background: url(/shared/img/ico_blank.gif) no-repeat 0 0;
}

.cmnLinkAnchor {
  display: inline-block;
  background: url(/shared/img/mrk_anchor.png) no-repeat 0 0.4em;
  padding-left: 15px;
}

.cmnLinkPDF:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 25px;
  margin-left: 6px;
  background: url(/shared/img/ico_pdf.gif) no-repeat 0 0;
}

.cmnLinkXLS:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 25px;
  margin-left: 6px;
  background: url(/shared/img/ico_xls.gif) no-repeat 0 0;
}

.cmnLinkDOC:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 21px;
  height: 25px;
  margin-left: 6px;
  background: url(/shared/img/ico_doc.gif) no-repeat 0 0;
}

.headIcon.cmnLinkPDF,
.headIcon.cmnLinkXLS,
.headIcon.cmnLinkDOC {
  position: relative;
  display: inline-block;
  padding-left: 28px;
}

.headIcon.cmnLinkPDF:after,
.headIcon.cmnLinkXLS:after,
.headIcon.cmnLinkDOC:after {
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 0;
}

.headIcon.cmnLinkPDF:after {
  width: 20px;
  height: 25px;
  background: url(/shared/img/ico_pdf.gif) no-repeat 0 0;
}

.headIcon.cmnLinkXLS:after {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 25px;
  margin-right: 6px;
  background: url(/shared/img/ico_xls.gif) no-repeat 0 0;
}

.headIcon.cmnLinkDOC:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 25px;
  margin-right: 6px;
  background: url(/shared/img/ico_doc.gif) no-repeat 0 0;
}

.cmnFileInfo {
  font-size: 84.6%;
  color: #919191;
}

.cmnInlineLink li {
  display: inline-block;
  padding: 0 10px;
  border-left: 1px solid #ccc;
}

.cmnInlineLink li:first-child {
  border-left: none;
}

.cmnModalLink {
  position: relative;
  display: inline-block;
  background: url(/shared/img/mrk_01.png) no-repeat 10px 50%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px 35px 8px 20px;
  min-width: 112px;
  text-align: left;
  color: #333;
  text-decoration: none;
  font-size: 86.7%;
  font-weight: bold;
}

.cmnModalLink:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 9px;
  background: url(/shared/img/ico_modal.gif) no-repeat 0 0;
  width: 20px;
  height: 18px;
}

.cmnBackLink {
  text-align: right;
}

.cmnBackLink a {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: url(/shared/img/mrk_03.png) no-repeat 17px 7px;
  padding: 3px 20px 3px 37px;
  color: #333;
  font-size: 86.7%;
  font-weight: bold;
  text-decoration: none;
}

.cmnCloseBtn {
  display: inline-block;
  background: url(/shared/img/btn_close.gif) no-repeat 0 3px;
  padding: 2px 3px 2px 25px;
  text-decoration: none;
}

/* over
----------------------------------------- */

.cmnOver:hover {
  opacity: 0.7;
}

/* icon
----------------------------------------- */

.cmnDownloadTitle {
  padding-bottom: 5px;
  font-size: 113.3%;
  font-weight: bold;
}

.cmnDownloadTitle.important {
  color: #fd6007;
}

.cmnDownloadTitle.hasIcon {
  background: url(/shared/img/ico_download_01.png) no-repeat 3px 3px;
  padding: 5px 0 10px 34px;
}

.cmnDownloadTitle.important.hasIcon {
  background: url(/shared/img/ico_download_02.png) no-repeat 3px 3px;
}

.cmnPhoneNumber {
  display: inline-block;
  background: url(/shared/img/ico_tel_s.png) no-repeat 0 3px;
  padding-left: 45px;
  color: #1d2c79;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.1;
  vertical-align: baseline;
}

.cmnPhoneNumber.freeDial {
  background: url(/shared/img/ico_freedial_s.gif) no-repeat 0 2px;
  padding-left: 50px;
}

.cmnPhoneNumber.freeCall {
  background: url(/shared/img/ico_freecall_s.png) no-repeat 0 2px;
  padding-left: 50px;
}

.cmnPhoneNumber.noIcon {
  background-image: none;
  padding-left: 0;
}

.cmnPhoneNumber.fax {
  background: url(/shared/img/ico_fax.png) no-repeat 0 0;
  padding: 2px 0 2px 40px;
  font-size: 24px;
}

.cmnPhoneNumber.sizeS {
  padding-top: 3px;
  padding-bottom: 7px;
  font-size: 27px;
}

.cmnPhoneNumber .subText {
  color: #333;
  font-size: 54.2%;
  font-weight: normal;
  vertical-align: middle;
}

.cmnPhoneNumber.sizeSS {
  background: url(/shared/img/ico_tel_ss.png) no-repeat 0 3px;
  padding: 1px 0 1px 32px;
  font-size: 24px;
}

.cmnPhoneNumber.sizeSS.freeCall {
  background: url(/shared/img/ico_freecall_ss.png) no-repeat 0 3px;
}

.cmnPhoneNumber.sizeXS {
  background: url(/shared/img/ico_tel_xs.png) no-repeat 0 1px;
  padding: 1px 0 1px 27px;
  font-size: inherit;
}

.cmnContactText {
  display: inline-block;
  color: #1d2c79;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1;
  vertical-align: baseline;
  word-break: break-all;
}

.cmnContactText a {
  color: #1d2c79;
}

.cmnContactText.sizeS {
  font-size: 22px;
}

.cmnContactList {
  margin-bottom: 5px;
  text-align: center;
}

.cmnContactList li {
  display: inline-block;
}

.cmnContactList li + li {
  margin-left: 30px;
}

.cmnContactList.marginS li + li {
  margin-left: 10px;
}

/* list
----------------------------------------- */

.cmnList > li {
  position: relative;
  padding-left: 13px;
}

.cmnList > li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 3px;
  width: 13px;
  height: 1.5em;
  background: url(/shared/img/mrk_list.gif) no-repeat 0 44%;
}

.cmnList.inline > li {
  display: inline-block;
  padding-right: 20px;
}

.cmnNumberList > li {
  margin-bottom: 3px;
}

.cmnNumberList .head {
  float: left;
  margin-right: 3px;
}

.cmnNumberList .text {
  overflow: hidden;
}

.cmnNumberList.hasSpace > li {
  margin-bottom: 10px;
}

.cmnNoteList {
  background: url(/shared/img/box_bg_01.gif) 0 0;
  padding: 15px 15px 10px;
}

.cmnNoteList li {
  margin-bottom: 5px;
  font-size: 73.3%;
}

.cmnInlineList {
  text-align: center;
}

.cmnInlineList.alignLeft {
  text-align: left;
  margin-left: -10px;
}

.cmnInlineList > li {
  display: inline-block;
  vertical-align: top;
  margin: 5px 10px;
}

/* line
----------------------------------------- */

.hasLineBtm {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.hasDotLineBtm {
  background: url(/shared/img/line_04.gif) repeat-x 0 100%;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.cmnBorderNote {
  margin: 30px 0 50px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}
.cmnBorderNote p {
  font-size: 86.7%;
}

/* img
----------------------------------------- */

.cmnCaption {
  margin-top: 5px;
  color: #747474;
  font-size: 84.6%;
}

.cmnImglist {
  margin-bottom: 10px;
  text-align: center;
}

.cmnImglist li {
  display: inline-block;
  margin: 0 12px 15px;
  text-align: left;
}

.cmnBorderImg {
  border: 1px solid #ccc;
}

.cmnImgBox {
  border: 1px solid #aaa;
  border-radius: 6px;
  margin-bottom: 20px;
}

.cmnImgBox .inner {
  padding: 20px;
  text-align: center;
}

.cmnImgBox.sizeL {
  width: 280px;
}

.cmnImgBox.sizeM {
  width: 200px;
}

.cmnImgBox.sizeS {
  width: 150px;
}

.cmnImgBox.sizeM .inner,
.cmnImgBox.sizeS .inner {
  padding: 20px 15px;
}

.cmn100perImg {
  width: 100%;
}

/* column
----------------------------------------- */

.cmnCol2 {
  margin-bottom: 20px;
}

.cmnCol2 .column {
  float: left;
  width: 49%;
  margin-left: 2%;
}

.cmnCol2 .column:first-child {
  margin-left: 0;
}

.cmnCol2.contactBox {
  margin: 0 10px;
}

.cmnCol3 {
  margin-bottom: 20px;
}

.cmnCol3 .column {
  float: left;
  width: 32%;
  margin-left: 2%;
}

.cmnCol3 .column:first-child {
  margin-left: 0;
}

/* box
----------------------------------------- */

/* cmnBox01 */

.cmnBox01 {
  border: 1px solid #eee;
  border-radius: 8px;
  box-shadow: 0 0 0 1px #fff inset;
  margin: 0 10px 25px;
  padding: 15px 1px;
  background: url(data:image/gif;base64,R0lGODlhAgACAIAAAP///+rs7CH5BAAAAAAALAAAAAACAAIAAAIDDBAFADs=)
    repeat 0 0;
}

.cmnBox01 .hasLineTop {
  background: url(/shared/img/line_01.gif) repeat-x 0 0;
}

.cmnBox01 .block {
  padding: 0 14px;
}

.cmnBox01 .subBlock {
  padding: 15px 0;
}

/* cmnBox02 */

.cmnBox02 {
  position: relative;
  border: 1px solid #aaa;
  border-radius: 8px;
  margin: 0 10px 25px;
}

.cmnBox02 .inner01 {
  padding: 15px;
}

/* cmnBox03 */

.cmnBox03 {
  margin: 0 -3px 20px;
}

.cmnBox03 .inner {
  display: table;
  width: 100%;
  border-spacing: 13px 0;
}

.cmnBox03 .inner:after {
  display: none;
}

.cmnBox03.half .inner {
  width: 363px;
}

.cmnBox03 .box {
  display: table-cell;
  border: 1px solid #aaa;
  border-radius: 8px;
  padding: 15px;
  width: 50%;
}

/* cmnBox04 */

.cmnBox04 {
  border: 1px solid #f8e0d6;
  border-radius: 8px;
  box-shadow: 0 0 0 1px #fff inset;
  margin: 0 10px 25px;
  background-color: #fff8f0;
}

.cmnBox04 .inner01 {
  padding: 15px;
}

.cmnBox04 .titleArea {
  background: url(/shared/img/box_04_line_01.gif) repeat-x 0 100%;
  margin: 0 -15px 15px;
  padding: 0 15px 15px;
  line-height: 1.2;
}

.cmnBox04 .titleArea .subText {
  float: right;
  padding-top: 2px;
  font-size: 86.7%;
  font-weight: normal;
}

.cmnBox04 .block {
  background: url(/shared/img/box_04_line_02.gif) repeat-x 0 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.cmnBox04 .block.noLine {
  background-image: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* cmnBox05 */

/*.cmnBox05 {
	position: relative;
	margin: 0 10px 25px;
}

.cmnBox05 .inner {
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-radius: 8px 8px 0 0;
	padding: 20px;
}*/

/* cmnBox06 */

.cmnBox06 {
  position: relative;
  display: table;
  border-spacing: 13px 0;
  margin: 0 -3px 35px;
  width: 711px;
}

.cmnBox02 .cmnBox06 {
  margin: 0 -13px 15px;
  width: 679px;
}

.cmnBox06 .box {
  position: relative;
  display: table-cell;
  border: 1px solid #aaa;
  border-radius: 8px 8px 0 0;
  width: 50%;
}

.cmnBox06.col3 .box {
  width: 33.3%;
}

.cmnBox06 .box .inner {
  padding: 15px 15px 50px;
}

.cmnBox06 .button {
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -10px;
  background-color: #fff8f0;
  border: 1px solid #f8e0d6;
  border-radius: 0 0 6px 6px;
}

.cmnBox06 .button a {
  display: block;
  padding: 12px 10px;
  text-align: center;
  font-weight: bold;
  color: inherit;
}

.cmnBox06.btnRow2 .box .inner {
  padding: 15px 8px 50px;
}

.cmnBox06.btnRow2 .button a {
  padding: 8px 10px;
  height: 2.6em;
  text-align: left;
  font-size: 13px;
}

.cmnBox06.btnRow2 .button a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.cmnBox06.btnRow2 .cmnLinkCircle {
  vertical-align: middle;
  background-position: 0 3px;
}

/* cmnBox07 */

.cmnBox07 {
  position: relative;
  background: url(/shared/img/box_07_mdl.gif) repeat-y 0 0;
  margin: 0 10px 25px;
}

.cmnBox07 .box {
  float: left;
  background: url(/shared/img/box_07_top.gif) no-repeat 0 0;
  margin-left: 9px;
  width: 222px;
}

.cmnBox07 .box:first-child {
  margin-left: 0;
}

.cmnBox07 .box .inner {
  padding: 15px 15px 60px;
}

.cmnBox07 .button {
  position: absolute;
  bottom: 0;
}

/* cmnBox08 */

.cmnBox08 {
  position: relative;
  margin: 0 4px 10px;
}

.cmnBox08 .box {
  position: relative;
  float: left;
  margin-left: 12px;
  width: 316px;
}

.cmnBox08 .box:first-child {
  margin-left: 0;
}

.cmnBox08 .box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(/shared/img/box_02_lt.gif) no-repeat 0 0;
  width: 6px;
  height: 6px;
}

.cmnBox08 .box:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url(/shared/img/box_02_rt.gif) no-repeat 0 0;
  width: 6px;
  height: 6px;
}

.cmnBox08 .box .inner {
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  padding: 15px;
}

/* table
----------------------------------------- */

.cmnTable {
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  border-collapse: collapse;
  background-color: #fff;
  width: 100%;
  margin-bottom: 20px;
}

.cmnTable th,
.cmnTable td {
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  padding: 6px 15px;
  height: 2em;
}

.cmnTable .linkCell:hover {
  background-color: #d9ebf4;
  cursor: pointer;
}

.cmnTable .noLineL {
  border-left: none;
}

.cmnTable .noLineT {
  border-top: none;
}

.cmnTable th {
  background-color: #fff8f0;
  text-align: center;
  font-weight: bold;
}

.cmnTable.tdCenter td {
  text-align: center;
}

.cmnTable.tdRight td {
  text-align: right;
}

.cmnTable.thLeft th {
  padding: 12px 15px;
  height: auto;
  white-space: nowrap;
  text-align: left;
  vertical-align: top;
}

.cmnTable.widthAuto {
  width: auto;
}

.cmnTable.paddingS th,
.cmnTable.paddingS td {
  padding: 6px 8px;
}

.cmnNoLineTable th,
.cmnNoLineTable td {
  padding-right: 15px;
  vertical-align: top;
}

.cmnNoLineTable.w100per {
  width: 100%;
}

/* image layout
----------------------------------------- */

.cmnLeftImg {
  float: left;
  margin: 3px 20px 10px 0;
}
.cmnRightImg {
  float: right;
  margin: 3px 0 10px 20px;
}

/* cmnCategLink
----------------------------------------- */

.cmnCategLink {
  margin: 0 -5px 20px 0;
}

.cmnCategLink li {
  float: left;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 0 0 1px #fff inset;
  background-color: #f4f4f4;
  background: -webkit-linear-gradient(#f9f9f9, #eaeaea);
  background: linear-gradient(#f9f9f9, #eaeaea);
  width: 348px;
  margin: 0 5px 6px 0;
}

.cmnCategLink li:nth-child(odd) {
  clear: both;
}

.cmnCategLink.sizeS li {
  width: 243px;
}

.cmnCategLink.sizeSS li {
  width: 212px;
}

.cmnCategLink li a {
  display: table;
  width: 100%;
  background: url(/shared/img/mrk_02.png) no-repeat 13px 50%;
  color: #333;
  text-decoration: none;
}

.cmnCategLink li a div {
  display: table-cell;
  padding: 10px 10px 10px 30px;
  height: 2em;
  font-size: 93.3%;
  font-weight: bold;
  line-height: 1.35;
  vertical-align: middle;
}

.cmnCategLink li.high a div {
  height: 3em;
  padding: 8px 10px 8px 30px;
}

.cmnCategLink li a .subText {
  display: block;
  font-size: 78.6%;
}

.cmnCategLink li a .mainText {
  text-decoration: underline;
}

.cmnCategLink li a:hover .mainText {
  text-decoration: none;
}

.cmnCategTopH2 {
  position: relative;
  border-bottom: 1px solid #aaa;
  padding: 0 10px 6px 13px;
  margin-bottom: 12px;
  color: #00318c;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", serif;
  font-size: 160%;
  font-weight: bold;
  line-height: 1.3;
}

.cmnCategTopH2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 6px;
  width: 5px;
  background-color: #00318c;
}

.cmnImgMenu {
  margin-bottom: 20px;
  overflow: hidden;
}
.cmnImgMenu .image {
  float: left;
  margin: 3px 10px 0 0;
}

/* cmnRelatedLink
----------------------------------------- */

.cmnRelatedLink {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 12px 15px;
  margin-bottom: 20px;
}

.cmnRelatedLink .title {
  float: left;
  background-color: #1e3278;
  padding: 3px 15px;
  color: #fff;
  font-size: 73.3%;
}

.cmnRelatedLink ul {
  padding-left: 100px;
}

*:first-child + html .cmnRelatedLink ul {
  padding-left: 20px;
}

.cmnRelatedLink ul li {
  float: left;
  width: 100%;
  padding: 2px 0;
  font-size: 86.7%;
}

.cmnRelatedLink ul li.half {
  width: 50%;
}

/* cmnDownloadBox
----------------------------------------- */

.cmnDownloadBox {
  border: 1px solid #eee;
  border-radius: 5px;
  background-color: #fff;
  background-position: 14px 12px;
  background-repeat: no-repeat;
  margin-bottom: 15px;
  font-size: 86.7%;
}

.cmnBox04 .cmnDownloadBox,
.cmnFlowBox .cmnDownloadBox {
  border-color: #fae5da;
}

.cmnBox02 .cmnDownloadBox {
  border-color: #bbb;
}

.cmnDownloadBox.halfL {
  float: left;
  width: 48.4%;
}

.cmnDownloadBox.halfR {
  float: right;
  width: 48.4%;
}

.cmnDownloadBox a {
  display: block;
  padding: 13px 20px 13px 45px;
  color: #333;
  text-decoration: none;
}

.cmnDownloadBox.high a {
  display: table-cell;
  padding: 10px 20px 10px 45px;
  vertical-align: middle;
  height: 3em;
}

.cmnDownloadBox .title {
  position: relative;
  text-decoration: underline;
}

.cmnDownloadBox .title:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  width: 21px;
  height: 22px;
  background-repeat: no-repeat;
}

.cmnDownloadBox.xls .title:before {
  background-image: url(/shared/img/ico_xls.gif);
}
.cmnDownloadBox.doc .title:before {
  background-image: url(/shared/img/ico_doc.gif);
}
.cmnDownloadBox.pdf .title:before {
  background-image: url(/shared/img/ico_pdf.gif);
}

.cmnDownloadBox a:hover .title {
  text-decoration: none;
}

.cmnDownloadBox .info {
  font-size: 84.6%;
  color: #919191;
}

.cmnDownloadBox .noLink {
  padding: 13px 20px 13px 45px;
}

/* cmnAdobeReaderDL
----------------------------------------- */

.cmnAdobeReaderDL {
  border: 1px solid #eee;
  border-radius: 2px;
  box-shadow: 0 0 1px #fff inset;
  background-color: #f7f7f7;
  padding: 14px 25px;
  margin-bottom: 20px;
  font-size: 86.7%;
  line-height: 1.35;
}

/* cmnLinkList
----------------------------------------- */

.cmnLinkList {
  margin-bottom: 20px;
}

.cmnLinkList li {
  background: url(/shared/img/line_06.gif) repeat-x 0 100%;
  padding: 13px 20px 15px;
  overflow: hidden;
}

.cmnLinkList li .date {
  float: left;
  width: 9em;
}

.cmnLinkList li .link {
  padding-left: 9em;
}

.cmnLinkList.linkLeft li {
  padding: 13px 10px 15px;
}

.cmnLinkList.linkLeft .link {
  float: left;
  width: 13em;
  padding-left: 0;
}

.cmnLinkList.linkLeft .link.noFloat {
  float: none;
  width: auto;
  margin-bottom: 5px;
}

.cmnLinkList.linkLeft .text {
  padding-left: 13.5em;
}

.cmnLinkList.col2 {
  margin-right: -17px;
}

.cmnLinkList.col2 li {
  float: left;
  width: 304px;
  margin-right: 17px;
}

/* cmnAnchorLink
----------------------------------------- */

.cmnAnchorLink {
  border: 1px solid #ddd;
  border-radius: 7px;
  box-shadow: 0 0 0 1px #fff inset;
  background: url(data:image/gif;base64,R0lGODlhAgACAIAAAP///+rs7CH5BAAAAAAALAAAAAACAAIAAAIDDBAFADs=)
    repeat 0 0;
  padding: 10px 0 10px 7px;
  margin-bottom: 20px;
}

.cmnAnchorLink .title {
  margin-left: 6px;
  font-weight: bold;
  color: #103cb3;
}

.cmnAnchorLink ul {
  overflow: hidden;
}

.cmnAnchorLink ul li {
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  background-color: #fff;
  margin-top: 6px;
}

.cmnAnchorLink ul.col4 li {
  width: 166px;
  margin-right: 5px;
}

.cmnAnchorLink ul.col4 li.double {
  width: 339px;
}

.cmnAnchorLink ul.col3 li {
  width: 223px;
  margin-right: 6px;
}

.cmnAnchorLink ul.col3 li.double {
  width: 454px;
}

.cmnAnchorLink ul.col2 li {
  width: 338px;
  margin-right: 7px;
}

.cmnAnchorLink ul.col1 li {
  width: 686px;
}

.cmnAnchorLink ul.col7 li {
  width: 92px;
  margin-right: 5px;
}

.cmnAnchorLink ul li a {
  display: block;
  padding: 4px 5px;
  text-align: center;
  font-size: 80%;
  text-decoration: none;
  color: #333;
}

.cmnAnchorLink ul li a sup {
  position: relative;
  top: -0.2em;
  vertical-align: top;
}

.cmnAnchorLink ul li a:hover {
  opacity: 0.8;
}

.cmnAnchorLink ul li a span {
  display: inline-block;
  background: url(/shared/img/mrk_anchor.png) no-repeat 0 50%;
  padding-left: 15px;
}

.cmnAnchorLink ul li.link a span {
  background-image: url(/shared/img/mrk_08.png);
}

.cmnAnchorLink ul li a span small {
  font-size: 91.7%;
}

.cmnAnchorLink ul.textLeft li a {
  padding: 4px 25px;
  text-align: left;
}

.cmnAnchorLink ul.textLeft.paddingS li a {
  padding: 4px 13px;
}

.cmnAnchorLink ul.textLeft.paddingSS li a {
  padding: 4px 3px 4px 10px;
}

/* faq
----------------------------------------- */

.cmnFaqList li {
  background: url(/shared/img/line_04.gif) repeat-x 0 0;
}

.cmnFaqList li:first-child {
  background-image: none;
}

.cmnFaqList .questionArea {
  background: url(/shared/img/faq_ico_question.gif) no-repeat 0 9px;
  padding: 11px 0 10px 40px;
  font-size: 106.7%;
  line-height: 1.5;
  text-decoration: underline;
}

.cmnFaqList .questionArea.open {
  color: #192c79;
  font-weight: bold;
  text-decoration: none;
}

.cmnFaqList .questionArea a {
  color: #333;
}

.cmnFaqList .answerArea {
  background: url(/shared/img/faq_ico_answer_02.gif) no-repeat 0 3px;
  padding: 7px 0 10px 40px;
  line-height: 1.5;
}

.cmnFaqArea {
  background: url(/shared/img/line_04.gif) repeat-x 0 0;
  padding-top: 1px;
  margin-bottom: 25px;
}

.cmnFaqArea > li {
  background: url(/shared/img/line_04.gif) repeat-x 0 100%;
}

.cmnFaqArea .questionArea {
  position: relative;
}

.cmnFaqArea .jsAccordionBtn {
  cursor: pointer;
}

.cmnFaqArea .jsAccordionBtn:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  background: url(/shared/img/accordion_btn.gif) no-repeat 0 0;
}

.cmnFaqArea .jsAccordionBtn.open:after {
  background-position: 0 -24px;
}

.cmnFaqArea .questionArea .number {
  position: absolute;
  top: 11px;
  left: 10px;
  background: url(/shared/img/faq_bg_question.gif) no-repeat 0 0;
  padding-right: 5px;
  width: 37px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.cmnFaqArea .question {
  padding: 11px 10px 10px 60px;
  color: #1a2c7b;
  font-size: 113.3%;
  font-weight: bold;
}

.cmnFaqArea .jsAccordionBtn .question {
  padding: 11px 50px 10px 60px;
}

.cmnFaqArea .answerArea {
  padding: 10px 10px 20px 10px;
}

.cmnFaqArea .answerArea .number {
  float: left;
  background: url(/shared/img/faq_bg_answer.gif) no-repeat 0 0;
  margin-top: 5px;
  padding-right: 5px;
  width: 37px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.cmnFaqArea .answer {
  padding: 5px 0 10px 50px;
  color: #c6132b;
  font-size: 113.3%;
  font-weight: bold;
}

.cmnFaqArea.numWide > li {
  padding-left: 10px;
}

.cmnFaqArea.numWide .questionArea .number {
  left: -4px;
  background: url(/shared/img/faq_bg_question_l.gif) no-repeat 0 0;
  width: 52px;
}

.cmnFaqArea.numWide .answerArea .number {
  margin-left: -14px;
  background: url(/shared/img/faq_bg_answer_l.gif) no-repeat 0 0;
  width: 52px;
}

/* cmnContactBox
----------------------------------------- */

.cmnContactBox {
  background-color: #1e3278;
  background: -webkit-linear-gradient(left, #0a4891 0%, #1e3278 23%);
  background: linear-gradient(to right, #0a4891 0%, #1e3278 23%);
  border-radius: 6px;
  margin: 0 1px 25px 0;
  padding: 4px;
}

.cmnContactBox .inner01 {
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;
}

.cmnContactBox.half {
  text-align: center;
}

.cmnContactBox.half .inner01 {
  padding: 12px 5px 8px;
  min-height: 105px;
}

.cmnContactBox.half .title {
  margin-bottom: 15px;
  color: #d82c19;
  font-size: 120%;
  font-weight: bold;
}

.cmnContactBox.half .text {
  font-size: 12px;
}

.cmnContactBox.half .small {
  font-size: 11px;
}

/* cmnContactArea
----------------------------------------- */

.cmnContactArea {
  text-align: center;
  line-height: 1.3;
}

.cmnContactArea .phoneNumber {
  display: inline-block;
  background: url(/shared/img/ico_tel.png) no-repeat 0 3px;
  padding-left: 55px;
  color: #1d2c79;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.1;
  vertical-align: baseline;
}

.cmnContactArea .phoneNumber.freeDial {
  background: url(/shared/img/ico_freedial.gif) no-repeat 0 2px;
  padding-left: 60px;
}

.cmnContactArea .phoneNumber.freeCall {
  background: url(/shared/img/ico_freecall.png) no-repeat 0 1px;
  padding-left: 60px;
}

.cmnContactArea .phoneNumber.noIcon {
  background-image: none;
  padding-left: 0;
}

.cmnContactArea .text {
  display: inline-block;
  padding-left: 5px;
  text-align: left;
  vertical-align: baseline;
  font-size: 86.7%;
}

.cmnContactArea .text b {
  font-size: 107.7%;
}

.cmnContactArea .text small {
  font-size: 92.3%;
}

/* provisions
----------------------------------------- */

.provisions {
  margin: 8px 0;
}

.provisions > .head {
  float: left;
  width: 4em;
  padding-right: 10px;
  text-align: right;
}

.provisions > .head.w3 {
  width: 3em;
}
.provisions > .head.w2 {
  width: 2em;
}
.provisions > .head.w1 {
  width: 1em;
}

.provisions > .text {
  overflow: hidden;
}

/* cmnHeadsUp
----------------------------------------- */

.cmnHeadsUp {
  border: 1px solid #fdd8db;
  border-radius: 2px;
  background-color: #fef4f5;
  padding: 15px;
  margin-bottom: 25px;
}

.cmnHeadsUp > .title {
  display: inline-block;
  border: 1px solid #ec0707;
  border-radius: 2px;
  padding: 3px 15px;
  margin-bottom: 12px;
  color: #e70000;
  font-size: 86.7%;
}

.cmnCautionTxt {
  background: url(/shared/img/ico_caution.png) no-repeat 0 1px;
  padding-left: 22px;
  margin-bottom: 5px;
  font-size: 86.7%;
}

/* cmnFlowBox
----------------------------------------- */

.cmnFlowBox {
  position: relative;
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 15px 15px 15px 25px;
  margin-bottom: 15px;
}

.cmnFlowBox.hasArrow:after {
  content: "";
  position: absolute;
  left: 35px;
  top: -16px;
  background: url(/shared/img/flow_arrow.png) no-repeat 0 0;
  width: 35px;
  height: 26px;
}

.cmnFlowBox .stepTitle {
  position: relative;
  padding-left: 94px;
  margin: 0 0 8px -10px;
  font-size: 133.3%;
  font-weight: bold;
}

.cmnFlowBox .stepTitle .step {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: url(/shared/img/flow_step_bg.png) no-repeat 0 0;
  width: 78px;
  height: 28px;
  margin-right: 8px;
  padding-right: 8px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.cmnFlowBox .stepTitle .step span {
  padding-right: 3px;
  font-size: 13px;
  font-weight: normal;
  vertical-align: middle;
}

.cmnFlowBox.simple {
  position: relative;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 12px 15px 12px 65px;
}

.cmnFlowBox.simple .stepNum {
  position: absolute;
  left: 15px;
  top: 10px;
  background: url(/shared/img/flow_num_bg.png) no-repeat 0 0;
  width: 33px;
  height: 35px;
  padding-left: 2px;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  line-height: 35px;
}

.cmnFlowBox.simple .text {
  font-size: 133.3%;
  font-weight: bold;
  line-height: 1.2;
}

.cmnFlowBox.simple .text strong {
  color: #d82c19;
}

/* cmnTabArea
----------------------------------------- */

.cmnTabArea .tabList {
  padding-left: 5px;
}

.cmnTabArea .tabList li {
  float: left;
  margin: 6px 0 0 10px;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-radius: 5px 5px 0 0;
  background-color: #f9f9f9;
  min-width: 220px;
  cursor: pointer;
}

.cmnTabArea .tabList li.current {
  border-color: #aaa;
  background-color: #fff;
  margin: 0 0 -1px 10px;
}

.cmnTabArea .tabList li a {
  display: block;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}

.cmnTabArea .tabList li.current a {
  padding: 12px 10px 15px;
  color: #001985;
}

.cmnTabArea .tabList li span {
  display: inline-block;
  background: url(/shared/img/tab_mrk_off.png) no-repeat 0 50%;
  padding-left: 25px;
  font-size: 93.3%;
}

.cmnTabArea .tabList li.current span {
  background-image: url(/shared/img/tab_mrk_on.png);
}

.cmnTabArea .tabContents {
  border: 1px solid #aaa;
  border-radius: 5px;
  padding: 30px 40px;
  margin-bottom: 25px;
}

.cmnTabArea .tabContents.noBox {
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-radius: 0;
  padding: 30px 0 0;
}

/* form
----------------------------------------- */

input[type="image"] {
  border-radius: 0;
}

label {
  font-size: 93.3%;
}

.cmnCheckList li {
  float: left;
  white-space: nowrap;
  margin: 0 20px 10px 0;
}

.cmnCheckBox {
  vertical-align: top;
  margin: 5px 5px 0 0;
}

.cmnRadioBtn {
  vertical-align: top;
  margin: 4px 5px 0 0;
}

.cmnSelect {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 3px 3px 3px 8px;
  font-size: 93.3%;
}

.cmnSelect.w70 {
  width: 70px;
}
.cmnSelect.w100 {
  width: 100px;
}
.cmnSelect.w150 {
  width: 150px;
}
.cmnSelect.w200 {
  width: 200px;
}

.cmnTextbox {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px 12px;
  font-size: 93.3%;
}

.cmnTextbox.w65 {
  width: 65px;
}
.cmnTextbox.w85 {
  width: 85px;
}
.cmnTextbox.w150 {
  width: 150px;
}
.cmnTextbox.w225 {
  width: 225px;
}
.cmnTextbox.w380 {
  width: 380px;
}

.cmnIframe {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 3px;
}

.cmnTextarea {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px 12px;
}

.cmnTextarea.w380 {
  width: 380px;
}

.cmnFormBox {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px 15px;
  margin-bottom: 25px;
}

.cmnFormBox .block {
  padding: 15px 0;
  border-bottom: 1px solid #e4e4e4;
  overflow: hidden;
}

.cmnFormBox .block.noLine {
  border-bottom: none;
}

.cmnFormBox .block.lineBold {
  border-bottom: 2px solid #ccc;
  padding-bottom: 25px;
  margin-bottom: 10px;
}

.cmnFormBox .title {
  float: left;
  width: 250px;
  padding: 2px 5px 0 5px;
  font-size: 106.7%;
  font-weight: bold;
}

.cmnFormBox .title .required {
  padding-left: 10px;
  color: #d80000;
  font-size: 81.25%;
  font-weight: normal;
}

.cmnFormBox .title.required {
  background: url(/shared/img/ico_required.gif) no-repeat 210px 6px;
}

.cmnFormBox .form {
  float: left;
  width: 413px;
}

.cmnFormBox.kakunin .block {
  padding: 10px 0;
}

.cmnFormBox.kakunin .title {
  padding: 0 5px;
  width: 300px;
}

.cmnFormBox.kakunin .form {
  padding-top: 1px;
  width: 363px;
}

/* cmnUnderLnavi
----------------------------------------- */

/*.cmnUnderLnavi {
	border: 1px solid #eee;
	border-radius: 5px;
	background-color: #fff;
	padding: 15px 10px 7px;
}

.cmnUnderLnavi li {
	float: left;
	display: table;
	width: 33%;
	border-right: 1px solid #aaa;
	margin-bottom: 8px;
	text-align: center;
}

.cmnUnderLnavi li.noLine {
	border-right: none;
}

.cmnUnderLnavi.twoRow li {
	height: 3em;
	padding: 3px 0;
}

.cmnUnderLnavi li a {
	display: table-cell;
	vertical-align: middle;
	padding: 0 8px;
	text-decoration: none;
	color: #333;
}

.cmnUnderLnavi li a span {
	background: url(/shared/img/mrk_03.png) no-repeat 0 0.3em;
	padding-left: 15px;
}

.cmnUnderLnavi li a:hover {
	text-decoration: underline;
}

.cmnUnderLnavi li.current a {
	color: #4040d3;
	font-weight: bold;
}

.cmnUnderLnavi li.current a span {
	background: url(/shared/img/mrk_04.png) no-repeat 0 0.3em;
}*/

/* cmnCategNavi
----------------------------------------- */

.cmnCategNavi {
  margin: 0 0 50px 20px;
}

.cmnCategNavi li {
  float: left;
  width: 215px;
  margin: 0 10px 9px 0;
  text-align: center;
}

.cmnCategNavi li a {
  display: block;
  border: 1px solid #e6e6e6;
  border-radius: 7px;
  padding: 10px 0;
  text-decoration: none;
  color: #333;
}

.cmnCategNavi li a span {
  background: url(/shared/img/mrk_03.png) no-repeat 0 0.3em;
  padding-left: 15px;
}

.cmnCategNavi li.current a {
  border: 1px solid #153b85;
  background-color: #f3f4f9;
  color: #4040d3;
}

.cmnCategNavi li.current a span {
  background: url(/shared/img/mrk_04.png) no-repeat 0 0.3em;
  font-weight: bold;
}

/* cmnPrevNextLink
----------------------------------------- */

.cmnPrevNextLink {
  border-top: 1px solid #ccc;
  margin: 35px 0 25px;
  padding: 15px 10px 0;
}

.cmnPrevNextLink .next {
  float: left;
}

.cmnPrevNextLink .next a {
  display: inline-block;
  padding-left: 10px;
  background: url(/shared/img/mrk_05.png) no-repeat 0 0.5em;
}

.cmnPrevNextLink .prev {
  float: right;
  text-align: right;
}

.cmnPrevNextLink .prev a {
  display: inline-block;
  padding-right: 12px;
  background: url(/shared/img/mrk_01.png) no-repeat 100% 0.5em;
}

.cmnPrevNextLink .number {
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 5px;
  background-color: #777;
  color: #fff;
}

/* cmnEndLink
----------------------------------------- */

.cmnEndLink {
  margin-top: 50px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 93.3%;
}

.cmnEndLink .title {
  border-bottom: 1px solid #ddd;
  padding: 10px;
}

.cmnEndLink ul {
  padding: 15px 15px 5px;
}

.cmnEndLink ul li {
  float: left;
  width: 33.3%;
  margin-bottom: 10px;
  line-height: 1.3;
}

.cmnEndLink ul.col2 li {
  width: 50%;
}

.cmnEndLink ul li a {
  display: block;
  padding: 0 10px 0 16px;
  background: url(/shared/img/mrk_03.png) no-repeat 0 0.2em;
  text-decoration: none;
  color: #333;
}

.cmnEndLink ul li a:hover {
  background-image: url(/shared/img/mrk_04.png);
  color: #2030b3;
}

.cmnEndLink ul li.clr {
  clear: both;
}

.cmnEndLink ul li.current div {
  padding: 0 10px 0 16px;
  background: url(/shared/img/mrk_04.png) no-repeat 0 0.2em;
  color: #2030b3;
  font-weight: bold;
}

/* cmnImgTextCol
----------------------------------------- */

.cmnImgTextCol {
  display: table;
  width: 100%;
}
.cmnImgTextCol .img {
  border-right: 1px solid #ccc;
  display: table-cell;
  padding-right: 20px;
  vertical-align: top;
  width: 59.72%;
}
.cmnImgTextCol .textArea {
  display: table-cell;
  padding: 30px 0 0 15px;
  vertical-align: top;
}
.cmnImgTextCol .point {
  background-color: #0f97e8;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  left: -15px;
  line-height: 18px;
  margin-bottom: 7px;
  padding: 0 12px 0 8px;
  position: relative;
}
.cmnImgTextCol .point::before {
  border-bottom: 9px solid transparent;
  border-right: 13px solid #0f97e8;
  border-top: 9px solid transparent;
  content: "";
  left: -13px;
  position: absolute;
  top: 0;
}
.cmnImgTextCol h3 {
  border-bottom: 1px dashed #ccc;
  font-size: 93.3%;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.cmnImgTextCol h4 {
  color: #002c8c;
  font-size: 93.3%;
  font-weight: bold;
  margin: 25px 0 10px;
}
.cmnImgTextCol p {
  font-size: 80%;
}
.cmnImgTextCol .note {
  font-size: 73.3%;
  padding-left: 12px;
  position: relative;
}
.cmnImgTextCol .note::before {
  content: "※";
  left: 0;
  position: absolute;
  top: 0;
}

/* accordion
----------------------------------------- */

.cmnAccordionBtn {
  position: relative;
  display: block;
  padding-left: 40px;
  font-size: 106.7%;
  font-weight: bold;
  cursor: pointer;
  line-height: 1.3;
}

.cmnAccordionBtn:before {
  content: "";
  position: absolute;
  left: 5px;
  top: -0.2em;
  width: 24px;
  height: 24px;
  background: url(/shared/img/accordion_btn.gif) no-repeat 0 0;
}

.cmnAccordionBtn.open:before {
  background-position: 0 -24px;
}

.jsAccordionBtn .closeText {
  display: none;
}

.jsAccordionBtn.open .openText {
  display: none;
}

.jsAccordionBtn.open .closeText {
  display: block;
}

.cmnAccordionBtn .subText {
  font-size: 68.75%;
  font-weight: normal;
  padding-left: 15px;
  vertical-align: middle;
}

.jsAccordionContents {
  display: none;
}

.spOnly .jsAccordionContents {
  display: block;
}

/* SideArea
----------------------------------------- */

#SideArea {
  float: left;
  width: 240px;
}

#LNaviArea {
  background: url(/shared/img/side_bg_mdl.jpg) repeat-y 0 0;
  margin-bottom: 20px;
  line-height: 1.45;
}

#LNaviArea h2 span {
  display: none;
}

#LNaviArea .inner {
  background: url(/shared/img/side_bg_btm.jpg) no-repeat 0 100%;
  padding: 0 6px 4px;
}

#LNaviArea .jsAccordionArea {
  background: url(/shared/img/line_01.gif) repeat-x 0 0;
  padding: 20px 12px 18px;
}

#LNaviArea .jsAccordionArea.double {
  background: url(/shared/img/line_01.gif) repeat-x 0 0;
  padding: 14px 12px 12px;
}

#LNaviArea .jsAccordionArea:first-child {
  background-image: none;
}

#LNaviArea .jsAccordionBtn {
  vertical-align: middle;
  line-height: 1.2;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

#LNaviArea .jsAccordionBtn div {
  background: url(/shared/img/mrk_03.png) no-repeat 0 0.15em;
  padding-left: 20px;
}

#LNaviArea .current .jsAccordionBtn div {
  background: url(/shared/img/mrk_04.png) no-repeat 0 0.15em;
  color: #001086;
}

#LNaviArea .jsAccordionBtn sup {
  vertical-align: top;
  position: relative;
  top: -3px;
}

#LNaviArea ul ul {
  display: none;
  padding: 8px 8px 0;
}

#LNaviArea ul ul li a {
  display: block;
  background: url(/shared/img/mrk_01.png) no-repeat 0 0.8em;
  padding: 5px 0 5px 14px;
  color: #333;
  font-size: 12px;
}

#LNaviArea ul ul li a.current {
  text-decoration: none;
  color: #001086;
  font-weight: bold;
}

#SideArea .houjinLogin {
  margin-bottom: 20px;
}

#SidePickupArea {
  background: url(/shared/img/side_pickup_bg.gif) repeat-y 0 0;
  margin: 0 5px 0 4px;
}

#SidePickupArea h2 span {
  display: none;
}

#SidePickupArea ul {
  background: url(/shared/img/side_pickup_btm.gif) no-repeat 0 100%;
  padding: 0 12px 12px;
}

#SidePickupArea ul li {
  border-top: 1px dashed #ddd;
  line-height: 1.2;
}

#SidePickupArea ul li:first-child {
  border-top: none;
}

#SidePickupArea ul li a {
  display: block;
  background: url(/shared/img/mrk_03.png) no-repeat 14px 16px;
  padding: 15px 10px 15px 33px;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

#SidePickupArea ul li a:hover {
  text-decoration: underline;
}

#SidePickupArea ul li.double a {
  padding: 12px 10px 12px 33px;
}

#SpLnaviArea {
  display: none;
}

#SpLnaviArea.side {
  display: block;
}

#SpLnaviArea .searchArea {
  display: none;
}

#SpLnaviArea .closeBtn {
  display: none;
}

/* cmnConversionLink
----------------------------------------- */

.cmnConversionLink {
  border-top: 1px solid #ddd;
  background: url(/shared/img/box_bg_01.gif) repeat 0 0;
}

.cmnConversionLink .inner {
  width: 983px;
  margin: 0 auto;
  padding: 15px 0;
}

.cmnConversionLink ul {
  margin-bottom: 40px;
}

.cmnConversionLink ul li {
  float: left;
}

.cmnConversionLink.col3 ul li {
  margin-left: 20px;
}

.cmnConversionLink.col3 ul li:first-child {
  margin-left: 0;
}

.cmnConversionLink.col2 ul li {
  margin-left: 30px;
}

.cmnConversionLink.col2 ul li:first-child {
  margin-left: 0;
}

/* PageTop
----------------------------------------- */

#PageTop {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 500;
}

#PageTop a {
  display: block;
  border-radius: 3px;
  width: 48px;
  height: 42px;
  background: url(/shared/img/btn_pagetop.png) no-repeat 0 0;
  text-indent: -200px;
  overflow: hidden;
}

@media print {
  #PageTop {
    display: none;
  }
}

/* FooterArea
----------------------------------------- */

#FooterArea {
  clear: both;
  line-height: 1.35;
}

#FooterArea a {
  color: #fff;
  text-decoration: none;
}

#FooterArea a:hover {
  text-decoration: underline;
}

#FooterArea .inner {
  width: 980px;
  margin: 0 auto;
}

#FooterArea .mainLinkList {
  margin-bottom: 20px;
}

#FooterArea .mainLinkList li {
  float: left;
  margin-left: 30px;
}

#FooterArea .mainLinkList li:first-child {
  margin-left: 0;
}

#FooterArea .mainLinkList li a {
  background: url(/shared/img/ft_mrk_01.gif) no-repeat 0 4px;
  padding-left: 15px;
}

#FooterArea .subLinkList {
  border-left: 1px solid #fff;
  margin-bottom: 10px;
}

#FooterArea .subLinkList li {
  float: left;
}

#FooterArea .subLinkList li a {
  display: block;
  border-right: 1px solid #fff;
  padding: 0 12px;
  font-size: 86.7%;
  line-height: 1.2;
}

#FooterArea02 .subLinkList li a {
  font-size: 80%;
}

#FooterArea01 {
  background-color: #1e3278;
  border-bottom: 1px solid #0c1531;
  padding: 30px 0 75px;
}

#FooterArea02 {
  background-color: #1e3278;
  border-top: 1px solid #354786;
  padding: 15px 0;
}

#FooterArea03 {
  padding: 22px 0 50px;
}

#FooterArea03 .text {
  margin-bottom: 20px;
  font-size: 69.2%;
  line-height: 1.5;
}

#FooterArea03 .text sup {
  vertical-align: baseline;
  top: -0.5em;
}

#FooterArea03 .text img {
  vertical-align: baseline;
}

body.popup #FooterArea03 {
  width: 705px;
  margin: 0 auto;
}

#FtCopyright {
  text-align: right;
  font-size: 69.2%;
}

/* ModalArea
----------------------------------------- */

#ModalArea {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 1500;
}

#ModalWindow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 725px;
  height: 400px;
  margin: auto;
  padding: 5px 15px 15px;
  background-color: #fff;
  border-radius: 8px;
}

#ModalWindow.large {
  width: 860px;
  padding: 5px 20px 25px;
}

#ModalWindow iframe {
  border: none;
  width: 725px;
  height: 100%;
  overflow: hidden;
}

#ModalWindow.large iframe {
  width: 860px;
}

#ModalScrollArea {
  padding: 10px 15px 0 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}

#ModalClose {
  position: absolute;
  top: 20px;
  right: 35px;
}

/* snsBtn
----------------------------------------- */
.cmnSnsBtn {
  position: absolute;
  right: 0;
  bottom: 22px;
  width: 156px;
  height: 20px;
}
.cmnSnsBtn.center {
  position: relative;
  left: 0;
  bottom: 0;
  margin: 20px auto 0;
}
.cmnSnsBtn .twtrBtn,
.cmnSnsBtn .fbBtn {
  display: inline-block;
  height: 20px;
}
.cmnSnsBtn .twtrBtn {
  width: 75px;
}
.cmnSnsBtn .twtrBtn:hover {
  cursor: pointer;
}
.cmnSnsBtn .fbBtn {
  margin-left: 20px;
  width: 61px;
}
.cmnSnsBtn .fbBtn:hover {
  cursor: pointer;
}
