@charset "UTF-8";
/* Scss Document */
/*! ========================================
このCSSファイルはSassから生成しております。
編集する際はSassファイルより編集を行ってください。
========================================= */
a.btnBlue {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:link {
  color: #0941BE;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:visited {
  color: #0941BE;
  text-decoration: none;
}
a:hover, a:active {
  color: #04205d;
}

/*===========================================
	Link Color
=============================================*/
span.dummyLink {
  color: #0941BE;
  /* text-decoration: none; */
}

/* a.linkCheck */
a.linkCheck {
  padding-right: 16px;
}
a.linkCheck:link, a.linkCheck:visited {
  color: #0941BE;
}
a.linkCheck:hover {
  color: #04205d;
}

/*===========================================
	clearBoth
=============================================*/
.clearBoth {
  clear: both;
}

/*===========================================
	form
=============================================*/
.txtZenkaku {
  ime-mode: active;
  /* 全角モード */
}

.txtHankaku {
  ime-mode: inactive;
  /* 半角モード */
}

/*===========================================
	txtIndent
=============================================*/
.txtIndent {
  padding-left: 0em;
  text-indent: -1em;
  padding-left: 1em;
}

.txtIndent2 {
  padding-left: 1em;
  text-indent: -2em;
  padding-left: 1em;
}

.txtIndent3 {
  padding-left: 0em;
  text-indent: -1.0em;
  padding-left: 1.5em;
}

/*===========================================
	Space
=============================================*/
/* Margin & Padding 0px */
.mt_00 {
  margin-top: 0px !important;
}

.mb_00 {
  margin-bottom: 0px !important;
}

.ml_00 {
  margin-left: 0px !important;
}

.mr_00 {
  margin-right: 0px !important;
}

.pt_00 {
  padding-top: 0px !important;
}

.pb_00 {
  padding-bottom: 0px !important;
}

.pl_00 {
  padding-left: 0px !important;
}

.pr_00 {
  padding-right: 0px !important;
}

/* Margin & Padding 1px */
.mt_01 {
  margin-top: 1px !important;
}

.mb_01 {
  margin-bottom: 1px !important;
}

.ml_01 {
  margin-left: 1px !important;
}

.mr_01 {
  margin-right: 1px !important;
}

.pt_01 {
  padding-top: 1px !important;
}

.pb_01 {
  padding-bottom: 1px !important;
}

.pl_01 {
  padding-left: 1px !important;
}

.pr_01 {
  padding-right: 1px !important;
}

/* Margin & Padding 2px */
.mt_02 {
  margin-top: 2px !important;
}

.mb_02 {
  margin-bottom: 2px !important;
}

.ml_02 {
  margin-left: 2px !important;
}

.mr_02 {
  margin-right: 2px !important;
}

.pt_02 {
  padding-top: 2px !important;
}

.pb_02 {
  padding-bottom: 2px !important;
}

.pl_02 {
  padding-left: 2px !important;
}

.pr_02 {
  padding-right: 2px !important;
}

/* Margin & Padding 3px */
.mt_03 {
  margin-top: 3px !important;
}

.mb_03 {
  margin-bottom: 3px !important;
}

.ml_03 {
  margin-left: 3px !important;
}

.mr_03 {
  margin-right: 3px !important;
}

.pt_03 {
  padding-top: 3px !important;
}

.pb_03 {
  padding-bottom: 3px !important;
}

.pl_03 {
  padding-left: 3px !important;
}

.pr_03 {
  padding-right: 3px !important;
}

/* Margin & Padding 4px */
.mt_04 {
  margin-top: 4px !important;
}

.mb_04 {
  margin-bottom: 4px !important;
}

.ml_04 {
  margin-left: 4px !important;
}

.mr_04 {
  margin-right: 4px !important;
}

.pt_04 {
  padding-top: 4px !important;
}

.pb_04 {
  padding-bottom: 4px !important;
}

.pl_04 {
  padding-left: 4px !important;
}

.pr_04 {
  padding-right: 4px !important;
}

/* Margin & Padding 5px */
.mt_05 {
  margin-top: 5px !important;
}

.mb_05 {
  margin-bottom: 5px !important;
}

.ml_05 {
  margin-left: 5px !important;
}

.mr_05 {
  margin-right: 5px !important;
}

.pt_05 {
  padding-top: 5px !important;
}

.pb_05 {
  padding-bottom: 5px !important;
}

.pl_05 {
  padding-left: 5px !important;
}

.pr_05 {
  padding-right: 5px !important;
}

/* Margin & Padding 6px */
.mt_06 {
  margin-top: 6px !important;
}

.mb_06 {
  margin-bottom: 6px !important;
}

.ml_06 {
  margin-left: 6px !important;
}

.mr_06 {
  margin-right: 6px !important;
}

.pt_06 {
  padding-top: 6px !important;
}

.pb_06 {
  padding-bottom: 6px !important;
}

.pl_06 {
  padding-left: 6px !important;
}

.pr_06 {
  padding-right: 6px !important;
}

/* Margin & Padding 7px */
.mt_07 {
  margin-top: 7px !important;
}

.mb_07 {
  margin-bottom: 7px !important;
}

.ml_07 {
  margin-left: 7px !important;
}

.mr_07 {
  margin-right: 7px !important;
}

.pt_07 {
  padding-top: 7px !important;
}

.pb_07 {
  padding-bottom: 7px !important;
}

.pl_07 {
  padding-left: 7px !important;
}

.pr_07 {
  padding-right: 7px !important;
}

/* Margin & Padding 8px */
.mt_08 {
  margin-top: 8px !important;
}

.mb_08 {
  margin-bottom: 8px !important;
}

.ml_08 {
  margin-left: 8px !important;
}

.mr_08 {
  margin-right: 8px !important;
}

.pt_08 {
  padding-top: 8px !important;
}

.pb_08 {
  padding-bottom: 8px !important;
}

.pl_08 {
  padding-left: 8px !important;
}

.pr_08 {
  padding-right: 8px !important;
}

/* Margin & Padding 9px */
.mt_09 {
  margin-top: 9px !important;
}

.mb_09 {
  margin-bottom: 9px !important;
}

.ml_09 {
  margin-left: 9px !important;
}

.mr_09 {
  margin-right: 9px !important;
}

.pt_09 {
  padding-top: 9px !important;
}

.pb_09 {
  padding-bottom: 9px !important;
}

.pl_09 {
  padding-left: 9px !important;
}

.pr_09 {
  padding-right: 9px !important;
}

/* Margin & Padding 10px */
.mt_10 {
  margin-top: 10px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.ml_10 {
  margin-left: 10px !important;
}

.mr_10 {
  margin-right: 10px !important;
}

.pt_10 {
  padding-top: 10px !important;
}

.pb_10 {
  padding-bottom: 10px !important;
}

.pl_10 {
  padding-left: 10px !important;
}

.pr_10 {
  padding-right: 10px !important;
}

/* Margin & Padding 15px */
.mt_15 {
  margin-top: 15px !important;
}

.mb_15 {
  margin-bottom: 15px !important;
}

.ml_15 {
  margin-left: 15px !important;
}

.mr_15 {
  margin-right: 15px !important;
}

.pt_15 {
  padding-top: 15px !important;
}

.pb_15 {
  padding-bottom: 15px !important;
}

.pl_15 {
  padding-left: 15px !important;
}

.pr_15 {
  padding-right: 15px !important;
}

/* Margin & Padding 20px */
.mt_20 {
  margin-top: 20px !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.ml_20 {
  margin-left: 20px !important;
}

.mr_20 {
  margin-right: 20px !important;
}

.pt_20 {
  padding-top: 20px !important;
}

.pb_20 {
  padding-bottom: 20px !important;
}

.pl_20 {
  padding-left: 20px !important;
}

.pr_20 {
  padding-right: 20px !important;
}

/* Margin & Padding 25px */
.mt_25 {
  margin-top: 25px !important;
}

.mb_25 {
  margin-bottom: 25px !important;
}

.ml_25 {
  margin-left: 25px !important;
}

.mr_25 {
  margin-right: 25px !important;
}

.pt_25 {
  padding-top: 25px !important;
}

.pb_25 {
  padding-bottom: 25px !important;
}

.pl_25 {
  padding-left: 25px !important;
}

.pr_25 {
  padding-right: 25px !important;
}

/* Margin & Padding 30px */
.mt_30 {
  margin-top: 30px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.ml_30 {
  margin-left: 30px !important;
}

.mr_30 {
  margin-right: 30px !important;
}

.pt_30 {
  padding-top: 30px !important;
}

.pb_30 {
  padding-bottom: 30px !important;
}

.pl_30 {
  padding-left: 30px !important;
}

.pr_30 {
  padding-right: 30px !important;
}

/* Margin & Padding 35px */
.mt_35 {
  margin-top: 35px !important;
}

.mb_35 {
  margin-bottom: 35px !important;
}

.ml_35 {
  margin-left: 35px !important;
}

.mr_35 {
  margin-right: 35px !important;
}

.pt_35 {
  padding-top: 35px !important;
}

.pb_35 {
  padding-bottom: 35px !important;
}

.pl_35 {
  padding-left: 35px !important;
}

.pr_35 {
  padding-right: 35px !important;
}

/* Margin & Padding 40px */
.mt_40 {
  margin-top: 40px !important;
}

.mb_40 {
  margin-bottom: 40px !important;
}

.ml_40 {
  margin-left: 40px !important;
}

.mr_40 {
  margin-right: 40px !important;
}

.pt_40 {
  padding-top: 40px !important;
}

.pb_40 {
  padding-bottom: 40px !important;
}

.pl_40 {
  padding-left: 40px !important;
}

.pr_40 {
  padding-right: 40px !important;
}

/* Margin & Padding 45px */
.mt_45 {
  margin-top: 45px !important;
}

.mb_45 {
  margin-bottom: 45px !important;
}

.ml_45 {
  margin-left: 45px !important;
}

.mr_45 {
  margin-right: 45px !important;
}

.pt_45 {
  padding-top: 45px !important;
}

.pb_45 {
  padding-bottom: 45px !important;
}

.pl_45 {
  padding-left: 45px !important;
}

.pr_45 {
  padding-right: 45px !important;
}

/* Margin & Padding 50px */
.mt_50 {
  margin-top: 50px !important;
}

.mb_50 {
  margin-bottom: 50px !important;
}

.ml_50 {
  margin-left: 50px !important;
}

.mr_50 {
  margin-right: 50px !important;
}

.pt_50 {
  padding-top: 50px !important;
}

.pb_50 {
  padding-bottom: 50px !important;
}

.pl_50 {
  padding-left: 50px !important;
}

.pr_50 {
  padding-right: 50px !important;
}

/* Margin & Padding 55px */
.mt_55 {
  margin-top: 55px !important;
}

.mb_55 {
  margin-bottom: 55px !important;
}

.ml_55 {
  margin-left: 55px !important;
}

.mr_55 {
  margin-right: 55px !important;
}

.pt_55 {
  padding-top: 55px !important;
}

.pb_55 {
  padding-bottom: 55px !important;
}

.pl_55 {
  padding-left: 55px !important;
}

.pr_55 {
  padding-right: 55px !important;
}

/* Margin & Padding 60px */
.mt_60 {
  margin-top: 60px !important;
}

.mb_60 {
  margin-bottom: 60px !important;
}

.ml_60 {
  margin-left: 60px !important;
}

.mr_60 {
  margin-right: 60px !important;
}

.pt_60 {
  padding-top: 60px !important;
}

.pb_60 {
  padding-bottom: 60px !important;
}

.pl_60 {
  padding-left: 60px !important;
}

.pr_60 {
  padding-right: 60px !important;
}

/* Margin & Padding 65px */
.mt_65 {
  margin-top: 65px !important;
}

.mb_65 {
  margin-bottom: 65px !important;
}

.ml_65 {
  margin-left: 65px !important;
}

.mr_65 {
  margin-right: 65px !important;
}

.pt_65 {
  padding-top: 65px !important;
}

.pb_65 {
  padding-bottom: 65px !important;
}

.pl_65 {
  padding-left: 65px !important;
}

.pr_65 {
  padding-right: 65px !important;
}

/* Margin & Padding 70px */
.mt_70 {
  margin-top: 70px !important;
}

.mb_70 {
  margin-bottom: 70px !important;
}

.ml_70 {
  margin-left: 70px !important;
}

.mr_70 {
  margin-right: 70px !important;
}

.pt_70 {
  padding-top: 70px !important;
}

.pb_70 {
  padding-bottom: 70px !important;
}

.pl_70 {
  padding-left: 70px !important;
}

.pr_70 {
  padding-right: 70px !important;
}

/* Margin & Padding 75px */
.mt_75 {
  margin-top: 75px !important;
}

.mb_75 {
  margin-bottom: 75px !important;
}

.ml_75 {
  margin-left: 75px !important;
}

.mr_75 {
  margin-right: 75px !important;
}

.pt_75 {
  padding-top: 75px !important;
}

.pb_75 {
  padding-bottom: 75px !important;
}

.pl_75 {
  padding-left: 75px !important;
}

.pr_75 {
  padding-right: 75px !important;
}

/* Margin & Padding 80px */
.mt_80 {
  margin-top: 80px !important;
}

.mb_80 {
  margin-bottom: 80px !important;
}

.ml_80 {
  margin-left: 80px !important;
}

.mr_80 {
  margin-right: 80px !important;
}

.pt_80 {
  padding-top: 80px !important;
}

.pb_80 {
  padding-bottom: 80px !important;
}

.pl_80 {
  padding-left: 80px !important;
}

.pr_80 {
  padding-right: 80px !important;
}

/* Margin & Padding 85px */
.mt_85 {
  margin-top: 85px !important;
}

.mb_85 {
  margin-bottom: 85px !important;
}

.ml_85 {
  margin-left: 85px !important;
}

.mr_85 {
  margin-right: 85px !important;
}

.pt_85 {
  padding-top: 85px !important;
}

.pb_85 {
  padding-bottom: 85px !important;
}

.pl_85 {
  padding-left: 85px !important;
}

.pr_85 {
  padding-right: 85px !important;
}

/* Margin & Padding 90px */
.mt_90 {
  margin-top: 90px !important;
}

.mb_90 {
  margin-bottom: 90px !important;
}

.ml_90 {
  margin-left: 90px !important;
}

.mr_90 {
  margin-right: 90px !important;
}

.pt_90 {
  padding-top: 90px !important;
}

.pb_90 {
  padding-bottom: 90px !important;
}

.pl_90 {
  padding-left: 90px !important;
}

.pr_90 {
  padding-right: 90px !important;
}

/* Margin & Padding 95px */
.mt_95 {
  margin-top: 95px !important;
}

.mb_95 {
  margin-bottom: 95px !important;
}

.ml_95 {
  margin-left: 95px !important;
}

.mr_95 {
  margin-right: 95px !important;
}

.pt_95 {
  padding-top: 95px !important;
}

.pb_95 {
  padding-bottom: 95px !important;
}

.pl_95 {
  padding-left: 95px !important;
}

.pr_95 {
  padding-right: 95px !important;
}

/* Margin & Padding 100px */
.mt_100 {
  margin-top: 100px !important;
}

.mb_100 {
  margin-bottom: 100px !important;
}

.ml_100 {
  margin-left: 100px !important;
}

.mr_100 {
  margin-right: 100px !important;
}

.pt_100 {
  padding-top: 100px !important;
}

.pb_100 {
  padding-bottom: 100px !important;
}

.pl_100 {
  padding-left: 100px !important;
}

.pr_100 {
  padding-right: 100px !important;
}

/*===========================================
	width：横幅・縦幅パーツ
=============================================*/
.w30 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 30px;
}

.w35 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 35px;
}

.w40 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 40px;
}

.w45 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 45px;
}

