@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900);
@font-face {
  font-family: 'oswaldregular';
  src: url("font/oswald-regular-webfont.eot");
  src: url("font/oswald-regular-webfont.eot?#iefix") format("embedded-opentype"), url("font/oswald-regular-webfont.woff") format("woff"), url("font/oswald-regular-webfont.ttf") format("truetype"), url("font/oswald-regular-webfont.svg#oswaldregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'oswaldlight';
  src: url("font/oswald-light-webfont.eot");
  src: url("font/oswald-light-webfont.eot?#iefix") format("embedded-opentype"), url("font/oswald-light-webfont.woff") format("woff"), url("font/oswald-light-webfont.ttf") format("truetype"), url("font/oswald-light-webfont.svg#oswaldregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NotoSansJP-Bold';
  src: url("../font/NotoSansJP-Bold.eot");
  src: url("../font/NotoSansJP-Bold.eot?iefix") format("eot"), url("../font/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: 'NotoSansJP-Medium';
  src: url("../font/NotoSansJP-Medium.eot");
  src: url("../font/NotoSansJP-Medium.eot?iefix") format("eot"), url("../font/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-family: 'NotoSansJP-Regular';
  src: url("../font/NotoSansJP-Regular.eot");
  src: url("../font/NotoSansJP-Regular.eot?iefix") format("eot"), url("../font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: 'NotoSansJP-DemiLight';
  src: url("../font/NotoSansJP-DemiLight.eot");
  src: url("../font/NotoSansJP-DemiLight.eot?iefix") format("eot"), url("../font/NotoSansJP-DemiLight.woff") format("woff");
}
@font-face {
  font-family: 'NotoSansJP-Light';
  src: url("../font/NotoSansJP-Light.eot");
  src: url("../font/NotoSansJP-Light.eot?iefix") format("eot"), url("../font/NotoSansJP-Light.woff") format("woff");
}
@font-face {
  font-family: 'NotoSansJP-Thin-Windows';
  src: url("../font/NotoSansJP-Thin-Windows.eot");
  src: url("../font/NotoSansJP-Thin-Windows.eot?iefix") format("eot"), url("../font/NotoSansJP-Thin-Windows.woff") format("woff");
}
html {
  width: 100%;
}

body {
  color: #000000;
  min-width: 980px;
  position: relative;
  color: #000;
  font-size: 13px;
  background-color: #eee;
  font-family: 'NotoSansJP-Regular', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  -webkit-text-size-adjust: none;
}

#topPage {
  background-color: #fff;
}

iframe[name=google_conversion_frame] {
  display: none !important;
}

/*----------------------------
　　　　ヘッダー
----------------------------*/
#header .topLine {
  width: 100%;
  height: 55px;
  padding: 15px 0 0;
  background-color: #222f53;
  zoom: 1;
  position: relative;
  z-index: 300;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#header .topLine:before, #header .topLine:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#header .topLine:after {
  clear: both;
}
#header .topLine .snsList {
  float: right;
  zoom: 1;
}
#header .topLine .snsList:before, #header .topLine .snsList:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#header .topLine .snsList:after {
  clear: both;
}
#header .topLine .snsList li {
  float: left;
  margin: 0 20px 0 0;
  position: relative;
  height: 14px;
  overflow: hidden;
}
#header .topLine .snsList li a {
  height: 14px;
  line-height: 14px;
  display: block;
  position: relative;
  padding-left: 20px;
  background-repeat: no-repeat;
  -webkit-transition: 600ms ease;
  -moz-transition: 600ms ease;
  -ms-transition: 600ms ease;
  -o-transition: 600ms ease;
  transition: 600ms ease;
}
#header .topLine .snsList li.fb a {
  background-image: url(../images/common/fb_icon.png);
}
#header .topLine .snsList li.fb:hover a {
  background-image: url(../images/common/fb_icon_on.png);
}
#header .topLine .snsList li.twi a {
  background-image: url(../images/common/twi_icon.png);
}
#header .topLine .snsList li.twi:hover a {
  background-image: url(../images/common/twi_icon_on.png);
}
#header .topLine .snsList li.insta img {
  vertical-align: middle;
}
#header .topLine .snsList li.insta a {
  background-image: url(../images/common/insta_icon.png);
}
#header .topLine .snsList li.insta:hover a {
  background-image: url(../images/common/insta_icon_on.png);
}
#header .topLine .logo {
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -54px;
  text-align: center;
}
#header .topLine .logo a {
  display: block;
  -webkit-transition: ease 500ms;
  -moz-transition: ease 500ms;
  -ms-transition: ease 500ms;
  -o-transition: ease 500ms;
  transition: ease 500ms;
}
#header .topLine .logo a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
#header .topLine .logo.on #orihicaPath {
  width: 108px;
  height: 17px;
}
#header .topLine .logo.on #orihicaPath:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
#header .topLine .logo.on #orihicaPath svg {
  display: none;
}
#header .topLine .logo.on .mk {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  margin-right: 0px;
}
#header .topLine .logo #orihicaPath {
  position: relative;
}
#header .topLine .logo #orihicaPath:before {
  content: "";
  width: 112px;
  height: 23px;
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  top: -3px;
  left: -2px;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  background-image: url(../images/common/logo.png);
  background-repeat: no-repeat;
}
#header .topLine .logo .mk {
  padding: 6px 0 0;
  margin-right: -80px;
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 600ms ease;
  -moz-transition: 600ms ease;
  -ms-transition: 600ms ease;
  -o-transition: 600ms ease;
  transition: 600ms ease;
}
#header .headNav {
  position: relative;
  z-index: 200;
  text-align: center;
  width: 100%;
  background: #222f53;
  overflow: hidden;
}
#header .headNav .inr {
  width: 956px;
  margin: 0 auto;
  overflow: hidden;
}
#header .headNav ul {
  position: relative;
  z-index: 100;
  zoom: 1;
  width: 1024px;
  height: 55px;
}
#header .headNav ul:before, #header .headNav ul:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#header .headNav ul:after {
  clear: both;
}
#header .headNav ul li {
  float: left;
  display: block;
  font-size: 0;
  position: relative;
  height: 55px;
  margin: 0 70px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#header .headNav ul li:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -6px;
  width: 12px;
  height: 7px;
  -webkit-transition: ease 400ms;
  -moz-transition: ease 400ms;
  -ms-transition: ease 400ms;
  -o-transition: ease 400ms;
  transition: ease 400ms;
  background-image: url(../images/common/nav_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
}
#header .headNav ul li a {
  display: block;
  padding: 19px 0 17px;
  position: relative;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: ease 400ms;
  -moz-transition: ease 400ms;
  -ms-transition: ease 400ms;
  -o-transition: ease 400ms;
  transition: ease 400ms;
}
#topPage #header .headNav ul li a, .otherPage #header .headNav ul li a {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
#header .headNav ul li.active:after, #header .headNav ul li:hover:after {
  bottom: 0;
}
#header .headNav ul li.active a, #header .headNav ul li:hover a {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
#header .headNav ul img {
  vertical-align: middle;
}
#header .fixed {
  position: fixed;
}

