@charset "utf-8";

/*  =============================================================

　　共通設定

============================================================= */


/*  全体　設定
--------------------------------------------- */

body {
  font-family: "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 1.4em;
  text-align: center;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
  color: #111;
}


/*  画像 設定
-------------------------- */

img {
  vertical-align: top;
  border: none;
}

/* スマホ用 */
.mediaSP {
  display: none;
}


/*  リンク 設定
-------------------------- */

a {
  display: inline-block;
  outline: none;
  color: #004499;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

/*  書式 設定
-------------------------- */
.underline { text-decoration: underline; }


/*  フォーム 設定
-------------------------- */

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
button,
select,
textarea {
  border-radius: 0 !important;
  padding: 5px;
  background: #fff;
  font-size: 1em;
  font-family: "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 8px;
  padding: 0;
  font-size: 1.2em;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  border: 1px solid #bbb;
}

select {
  min-width: 200px;
  height: 30px;
  padding: 0;
}

textarea {
  resize: vertical;
  width: 100%;
  height: 120px;
  line-height: 1.6em;
}


/*　コンテナー　設定
--------------------------------------------- */

#container {
  position: relative;
  width: 100% !important;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

 #container.gt740 {
  width: 100% !important;
  position: relative !important;
  right: auto !important;
}

.boxInner {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
}


/*  ヘッダー 設定
--------------------------------------------- */

#header {
  position: relative;
  padding: 25px 0;
  background: #6b2100;
  box-shadow: 0px 0px 9.5px .5px rgba(0,0,0,.15);
}

#header a {
  color: #111;
}

.gt740 #header {
  left: 0 !important;
}

/* -------- Site Logo -------- */

#header #logo {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  text-align: left;
}

#header #logo h1 {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  position: relative;
  z-index: 5;
  margin-top: 28px;
}

#header #logo a {
  display: block;
  transition: opacity .3s ease-in-out;
}

#header #logo a:hover {
  opacity: .7;
}

/* -------- Site Menu -------- */

#header #sitemenu {
  font-weight: bold;
}

#header #sitemenu a {
  color: #fff;
}

/* -- Menu Button -- */

#header #sitemenu #menuBtn {
  display: none;
}

/* -- Menu Content -- */

#header #sitemenu #menu {
}

.gt740 #header #sitemenu #menu {
  display: block !important;
  height: auto !important;
  z-index: auto !important;
}

.gt740 #header #sitemenu #menu,
.gt740 #header #sitemenu #menu .boxSubMenu {
  overflow: visible !important;
}

/* ------ Global Navi ------ */

#header #gnav {
}

#header #gnav .boxMenuList {
}

#header #gnav .boxMenuList > ul {
  position: relative;
  z-index: 2;
  padding: 22px 0 0;
  text-align: right;
  letter-spacing: -.40em;
}

#header #gnav li {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  position: relative;
  z-index: 5;
  font-size: 1em;
  letter-spacing: normal;
}

#header #gnav li.mediaSP {
  display: none !important;
}

#header #gnav li a {
  display: block;
  transition: opacity .3s ease-in-out;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  text-decoration: none;
}

/* Current Line */
#header #gnav li.current:before {
  position: absolute;
  right: 8px;
  left: 37px;
  bottom: -5px;
  z-index: -1;
  height: 2px;
  background: #fff;
  content: "";
}

/* Hover */
#header #gnav li > p.active a,
#header #gnav li > a:hover,
#header #gnav li.current:hover:before {
  opacity: .7;
}

/* ---- Sub Menu ---- */

/* -- Sub Menu List -- */

#header #gnav .boxSubMenu {
  display: none;
  position: absolute;
  top: 30px;
  left: 50%;
  overflow: hidden;
  width: 200px;
  margin-left: -100px;
  padding: 12px 0 0;
}

#header #gnav .boxSubMenu ul {
  position: relative;
  padding: 10px 0;
  background: rgba(51,51,51,0.8);
  font-size: .85em;
  text-align: left;
}

/* Menu Arrow */
#header #gnav .boxSubMenu ul:before {
  position: absolute;
  top: -36px;
  left: 50%;
  z-index: 1;
  width: 0;
  height: 0;
  margin-left: -15px;
  border-width: 18px 14px 18px 14px;
  border-color:  transparent transparent rgba(51,51,51,0.8) transparent;
  border-style: solid;
  content: "";
}