.w50 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50px;
}

.w55 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 55px;
}

.w60 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 60px;
}

.w65 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 65px;
}

.w70 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 70px;
}

.w75 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 75px;
}

.w80 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 80px;
}

.w85 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 85px;
}

.w90 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 90px;
}

.w95 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 95px;
}

.w100 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100px;
}

.w105 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 105px;
}

.w110 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 110px;
}

.w115 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 115px;
}

.w120 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 120px;
}

.w125 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 125px;
}

.w130 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 130px;
}

.w135 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 135px;
}

.w140 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 140px;
}

.w145 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 145px;
}

.w150 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 150px;
}

.w155 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 155px;
}

.w160 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 160px;
}

.w165 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 165px;
}

.w170 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 170px;
}

.w175 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 175px;
}

.w180 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 180px;
}

.w185 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 185px;
}

.w190 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 190px;
}

.w195 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 195px;
}

.w200 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 200px;
}

.w205 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 205px;
}

.w210 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 210px;
}

.w215 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 215px;
}

.w220 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 220px;
}

.w225 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 225px;
}

.w230 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 230px;
}

.w235 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 235px;
}

.w240 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 240px;
}

.w245 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 245px;
}

.w250 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 250px;
}

.w255 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 255px;
}

.w260 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 260px;
}