.magNav {
  -webkit-transition: 300ms ease;
  -moz-transition: 300ms ease;
  -ms-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
  background-color: #fff;
  text-align: center;
  position: relative;
  z-index: 300;
  min-width: 1000px;
  width: 100%;
  height: 50px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.magNav.fixed {
  position: fixed;
  top: 0px;
  left: 0;
}
.magNav.fixed.active {
  top: 50px;
  z-index: 600;
  -webkit-transition: top 300ms ease, z-index 300ms ease 500ms;
  -moz-transition: top 300ms ease, z-index 300ms ease 500ms;
  -ms-transition: top 300ms ease, z-index 300ms ease 500ms;
  -o-transition: top 300ms ease, z-index 300ms ease 500ms;
  transition: top 300ms ease, z-index 300ms ease 500ms;
}
.magNav nav {
  position: relative;
  display: inline-block;
}
.magNav nav:before {
  -webkit-transition: 400ms ease;
  -moz-transition: 400ms ease;
  -ms-transition: 400ms ease;
  -o-transition: 400ms ease;
  transition: 400ms ease;
  content: "";
  position: absolute;
  z-index: 500;
  top: -7px;
  right: 77px;
  width: 11px;
  height: 7px;
  background-image: url(../images/common/nav_trg.png);
  background-repeat: no-repeat;
}
.magNav nav.on:before {
  background-image: url(../images/common/nav_trg_on.png);
}
.magNav ul {
  display: inline-block;
  zoom: 1;
  font-size: 0;
  position: relative;
}
.magNav ul:before, .magNav ul:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.magNav ul:after {
  clear: both;
}
.magNav ul li {
  text-align: center;
  float: left;
}
.magNav ul li a {
  display: block;
}
.magNav ul li span {
  width: 101px;
  height: 50px;
  line-height: 50px;
  display: block;
  border-right: 1px solid #ddd;
  padding: 0 32px;
  text-indent: -9999px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 400ms ease;
  -moz-transition: 400ms ease;
  -ms-transition: 400ms ease;
  -o-transition: 400ms ease;
  transition: 400ms ease;
}
.magNav ul li:first-child {
  border-left: 1px solid #ddd;
}
.magNav ul li.home span {
  background-image: url(../images/common/orc_home.png);
}
.magNav ul li.home:hover span {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.magNav ul li.n1 span {
  background-image: url(../images/common/orc_n1.png);
}
.magNav ul li.n1:hover span {
  background-color: #006600;
  background-image: url(../images/common/orc_n1_ac.png);
}
.magNav ul li.n2 span {
  background-image: url(../images/common/orc_n2.png);
}
.magNav ul li.n2:hover span {
  background-color: #FF8000;
  background-image: url(../images/common/orc_n2_ac.png);
}
.magNav ul li.n3 span {
  background-image: url(../images/common/orc_n3.png);
}
.magNav ul li.n3:hover span {
  background-color: #D90000;
  background-image: url(../images/common/orc_n3_ac.png);
}
.magNav ul li.n4 span {
  background-image: url(../images/common/orc_n4.png);
}
.magNav ul li.n4:hover span {
  background-color: #0059B2;
  background-image: url(../images/common/orc_n4_ac.png);
}
.magNav ul li.n5 span {
  background-image: url(../images/common/orc_n5.png);
}
.magNav ul li.n5:hover span {
  background-color: #00A3D9;
  background-image: url(../images/common/orc_n5_ac.png);
}

/*----------------------------
　　　　フッター
----------------------------*/
#fBnrList {
  padding: 30px 0 15px;
  background-color: #eee;
  text-align: center;
}
#fBnrList ul {
  width: 1028px;
  zoom: 1;
  display: inline-block;
}
#fBnrList ul:before, #fBnrList ul:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#fBnrList ul:after {
  clear: both;
}
#fBnrList li {
  float: left;
  margin: 0 28px 15px 0;
}
#fBnrList li a {
  display: block;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transition: opacity ease 0.5s;
  -moz-transition: opacity ease 0.5s;
  -ms-transition: opacity ease 0.5s;
  -o-transition: opacity ease 0.5s;
  transition: opacity ease 0.5s;
}
#fBnrList li a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
#fBnrList li img {
  vertical-align: middle;
}

