﻿@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

File name:      mod_headerfooter.css
Update:         2021/07
Author:         H.I
Style Info:     サイトのヘッダ、フッタ設定
----------------------------------------------------------- */

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}

/* header
---------------------------------------------------------------------- */

#headerArea .headerArea-inner {
  position: relative;
  width: 830px;
}

#headerArea h1,
#headerArea p,
#headerArea li {
  line-height: 1;
}

/* スーパーTOP用ヘッダ */
#headerArea.supertop .headerArea-inner {
  width: 830px;
  height: 91px;
  background: url("/image/common/supertop/bg_stheader.gif") no-repeat;
}

#headerArea.supertop .headerArea-inner.newyear {
  width: 830px;
  height: 91px;
  background: url("/image/common/supertop/bg_stheader_newyear.gif") no-repeat;
}

/* セレクトトップ用ヘッダ */
#headerArea.select .headerArea-inner {
  width: 830px;
  height: 79px;
  background: url("/image/common/select/bg_selectheader.gif") no-repeat;
}

#headerArea.select .headerArea-inner.newyear {
  width: 830px;
  height: 79px;
  background: url("/image/common/select/bg_selectheader_newyear.gif") no-repeat;
}

#headerArea.supertop p.siteDescription,
#headerArea.select p.siteDescription {
  margin: 0;
  padding: 8px 0 0 8px;
}

#headerArea.supertop h1,
#headerArea.select h1 {
  margin: 0 0 0 10px;
  _margin: 2px 0 0 10px;
  padding: 0;
}

/* 吹き出し無し */
#headerArea.supertop p.Anniversary,
#headerArea.select p.Anniversary {
  display: none;
}

/*--吹き出し
#headerArea.supertop p.Anniversary,
#headerArea.select p.Anniversary {
	position:absolute;
	margin:0;
	padding:0;
	top:7px;
	left:176px;
}--*/

/* 通常 *
#headerArea.supertop p.groupLogo,
#headerArea.select p.groupLogo {
	position: absolute;
	top: 9px;
	right: 6px;
}*/

/* SQUARE ENIX x NIFTY  */
#headerArea.supertop p.groupLogo,
#headerArea.select p.groupLogo {
  position: absolute;
  top: 5px;
  right: 6px;
}

/* 簡易ヘッダ */
#headerArea.simple {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  background: url("/image/common/simple/bg_simpleheader.gif") repeat-x;
}
#headerArea.simple .headerArea-inner {
  width: 970px;
  height: 29px;
}
#headerArea.simple h1 {
  padding: 6px 0 0 9px;
}

/* globalNavi
---------------------------------------------------------------------- */
/* GlobalNavi > supertop(basement) */
#globalNavi {
  position: absolute;
  top: 52px;
  left: 0;
  width: 830px;
  padding: 6px 0;
  overflow: hidden;
}
#globalNavi ul {
  width: 814px;
  height: 27px;
  margin: 0 auto;
  border-left: 1px dotted #969696;
}
#globalNavi li {
  float: left;
  width: 10.8%;
  *width: 12.46999%;
  height: 27px;
  list-style: none;
  font-size: 11px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
#globalNavi li a {
  display: block;
  border-right: 1px dotted #969696;
  color: #4D5156;
  text-decoration: none;
  cursor: pointer;
}
#globalNavi li .main {
  display: block;
  height: 17px;
  font-weight: bold;
  line-height: 15px;
  -webkit-transition: color 0.15s ease;
  -moz-transition: color 0.15s ease;
  transition: color 0.15s ease;
  cursor: pointer;
}
#globalNavi li:hover .main,
#globalNavi li.current .main {
  color: #ff1985;
}
#globalNavi li .sub {
  display: block;
  height: 10px;
  font-size: 9px;
  line-height: 9px;
  cursor: pointer;
}
#globalNavi li .sub-in {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 6px;
  vertical-align: baseline;
  cursor: pointer;
}
#globalNavi li .sub-in .t {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0 2px;
  color: #757575;
  cursor: pointer;
}
#globalNavi li .sub-in .l {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 1px;
  margin-top: -1px;
  border-top: 1px solid #757575;
  cursor: pointer;
}
/* GlobalNavi > select */
.select #globalNavi {
  height: 15px;
}
.select #globalNavi ul {
  height: 15px;
}
.select #globalNavi li {
  height: 15px;
}
.select #globalNavi li .main {
  height: 15px;
  line-height: 15px;
}
.select #globalNavi li .sub {
  display: none;
}
/* GlobalNavi > simple */
.simple #globalNavi {
  top: 1px;
  left: 128px;
  width: 580px;
  height: 15px;
}
.simple #globalNavi ul {
  height: 15px;
  width: auto;
  margin: 0;
}
.simple #globalNavi li {
  width: auto;
  height: 15px;
}
.simple #globalNavi li a {
  padding: 0 6px;
}
.simple #globalNavi li .main {
  height: 15px;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: -0.03em;
}
.simple #globalNavi li .main .d {
  display: none;
}
.simple #globalNavi li .sub {
  display: none;
}
.select #globalNavi li {
  width: 10.8%;
}
.select #globalNavi li.premiershop,
.supertop #globalNavi li.premiershop {width: 13%;}
.select #globalNavi li.coord,
.supertop #globalNavi li.coord {width: 9.7%;}
.select #globalNavi li.trade,
.supertop #globalNavi li.trade {width: 12.5%;}