.w265 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 265px;
}

.w270 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 270px;
}

.w275 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 275px;
}

.w280 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 280px;
}

.w285 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 285px;
}

.w290 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 290px;
}

.w295 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 295px;
}

.w300 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 300px;
}

.w305 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 305px;
}

.w310 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 310px;
}

.w315 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 315px;
}

.w320 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 320px;
}

.w325 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 325px;
}

.w330 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 330px;
}

.w335 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 335px;
}

.w340 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 340px;
}

.w345 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 345px;
}

.w350 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 350px;
}

.w355 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 355px;
}

.w360 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 360px;
}

.w365 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 365px;
}

.w370 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 370px;
}

.w375 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 375px;
}

.w380 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 380px;
}

.w385 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 385px;
}

.w390 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 390px;
}

.w395 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 395px;
}

.w400 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 400px;
}

.w405 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 405px;
}

.w410 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 410px;
}

.w415 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 415px;
}

.w420 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 420px;
}

.w425 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 425px;
}

.w430 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 430px;
}

.w435 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 435px;
}

.w440 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 440px;
}

.w445 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 445px;
}

.w450 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 450px;
}

.w455 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 455px;
}

.w460 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 460px;
}

.w465 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 465px;
}

.w470 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 470px;
}

.w475 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 475px;
}

.w480 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 480px;
}

.w485 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 485px;
}

.w490 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 490px;
}

.w495 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 495px;
}

.w500 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 500px;
}

.w505 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 505px;
}

.w510 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 510px;
}

.w515 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 515px;
}

.w520 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 520px;
}

.w525 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 525px;
}

.w530 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 530px;
}

.w535 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 535px;
}

.w540 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 540px;
}

.w545 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 545px;
}

.w550 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 550px;
}

.w555 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 555px;
}