.footerPageTitle {
  text-align: center;
  height: 33px;
  line-height: 33px;
  background: #4f4f5b;
  color: #fff;
  letter-spacing: 0.1em;
}

#footer {
  position: relative;
}
#footer .footerNav {
  background: #fff;
  width: 100%;
  height: 50px;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  text-align: center;
}
#footer .footerNav ul {
  display: inline-block;
  font-size: 0px;
}
#footer .footerNav ul li {
  height: 50px;
  font-size: 12px;
  display: inline-block;
  padding: 0 15px;
}
#footer .footerNav ul li a {
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  color: #000;
  -webkit-transition: All 500ms ease;
  -moz-transition: All 500ms ease;
  -ms-transition: All 500ms ease;
  -o-transition: All 500ms ease;
  transition: All 500ms ease;
}
#footer .footerNav ul li:hover a {
  color: #999;
}
#footer .footerUd {
  background-color: #222f53;
  width: 100%;
  height: 150px;
  text-align: center;
  position: relative;
}
#footer .footerUd .cp {
  padding: 40px 0 0;
}
#footer .footerUd:before {
  content: "";
  position: absolute;
  bottom: 84px;
  left: 50%;
  margin-left: -250px;
  background-image: url(../images/common/cr_border.png);
  background-repeat: no-repeat;
  width: 500px;
  height: 4px;
}
#footer .footerUd h2 {
  font-size: 13px;
  color: #fff;
  line-height: 1.8;
  margin-top: 30px;
  letter-spacing: 0.1em;
}