/* GlobalNavi > adjust */
#globalNavi .premiershop .main {
  letter-spacing: -0.09em;
}

/* utilityNavi
---------------------------------------------------------------------- */
#utilityNavi {
  position: absolute;
  top: 28px;
  right: 6px;
  text-align: left;
  font-size: 11px;
  color: #999;
}

#utilityNavi li {
  display: inline;
  list-style-type: none;
  margin-left: 2px;
  padding-right: 6px;
  padding-top: 1px;
  border-right: 1px solid #aaa;
}

#utilityNavi li.last {
  border-right: 0;
  padding-right: 0;
}

#utilityNavi li a {
  color: #4D5156;
  padding-bottom: 1px;
}

#utilityNavi li a:hover {
  text-decoration: underline;
}

#utilityNavi li img {
  vertical-align: middle;
  margin-top: 2px;
  margin-bottom: 2px;
}

#utilityNavi li#guestBtn {
  width: 216px;
  height: 12px;
  margin: 13px 0px 0 3px;
}

#utilityNavi li#guestBtn a {
  border: 1px solid #f4acc0;
  background-color: #ed6c8f;
  color: #fff;
  border-radius: 3px;
  transition: 0.6s;
  padding: 0 14px;
}

#utilityNavi li#guestBtn a:hover {
  border: 1px solid #f4acc0;
  background-color: #f8afcc;
  color: #fff;
  text-decoration: none;
}

#utilityNavi #li_logout,
#utilityNavi #li_login,
#utilityNavi #li_logout,
#utilityNavi #li_logout {
  border: 1px solid #4D5156;
  border-radius: 3px;
  transition: 0.6s;
  padding: 0;
  margin: 0;
}

#utilityNavi #li_login a {
  padding: 0 14px;
}

#utilityNavi #li_logout a {
  padding: 0 9px;
}

#utilityNavi #li_login a:hover {
  transition: 0.6s;
  text-decoration: none;
  background-color: #ddd;
  padding: 0 14px;
}

#utilityNavi #li_logout a:hover {
  transition: 0.6s;
  text-decoration: none;
  background-color: #ddd;
  padding: 0 9px;
}

html>/**/body #utilityNavi li img {
  margin-top: -2px; /* IE7以外のモダンブラウザ用 */
  margin-bottom: 0;
}

html>/**/body #utilityNavi li img {
  margin-top/*\**/: -4px\9; /* IE7以外のモダンブラウザ用 */
  margin-bottom: 0\9;
}

/* イベントお知らせ画像用 */
#utilityNavi li.event_news {
  position: absolute;
  top: -15px;
  left: -141px;
  border-right: none;
}

/*ログイン前用*/
/*
#utilityNavi li.event_news.guest{
	left:-239px;
}
*/

#utilityNavi li.event_news a {
  display: block;
  width: 130px;
  height: 30px;
  padding: 0;
}

#utilityNavi li.event_news a img {
  margin-top: 0;
}

/* 簡易ヘッダ用 */
#headerArea.simple #utilityNavi {
  top: 7px;
  _top: 5px;
  /*left: 633px;*/
  right: 0;
}

*:first-child + html #headerArea.simple #utilityNavi {
  top: 5px; /* IE7 */
}