.w560 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w565 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w570 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w575 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w580 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w585 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w590 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w595 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w600 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w605 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w610 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w615 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w620 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w625 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w630 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w635 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w640 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w645 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w650 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w655 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w660 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w665 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w670 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w675 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w680 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w685 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w690 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w695 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w700 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w705 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w710 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w715 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w720 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w725 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w730 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w735 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w740 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w745 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w750 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w755 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w760 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w765 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w770 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w775 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w780 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w785 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w790 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w795 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w800 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w805 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w810 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w815 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w820 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w825 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w830 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w835 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w840 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w845 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w850 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w855 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w860 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w865 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w870 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w875 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w880 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w885 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w890 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w895 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w900 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w905 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w910 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w915 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w920 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w925 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w930 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w935 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w940 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w945 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w950 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w955 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w960 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w965 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w970 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w975 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w980 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w985 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w990 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w995 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

.w1000 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

@media (min-width: 576px) {
  .w560 {
    width: 560px;
  }

  .w565 {
    width: 565px;
  }

  .w570 {
    width: 570px;
  }

  .w575 {
    width: 575px;
  }

  .w580 {
    width: 580px;
  }

  .w585 {
    width: 585px;
  }

  .w590 {
    width: 590px;
  }

  .w595 {
    width: 595px;
  }

  .w600 {
    width: 600px;
  }

  .w605 {
    width: 605px;
  }

  .w610 {
    width: 610px;
  }

  .w615 {
    width: 615px;
  }

  .w620 {
    width: 620px;
  }

  .w625 {
    width: 625px;
  }

  .w630 {
    width: 630px;
  }

  .w635 {
    width: 635px;
  }

  .w640 {
    width: 640px;
  }

  .w645 {
    width: 645px;
  }

  .w650 {
    width: 650px;
  }

  .w655 {
    width: 655px;
  }

  .w660 {
    width: 660px;
  }

  .w665 {
    width: 665px;
  }

  .w670 {
    width: 670px;
  }

  .w675 {
    width: 675px;
  }

  .w680 {
    width: 680px;
  }

  .w685 {
    width: 685px;
  }

  .w690 {
    width: 690px;
  }

  .w695 {
    width: 695px;
  }

  .w700 {
    width: 700px;
  }

  .w705 {
    width: 705px;
  }

  .w710 {
    width: 710px;
  }

  .w715 {
    width: 715px;
  }

  .w720 {
    width: 720px;
  }

  .w725 {
    width: 725px;
  }

  .w730 {
    width: 730px;
  }

  .w735 {
    width: 735px;
  }

  .w740 {
    width: 740px;
  }

  .w745 {
    width: 745px;
  }

  .w750 {
    width: 750px;
  }

  .w755 {
    width: 755px;
  }
}
@media (min-width: 768px) {
  .w760 {
    width: 760px;
  }

  .w765 {
    width: 765px;
  }

  .w770 {
    width: 770px;
  }

  .w775 {
    width: 775px;
  }

  .w780 {
    width: 780px;
  }

  .w785 {
    width: 785px;
  }

  .w790 {
    width: 790px;
  }

  .w795 {
    width: 795px;
  }

  .w800 {
    width: 800px;
  }

  .w805 {
    width: 805px;
  }

  .w810 {
    width: 810px;
  }

  .w815 {
    width: 815px;
  }

  .w820 {
    width: 820px;
  }

  .w825 {
    width: 825px;
  }

  .w830 {
    width: 830px;
  }

  .w835 {
    width: 835px;
  }

  .w840 {
    width: 840px;
  }

  .w845 {
    width: 845px;
  }

  .w850 {
    width: 850px;
  }

  .w855 {
    width: 855px;
  }

  .w860 {
    width: 860px;
  }

  .w865 {
    width: 865px;
  }

  .w870 {
    width: 870px;
  }

  .w875 {
    width: 875px;
  }

  .w880 {
    width: 880px;
  }

  .w885 {
    width: 885px;
  }

  .w890 {
    width: 890px;
  }

  .w895 {
    width: 895px;
  }

  .w900 {
    width: 900px;
  }

  .w905 {
    width: 905px;
  }

  .w910 {
    width: 910px;
  }

  .w915 {
    width: 915px;
  }

  .w920 {
    width: 920px;
  }

  .w925 {
    width: 925px;
  }

  .w930 {
    width: 930px;
  }

  .w935 {
    width: 935px;
  }

  .w940 {
    width: 940px;
  }

  .w945 {
    width: 945px;
  }
}
@media (min-width: 992px) {
  .w950 {
    width: 950px;
  }

  .w955 {
    width: 955px;
  }

  .w960 {
    width: 960px;
  }

  .w965 {
    width: 965px;
  }

  .w970 {
    width: 970px;
  }

  .w975 {
    width: 975px;
  }

  .w980 {
    width: 980px;
  }

  .w985 {
    width: 985px;
  }

  .w990 {
    width: 990px;
  }

  .w995 {
    width: 995px;
  }

  .w1000 {
    width: 1000px;
  }
}
.h30 {
  height: 30px;
}

.h35 {
  height: 35px;
}

.h40 {
  height: 40px;
}

.h45 {
  height: 45px;
}

.h50 {
  height: 50px;
}

.h55 {
  height: 55px;
}

.h60 {
  height: 60px;
}

.h65 {
  height: 65px;
}

.h70 {
  height: 70px;
}

.h75 {
  height: 75px;
}

.h80 {
  height: 80px;
}

.h85 {
  height: 85px;
}

.h90 {
  height: 90px;
}

.h95 {
  height: 95px;
}

.h100 {
  height: 100px;
}

.h105 {
  height: 105px;
}

.h110 {
  height: 110px;
}

.h115 {
  height: 115px;
}

.h120 {
  height: 120px;
}

.h125 {
  height: 125px;
}

.h130 {
  height: 130px;
}

.h135 {
  height: 135px;
}

.h140 {
  height: 140px;
}

.h145 {
  height: 145px;
}

.h150 {
  height: 150px;
}

.h155 {
  height: 155px;
}

.h160 {
  height: 160px;
}

.h165 {
  height: 165px;
}

.h170 {
  height: 170px;
}

.h175 {
  height: 175px;
}

.h180 {
  height: 180px;
}

.h185 {
  height: 185px;
}

.h190 {
  height: 190px;
}

.h195 {
  height: 195px;
}

.h200 {
  height: 200px;
}

.h205 {
  height: 205px;
}

.h210 {
  height: 210px;
}

.h215 {
  height: 215px;
}

.h220 {
  height: 220px;
}

.h225 {
  height: 225px;
}

.h230 {
  height: 230px;
}

