@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}


td {
	margin: 0;
	padding: 0;
	
	border: 0;
	outline: 0;
	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

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

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #666;
	min-width: 980px;
	line-height: 1.5;
	text-align: center;
}

#container{
	text-align: left;
}

#main {
	margin: 0 auto 38px;
	width: 942px;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	padding-bottom: 7px;
	width: 100%;
	zoom: 1;
	background: #F9F4EB url(../img/common/header_bg.gif) repeat-x left bottom;
	position: relative;
	z-index: 3000;
}

.fixed {
	position: fixed !important;
	left: 0;
	top: 0;
	z-index: 3000;
}

#header .hInner {
	padding: 14px 0 15px;
	position: relative;
}

#header .hBox {
	margin: 0 auto 22px;
	max-width: 1164px;
	min-width: 980px;
}

#header .hBox .inner {
	width: 53.6%;
	float: right;
}

#header .hBox h1 {
	float: left;
}

#header .hLink {
	margin-top: 2px;
	padding-right: 20px;
	float: right;
}

#header .hLink li {
	margin-right: 7px;
	float: left;
}

#header .hLink .en {
	margin: 0;
	padding: 0 0 1px 12px;
	background: url(../img/common/line.gif) no-repeat left top;
}

#header .hInner .hLink {
	padding-right: 0;
	position: absolute;
	right: 20px;
	top: 15px;
}

#header .hScroller {
	padding: 7px 20px 5px 17px;
	display: none;
}

#header .hScroller h1 {
	float: left;
}

#header .hScroller .hLink {
	margin-top: 9px;
	padding-right: 0;
}

#header .hScroller .hNavi {
	margin-top: -27px;
	padding-top: 7px;
}

#header .hNavi {
	margin: 0 auto;
	width: 540px;
}

#header .hNavi li {
	margin-right: 35px;
	float: left;
	position: relative;
	z-index: 10000;
}

#header .hNavi li:first-child {
	margin-left: 35px;
}

#header .hNavi li a {
	display: block;
}

#header .hNavi .navi01 .on {
	background: url(../img/common/g_navi01_over.gif) no-repeat;
}

#header .hNavi .navi01 .on img {
	filter: alpha(opacity=0) !important;
	opacity: 0 !important;
}

#header .hNavi .dropNavi {
	width: 133px;
	position: absolute;
	left: -17px;
	top: 14px;
	padding-top: 5px;
	z-index: 10000;
	display: none;
}

#header .hNavi .dropNavi li {
	float: left;
	margin-left: 0;
}

#header .hNavi .dropNavi li a {
	display: block;
	background: #FFF !important;
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
	margin: 0 auto 19px;
	width: 930px;
}

#pagePath li {
	font-size: 1.1em;
	float: left;
	margin-right: 5px;
}

#pagePath li a {
	margin-right: 5px;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding: 26px 0 16px;
	clear: both;
	overflow: hidden;
	zoom: 1;
	background-color: #F9F4EB;
	border-top: 1px solid #B09F8C;
}

#footer .fInner {
	margin: 0 auto 57px;
	padding-left: 10px;
	width: 936px;
}

#footer .fInner .fLogo {
	float: left;
}

#footer .fInner ul {
	width: 821px;
	float: right;
}

#footer .fInner ul li ul {
	margin-bottom: 28px;
	width: auto;
	float: none;
}

#footer .fInner ul li {
	width: 97px;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
}

#footer .fInner ul li li {
	margin-top: 10px;
	width: auto;
	float: none;
	font-size: 0.9em;
	font-weight: normal;
}

#footer .fInner ul li a span {
	font-weight: normal;
}

#footer .fInner ul .navi01 {
	width: 215px;
}

#footer .fInner ul .navi02 {
	width: 180px;
}

#footer .fInner ul .navi02 p,
#footer .fInner ul .navi03 p {
	margin-bottom: 19px;
}

#footer .fInner ul .navi03 {
	width: 155px;
}

#footer .fInner ul .navi04 {
	padding-top: 4px;
	width: 169px;
}

#footer .fInner ul .navi04 ul {
	margin: 0;
}

#footer .fInner ul .navi04 ul li {
	margin: 0 0 13px;
}

#footer .fInner li .facebook {
	padding-top: 30px;
}

