@charset "UTF-8";

/*=====================================
	common (共通設定)
=====================================*/

aside,
footer {
  display: block;
}

nav > h1,
aside > h1 {
  display: none;
}


/*==[ link ]==*/

a:link {
  color: #FF3F00;
}

a:visited {
  color: #FF3F00;
}

a:hover {
  color: #000;
}

a:active {
  color: #FF3F00;
}

h1 span {
  display: none;
}

.box {
  margin: 20px 5px;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #B1B38F;
  background: #FCFAD2;
}

.box p {
  margin: 0.8em 0;
}

.infomationBox {
  border-radius: 6px;
  border: 1px solid #B1B38F;
  background: #FCFAD2;
  margin:0 0 10px;
}
.infomationBox h1 {
	padding: 5px 10px;
	background: #E60011;
}
.infomationBox p {
	padding: 10px;
}

.forIE {
  position: relative;
  zoom: 1;
}

.introMsg {
  padding: 25px 0;
}

.cautionTxt {
  color: #e00;
  margin: 0 0 0 1em;
  text-indent: -1em;
}


/*==[ effect ]==*/

#picCol {
  position: relative;
}

#picCol > img {
  display: none;
}

#effectBox {
  z-index: 10;
  display: none;
  position: absolute;
  top: -21px;
  left: -29px;
  width: 362px;
  height: 362px;
  background: url(../../images/items/detail/effect.png) no-repeat left top;
}


/*=====================================
	frames (大まかなレイアウト)
=====================================*/

html,
body {
  height: 100%;
}

body {
  background: #fff url(../images/bg_repeat.jpg) left top repeat-x;
  background-attachment:fixed;
}


/* common bg (rounded) */

.bgFrame {
  width: 1014px;
  margin: auto;
}

.bgInner {
  background: url(../images/bg_cmn_repeat.png) center top repeat-y;
  padding: 0 29px;
}

.bgFrame:before {
  content: url(../images/bg_cmn_repeat.png) center top repeat-y;
  display: block;
  height: 28px;
}

.bgFrame:after {
  content: url(../images/bg_cmn_repeat.png) center top repeat-y;
  display: block;
  height: 28px;
}


/* #container
 >> body直下、全要素をラッピング。横幅1014pxを超える領域に横スクロールバーをださない。*/

#containerBg {
  background:url(../images/bg.png) center top repeat-x;
  background-attachment:scroll;
  position: relative;
  overflow: hidden;
  min-width: 1014px;
}

#container {
  background:url(../images/bg_top.jpg) center top repeat-x;
  background-attachment:scroll;
}

/* #bgYokai
 >> 妖怪BGのimg要素。jsから#containerにprepend */

#container > #bgYokai {
  position: absolute;
  z-index: 0;
  top: 300px;
  left: 50%;
  display: none;
}


/* #contents
 >> 妖怪BGの上にかぶさるコンテンツ領域 */

#contents {
  background:url(../images/bg_medal.png) center top no-repeat;
  width: 100%;
  position: relative;
  z-index: 1;
}

header {
  width: 1014px;
  margin: auto;
  text-align: center;
  height: 343px;
}

.head {
  width: 1014px;
  margin: auto;
  text-align: center;
  height: 161px;
}

#logo {
  padding: 1px 0 0 6px;
  float: left;
}

#wrapperBg {}

#wrapper {
  overflow: hidden;
}

#mainCol {
  float: none;
  width:100%;
  border: none;
  min-height: 600px;
  position:relative;
  text-align:center;
  border:none;
}

#subCol {
 /* width: 244px;*/
}

#memberInfo {
  font-size: 14px;
  border: 5px solid #fccf00;
  width: 210px;
  max-height:100%;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}

#memberInfo p,
#memberInfo dl {
  margin: 10px;
}

#memberInfo dt {
  float: left;
}

#memberInfo dd {
  padding: 0 0 0 7em;
}

#pageTop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 30;
  text-align: center;
}

#linkResign {
  text-align: center;
  padding: 6px 0 0 0;
  margin: 0 0;
  border: 1px solid #aaa;
  border-width: 1px 0 0 0;
  background: #fff;
}

#linkResign a {
  text-decoration: underline;
}

/*top,products*/

.linkBox {
  text-align: center;
  margin: 10px 0 20px;
}

/*Movie*/

.movie {
  background: url(../images/bg_movie.jpg) no-repeat;
  width: 960px;
  position:relative;
  margin: 22px 0 25px;
}
.movie .movie_thumb{height:630px; padding:25px 0 32px 0; text-align:center; overflow:hidden;}
.movie a{display:block; position:absolute; top:24px; left:48px;}


/*Section*/

.boxPoint,
.boxPoint1 {
  margin: 0 0 25px 0;
}

.boxPoint1 ul {
  background: url(../images/img_points1_bg.jpg) no-repeat;
  width: 960px;
  height: 335px;
  padding: 80px 0 160px 22px;
}
.boxPoint1 ul li {float:left; margin: 0px;}

.boxList ul{
  background: url(../images/list/bg.jpg) no-repeat;
  width:960px;
  margin:10px 0 30px;
  padding: 10px 0 5px 0;
}
.boxList ul li{float:left; margin:0 3px 5px 6px; display:block; width:470px; position:relative; background: url(../images/list/bg_list_btm.jpg) bottom no-repeat;}
.boxList ul li .line{background: url(../images/list/bg_list.png) no-repeat;}