.h235 {
  height: 235px;
}

.h240 {
  height: 240px;
}

.h245 {
  height: 245px;
}

.h250 {
  height: 250px;
}

.h255 {
  height: 255px;
}

.h260 {
  height: 260px;
}

.h265 {
  height: 265px;
}

.h270 {
  height: 270px;
}

.h275 {
  height: 275px;
}

.h280 {
  height: 280px;
}

.h285 {
  height: 285px;
}

.h290 {
  height: 290px;
}

.h295 {
  height: 295px;
}

.h300 {
  height: 300px;
}

.w20p, .w25p, .w33p, .w40p, .w50p, .w66p, .w75p, .w80p, .w100p {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
}

@media (min-width: 768px) {
  .w20p {
    width: 20%;
  }

  .w25p {
    width: 25%;
  }

  .w33p {
    width: 33.33333333%;
  }

  .w40p {
    width: 40%;
  }

  .w50p {
    width: 50%;
  }

  .w66p {
    width: 66.66666667%;
  }

  .w75p {
    width: 75%;
  }

  .w80p {
    width: 80%;
  }

  .w100p {
    width: 100%;
  }
}
.row {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: -20px;
  margin-left: -20px;
  position: relative;
}
.row * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row .w100p, .row .w20p, .row .w25p, .row .w280, .row .w300, .row .w33p, .row .w40p, .row .w50p, .row .w66p, .row .w75p, .row .w80p {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

@media (min-width: 768px) {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row .w20p {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    margin-bottom: 0;
  }
  .row .w25p {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 0;
  }
  .row .w33p {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    margin-bottom: 0;
  }
  .row .w40p {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    margin-bottom: 0;
  }
  .row .w50p {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 0;
  }
  .row .w66p {
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    margin-bottom: 0;
  }
  .row .w75p {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    margin-bottom: 0;
  }
  .row .w80p {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    margin-bottom: 0;
  }
  .row .w100p {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0;
  }
}
.alignCenter {
  margin-left: auto;
  margin-right: auto;
}

.btn-wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
}
.btn-wrap * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul.btn-wrap {
  list-style: none;
  margin-right: -20px !important;
  margin-left: -20px !important;
  position: relative;
}

.btn-wrap .w100p, .btn-wrap .w20p, .btn-wrap .w25p, .btn-wrap .w33p, .btn-wrap .w40p, .btn-wrap .w50p, .btn-wrap .w66p, .btn-wrap .w75p, .btn-wrap .w80p {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

@media (min-width: 768px) {
  .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .btn-wrap .w20p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .btn-wrap .w25p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .btn-wrap .w33p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .btn-wrap .w40p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .btn-wrap .w50p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .btn-wrap .w66p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .btn-wrap .w75p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .btn-wrap .w80p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
  .btn-wrap .w100p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* モバイル表示時に幅を指定する場合 */
.sp_w30 {
  width: 30px;
}

.sp_w35 {
  width: 35px;
}

.sp_w40 {
  width: 40px;
}

.sp_w45 {
  width: 45px;
}

.sp_w50 {
  width: 50px;
}

.sp_w55 {
  width: 55px;
}

.sp_w60 {
  width: 60px;
}

.sp_w65 {
  width: 65px;
}

.sp_w70 {
  width: 70px;
}

.sp_w75 {
  width: 75px;
}

.sp_w80 {
  width: 80px;
}

.sp_w85 {
  width: 85px;
}

.sp_w90 {
  width: 90px;
}

.sp_w95 {
  width: 95px;
}

.sp_w100 {
  width: 100px;
}

.sp_w105 {
  width: 105px;
}

.sp_w110 {
  width: 110px;
}

.sp_w115 {
  width: 115px;
}

.sp_w120 {
  width: 120px;
}

.sp_w125 {
  width: 125px;
}

.sp_w130 {
  width: 130px;
}

.sp_w135 {
  width: 135px;
}

.sp_w140 {
  width: 140px;
}

.sp_w145 {
  width: 145px;
}

.sp_w150 {
  width: 150px;
}

.sp_w155 {
  width: 155px;
}

.sp_w160 {
  width: 160px;
}

.sp_w165 {
  width: 165px;
}

.sp_w170 {
  width: 170px;
}

.sp_w175 {
  width: 175px;
}

.sp_w180 {
  width: 180px;
}

.sp_w185 {
  width: 185px;
}

.sp_w190 {
  width: 190px;
}

.sp_w195 {
  width: 195px;
}

.sp_w200 {
  width: 200px;
}

.sp_w205 {
  width: 205px;
}

.sp_w210 {
  width: 210px;
}

.sp_w215 {
  width: 215px;
}

.sp_w220 {
  width: 220px;
}

.sp_w225 {
  width: 225px;
}

.sp_w230 {
  width: 230px;
}

.sp_w235 {
  width: 235px;
}

.sp_w240 {
  width: 240px;
}

.sp_w245 {
  width: 245px;
}

.sp_w250 {
  width: 250px;
}

.sp_w255 {
  width: 255px;
}

.sp_w260 {
  width: 260px;
}

.sp_w265 {
  width: 265px;
}

.sp_w270 {
  width: 270px;
}

.sp_w275 {
  width: 275px;
}

.sp_w280 {
  width: 280px;
}

.sp_w285 {
  width: 285px;
}

.sp_w290 {
  width: 290px;
}

.sp_w295 {
  width: 295px;
}

.sp_w300 {
  width: 300px;
}

.sp_w305 {
  width: 305px;
}

.sp_w310 {
  width: 310px;
}

.sp_w315 {
  width: 315px;
}

.sp_w320 {
  width: 320px;
}

.sp_w325 {
  width: 325px;
}

.sp_w330 {
  width: 330px;
}

.sp_w335 {
  width: 335px;
}

.sp_w340 {
  width: 340px;
}

.sp_w345 {
  width: 345px;
}

.sp_w350 {
  width: 350px;
}

.sp_w355 {
  width: 355px;
}

.sp_w360 {
  width: 360px;
}

.sp_w365 {
  width: 365px;
}

.sp_w370 {
  width: 370px;
}

.sp_w375 {
  width: 375px;
}

.sp_w380 {
  width: 380px;
}

.sp_w385 {
  width: 385px;
}

.sp_w390 {
  width: 390px;
}

.sp_w395 {
  width: 395px;
}

.sp_w400 {
  width: 400px;
}

@media (min-width: 768px) {
  .sp_w30, .sp_w35, .sp_w40, .sp_w45, .sp_w50, .sp_w55, .sp_w60, .sp_w65, .sp_w70, .sp_w75, .sp_w80, .sp_w85, .sp_w90, .sp_w95, .sp_w100, .sp_w105, .sp_w110, .sp_w115, .sp_w120, .sp_w125, .sp_w130, .sp_w135, .sp_w140, .sp_w145, .sp_w150, .sp_w155, .sp_w160, .sp_w165, .sp_w170, .sp_w175, .sp_w180, .sp_w185, .sp_w190, .sp_w195, .sp_w200, .sp_w205, .sp_w210, .sp_w215, .sp_w220, .sp_w225, .sp_w230, .sp_w235, .sp_w240, .sp_w245, .sp_w250, .sp_w255, .sp_w260, .sp_w265, .sp_w270, .sp_w275, .sp_w280, .sp_w285, .sp_w290, .sp_w295, .sp_w300, .sp_w305, .sp_w310, .sp_w315, .sp_w320, .sp_w325, .sp_w330, .sp_w335, .sp_w340, .sp_w345, .sp_w350, .sp_w355, .sp_w360, .sp_w365, .sp_w370, .sp_w375, .sp_w380, .sp_w385, .sp_w390, .sp_w395, .sp_w400 {
    width: 100%;
  }
}
/*===========================================
	txt
=============================================*/
.txtR {
  text-align: right;
}

.txtC {
  text-align: center;
}

.txtL {
  text-align: left;
}

.sp_txtR {
  text-align: right;
}

@media (min-width: 768px) {
  .sp_txtR {
    text-align: inherit;
  }
}
/*===========================================
	ボタン配置（右、中央、左）
=============================================*/
/*  右寄せ */
.bRight {
  margin-left: auto;
}

/*  左寄せ */
.bLeft {
  margin-right: auto;
}

/*  中央寄せ */
.bCenter {
  margin-left: auto;
  margin-right: auto;
}

/*===========================================
	フロート
=============================================*/
.fLeft {
  float: left;
}

.fRight {
  float: right;
}

/*===========================================
	kadomaru
=============================================*/
.kadomaru {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  behavior: url(/css/PIE.htc);
}

/*===========================================
	grow
=============================================*/
.grow {
  text-shadow: #999999 0px 0px 5px;
  behavior: url(/PIE.htc);
}

/* boxShadow */
.boxShadow {
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}

/*===========================================
	SkipMenu
=============================================*/
ul#skipAnchor {
  margin: 0px;
  padding: 0px;
  font-size: 0px;
  height: 0px;
  text-indent: -9999px;
}
ul#skipAnchor li {
  margin: 0px;
  padding: 0px;
  float: left;
  list-style-type: none;
  text-indent: -9999px;
}

