@charset "utf-8";

/*
==================================================================================
共通タグ：
	ページを量産する場合、ここに定義してあるスタイルを使用するか、
	ページ毎に作成したCSSファイルに追記したものを使用してください。
==================================================================================
*/

/*----------------------------------------------------------*/
/*スマートフォン：自動アジャストOFF*/
html {-webkit-text-size-adjust:none}

/*----------------------------------------------------------*/
/*画像の位置指定*/
 .iright{float:right;}
  .ileft{float:left;}
.icenter{text-agn:center;}

/*----------------------------------------------------------*/
/* Text */

p,li {
	color: #666;
}

/*----------------------------------------------------------*/
/* Link */
   a:link{color:#666;text-decoration: underline;}
 a:active{color:#666;text-decoration: underline;}
a:visited{color:#999;text-decoration: underline;}
  a:hover{color:#d31625;text-decoration: underline;}

a.arrow {
	padding: 0 0 0 18px;
	background:url(../img/arrow1.gif) no-repeat left center;
}

a.arrowLink {
	padding: 0 0 0 18px;
	background: url(../img/arrowLink.png) no-repeat left center;
}

/*
==================================================================================
共通構造：
==================================================================================
*/

body {
	background: #000;
}

#layout {
	text-align: center;
	background: #467a60 url(../img/bgLayout.jpg) no-repeat center top fixed;
}

#layout > div {
	text-align: left;
}

/*----------------------------------------------------------*/
/* header */
#header {
	width: 980px;
	height: 135px;
	margin: 0 auto;
	position: relative;
	background: url(../img/bgGnav.png) no-repeat center 50px;
}

#headerLogo {
	position: absolute;
	top :17px;
	left:345px;
	z-index: 100;
}

#header ul.globalNav li {
	padding-top: 65px;
}

#header ul.globalNav li {
	position: absolute;
}

#header ul.globalNav li.home {
	top :0;
	left:16px;
}

#header ul.globalNav li.history {
	top :0;
	left:121px;
}

#header ul.globalNav li.menu {
	top :0;
	left:245px;
}

#header ul.globalNav li.shop {
	top :0;
	left:645px;
}

#header ul.globalNav li.topics {
	top :0;
	left:757px;
}

#header ul.globalNav li.faq {
	top :0;
	left:887px;
}

/*----------------------------------------------------------*/
/* SNS BTN */
.snsBtnArea {
	width: 300px;
	margin: 0 10px 0 0;
}
.snsBtnArea li {
	float: left;
	display: inline;
}
.snsBtnArea li.Twitter {
	width: 110px;
}
.snsBtnArea li.Facebook {
	width: 110px;
}
.snsBtnArea li iframe {
	margin: 0 !important;
}

/*----------------------------------------------------------*/
/* content */
#content {
	width: 980px;
	margin: 0 auto;
}
.contentWrap {
	width: 960px;
	margin: 0 10px;
	padding: 30px 0 60px 0;
	background: url(../img/bgContents.png) left top;	
}

#content h1 {
	margin:0 0 20px 45px;
}

#content p{
	font-size: 13px;
	line-height: 2;
}

/*----------------------------------------------------------*/
/* footer */
#footer {
	clear: both;
}

#pageTop {
	position: relative;
	width: 980px;
	height: 39px;
	margin: 0 auto;
	background: url(../img/bgFnavPageTop2.png) no-repeat center top;
}

#pageTop p.btnPageTop {
	position: absolute;
	width: 134px;
	height: 25px;
	left: 425px;
	top: 6px;
	display: block;
}

.footerWrap {
	width: 960px;
	margin: 0 auto;
	padding: 16px 0 32px 0;
	background: url(../img/bgFnav.png) center top;
}

#footer ul.footerNav {
	margin: 0 0 13px;
	text-align: center;
	letter-spacing: -.4em;
}

#footer ul.footerNav li {
  letter-spacing: normal;
	display: inline-block;
	padding-left: 21px;
	background: url(../img/bgFnavListIcon.png) no-repeat 8px 8px;
}

#footer ul.footerNav li.staff,
#footer ul.footerNav li.twitter {
	padding-left: 0;
	background: none;
}

#footer p.copy {
	text-align: center;
}

/*----------------------------------------------------------*/
/* tablenav */

.tablenav {
	color: #666;
	margin: 0 auto;
	line-height:2em;
	text-align:center;
}

a.page-numbers,
.tablenav .current,
.tablenav .next,
.tablenav .prev {
	padding: 4px 8px;
	font-size:12px;
	color: #666;
	text-decoration:none;
	background: #fff;
	border: dotted 1px #eee;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

a.page-numbers:hover {
	color:white;
	background: #fb3446;
}

.tablenav .current {
	color: white;
	background: #fb3446;
	font-weight:bold:
}