/* 未ログイン時新規登録ヘッダー用 */
#headerArea #utilityNavi2Area {
  width: 970px;
  height: auto;
  font-size: 12px;
  color: #777;
  text-align: center;
  margin: 0 auto;
  padding: 16px 0 0 0;
}

#headerArea #utilityNavi2Area ul {
  display: block;
  width: 520px;
  padding: 13px 0;
  margin: 0 auto;
}

#headerArea #utilityNavi2Area li {
  display: inline;
  list-style-type: none;
  margin: 13px 0 0 0;
}

#headerArea #utilityNavi2Area li a {
  display: inline-block;
  width: 216px;
  height: 12px;
  background: white;
  padding: 10px;
  border: 2px solid #777777;
  border-radius: 3px;
  transition: 0.6s;
}
#headerArea #utilityNavi2Area li a:hover {
  text-decoration: none;
  background-color: #ddd;
  transition: 0.6s;
}

#headerArea #utilityNavi2Area li:first-child {
  margin-right: 16px;
}

#headerArea #utilityNavi2Area li:first-child a {
  border: 2px solid #f4acc0;
  background-color: #ed6c8f;
  color: #fff;
}

#headerArea #utilityNavi2Area li:first-child a:hover {
  border: 2px solid #f4acc0;
  background-color: #f8afcc;
  color: #fff;
  text-decoration: none;
}

/* footer
---------------------------------------------------------------------- */
#footerArea {
  padding-bottom: 10px;
}

#footerArea ul.corplogoLink {
  float: left;
  margin: 10px 0 0 0;
  padding: 0 0 0 10px;
  line-height: 1;
  width: 148px;
  border-right: 1px solid #ddd;
}

#footerArea ul.corplogoLink li.first {
  padding-bottom: 7px;
}

#footerArea {
  margin-bottom: 10px;
  position: relative;
  width: 810px;
  height: auto;
  background: url("/image/common/bg_footer.gif") no-repeat bottom;
}

html>/**/body #footerArea {
  clear: both; /* IE7を除くモダンブラウザ用 */
}

#container.event #footerArea,
#event #footerArea {
  width: 830px;
  margin: 0 auto;
  background-image: none;
  background-color: #f6f6f6;
  border-radius: 5px;
}

#event .one-column #footerArea {
  width: 810px;
  margin-bottom: 10px;
}

#event .btnList {
  margin: 0 auto;
}

/*トップへ戻るボタン*/
#event .footer_gotoTop {
  display: none !important;
}

.footer_gotoTop {
  display: none;
  bottom: 30px;
  right: 30px;
  position: fixed;
  z-index: 100;
  opacity: 0.3;
}

.footer_gotoTop {
  display: none;
  bottom: 30px;
  right: 30px;
  position: fixed;
  z-index: 100;
  opacity: 0.3;
}

.footer_gotoTop img {
  width: 32px;
  height: 32px;
}

.footer_gotoTop:hover {
  opacity: 0.6;
}

/* ad-gallery　画像スライド
---------------------------------------------------------------------- */
.ad-gallery {
  width: 622px;
  height: 290px;
}
.ad-gallery,
.ad-gallery * {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.ad-gallery .ad-image-wrapper {
  width: 100%;
  width: 620px;
  height: 290px;
  margin-bottom: 7px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
  border: 1px solid #ccc;
}

*:first-child + html .ad-gallery .ad-image-wrapper {
  padding-bottom: 5px;
}
.ad-gallery .ad-image-wrapper .ad-loader {
  position: absolute;
  z-index: 10;
  top: 48%;
  left: 48%;
  border: 1px solid #ccc;
}

.ad-gallery .ad-image-wrapper .ad-image {
  position: absolute;
  overflow: hidden;
  height: 291px;
  top: 0;
  left: 0;
  z-index: 9;
}

.ad-gallery .ad-image-wrapper .ad-image a img {
  border: 0;
  width: 620px;
  height: 290px;
}

.ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 7px;
  text-align: left;
  width: 100%;
  z-index: 2;
  background: url(opa75.png);
  color: #000;
}
.ad-gallery
  .ad-image-wrapper
  .ad-image
  .ad-image-description
  .ad-description-title {
  display: block;
}
.ad-gallery .ad-nav .ad-thumbs {
  overflow: hidden;
  width: 100%;
}
.ad-gallery .ad-thumbs .ad-thumb-list {
  float: left;
  width: 9000px;
  list-style: none;
}
.ad-gallery .ad-thumbs li {
  float: left;
  padding-right: 10px;
  width: 148px;
}
.ad-gallery .ad-thumbs li.first {
  padding-right: 10px;
}
.ad-gallery .ad-thumbs li.last {
  padding-right: 0px;
  padding-left: 0px;
  width: 126px;
}
.ad-gallery .ad-thumbs li a {
  border: none;
  overflow: hidden;
  float: left;
}
.ad-gallery .ad-thumbs li a img {
  border: 0px solid #ccc;
  display: block;
}
.ad-gallery .ad-thumbs li a.ad-active {
  border: 3px solid #ff98a9;
  height: 43px;
}
.ad-gallery .ad-thumbs li a:hover {
  border: 3px solid #ff98a9;
  height: 43px;
}
.ad-gallery .ad-thumbs li a:hover img,
.ad-gallery .ad-thumbs li a.ad-active img {
  margin: -3px;
}