/*===========================================
	フォントの太さ
=============================================*/
.b {
  font-weight: bold;
}

.n {
  font-weight: normal;
}

/*===========================================
	フォントの下線 2017/7/25追加
=============================================*/
.underLine {
  text-decoration: underline;
}

/*===========================================
	テキストの網掛け
=============================================*/
.txt_shaded {
  background-color: #ffd4d4;
  padding: 2px;
}

/**********************************************
	以下オリジナルパーツ
**********************************************/
/*===========================================
	ボーダー
=============================================*/
.dotLineBottom {
  padding-bottom: 15px;
  border-bottom: dotted 2px #999999;
}

.lineBottom {
  padding-bottom: 5px;
  border-bottom: solid 2px #fff;
}

/*===========================================
	ボタンパーツ
=============================================*/
a.btnBlue {
  position: relative;
  display: block;
  padding: 15px 45px 15px 15px;
  background: #2D75C7;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  text-decoration: none;
}
a.btnBlue:after {
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 40px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 25%;
  right: 0px;
}
a.btnBlue:hover {
  background: #34568E;
}
a.btnBlue_s {
  display: block;
  padding: 8px;
  background: #0941BE;
  color: #fff;
  text-align: center;
}
a.btnBlue_s:after {
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 18px;
  margin-left: 5px;
  line-height: 0;
}
a.btnBlue_s:hover {
  background: #04205d;
}

/* btnBlue_s */
/*===========================================
	ボタンパーツ：button
=============================================*/
button {
  border: none;
  padding: 7px 0 8px 0px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
}
button.btnOrange2 {
  text-align: center;
  background: #F09000;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all  0.5s ease;
}
button.btnOrange2:after {
  font-size: 20px;
  font-family: 'FontAwesome';
  content: "\f105";
  color: #fff;
  margin-left: 7px;
  font-weight: bold;
}
button.btnOrange2:hover {
  background: #FF516E;
}

/* btnOrange2 */
/*===========================================
	アイコン
=============================================*/
.icoArrowR:before {
  font-family: 'FontAwesome';
  content: "\f0da";
  color: #FF8F29;
  margin-right: 5px;
  font-weight: bold;
}

.icoArrowR2:before {
  font-family: 'FontAwesome';
  content: "\f105";
  color: #FF8F29;
  margin-right: 5px;
  font-weight: bold;
}

.icoSquare {
  padding: 0px 0px 0px 15px;
  background: url(../../img/common/ico_square.png) no-repeat 0 center;
}

.icoQ {
  padding: 5px 0px 5px 33px;
  background: url(../../img/ico_q.png) no-repeat 0 5px;
}

.icoPdf {
  padding: 5px 0px 5px 24px;
  background: url(../../img/common/ico_pdf.png) no-repeat 0 center;
}

/* icoWin */
.icoWin {
  padding: 0 0 0 20px;
  background: url(/../..img/ico_win.png) no-repeat 0 center;
}

/* icoPhoto */
.icoPhoto {
  padding: 0px 0px 0px 25px;
  background: url(../../img/common/ico_photo.png) no-repeat 0 center;
}

/* icoDisc */
.icoDisc:before {
  font-family: 'FontAwesome';
  content: "\f111";
  color: #333333;
  margin-right: 5px;
  font-weight: bold;
}

/* icoDiscMini */
.icoDiscMini:before {
  content: "・";
  color: #333333;
}

/* icoMovie */
.icoMovie {
  padding: 0px 0px 0px 23px;
  background: url(../../img/ico_movie.png) no-repeat 0px 4px;
  background-size: 18px auto;
}

