@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, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

div,
p,
dt,
dd {
	word-wrap: break-word;
}

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

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

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

a:active {
	color: #000;
	text-decoration: none;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 960px;
	line-height: 1.5;
	text-align:center;
	background: url(../../img/common/body_bg.jpg) repeat;
}

#container{
	text-align: left;
	border-top: 2px solid #202853;
}

#main {
	margin: 0 auto 140px;
	width: 960px;
	clear: both;
	
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

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

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	padding: 20px 0;
	background: url(../../img/common/bg_header.jpg) repeat-x center top;
}

#header .inner {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

.spBn {
	padding: 20px 0;
	display: block;
	text-align: center;
	background: #CCC;
}


/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi {
	background: #fff;
	margin-bottom: 20px;
}

#gNavi ul {
	width: 960px;
	margin: 0 auto;
}

#gNavi li {
	float: left;
	cursor: pointer;
}

#gNavi li img,
#gNavi li a {
	display: block;
}

#gNavi .navi01 a {
	background: url(../../img/common/g_navi01_over.png) no-repeat;
}

#gNavi .navi02 a {
	background: url(../../img/common/g_navi02_over.png) no-repeat;
}

#gNavi .navi03 a {
	background: url(../../img/common/g_navi03_over.png) no-repeat;
}

#gNavi .navi04 a {
	background: url(../../img/common/g_navi04_over.png) no-repeat;
}

#gNavi .navi05 a {
	background: url(../../img/common/g_navi05_over.png) no-repeat;
}

#gNavi .navi06 a {
	background: url(../../img/common/g_navi06_over.png) no-repeat;
}

#gNavi .navi07 a {
	background: url(../../img/common/g_navi07_over.png) no-repeat;
}

#gNavi .navi08 a {
	background: url(../../img/common/g_navi08_over.png) no-repeat;
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
	margin: 0 auto 6px;
	width: 960px;
	clear: both;
}

#pagePath li {
	display: inline;
	color: #666;
	font-size: 1.1em;
	font-weight: normal;
}

#pagePath a {
	color: #1F2652;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
	width: 705px;
	float: left;
	font-size: 1.3em;
}

.oneColumn #conts {
	width: 900px;
	margin: 0 auto;
	float: none;
}

#conts .section {
	word-wrap: break-word;
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar {
	width: 215px;

	float: right;
}

#sideBar .link {
	margin-bottom: 20px;
	padding: 13px 0 7px 15px;
	border: 1px solid #ddd;
	border-top: none;
	background: #FFF;
}

#sideBar .link01 {
	margin-bottom: 10px;
}

#sideBar .link li {
	padding: 0 5px 5px 0;
	font-size: 1.3em;
}

#sideBar .link li a {
	padding-left: 16px;
	display: inline-block;
	background: url(../../img/common/icon/icon01.gif) no-repeat left 4px;
}
	
	* html #sideBar .link li a {
		background: url(../../img/common/icon/icon01.gif) no-repeat left 3px;
	}

#sideBar h2 {
	margin-bottom: 9px;
}

#sideBar .banner li {
	margin-bottom: 10px;
	float: left;
}

#sideBar .banner li img {
	display: block;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding: 25px 0 23px;
	background: url(../../img/common/bg_footer.jpg) repeat-x center top;
}

#footer .footerBox {
	margin: 0 auto;
	width: 962px;
	color: #fff;
}

#footer .footerBox .logo {
	margin-right: 19px;
	float: left;
}

#footer .footerBox .fNavi {
	margin-top: 3px;
	width: 630px;
	float: left;
}

#footer .footerBox .fNavi li {
	margin-right: 1px;
	display: inline;
	font-size: 1.1em;
	line-height: 1.2;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { #footer .footerBox .fNavi li { letter-spacing: -1px;} }
#footer .footerBox .fNavi li a {
	margin-right: 4px;
	color: #fff;
}

#footer .footerBox p {
	margin-top: 3px;
	float: right;
}

/*------------------------------------------------------------
	検索ボックス
------------------------------------------------------------*/
#conts .collectionSearch {
	margin-top: 70px;
	background: #fff;
	border: 1px solid #DDD;
	border-top: none;
}

#conts .collectionSearch h4 {
	margin-bottom: 20px;
	padding: 0;
	background: none;
}

#conts .collectionSearch .selectList {
	margin: 0 35px 20px;
	padding: 20px 0 20px 25px;
	background: #EEECEB;
	overflow: visible;
}

#conts .collectionSearch .selectList > li {
	margin-left: 0;
	margin-right: 20px;
	width: auto;
	float: left;
	line-height: 1.5;
}