/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}

.slider1 .slide ul li {
  float: left;
  margin-right: 6px;
}

.slider1 .slide ul li.lastList {
  margin-right: 0px;
}

/* pr02バナー　コンテンツスライド
---------------------------------------------------------------------- */

/** RESET AND LAYOUT
===================================*/

#footerArea .bx-wrapper {
  position: relative;
  margin: 0 auto 25px;
  padding: 0;
  *zoom: 1;
}

#footerArea .bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/

#footerArea .bx-wrapper .bx-viewport {
  background: url(/image/event/calendar/bg_event_pr02area.jpg) center center
    no-repeat #fcf9f2;
  left: -5px;
  padding: 6px 7px 6px 5px;
}

#footerArea .bx-wrapper .bx-pager,
#footerArea .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */

#footerArea .bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(/image/event/calendar/bx_loader.gif) center center no-repeat
    #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */

#footerArea .bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

#footerArea .bx-wrapper .bx-pager .bx-pager-item,
#footerArea .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

#footerArea .bx-wrapper .bx-pager.bx-default-pager a {
  text-indent: -9999px;
  display: block;
  width: 7px;
  height: 7px;
  outline: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #ccc;
  margin: 0 8px;
}

/* PAGER */

#footerArea .bx-wrapper .bx-pager.bx-default-pager {
  display: none;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

#footerArea .bx-wrapper .bx-prev {
  left: -19px;
  background: url(/image/event/calendar/controls.png) no-repeat 0 -32px;
}

#footerArea .bx-wrapper .bx-next {
  right: -19px;
  background: url(/image/event/calendar/controls.png) no-repeat -43px -32px;
}

#footerArea .bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

#footerArea .bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

#footerArea .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;
}

#footerArea .bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */

#footerArea .bx-wrapper .bx-controls-auto {
  text-align: center;
}

#footerArea .bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(/image/event/calendar/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

#footerArea .bx-wrapper .bx-controls-auto .bx-start:hover,
#footerArea .bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

#footerArea .bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(/image/event/calendar/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

#footerArea .bx-wrapper .bx-controls-auto .bx-stop:hover,
#footerArea .bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

#footerArea
  .bx-wrapper
  .bx-controls.bx-has-controls-auto.bx-has-pager
  .bx-pager {
  text-align: left;
  width: 80%;
}

#footerArea
  .bx-wrapper
  .bx-controls.bx-has-controls-auto.bx-has-pager
  .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* corpInfo
---------------------------------------------------------------------- */
#footerArea .corpInfo {
  padding: 12px 10px 0 0;
  width: 620px;
  float: right;
}

#footerArea .corpInfo address {
  text-align: right;
  font-size: 10px;
  font-style: normal;
  color: #666;
  font-family: Arial;
}

/* corpNavi
---------------------------------------------------------------------- */
#corpNavi {
  padding-bottom: 5px;
  text-align: right;
  line-height: 1.3;
}

#corpNavi li {
  display: inline;
  list-style-type: none;
  margin-right: 6px;
  padding-left: 10px;
  border-left: 1px solid #999;
}

#corpNavi li.first {
  border-left: 0;
  padding-left: 0;
}

#corpNavi li a {
  color: #666;
}

#corpNavi li a:hover {
  text-decoration: underline;
}

/* clearfix
---------------------------------------------------------------------- */
#headerArea:after,
#siteDefinition:after,
#utilityNavi:after,
#footerArea:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