/* linkArrow */
.linkArrow:before {
  font-size: 14px;
  font-family: 'FontAwesome';
  content: "\f0da";
  color: #006699;
  margin-right: 7px;
  font-weight: bold;
  background: #FFFF33;
  padding: 4px 6px 4px 9px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

ul.txtlink li, ul.anchorlink li {
  margin: 0 30px 5px 0;
  padding: 0 0 0 10px;
  list-style: none;
}
ul.txtlink li a {
  background: url(/support/share/images/arrow_black.gif) no-repeat left 0.4em;
  padding-left: 15px;
}

a.txtlink {
  background: url(/support/share/images/arrow_black.gif) no-repeat left 0.4em;
  padding-left: 15px;
}

a.txtlink2 {
  background-color: #0941BE;
  color: #FFF;
  padding: 2px;
}
a.txtlink2:hover, a.txtlink2:active {
  background-color: #04205d;
}

ul.anchorlink li a {
  background: url(/support/share/images/ico_arrowdown.gif) no-repeat 0 0.3em;
  padding-left: 15px;
}

span.link_out {
  background: url(/share/images/icon_blank.png) no-repeat scroll 0 0 transparent;
  display: inline-block;
  height: 0;
  overflow: hidden;
  padding: 9px 0 0;
  vertical-align: baseline;
  *vertical-align: middle;
  /* for IE */
  width: 11px;
  margin-left: 5px;
}

/*===========================================
	ul (2019/2/25追加)
=============================================*/
.listStyleNone {
  list-style: none;
  padding-left: 0;
}

.ulDefault, .ulCircle, .olDefault {
  padding-left: 25px;
}

.ulDefault {
  list-style: disc;
}

.ulCircle {
  list-style: circle;
}

.olDefault {
  list-style: decimal;
}

.listStyleNone > li,
.ulDefault > li,
.ulCircle > li,
.olDefault > li {
  margin-bottom: 5px;
}

/*===========================================
	ulDisc
=============================================*/
.ulDisc > li {
  margin-bottom: 5px;
  padding-left: 23px;
  background: url(../../img/ico_disc.png) no-repeat 0px 5px;
  -webkit-background-size: 18px auto;
  -o-background-size: 18px auto;
  background-size: 18px auto;
}
.ulDisc > li.liIcoMovie {
  background: url(../../img/ico_movie.png) no-repeat 0px 6px;
  padding-left: 23px;
  -webkit-background-size: 18px auto;
  -o-background-size: 18px auto;
  background-size: 18px auto;
}

@media all and (-ms-high-contrast: none) {
  .ulDisc > li {
    margin-bottom: 5px;
    padding-left: 23px;
    background: url(../../img/ico_disc.png) no-repeat 0px 5px;
    -webkit-background-size: 18px auto;
    -o-background-size: 18px auto;
    background-size: 18px auto;
  }
}
@-moz-document url-prefix() {
  .ulDisc > li {
    margin-bottom: 5px;
    padding-left: 23px;
    background: url(../../img/ico_disc.png) no-repeat 0px 6px;
    -webkit-background-size: 18px auto;
    -o-background-size: 18px auto;
    background-size: 18px auto;
  }
}
@media all and (-ms-high-contrast: none) {
  .ulDisc > li.liIcoMovie {
    background: url(../../img/ico_movie.png) no-repeat 0px 5px;
    padding-left: 23px;
    -webkit-background-size: 18px auto;
    -o-background-size: 18px auto;
    background-size: 18px auto;
  }
}
@-moz-document url-prefix() {
  .ulDisc > li.liIcoMovie {
    background: url(../../img/ico_movie.png) no-repeat 0px 4px;
    padding-left: 23px;
    -webkit-background-size: 18px auto;
    -o-background-size: 18px auto;
    background-size: 18px auto;
  }
}
/* ulDiscMini */
.ulDiscMini > li:before {
  content: "・";
  color: #333333;
}

/*===========================================
	ulNum
=============================================*/
.ulNum {
  list-style: decimal;
  padding-left: 27px;
}
.ulNum > li {
  margin-bottom: 5px;
}

/*===========================================
	ulDash
=============================================*/
.ulDash > li {
  margin-bottom: 5px;
  padding-left: 23px;
  background: url(../../img/ico_dash.png) no-repeat 0px 5px;
  -webkit-background-size: 18px auto;
  -o-background-size: 18px auto;
  background-size: 18px auto;
}

/*===========================================
	olKana (2017/7/19追加)
=============================================*/
.olKana {
  list-style-type: katakana;
  padding-left: 22px;
}
.olKana li {
  margin-bottom: 5px;
}

/*===========================================
	olRoman (2017/7/19追加)
=============================================*/
.olRoman {
  list-style-type: lower-roman;
  padding-left: 22px;
}
.olRoman li {
  margin-bottom: 5px;
}

/*===========================================
	olAlpha (2017/7/21追加)
=============================================*/
.olAlpha {
  list-style-type: lower-alpha;
  padding-left: 22px;
}
.olAlpha li {
  margin-bottom: 5px;
}

/*===========================================
	map_canvas
=============================================*/
#map_canvas, #map_canvas2 {
  height: 460px;
  background: none repeat scroll 0 0 #EEEEEE;
  margin-bottom: 10px;
}

/*===========================================
	globalNavi2
=============================================*/
#globalNavi2 {
  width: 100%;
  height: 60px;
  top: 0;
  position: fixed;
  background: #f2f2f2;
  z-index: 96;
}
#globalNavi2 #globalNaviList2 {
  width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
}
#globalNavi2 #globalNaviList2 li {
  margin-left: 40px;
  float: left;
}
#globalNavi2 #globalNaviList2 li a {
  color: #333333;
  transition: all 0.3s ease-out 0s;
}
#globalNavi2 #globalNaviList2 li a:hover {
  color: #009139;
  border-bottom: solid 1px #009139;
}
#globalNavi2 #globalNaviList2 li:first-child {
  margin-left: 0;
}

/* btnReservation */
#btnReservation {
  position: fixed;
  top: 45px;
  right: -150px;
  z-index: 99;
  transition: all 0.3s ease-out 0s;
}
#btnReservation:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -ms-transform-origin: 50%;
  -o-transform-origin: 50%;
  transform-origin: 50%;
}