#footer .fInner li .facebook a {
	display: inline-block;
}

#footer .fInner li .facebook a:hover {
	color: #999;
	text-decoration: none;
}

#footer .fInner li .facebook img {
	margin: -3px 8px 0 0;
	float: left;
}

#footer .copyright {
	margin: 0 auto;
	width: 980px;
	text-align: center;
}

#footer .copyright img {
	margin: -3px 2px 0 0;
	vertical-align: middle;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

img {
	vertical-align: top;
}

li img,
dl img {
	display: block;
	vertical-align: baseline;
}

.floatR {
	float: right !important;
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
#main .comLink {
	float: right;
	padding-top: 20px;
}

#main .comLink li {
	float: left;
	padding-left: 7px;
}

/*------------------------------------------------------------
	pageTop
------------------------------------------------------------*/
.pageTop {
	display: none;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 1950;
}

/*------------------------------------------------------------
	gNaviBox
------------------------------------------------------------*/
#main .gNaviBox {
	margin: 10px 7px 50px 6px;
}

#main .gNaviBox ul {
	float: left;
	border-left: 1px solid #CCC;
}

#main .gNaviBox li {
	display: block;
	float: left;
	font-size: 1.1em;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #CCC;
}

#main .gNaviBox li a {
	padding: 6px 0 4px;
	width: 115px;
	display: block;
	text-decoration: none;
}

#main .gNaviBox li a:hover,
#main .gNaviBox li .on {
	color: #CCC;
}

#main .gNaviBox li .aSpecial {
	padding: 15px 0 11px;
}

#main .gNaviBox .linkTop {
	width: 98px;
	float: right;
}

#main .gNaviBox .linkTop a {
	margin-bottom: 14px;
	display: block;
	float: left;
}

/*------------------------------------------------------------
	cover
------------------------------------------------------------*/
#cover {
    background-color: #FFF;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
}

/*------------------------------------------------------------
	dlTop
------------------------------------------------------------*/
#conts .dlTop {
	padding: 0 30px 16px 25px;
	min-height: 68px;
	border-bottom: 1px solid #CCC;
	word-break: break-all;
}

#conts .dlTop dt {
	margin-top: -3px;
	width: 235px;
	float: left;
	font-size: 0.95em;
	line-height: 1.2;
}

#conts .dlTop dt span {
	margin-bottom: 5px;
	display: block;
	font-size: 2.8em;
	letter-spacing: 1px;
	font-weight: lighter;
}

#conts .dlTop dt .price {
	margin: 0;
	display: inline;
	font-size: 1.3em;
	line-height: 2.1;
}

#conts .dlTop dd {
	width: 420px;
	float: right;
	font-size: 1.1em;
	line-height: 1.8;
}

/*------------------------------------------------------------
	jsBox
------------------------------------------------------------*/
#conts .jsBox {
	margin-bottom: 24px;
	padding: 20px 0 21px 24px;
	position: relative;
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #CCC;
}

#conts .jsBox .textLink {
	margin-bottom: 10px;
}

#conts .jsBox .textLink p {
	width: 500px;
	float: left;
	font-size: 1em;
	line-height: 2;
}

#conts .jsBox .textLink a {
	float: right;
	display: inline-block;
}

#conts .jsBox .jsPhoto {
	padding-right: 9px;
	position: relative;
	zoom: 1;
	vertical-align: middle;
}

#conts .eyeAngle .photoImg {
	height: 400px;
	margin: 0 auto 0px;
	position: relative;
	width: 510px;
	z-index: 1000;
}

#conts .eyeAngle .photoImg li {
	position: absolute;
	left: 0;
	top: 0;
}

#conts .eyeAngle .photoImg img {
	display: block;
}

#conts .eyeAngle .jsNavi {
	clear: both;
	margin: 0 auto;
	padding-left: 11px;
	padding-top: 40px;
	width: 427px;
}

#conts .eyeAngle .jsNavi li {
	margin-right: -1px;
	float: left;
	border: 1px solid #CCC;
}

#conts .eyeAngle .jsNavi .selected {
	border: 1px solid #666;
	position: relative;
}

#conts .jsBox .foo {
	width: 644px;
	height: 362px;
	overflow: hidden;
	padding-left: 20px;
	position: absolute;
	left: 0;
	top: 60px;
	z-index: 100;
	visibility: hidden;
	background-color: #FFF;
}