#header #gnav .boxSubMenu ul,
#header #gnav .boxSubMenu ul a {
  color: #fff;
}

#header #gnav .boxSubMenu ul li {
  display: block;
  margin: 0 6px;
}

#header #gnav .boxSubMenu ul li.mediaSP {
  display: none;
}

#header #gnav .boxSubMenu ul li a {
  display: block;
  transition: opacity .4s ease-in-out;
  position: relative;
  width: 100%;
  padding: 4px 8px 4px 16px;
  letter-spacing: -.02em;
}

#header #gnav .boxSubMenu ul li a:before {
  position: absolute;
  top: 12px;
  left: 5px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border-width: 4px 5px 4px 5px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  content: "";
}

#header #gnav .boxSubMenu ul li a:hover {
  opacity: .6;
}

/* ------ User Navi ------ */

#header #usernav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: .8em;
  letter-spacing: -.03em;
}

#header #usernav .boxInner {
  padding-top: 8px;
  text-align: right;
}

#header #usernav ul {
  letter-spacing: -.40em;
}

#header #usernav li {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  transition: background .4s ease-in-out;
  vertical-align: top;
  letter-spacing: normal;
  margin-left: 10px;
}

#header #usernav li.mediaSP {
  display: none;
}

#header #usernav a:hover {
  text-decoration: underline;
}

/* ------ Banner Area ------ */

#header .boxBannerArea {
  display: none;
  padding: 20px 15px;
}

.boxBannerArea {
}

.boxBannerArea a {
  transition: opacity .4s ease-in-out;
}

.boxBannerArea a:hover {
  opacity: .6;
}

.boxBannerArea img {
  width: 100%;
}

.boxBannerArea p {
  padding-bottom: 15px;
}

.boxBannerArea .boxSNS ul {
  margin-left: -10px;
  margin-bottom: 0;
  letter-spacing: -.40em;
}

.boxBannerArea .boxSNS li {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  width: 50%;
  letter-spacing: normal;
  padding-left: 10px;
}

/* -------- Login -------- */

#header #login {
}

#header #login .boxAcc {
  margin: 0 auto;
}

#header #login .boxAcc .boxAccHead {
  position: absolute;
  top: -47px;
  top: -45px\9; /* IE8用 */
  right: 0;
  left: 0;
  padding: 0;
  text-align: right;
  cursor: default;
}

/* IE9用 */
#header #login .boxAcc .boxAccHead:not(:target) {
  top: -44px\9;
}

#header #login .boxAcc .boxAccHead .btnLogin {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  transition: margin-top .2s ease-in-out,padding-bottom .2s ease-in-out,color .2s ease-in-out;
  border-radius: 6px 6px 0 0;
  background: #ffedb8;
  padding: 13px 25px;
  cursor: pointer;
}

#header #login .boxAcc .boxAccHead .btnLogin:hover {
  margin-top: -4px;
  padding-bottom: 17px;
  color: #541a00;
}

#header #login .boxAcc .boxAccHead .btnLogin a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#header #login .boxAcc .boxAccCont {
  background: #ffedb8;
}

#header #login .boxAcc .boxAccCont .boxAccContInner {
  padding: 20px 25px;
}

/* ------ Login Form ------ */

#header #loginform {
  color: #541a00;
  font-weight: bold;
  text-align: center;
}

#header #loginform > p {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  padding-left: 20px;
  vertical-align: middle;
}

#header #loginform label {
  margin-right: 10px;
}

#header #loginform .login-submit {
  padding-left: 25px;
}

#header #loginform .login-submit input {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  transition: background .4s ease-in-out;
  padding: 8px 45px;
  border-radius: 3px;
  border: none;
  background: #6b2100;
  color: #fff;
  font-size: 1.05em;
  font-weight: bold;
  text-align: center;
  letter-spacing: .02em;
  cursor: pointer;
}

#header #loginform .login-submit input:hover {
  background-color: #541a00;
}

/* ------ Member ------ */

#header #login.member .boxAcc .boxAccHead .btnLogin {
  position: relative;
  cursor: auto;
}

#header #login.member .boxAcc .boxAccHead .btnLogin:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 22;
  width: 100%;
  height: 100%;
  content: "";
}