/*===========================================
	tblNormal
=============================================*/
table.tblNormal {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  border: #BEBEBE solid;
  border-width: 1px 1px 1px 1px;
  border-collapse: collapse;
  border-spacing: 0;
}
table.tblNormal th {
  width: 40px;
  padding: 10px;
  border: #BEBEBE solid;
  border-width: 0px 0px 1px 0px;
  font-weight: normal;
  white-space: nowrap;
  background: #F5F2E8;
}
table.tblNormal td {
  padding: 10px;
  border: 1px #BEBEBE solid;
  border-width: 0px 0px 1px 1px;
}
table.tblDefault {
  background-color: transparent;
  border: solid 1px #ccc;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
table.tblDefault caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #666;
  font-weight: bold;
  text-align: left;
}
table.tblDefault th {
  background-color: #f5f5f5;
  text-align: left;
  white-space: nowrap;
}
table.tblDefault > thead > tr > th, table.tblDefault > tbody > tr > th, table.tblDefault > tfoot > tr > th, table.tblDefault > thead > tr > td, table.tblDefault > tbody > tr > td, table.tblDefault > tfoot > tr > td {
  border: solid 1px #ccc;
  padding: 8px;
  line-height: 1.4;
}
table.tblKeyboardShortcut {
  background-color: transparent;
  border: solid 1px #ccc;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  table-layout: fixed;
}
table.tblKeyboardShortcut caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #666;
  font-weight: bold;
  text-align: left;
}
table.tblKeyboardShortcut > thead > tr > th {
  background-color: #e1ebfe;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
table.tblKeyboardShortcut > tbody > tr > th {
  background-color: #f3f7ff;
  text-align: left;
}
table.tblKeyboardShortcut > thead > tr > th, table.tblKeyboardShortcut > tbody > tr > th, table.tblKeyboardShortcut > tfoot > tr > th, table.tblKeyboardShortcut > thead > tr > td, table.tblKeyboardShortcut > tbody > tr > td, table.tblKeyboardShortcut > tfoot > tr > td {
  border: solid 1px #ccc;
  padding: 6px;
  line-height: 1.4;
}
table.tblKeyboardShortcut > tbody > tr:nth-child(even) {
  background-color: #f7f7f7;
}

/*===========================================
	tblDefault
=============================================*/
/*===========================================
	tblKeyboardShortcut
=============================================*/
/*===========================================
	フォーム
=============================================*/
input[type="text"], input[type="email"], input[type="password"] {
  padding: 6px 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: solid 2px #CCCCCC;
  font-size: 16px;
  color: #4C4C4C;
  line-height: 150%;
}

/*===========================================
	back-top
=============================================*/
#back-top {
  position: fixed;
  bottom: 40px;
  right: 30px;
  width: 43px;
  height: 43px;
  text-align: center;
  line-height: 40px;
  background: #386DD4;
  color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  zoom: 1;
  z-index: 100;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
#back-top img {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
#back-top:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

/*===========================================
	oubunTxt
=============================================*/
.oubunTxt {
  font-size: 50px;
  letter-spacing: 0.075em;
  font-weight: normal;
  line-height: 130%;
}

.jpTxt {
  font-size: 34px;
}

.jpTxt2 {
  font-size: 20px;
}

.oubunTxt:first-letter {
  font-size: 64px;
  color: #386DD4;
}

.line-b {
  padding-bottom: 12px;
  border-bottom: solid 1px #999999;
}

/*===========================================
	figure：ロールオーバの拡大
=============================================*/
figure {
  position: relative;
  overflow: hidden;
}
figure img {
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
}
figure:hover img {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  opacity: 0.7;
}

/*===========================================
	dotLine
=============================================*/
hr {
  border-width: 1px 0px 0px 0px;
  border-style: dotted;
  border-color: #999;
  clear: both;
  height: 1px;
  margin: 1.25em auto;
}

@media (max-width: 700px) {
  #back-top {
    right: 15px;
  }

  /*===========================================
  	topicpath
  =============================================*/
  ul#topicpath {
    display: none;
  }

  /*===========================================
  	oubunTxt
  =============================================*/
  .oubunTxt {
    font-size: 34px;
    letter-spacing: 0.05em;
    font-weight: normal;
  }

  .jpTxt {
    font-size: 28px;
  }

  .oubunTxt:first-letter {
    font-size: 58px;
    color: #386DD4;
  }

  /*===========================================
  	ico：アイコン
  =============================================*/
  .icoNews {
    padding: 0px 0px 0px 0px;
    background: none;
  }

  /*===========================================
  	ボタン
  =============================================*/
  a.btnBlue {
    line-height: 130%;
  }
}
/*===========================================
  	ボタン
=============================================*/
a.btn {
  border: solid 1px transparent;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125em;
  line-height: inherit;
  margin-bottom: 0;
  padding: 11px 24px 13px;
  text-align: center;
  vertical-align: middle;
  -webkit-font-smoothing: subpixel-antialiased;
  width: 100%;
}
a.btn:hover, a.btn:active {
  text-decoration: none;
}
a.btn:focus {
  text-decoration: none;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a.btn:active {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
a.btn.btn-default {
  background-color: #707070;
}
a.btn.btn-default:hover {
  background-color: #888;
  color: #fff;
}
a.btn.btn-default:focus, a.btn.btn-default:active {
  background-color: #797979;
  color: #fff;
}
a.btn.btn-instruction {
  background-color: #0941BE;
}
a.btn.btn-instruction:hover {
  background-color: #04205d;
  color: #fff;
}
a.btn.btn-instruction:focus, a.btn.btn-instruction:active {
  background: #0941BE;
  color: #fff;
}
a.btn.btn-ghost-gray {
  background-color: transparent;
  border: solid 1px #646464;
  color: #5f5f5f;
}
a.btn.btn-ghost-gray:hover, a.btn.btn-ghost-gray:focus, a.btn.btn-ghost-gray:active {
  background-color: rgba(0, 0, 0, 0.125);
}
a.btn.btn-ghost-white {
  background-color: transparent;
  border: solid 1px #fff;
  color: #fff;
}
a.btn.btn-ghost-white:hover, a.btn.btn-ghost-white:focus, a.btn.btn-ghost-white:active {
  background-color: rgba(255, 255, 255, 0.125);
}

.arrow_b {
  background: url(/share/images/arrow_black.png) no-repeat left 0.5em;
  padding: 0 0 0 10px;
}

.arrow_w {
  background: url(/share/images/arrow_white.png) no-repeat left 0.5em;
  padding: 0 0 0 10px;
}

.arrow_anchor {
  background: url(/share/images/ico_arrowdown.png) no-repeat 0 0.3em;
  padding: 0 0 0 15px;
}