#conts .jsBox .foo ul li {
	float: left;
}

#conts .jsBox .foo .photo {
	width: 625px;
	height: 362px;
}

#conts .jsBox .foo ul li img {
	display: block;
	width: 625px;
	height: 300px;
	
}

#conts .jsBox .foo ul li span {
	margin-top: 45px;
	padding-left: 16px;
	width: 625px;
	display: block;
	font-size: 1.1em;
	text-align: center;
}

#conts .jsBox .jsPhoto .prev {
	cursor: pointer;
	position: absolute;
	left: 3px;
	top: 123px;
	z-index: 2000;
}

#conts .jsBox .jsPhoto .next {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 123px;
}

#conts .jsBox .photoList {
	padding: 19px 0 0 2px;
}

#conts .jsBox .photoList p {
	padding-bottom: 4px;
}

#conts .jsBox .photoList li {
	margin: 10px 3px 0 0;
	height: 39px;
	width: 78px;
	float: left;
	cursor: pointer;
}

#conts .jsBox .photoList li img {
	margin: 0 auto;
	padding: 9px 4px 4px;
	display: block;
}

#conts .jsBox .photoList .selected img {
	padding: 8px 3px 3px;
	border: 1px solid #D6D6D6;
}

#conts .jsBox .link {
	margin: -2px 3px 0 0;
	text-align: right;
}

/*------------------------------------------------------------
	sLink
------------------------------------------------------------*/
#sideBar .sLink01 {
	margin-left: 1px;
	min-height: 84px;
	border-bottom: 1px solid #CCC;
}

#sideBar .sLink02 {
	top: 820px;
	left: 8px;
	position: absolute;
}

/*------------------------------------------------------------
	sNavi
------------------------------------------------------------*/
#sideBar .sNavi li {
	border-bottom: 1px solid #CCC;
}

#sideBar .sNavi .on a img {
	opacity: 0;
	filter: alpha(opacity=0);
}

#sideBar .sNavi li a {
	padding: 18px 0 17px;
	height: 36px;
	color: #333;
	display: block;
	overflow: hidden;
	text-decoration: none;
}

#sideBar .sNavi .on a,
#sideBar .sNavi li a:hover {
	color: #999;
}

/*------------------------------------------------------------
	comInner
------------------------------------------------------------*/
#main .comInner {
	margin-bottom: 0px;
}

#main .comInner .subInner {
	margin: 0 auto 58px;
	width: 942px;
}

#main .comInner .subInner .pickUp {
	margin-right: 65px;
	width: 300px;
	float: left;
}

#main .comInner .subInner .info {
	width: 556px;
	float: right;
}

#main .comInner .subInner h3 {
	margin-bottom: 48px;
}

#main .comInner .subInner dl {
	margin-bottom: 9px;
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
}

#main .comInner .subInner dt {
	margin-bottom: 10px;
	font-weight: normal;
	word-wrap: break-word;
}

#main .comInner .subInner .info dt {
	margin-bottom: 5px;
}

#main .comInner .subInner dt span {
	margin-right: 10px;
	color: #CC0000;
	font-weight: bold;
}

#main .comInner .subInner .infoDl dt span {
	color: #669900;
}

#main .comInner .subInner .product span {
	color: #CC9900;
}

#main .comInner .subInner .photo {
	margin-bottom: 31px;
	padding: 18px 0 22px;
	border-bottom: 1px solid #B4B1AB;
}

#main .comInner .subInner p {
	color: #333;
	font-size: 1.2em;
	line-height: 1.8;
}

#main .comInner .subInner .text {
	margin-bottom: 23px;
	padding-bottom: 17px;
	border-bottom: 1px solid #B4B1AB;
}

#main .comInner .imgBox {
	margin-bottom: 20px;
	padding: 7px 10px 26px 0;
	border-bottom: 1px solid #B4B1AB;
}

#main .comInner .imgBox .photoBox {
	float: left;
}

#main .comInner .imgBox p {
	margin-top: -2px;
	width: 230px;
	float: right;
	line-height: 1.85;
}

#main .comInner .link {
	margin: 0 auto;
	width: 942px;
	clear: both;
}