#conts .collectionSearch .selectList > li ul {
	margin: 0;
}

#conts .collectionSearch .selectList > li ul li {
	font-size: 0.77em;
}

#conts .collectionSearch .searchHead {
	margin-bottom: 3px;
	padding-left: 10px;
	background: url(../../img/common/icon/icon05.gif) no-repeat left 6px;
	display: block;
	color: #000;
	font-weight: bold;
}

#conts .collectionSearch select {
	width: 180px;
}

#conts .collectionSearch .submitArea {
	margin-bottom: 20px;
	padding-top: 15px;
	border-top: 1px dotted #DDD;
	display: block;
	text-align: center;
}

#conts .collectionSearch .submitArea .btnSearch {
	margin: 0 auto;
	padding: 0;
	border: none;
	display: block;
	font-size: 0;
	cursor: pointer;
}

#conts .collectionSearch .submitArea .btnSearch:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/*------------------------------------------------------------
	検索ボックス02　ページ上部
------------------------------------------------------------*/
#conts .collectionSearch_top {
	margin-bottom: 40px;
	background: #fff;
	border: 1px solid #DDD;
	border-top: none;
}

#conts .collectionSearch_top h4 {
	margin-bottom: 20px;
	padding: 0;
	background: none;
}

#conts .collectionSearch_top .selectList {
	margin: 0 35px 20px;
	padding: 20px 0 20px 25px;
	background: #EEECEB;
	overflow: visible;
}

#conts .collectionSearch_top .selectList > li {
	margin-left: 0;
	margin-right: 20px;
	width: auto;
	float: left;
	line-height: 1.5;
}

#conts .collectionSearch_top .selectList > li ul {
	margin: 0;
}

#conts .collectionSearch_top .selectList > li ul li {
	font-size: 0.77em;
}

#conts .collectionSearch_top .searchHead {
	margin-bottom: 3px;
	padding-left: 10px;
	background: url(../../img/common/icon/icon05.gif) no-repeat left 6px;
	display: block;
	color: #000;
	font-weight: bold;
}

#conts .collectionSearch_top select {
	width: 180px;
}

#conts .collectionSearch_top .submitArea {
	margin-bottom: 20px;
	padding-top: 15px;
	border-top: 1px dotted #DDD;
	display: block;
	text-align: center;
}

#conts .collectionSearch_top .submitArea .btnSearch {
	margin: 0 auto;
	padding: 0;
	border: none;
	display: block;
	font-size: 0;
	cursor: pointer;
}

#conts .collectionSearch_top .submitArea .btnSearch:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/*------------------------------------------------------------
	商品スライダー・タブ切り替え
------------------------------------------------------------*/

#conts .slideWrap {
	margin-bottom: 80px;
	width: 703px;
	background: #fff;
	border: 1px solid #DDD;
	border-top: 1px solid #202853;
	display: block;
	clear: both;
}

#conts .titleConts .ttl01 {
	margin-bottom: 15px;
	padding: 5px 10px;
	background: url(/img/common/slider_head_bg.png) repeat left top;
	border-bottom: 1px dotted #DDD;
}

#conts .titleConts .ttl01 span {
	color: #1F2752;
	font-size: 1.5385em;
	font-weight: normal;
}

#conts .titleConts .topNav {
	margin: 0 10px;
	float: left;
}

#conts .titleConts .topNav li {
	float: left;
}

#conts .titleConts .topNav li a,
#conts .titleConts .topNav li img {
	display: block;
}

#conts .titleConts .topNav li.on a img {
	visibility: hidden;
}

#conts .titleConts .topNav .nav01 a {
	background: url(/img/common/tab_nav01_over.png) no-repeat;
}

#conts .titleConts .topNav .nav02 a {
	background: url(/img/common/tab_nav02_over.png) no-repeat;
}

#conts .titleConts .topNav .nav03 a {
	background: url(/img/common/tab_nav03_over.png) no-repeat;
}

#conts .titleConts .topNav .nav04 a {
	background: url(/img/common/tab_nav04_over.png) no-repeat;
}

#conts .titleConts .topNav .nav05 a {
	background: url(/img/common/tab_nav05_over.png) no-repeat;
}

#conts .titleConts .topNav li a:hover img {
	opacity: 0; 	
	filter: alpha(opacity=0);	
}

#conts .itemList {
	padding-top: 20px;
	zoom: 1;
}

#conts .itemList .noPost {
	margin: 0 20px 20px;
	clear: both;
}

#conts .mb30 {
	margin-bottom: 30px;
}