/* ==================================================================================

		Browser Reset Color Me

================================================================================== */

/*要素のフォントサイズやマージン・パディングをリセットしています*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	/*background:transparent;*/
}


/*-----------Font Setting-------------*/

body {
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1;
}

/* for WinIE6*/
* html body {font-size: small; vertical-align:baseline;}
/* for WinIE7*/
*:first-child+html body {font-size: small;}

/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

/*nav要素内ulのマーカー（行頭記号）を表示しないようにしています*/
nav ul {
	list-style:none;
}

/*引用符の表示が出ないようにしています*/
blockquote, q {
	quotes:none;
}


/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}


/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
    text-decoration: none;
	/*background:transparent;*/
}

/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています
また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

/*テキストに打ち消し線が付くようにしています*/
del {
	text-decoration: line-through;
}

/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています*/
table {
	border-collapse:collapse;
	border-spacing:0;
}

/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

/*縦方向の揃え位置を中央揃えに指定しています*/
input, select {
	vertical-align:middle;
}


/*-----------hack-------------*/

/* modern browser except IE */
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}

/* IE7 and Mac IE5 */
.clearfix {display:inline-block;}

/* IE6 preIE6 */
/* Hides from IE-mac \*/
*html.clearfix{height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */

/*-----------For JS-------------*/
.imgover {}

/*-----------Other-------------*/


table {border-collapse:collapse; border-spacing:0; font-size:inherit;}
th,td {text-align:left; vertical-align: top;}
table caption {
	text-align: left;
}

ul,dl,ol {text-indent: 0;}
ul,ol {list-style: none}

address,caprion,cite,code,dfn,em,strong,th,var {font-style:normal; font-weight:normal;}


/*-----------Other-------------*/

.clear {clear: both; font-size: 1px; line-height: 1px;}
img {border-style: none;}
hr {display: none;}

/*-----------link-------------*/

a:link {
	color: #942b19;
}
a:hover {
	color: #000;
}
a:visited {
	color: #660000;
}

/*-----------align-------------*/
.alignright {
	float: right;
	margin-left: 15px;
}
.alignleft {
	float: left;
	margin-right: 15px;
}
.aligncenter {
	text-align: center;
}

/*-----------table default-------------*/
table.default {
	width: 100%;
}
table.default th {
	white-space: nowrap;
	background-color: #f7f7f7;
}
table.default td {
	background-color: #FFFFFF;
}
table.default th, table.default td {
	padding: 10px;
	border: 1px solid #CCCCCC;
}

/*-----------ul default-------------*/

ul.default li{
	margin-bottom: 0.5em;
	margin-left: 2em;
	line-height: 1.4;
	text-indent: -1em;
}
ol.default li{
	list-style-type: decimal;
	margin-bottom: 1em;
	margin-left: 2em;
}
.mg_bt_20 {
	margin-bottom: 20px;
}


/* ==================================================================================

		style.css

================================================================================== */
html {
	min-width: 1000px;
}
body {
	background-color: #fefefe;
}
/* -------------------------------------------------------


レイアウト


----------------------------------------------------------
*/

/* ページ幅
-------------------------------------------------------- */
.wrapper, .intro .inner    {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	zoom: 1;
}
.header {
	margin-bottom: 30px;
	padding-top: 20px;
}
.intro {
	background-color: #000;
	color: #FFF;
}
.intro .inner {
	overflow: hidden;
	zoom: 1;
}

.main {
	float: left;
	width: 730px;
	line-height: 1.2;
}
.sidebar {
	float: right;
	width: 220px;
}




/* -------------------------------------------------------


	イントロ


----------------------------------------------------------
*/
.intro .login-bloc {
	float: right;
}
.intro .inner {
	font-size: 12px;
	line-height: 1.2;
	padding-top: 10px;
	padding-bottom: 10px;
}
.intro .intro-text {
	float: left;
}
.intro a {
	color: #FFF;
}
.intro a:visited {
	color: #FFF;
}
.site-id {
	float: left;
}
.nav {
	float: right;
	width: 730px;
	padding-top: 30px;
}
.nav ul li {
	text-align: center;
	float: left;
}
.nav ul li a {
	display: block;
	text-decoration: none;
	height: 40px;
	background-image: url(https://img21.shop-pro.jp/PA01345/506/etc/nav.png);
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.nav-01home a{
	width: 90px;
}
.nav-01home a:hover {
	background-position: 0px -40px;
}
.nav-02about a {
	width: 130px;
	background-position: -90px 0px;
}
.nav-02about a:hover {
	background-position: -90px -40px;
}
.nav-03item a{
	background-position: -220px 0px;
	width: 110px;
}
.nav-03item a:hover {
	background-position: -220px -40px;
}
.nav-04guide a {
	background-position: -330px 0px;
	width: 140px;
}
.nav-04guide a:hover {
	background-position: -330px -40px;
}
.nav-05contact a{
	background-position: -470px 0px;
	width: 130px;
}
.nav-05contact a:hover {
	background-position: -470px -40px;
}
.nav-cart a {
	background-position: -600px 0px;
	width: 130px;
}
.nav-cart a:hover {
	background-position: -600px -40px;
}
.footer {
	padding-bottom: 30px;
	margin: 0px;
	padding-top: 20px;
}




/* -------------------------------------------------------


	フッター


----------------------------------------------------------
*/
.info-footer  {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	overflow: hidden;
	zoom: 1;
	clear: both;
	font-size: 92.4%;
	line-height: 1.75em;
	margin-bottom: 20px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

/* フッター内の個別ブロック */
.info-footer .box {
	background-color: #FFF;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	overflow: hidden;
}
/* フッター内の見出し */
.info-footer .box h3 {
	font-size: 107.8%;
	margin-bottom: 0.3em;
}
.info-footer .box p {
	margin-bottom: 0.5em;
}
/* 最初のブロック（ガイド）の設定 */
.info-footer .guide h2 {
	float: left;
	margin-right: 2em;
}
.info-footer .guide li {
	float: left;
	margin-right: 1.5em;
}
.info-footer .mail-tel {
	font-size: 125%;
	font-weight: bold;
}
.info-footer .mail-tel i {
	color: #999;
	margin-right: 5px;
	font-size: 125%;
}

/* 左右の大枠 */
.info-footer .left {
	width: 510px;
	float: left;
}
.info-footer .right {
	float: right;
	width: 440px;
}
.info-footer .if_soryo strong {
	font-weight: bold;
	color: #C00;
}
.info-footer .if_payment strong {
	font-weight: bold;
	color: #C00;
}
.info-footer .if_henpin strong {
	font-weight: bold;
	color: #F60;
}
.info-footer .if_payment i,.if_soryo i,.if_order i {
	margin-right: 0.5em;
	color: #333;
}
.info-footer .oem {
	background-color: #999;
	color: #FFF;
	position: relative;
}
.info-footer .oem a {
	text-indent: 120%;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}
.info-footer .oem:hover {
	background-color: #666;
}
/* フッター */
.footer {
	background-color: #F2F2F2;
}
.footer .copyrignt {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
}
/* コピーライト */
.copyright {
	font-size: 85%;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}



/* -------------------------------------------------------


	サイドバー


----------------------------------------------------------
*/
.sidebar .section {
	margin-bottom: 20px;
}
.sidebar h2.default {
	color: #FFF;
	background-color: #000;
	margin-bottom: 0.5em;
	border-radius: 3px;
	line-height: 1;
	padding-top: 1em;
	padding-right: 0.5em;
	padding-bottom: 1em;
	padding-left: 0.5em;
}
.side-category {
	border: 4px solid #4d4d4d;
	padding: 10px;
}
.side-category h2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 30px;
	background-image: url(https://img21.shop-pro.jp/PA01345/506/etc/side_category_h-bg.png);
	background-repeat: no-repeat;
	background-position: left 5px;
}
.side-category ul li {
	line-height: 1.2;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.side-category ul li a {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	display: block;
	text-decoration: none;
}
.side-category ul li a:hover {
	font-weight: bold;
}
.side-category ul li:last-child {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.side-category ul li a:before{
	font-family: FontAwesome;
	content: '\f138';
	color: #666;
	margin-right: 0.5em;
	margin-left: 0.5em;
}
.side-item ul li {
	line-height: 1.2;
	margin-top: 1em;
	margin-bottom: 1em;
}
.side-item ul li:before {
	content: '・';
	color: #666;
}
.side-bnrs ul li {
	margin-bottom: 5px;
	text-align: center;
}
.side-bnrs ul li img {
	max-width: 100%;
	height: auto;
}
.side-bnrs ul li a {
	color: #000;
	text-decoration: none;
}
.side-bnrs ul li a:hover {
	opacity: 0.7;
}
.side-bnrs ul li span {
	display: block;
	font-size: 11px;
	padding-top: 5px;
}
.side-rss{
	font-size: 92.4%;
	text-align: center;
	color: #999;
}
.side-rss a{
	color: #999;
}
.side-bloc_link {
	padding: 10px;
	border: 1px solid #CCC;
	position: relative;
}
.side-bloc_link h2 {
	line-height: 1.2;
	padding-top: 10px;
	padding-bottom: 5px;
}
.side-bloc_link p {
	line-height: 1.4;
	font-size: 92.4%;
}
.side-bloc_link img {
	height: auto;
	width: 100%;
}
.side-bloc_link a {
	text-indent: 115%;
	overflow: hidden;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	white-space: nowrap;
}
.side-bloc_link:hover {
	opacity: 0.6;
}

/* -------------------------------------------------------


	メインエリア共通


----------------------------------------------------------
*/

.main .section {
	margin-bottom: 30px;
	overflow: hidden;
}

.main h2.default {
	font-size: 125%;
	color: #FFF;
	background-color: #942519;
	padding: 15px;
	line-height: 1;
	border-radius: 5px;
	margin-bottom: 20px;
}
.topicpath{
	font-size: 12px;
	margin-bottom: 20px;
}

h1.list-title,h1.default{
	font-size: 160%;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

/* 最近チェックした項目
-------------------------------------------------------- */
.check-list h3 {
	font-size: 100%;
	color: #F60;
	margin-bottom: 15px;
	border-radius: 3px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.check-list ul {
	font-size: 12px;
	overflow: hidden;
}
.check-list ul li {
	width: 18%;
	margin-right: 2.5%;
	float: left;
	line-height: 1.4;
}
.check-list ul li:nth-child(5n) {
	margin-right: 0px;
}
.check-list ul li img {
	height: auto;
	max-width: 100%;
}
.check-name {
	padding-top: 5px;
	padding-bottom: 5px;
}
.check-name a {
	color: #000;
	text-decoration: none;
}
.check-price,.check-normal-price {
	color: #C30;
	display: block;
}
.check-off {
	font-weight: bold;
	color: #F00;
}
.check-soldout {
	font-weight: bold;
	color: #FFF;
	background-color: #CCC;
	display: block;
	text-align: center;
}


/* -------------------------------------------------------


	トップページ


----------------------------------------------------------
*/
.top-slider{
	margin-bottom: 50px;
}
/*-----------バナー入れ物-------------*/
.top-bnr-area li {
	margin-bottom: 15px;
	text-align: center;
}

.top-bnr {
	margin-bottom: 15px;
	text-align: center;
}


/* -------------------------------------------------------


	一覧ページ及び商品一覧


----------------------------------------------------------
*/


.item-list li {
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 80px;
	line-height: 1.4;
}
.item-list li:nth-child(3n) {
	margin-right: 0px;
}
.item-list li img  {
	height: auto;
	max-width: 100%;
}
.list-name {
	padding-top: 10px;
	padding-bottom: 5px;
}
.list-name a {
	color: #000;
	text-decoration: none;
}
.list-s {
	color: #666;
	text-decoration: none;
}
.list-price {
	font-weight: bold;
	color: #C30;
}
.list-off {
	display: block;
	font-weight: bold;
	color: #F60;
}
.list-soldout {
	display: block;
	color: #FFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #999;
	text-align: center;
}
.item-list .sub-exp  {
	font-size: 92.4%;
	line-height: 1.3;
	margin-top: 10px;
}



/* 一覧ページのパーツ
-------------------------------------------------------- */

/* ソートエリア */
.list-sortbox{
	line-height: 1.5;
	background-color: #efefef;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/* ページャーエリア */
.list-pager{
	line-height: 1.5;
	margin-bottom: 20px;
	background-color: #efefef;
	padding: 10px;
}

/* 商品が無い場合の */
.nodata{
	font-weight: bold;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 300px;
}

/* 一覧ページのサブカテゴリー・サブグループ
-------------------------------------------------------- */
.sub_cg-gr {
	padding-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-bottom: 15px;
	padding-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;
}
.sub_cg-gr h2 {
	font-size: 100%;
	color: #666;
	margin-bottom: 10px;
}
.sub_cg-gr h2:before {
	content:'\f07c';
	font-family: FontAwesome;
	font-weight: normal;
	margin-right: 5px;
}
.sub_cg-gr li {
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 10px;
}
.sub_cg-gr li:before {
	content:'・';
}
.sub_cg-gr li:nth-child(3n) {
	margin-right: 0;
}
.page {
	margin-bottom: 50px;
}


/* 「page」デザイン
-------------------------------------------------------- */
.page p {
	line-height: 2;
	margin-bottom: 2em;
}
.page h3{
	font-size: 125%;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 0.5em;
}
.page h4{
	font-size: 100%;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 0.5em;
}


/* -------------------------------------------------------


	フリーページ「よくある質問」


----------------------------------------------------------
*/
.page.faq dl {
	line-height: 1.5;
}
.page.faq dl dt {
	cursor: pointer;
	color: #333;
	margin-bottom: 1.5em;
	position: relative;
	padding-left: 1.5em;
	font-weight: bold;
	margin-top: 1.5em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 1.5em;
}
.page.faq dl dd {
	margin-bottom: 3em;
	padding-left: 1.5em;
	position: relative;
	display: none;
}
.page.faq dl dt:before {
	font-family: FontAwesome;
	content: '\f059';
	position: absolute;
	left: 0px;
	top: 1.5em;
	color: #999;
	font-size: 110%;
	font-weight: normal;
}
.page.faq dl dd:before {
	font-family: FontAwesome;
	content: '\f138';
	position: absolute;
	left: 0px;
	top: 0px;
	color: #F30;
	font-size: 110%;
}
.btn-oemform {
	text-align: center;
	padding-top: 20px;
}
.btn-oemform a {
	color: #FFF;
	background-color: #8EC21D;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 100px;
	padding-bottom: 20px;
	padding-left: 100px;
	border-radius: 10px;
	display: inline-block;
	text-decoration: none;
}
.btn-oemform a:hover {
	background-color: #6E9617;
}


/* ==================================================================================

		oem.css

================================================================================== */

.oem-form table {
	width: 100%;
}
.oem-form th, .oem-form td {
	padding: 10px;
	vertical-align: middle;
}
.oem-form th {
	width: 11em;
}
.hissu {
	color: #F60;
}
.ip {
	padding: 0.5em;
}
.ta {
	width: 100% !important;
}
.ip, ta {
	font-size: 107.8%;
	font-weight: bold;
	color: #333;
	box-sizing: border-box;
	border-radius: 5px;
	border: 2px solid #CCC;
}

.t10 {width: 10% !important;}
.t20 {width: 20% !important;}
.t30 {width: 30% !important;}
.t40 {width: 40% !important;}
.t50 {width: 50% !important;}
.t60 {width: 60% !important;}
.t70 {width: 70% !important;}
.t80 {width: 80% !important;}
.t90 {width: 90% !important;}
.t100 {width: 100% !important;}
.oem-form tr:nth-child(odd) {
	background-color: #F7F6F5;
}

/* ------------------------------------- 
 *	夏期休暇用設定／
 * ------------------------------------- */

.holiday-top{
    color:#FFFFFF;
    line-height: 1.3;
    font-size:large;
    font-weight:bolder;
    padding:10px;
    margin:10px 0px;
    background-color:#942519 ;
}

.holiday{
    width:980px;
    color:#000000;
    line-height: 1.3;
    padding:10px;font-size:medium ;
    padding:10px;padding:0px 10px 10px 10px;
    margin:10px auto 20px;
    background:#FFFFFF ;
    border:1px solid #907A48 ;
}

/* ------------------------------------- 
 *	送料無料／
 * ------------------------------------- */
.free shipping {    
  width:980px;
  margin:10px auto 40px;
}


.item001{
    line-height: 1.5;
    font-size:20px;
    font-weight:bolder;
    border-bottom:dotted #5c1f1a 3px; 
    padding-top:10px;
    margin-bottom:12px;
}


.tomvege {
  margin-bottom:20px; 
  border:solid 1px #e7e1cc; 
  padding:10px;
}

.tomvege01 {
  line-height:1.5em; 
  letter-spacing:5px; 
  font-weight:bold;
  background-color:#6b8e23; 
  margin-right:5px; 
  margin-bottom:5px;
  padding:10px; 
  color:#FFFFFF;
  display:inline-block;
}

.tomvege02 {
  line-height:1.5em; 
  letter-spacing:5px; 
  font-weight:bold;
  background-color:#d53532; 
  margin-right:5px; 
  margin-bottom:5px;
  padding:10px; 
  color:#FFFFFF;
  display:inline-block;
}
.gift-explain {
  margin-bottom:20px; 
  border:solid 1px #e7e1cc; 
  padding:10px;
}

.gift-explain01 {
  line-height:1.5em; 
  letter-spacing:5px; 
  font-weight:bold;
  background-color:#8b0000; 
  margin-right:5px; 
  margin-bottom:5px;
  padding:10px; 
  color:#FFFFFF;
  display:inline-block;
}

.owabi{
    color:#000000;
    padding:10px;
    margin-bottom: 20px;
    background:#FFFFFF ;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 3px solid grey
}
.boxgw {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #f08080;
}
.boxgw .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #f08080;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.boxgw p {
    margin: 0; 
    padding: 0;
}