#header #login.member .boxAcc .boxAccHead .btnLogin:hover {
  margin-top: 0;
  padding-bottom: 13px;
  color: #541a00;
  color: #333;
}

#header #login.member .boxAcc .boxAccCont {
  overflow: hidden !important;
  display: block !important;
  height: auto !important;
}

#header #login.member .boxAcc .boxAccCont .boxAccContInner {
  padding: 12px 25px;
}

/* ---- Member Menu ---- */

#header #login .boxMemberMenu {
  font-size: .92em;
}

#header #login .boxMemberMenu ul {
  text-align: right;
  letter-spacing: -.40em;
}

#header #login .boxMemberMenu li {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  margin-left: 25px;
  letter-spacing: normal;
}

#header #login .boxMemberMenu .icn.arw {
  padding-left: 12px;
}

#header #login .boxMemberMenu a:hover {
  text-decoration: underline;
}


/*  コンテンツ 設定
--------------------------------------------- */

#content {
}


/*  Content Main
----------------------------------- */

#contentMain {
  padding-top: 25px;
  padding-bottom: 0;
}

#contentMain img {
  max-width: 100%;
}

#contentMain > .boxInner {
  padding-bottom: 100px;
}



/*  2カラム 設定
----------------------------------- */

/* ---- 2カラム・メインエリア ---- */

#main {
  float: left;
  width: 740px;
}

/* ---- 2カラム・サイドエリア ---- */

#side {
  float: right;
  width: 200px;
}


/*  フッター 設定
--------------------------------------------- */

#footer {
  position: relative;
  line-height: 1.6em;
}

/* -------- フッター上部 -------- */

#footerTop {
  background: #6b2100;
}

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

#footerTop .boxInner {
  padding: 50px 0 115px;
}

/* ---- Footer Logo ---- */

#footer .boxFooterLogo {
  display: block;
  float: left;
  width: 200px;
  font-size: 1.25em;
  line-height: 1.4em;
}

/* ---- Footer Nav ---- */

#footer .boxFooterNav {
  float: right;
  width: 720px;
}

#footer .boxFooterNav a[target="_blank"] {
  padding-right: 22px;
  background: url(/common/img/icn-link.png) no-repeat right 6px;
}

#footer .boxFooterNav a:hover {
  text-decoration: underline;
}

#footer .boxFooterNav > ul {
  margin-top: -20px;
  margin-left: -50px;
  letter-spacing: -.40em;
}

#footer .boxFooterNav > ul > li {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  padding-top: 20px;
  padding-left: 60px;
  letter-spacing: normal;
  vertical-align: top;
}

#footer .boxFooterNav > ul > li > p {
  font-weight: bold;
}

#footer .boxFooterNav > ul > li > ul {
  padding: 5px 0;
  line-height: 1.9em;
  letter-spacing: -.02em;
}

/* -------- フッター下部 -------- */

#footerBtm {
  background: #fff;
}

#footerBtm .boxInner {
  padding: 35px 0 40px;
  text-align: center;
}

/* ---- Copyright ---- */

#footer  #copyright {
  display: block;
  font-size: .78em;
  line-height: 1.6em;
  text-align: center;
}

/* ---- Page Top ---- */

#footer #pagetop {
  display: block;
  position: absolute;
  top: -24px;
  right: auto;
  left: auto;
  z-index: 600;
  width: 52px;
  height: 52px;
  margin-left: 946px;
}

/* -- Fixed -- */

#footer #pagetop.fxd {
  position: fixed;
  top: auto !important;
  bottom: 20px;
}

#footer #pagetop a {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  overflow: hidden;
  transition: background .4s ease-in-out;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 100%;
  background: #333;
}

#footer #pagetop a:before,
#footer #pagetop a:after {
  transition: border .4s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin-top: -24px;
  margin-left: -15px;
  border-width: 16px;
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  border-radius: 100%;
  content: "";
}

#footer #pagetop a:after {
  margin-top: -19px;
  border-bottom-color: #333;
}

#footer #pagetop a:hover {
  background-color: #111;
}

#footer #pagetop a:hover:after {
  border-bottom-color: #111;
}

#footer #pagetop a span {
  display: none;
}


/*  オーバーレイ 共通設定
--------------------------------------------- */

#overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 888;
  background: rgba(0,0,0,.6);
}