/*----------------------------
　　　　共通見出し
----------------------------*/
.index {
  text-align: center;
  letter-spacing: 0.17em;
  padding-top: 38px;
  margin-bottom: 47px;
}
#topPage .index {
  padding-top: 0;
}
.index .en {
  font-family: 'Lato';
  font-weight: 900;
  font-size: 28px;
  display: block;
  margin-bottom: 15px;
}
.index .jp {
  font-family: 'NotoSansJP-Bold', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 15px;
  display: block;
  line-height: 1.7;
}

.shopNews {
  cursor: pointer;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45px;
  z-index: 200;
  -webkit-transition: all linear 0.4s;
  -moz-transition: all linear 0.4s;
  -ms-transition: all linear 0.4s;
  -o-transition: all linear 0.4s;
  transition: all linear 0.4s;
}
.shopNews.on {
  height: 260px;
}
.shopNews.on .title {
  background-image: url(../images/common/shopnews_on.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.shopNews .shoplist {
  background-color: #0AACE9;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 108px;
  height: 32px;
}
.shopNews .shoplist a {
  display: block;
  line-height: 32px;
  text-align: center;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transition: opacity ease 0.5s;
  -moz-transition: opacity ease 0.5s;
  -ms-transition: opacity ease 0.5s;
  -o-transition: opacity ease 0.5s;
  transition: opacity ease 0.5s;
}
.shopNews .shoplist a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.shopNews .shoplist a img {
  vertical-align: middle;
}

.toTop {
  position: relative;
}
.toTop a {
  display: block;
  text-align: center;
  width: 100%;
  height: 33px;
  line-height: 37px;
  background-color: #4f4f5b;
}

.shopNewsWr {
  height: 100%;
  background-color: #4f4f5b;
  opacity: 0.95;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  filter: alpha(opacity=95);
}
.shopNewsWr .title {
  margin: 0 auto;
  width: 89px;
  height: 45px;
  background-image: url(../images/common/shopnews.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.shopNewsWr .shopNewsBox {
  width: 855px;
  margin: 38px auto 0;
  zoom: 1;
}
.shopNewsWr .shopNewsBox:before, .shopNewsWr .shopNewsBox:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.shopNewsWr .shopNewsBox:after {
  clear: both;
}
.shopNewsWr .shopNewsBox .open {
  margin-right: 45px;
  float: left;
  width: 360px;
}
.shopNewsWr .shopNewsBox .open h3 {
  font-size: 24px;
  color: #0AACE9;
  padding: 0 0 18px 33px;
  background-image: url(../images/common/shopnews_icon.png);
  background-repeat: no-repeat;
  background-position: top left;
  border-bottom: 1px solid #fff;
}
.shopNewsWr .shopNewsBox .open .shopInfo .txt, .shopNewsWr .shopNewsBox .open .shopInfo .shopTtl {
  display: none;
}
.shopNewsWr .shopNewsBox .open .shopInfo ul {
  color: #FFF;
  margin: 20px 0;
  font-size: 13px;
}
.shopNewsWr .shopNewsBox .open .shopInfo ul li {
  margin: 0 0 16px;
}
.shopNewsWr .shopNewsBox .open .shopInfo ul li .date {
  padding: 0 0 0 5px;
}
.shopNewsWr .shopNewsBox .open .shopInfo ul li a {
  display: block;
  text-decoration: none;
  color: #FFF;
}
.shopNewsWr .shopNewsBox .close {
  float: left;
  width: 450px;
}
.shopNewsWr .shopNewsBox .close h3 {
  color: #B9B9B9;
  font-size: 24px;
  border-bottom: 1px solid #fff;
  padding: 0 0 18px 0;
}
.shopNewsWr .shopNewsBox .close p {
  color: #FFF;
  margin: 20px 0;
  font-size: 13px;
  line-height: 1.6;
}
.shopNewsWr .shopNewsBox .close a {
  text-decoration: none;
  color: #fff;
}
.shopNewsWr .shopNewsBox ul li a:hover {
  text-decoration: underline;
}

/*----------------------------
　　　　コンテンツ共通
----------------------------*/
#wrap {
  width: 1000px;
  margin: 0 auto;
}

#con_wrap {
  width: 1000px;
  margin-bottom: 30px;
  zoom: 1;
}
#con_wrap:before, #con_wrap:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#con_wrap:after {
  clear: both;
}

#bread {
  width: 1000px;
  margin: 0 auto;
  padding: 18px 0;
  font-size: 12px;
  text-align: left;
  letter-spacing: 0.05em;
  color: #222f53;
}
#bread a {
  color: #2685c3;
  text-decoration: none;
}
#bread a:first-child {
  background-image: url(../images/common/home_icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 18px;
}
#bread a:hover {
  text-decoration: underline;
}