.boxList ul li img {padding: 10px 5px 7px 5px;}

.boxList ul li span.btn{position:absolute; bottom:15px; right:12px; display:block; width:250px; height:70px; background:url(../images/btn_detail.png); text-indent:-9999px;}
.boxList ul li span.btn a{display:block; width:134px; height:67px; width:250px; height:70px; background:url(../images/btn_detail_off.png);}
.boxList ul li span.btn a:hover{ background:url(../images/btn_detail_on.png);}

.boxPoint2 {
  background: url(../images/bg_bnr_repeat.jpg) left top repeat-y;
  width: 960px;
  text-align: center;
}

.boxPoint2Top {
  background: url(../images/bg_bnr_top.jpg) left top no-repeat;
  padding: 30px 0 0 0;
  display:block;
}

.boxPoint2Btm {
  background: url(../images/bg_bnr_btm.jpg) left bottom no-repeat;
  padding: 30px 0 75px 0;
  display:block;
}

.boxPoint2Top h3,
.boxPoint2Btm h3 {padding: 0 0 10px 0;}

/* footer Yotunes navigation*/

.footerYtNav {
  padding: 16px 0 25px 0;
  text-align: center;
}

.footerYtNav li {
  display: inline-block;
}

/*=====================================
	navi
=====================================*/

#naviCol #btnAdmin {
  float: right;
  height: 65px;
  padding: 37px 3px 0 0;
}

#naviCol #btnAdmin li {
  margin: 0 0 0 6px;
}

#naviCol li {
  height: 100%;
  background: rgba(0, 0, 0, 0.0);
  border-radius: 5px;
  float: left;
}

#naviCol ul li:first-child {}

#naviCol #gnaviCol {
  position: absolute;
  top: 132px;
}

#naviCol #gnaviCol .bgInner {
  height: 41px;
  padding: 0 0 0 16px;
  position: relative;
}

#naviCol #gnavi {
  height: 83px;
  position: absolute;
  top: -17px;
  left: 28px;
}

#naviCol #gnavi li {
  margin-left: -2px;
  height: 73px;
  position: relative;
}

#naviCol #gnavi li:first-child {
  margin: 0;
}

#naviCol #gnavi a {
  position: relative;
  z-index: 1;
}

#naviCol #gnavi .naviYokai {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  height: 60px;
  overflow: hidden;
  display: none;
}

#gnavi .naviGuest:before {
 
}

.bgmmbFrame {
  width: 1014px;
  margin: auto;
  text-align:center;
}

#naviCol #gnavi_mmbCol {
  position: absolute;
  top: 232px;
  margin:0 auto;
  text-align:center;
 background:url(../../images/common/navi/bg_mmb.png) center no-repeat;
}
#naviCol #gnavi_mmbCol ul{
  width:680px;
  height:90px;
  margin:0 auto;
  text-align:center;
   padding:20px 0 0 0;
}

#naviCol .bgmmbFrame .bgmmbInner {

}



#naviCol #gnavi_mmb li {
	display:inline-block;
}



#naviCol #gnavi_mmb a {
 
}

#naviCol #gnavi_mmb .naviYokai {
 
}

#gnavi_mmb .naviGuest:before {

}


/*=====================================
	social btn
=====================================*/
#wrapper #subCol #ex_navi_box{margin:0 0 0 -4px;}
#wrapper #subCol #ex_navi_box h3{ background:url(../../images/common/navi/btn_exnavi_open.png) left center no-repeat;}
#wrapper #subCol #ex_navi_box .toggle_on img{ opacity:0;}
#wrapper #subCol #ex_navi_box #exnavi_list{display:none;}




/*=====================================
	social btn
=====================================*/

.tweet,
.facebook_like,
.gree_sf,
.hatena {
  float: left;
  padding-right: 0px;
}

.hatena {
  padding: 0
}

.sns_col {
  float: right;
  padding: 0 100px 15px 0
}

iframe.twitter-share-button {
  width: 100px!important;
}

.fb-like {
  width: 100px !important;
  display: inline-block!important;
  vertical-align: top;
  margin-right: 7px;
}

div#___plusone_0 {
  margin-left: 4px!important;
  width: 60px!important;
}

div#___plusone_1 {
  margin-left: 4px!important;
  width: 60px!important;
}


/*=====================================
	urge login.  140701
=====================================*/

.loginTxt {
  margin: 30px auto;
  text-align: center;
  font-size: 120%;
}

.btnAdmin {
  margin: 30px auto;
  overflow: auto;
}

.btnAdmin li:first-child {
  margin: 0 9px;
}

.btnAdmin li {
  float: left;
  text-align: center;
  background-color: #FFFFD9;
  width: 328px;
  min-height: 144px;
  border: 1px solid #FFC926;
}

.btnAdmin p {
  font-weight: bold;
  color: #f00;
  margin: 21px 5px;
}

.btnBackCommon {
  text-align: center;
  padding: 0 0 20px;
}



/* ↓ PC、タブレット表示(横幅641px以上) ↓ */
@media screen and (min-width: 641px) {

/**/
.only_sp{ display:none !important;}

    /* ↓ タブレット専用※どうしてもイレギュラーの場合のみ ↓ */
	@media screen and (min-width: 641px) and (max-width: 959px) {
    
    }
    /* ↑ タブレット専用※どうしてもイレギュラーの場合のみ ↑ */
}