#contents {
  width: 770px;
  float: left;
}
#contents h2 img {
  vertical-align: middle;
}

#contents_long {
  width: 1000px;
}

/* side */
#side {
  width: 218px;
  float: right;
}

#side .sideLink li,
#side .sideBn li {
  margin-bottom: 15px;
  background-color: #02050a !important;
  /* bug fix */
  font-size: 0;
}

#side .sideLink a:hover img,
#side .sideBn a:hover img {
  -ms-filter: "alpha(opacity=80)";
  /* ie 8 */
  filter: alpha(opacity=80);
  /* ie lt 8 */
  -moz-opacity: 0.8;
  /* FF lt 1.5, Netscape */
  opacity: 0.8;
  zoom: 1;
}

/*----------------------------
　　　 テキスト共通
----------------------------*/
em {
  font-style: normal;
  font-weight: bold;
  font-size: 1.2em !important;
}

.font_red {
  color: #BC0005;
}

.font_txt_s {
  font-size: 10px;
}

.font_txt_m {
  font-size: 12px !important;
}

.font_txt_l {
  font-size: 14px;
}

.nobold {
  font-weight: normal !important;
}

.bold {
  font-weight: bold !important;
}

.font_blue {
  color: #223152 !important;
}

.font_red2 {
  color: #ff0000 !important;
}

.fontSmall {
  font-size: 80%;
}

.con {
  color: #223152;
}

.con_b {
  color: #223152;
  font-weight: bold;
}

.note01 {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 90%;
  line-height: 1.6;
}

/*margin
--------------------------------*/
.lmargin10 {
  margin-left: 10px;
}

.lmargin15 {
  margin-left: 15px;
}

.lmargin20 {
  margin-left: 20px;
}

.lmargin5 {
  margin-left: 5px;
}

.pad_top50 {
  padding-top: 50px;
}

.pad_top30 {
  padding-top: 30px;
}

.pad_left30 {
  padding-left: 30px;
}

.pad_left40 {
  padding-left: 40px;
}

.pad_left12 {
  padding-left: 12px;
}

.bottom_m20 {
  margin-bottom: 20px;
}

.bottom_m14 {
  margin-bottom: 14px;
}

.bottom_m12 {
  margin-bottom: 12px;
}

.bottom_m30 {
  margin-bottom: 30px;
}

#season_con #season_ban_area ul.iconLink {
  padding-top: 0;
}

.iconLink li span {
  display: block;
  padding-left: 9px;
  background: url(../common/images/com_ic002.gif) no-repeat left center;
}

* html .iconLink li {
  /* IE6 hack */
  background: url(../common/images/com_ic002.gif) no-repeat 0 7px;
  zoom: 1;
}

* html .zoom {
  /* IE6 hack */
  zoom: 1 !important;
}

.mt00 {
  margin-top: 0px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt90 {
  margin-top: 90px !important;
}

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

.mb0 {
  margin-bottom: 0 !important;
}

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

.mr16 {
  margin-right: 16px !important;
}

.alignLeft {
  text-align: left !important;
}

.alignCenter {
  text-align: center !important;
}

.alignRight {
  text-align: right !important;
}

/*link
--------------------------------*/
a {
  color: #2685C3;
  text-decoration: underline;
}

a:visited {
  color: #2685C3;
  text-decoration: underline;
}

a:hover {
  color: #2685C3;
  text-decoration: none;
}

a:active {
  color: #2685C3;
  text-decoration: underline;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -21px;
  width: 100%;
  z-index: 1000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  position: relative;
  background: #888;
  text-indent: -9999px;
  display: block;
  width: 6px;
  height: 6px;
  margin: 0 10px;
  outline: 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: All 500ms ease;
  -moz-transition: All 500ms ease;
  -ms-transition: All 500ms ease;
  -o-transition: All 500ms ease;
  transition: All 500ms ease;
  behavior: url("/PIE.htc");
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  position: relative;
  background: #222f53;
  width: 6px;
  height: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  behavior: url("/PIE.htc");
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
