/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #000000;
	font-size: 14px;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 1.6em;
	background-image:url(https://img17.shop-pro.jp/PA01150/912/etc/bg.jpg?21063);
	background-repeat:repeat-x repeat-y;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {
	border: 0px;
}

li { list-style:none; } caption,th{ text-align:left; }

/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 

/*ページ全体の幅、レイアウトをセンタリング*/
#container {
	margin:0px auto;
	width:100%;
	text-align:left;
	background-image:url(https://img17.shop-pro.jp/PA01150/912/etc/bg.jpg?21063);
	background-repeat:repeat-x repeat-y;
}

/*ヘッダー（ページタイトル、グローバルメニュー）*/
#header {
	clear:both;
	width:940px;
        height:130px;
        margin:0 auto;
	position: relative;
}
#header,#g_menu,#f_menu, a {
	color:#634e45;
	text-decoration	:none;
}

#header,#g_menu,#f_menu, a:visited {
	color:#634e45;
	text-decoration:none;

}

#header,#g_menu,#f_menu, a:hover {
	color:#999;
	text-decoration	:none;
}
.h1text h1{
	position: absolute;
	top: 3px;
       font-size:10px;
       font-weight:normal;
}

.logo {
	position: absolute;
	top: 20px;
	width: 106px;
}

.h_contact{
	position: absolute;
	top: 5px;
        left:693px;

}
.header_tel{
	position: absolute;
	top: 39px;
        left:589px;

}
.header_soryo{
	position: absolute;
        left:808px;

}
.h_paypal{
	position: absolute;
        left:627px;
	top: 65px;

}
.h_pay{
	position: absolute;
	top: 89px;
	left: 812px;
}

#g_menu {
	width:100%;
	height:58px;
	background:url(https://img17.shop-pro.jp/PA01150/912/etc/g_menu_bg.png) repeat-x left center;
	margin-top:10px;
}

#nav_area{
	width:940px;
	margin:0 auto;
}
.cart_btn{
	float: left;
        margin:0 10px 0 0;
}
.nav{
	float: left;
}

.nav li {
    display: inline-block;
    font-size: 14px;
    line-height: 58px;
    padding: 0 5px;
    font-weight:bold;
}

.search {
	float:right;
	margin-top:17px;
        margin-right:10px;
        height:25px;
        width:385px;
}

.form_select01{
width:190px;
height:25px;
background:#ffffff;
opacity:0.7;
position:relative;
display:inline;
float:left;
margin-right:10px;
font-size:14px;
border:1px solid #ffffff;
}
.form_select02{
width:180px;
height:25px;
border:1px solid #ffffff;
opacity:0.7;
position:relative;
display:inline;
float:right;
}

.search_button{
position:relative;
float:right;
margin-left:-22px;
margin-top:5px;
display:block;
margin-right:-175px;
}

#sl_img{
	width:940px;
        height:408px;
	margin :0 auto 30px auto;
}

/*　コンテンツの幅　*/
#contents{
	width:940px;
	margin :0 auto;
}

/*　画面左側メニューの幅　*/
.side {
	float: left;
	width:211px;
}
.sideimg{
        margin:0 0 10px 0;
}

#site_cate{
        width:210px;
　　　　text-align:center;
	background:url(https://img17.shop-pro.jp/PA01150/912/etc/bg_side.jpg) repeat-y ;
        padding:0 0 10px 0;
　　　　margin:0 0 20px 0;
}

#site_cate dt{
        width:210px;
　　　　text-align:center;
}
#site_cate dd{
        width:210px;
        text-align:center;
        margin:5px 0 ;
}

#tencho{
        margin:20px 0;
        text-align:center;
        font-size:12px;
}
.ten_name{
        text-align:center;
        font-size:12px;
}
#tencho_w{
        width:186px;
        border-left:2px solid #666699;
        border-right:2px solid #666699;
        border-bottom:2px solid #666699;
        background-color:#F1F1F5;
        padding:10px;
}
#tencho_w p{
        margin:0 5px;
        text-align:left;
        font-size:12px;
        text-align: justify;
}
.side_eigyo{
        width:210px;
        margin:20px 0;
        padding:10px 0;
        text-align:center;
}
.side_eigyo p{
        text-align:left;
}
.tit_contents{
        width:208px;
        border:1px solid #999999;
}
.tit_contents ul{
        margin:10px 0 10px 25px;
        list-style-type: none;
}



.subtotal {
	padding:5px 0;
}
.stotal {
	text-align:right;
}
.total {
	padding:5px 0;
	border-top:1px solid #C3C3C3;
	text-align:right;
}

.postage {
	border-top:1px dotted #C3C3C3;
	border-bottom:1px dotted #C3C3C3;
	list-style-type:none;
	margin-bottom:5px;
}

.postage li {
	margin:5px 0;
	color:red;
	text-align:left;
}

.viewcart {
	padding:5px 0;
	text-align:center;
}

/*　画面右側の幅　*/
.main {
	float: right;
	width: 713px;
}

/* 特定商取引法に基づく表記（返品など）ボタン */
p#sk_link_other {
	text-align:left;
	margin-top:10px;
}

p#sk_link_other a {
	font-size:12px;
}

/*　フッター（コピーライト）　*/
#footer_info {
	clear:both;
	width:940px;
	margin :0 auto 40px auto;
        text-align:center;
}


#f_menu {
	clear:both;
	width:100%;
	height:58px;
	background:url(https://img17.shop-pro.jp/PA01150/912/etc/g_menu_bg.png?2116006) repeat-x left center;
	margin-top:10px;
  overflow: hidden; /* はみ出したものは隠す */
  _height: 1.5em;
}

#f_menu ul{
	clear:both;
	margin :20px auto 0 auto;
	width:940px;
	text-decoration	:none;
	text-align:center;
}

#f_menu li{
  padding: 0 10px;
  display: inline; /* 横並びにさせる */
  border-left: 1px solid #5F3811; /* 区切り線 */
　color:#5F3811;
}

#f_menu li.fastli{
	border-left:0;
	padding-left:0;
}



#footer {
	clear:both;
	width:940px;
        height:40px;
	margin :0 auto;
        text-align:center;
        color:#585959;
}


#group-list {
	border-top:#838383 dotted 1px;
	padding:5px 0px 0px;
	margin:10px 20px 0px 0px;
}

/* -------------------------------------
*     商品オプション 表形式
* ------------------------------------- */
#option_tbl {
     border-collapse:collapse;
     border-top:1px solid #ccc;
     border-left:1px solid #ccc;
}
#option_tbl th{
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}
#option_tbl td {
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}


.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.main_area{
     background-color:#FFF;
     padding:20px 0;
}

.main_area2{
     padding:0 0 20px 0;
}
.main_area3{
     background-color:#FFF;
     padding:20px;
}


.main_area2 h3 {
    border-bottom: 1px solid #231815;
    border-left: 4px solid #231815;
    clear: both;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 10px 0 20px 8px;
    padding: 5px 16px 5px 5px;
    width: 670px;
}

.main_area2 p {
    margin: 10px 0 20px 8px;
    padding: 5px 16px 5px 5px;
    width: 670px;
}

.main_area3 h3 {
    border-bottom: 1px solid #231815;
    border-left: 4px solid #231815;
    clear: both;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 10px 0 20px 0;
    padding: 5px 16px 5px 5px;
    width: 650px;
}

.productname{
        clear:both;
        color:#fff;
        margin:20px 0 20px 0;
        padding:22px 0 0 30px;
        height:45px;
        text-indent:50px;
        font-weight:bold;
        font-size:14px;
        line-height:150%;
	background: url(https://img17.shop-pro.jp/PA01150/912/etc/tit_list.png?208003) no-repeat left -8px;
}

#guideqa{
    width:700px;
    margin:0 0 0 10px;
}

.guideqa_l{
    width:300px;
    float: left;
    margin:0 0 30px 30px;
}

.guideqa_r{
    width:300px;
    float: left;
    margin:0 0 30px 30px;
}

#guideqa dt{
    margin:0 0 5px 0;
    padding:10px 0 0 10px;
    width:300px;
    height:30px;
    font-size:120%;
    font-weight:bold;
    color:#FFF;
    background-color:#645F59;
}

#guideqa dt a{
    color:#FFF;
    text-decoration: none;
}

#guideqa dt a:hover{
    color:#ffcc33;
    text-decoration: none;
}


#guideqa dd{
    font-size:100%;
    margin:0 0 10px 20px;
    padding: 0px 0px 0px 12px;
    background: url(https://img17.shop-pro.jp/PA01150/912/etc/icon.gif) no-repeat 3px 0.4em;
    list-style: none;

}

.shikiri{
    margin:20px 0;
}

.exp p {
	margin:0;
        padding:0;
}

/*　お客様の声　*/

.review_area h2{
	margin-bottom:20px;
}
.review_man {
	clear:both;
	margin-bottom:30px;
}
.review_lady {
	clear:both;
	margin-bottom:30px;
}

.review_man .ribbon {
    margin: 0 -35px 30px 0;
    padding: 5px 5px 5px 20px;
    background: url("https://img17.shop-pro.jp/PA01150/912/etc/tit_qa02.png?2053015849") no-repeat left top;
    height:49px;
}

.review_man .ribbon {
    color: #FFFFFF;
    position: relative;
    width:714px;
    height:70px;
}

.review_man .ribbon {
    margin: 0 -35px 30px 0;
    text-indent:10px;
    padding: 5px 0;
}


.review_lady .ribbon {
    color: #FFFFFF;
    line-height: 30px;
    position: relative;
    width:714px;
    height:70px;
}

.review_lady .ribbon {
    margin: 0 -35px 30px 0;
    background: url("https://img17.shop-pro.jp/PA01150/912/etc/tit_qa01.png?2053020403") no-repeat left top;
    height:49px;
}


.item{
   overflow : hidden; 
}

.item_img{
    border: 1px solid #ccc;
}
	

.thum{
	float: left;
        margin:0 40px 0 20px;
        width:300px;
}

.thum_r{
	float: left;
	width:300px;
}


.thum img{
    width:300px;
}

.name {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
}
.thum_r span {
    font-size: 14px;
}

.ribbon .cf h3 {
	clear:both;
	font-size: 16px;
	width:560px;
        text-indent:20px;
        padding:10px 0 0 0 ;
}

.ribbon .cf p {
	width:140px;
	font-size:14px;
        padding:5px 0 0 0 ;
}


.ribbon .cf h3,
.ribbon .cf p {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
}

/*for IE6 */
* html .ribbon .cf h3,
* html .ribbon .cf p {
	display: inline;
	zoom: 1;
}

/*for IE7 */
*:first-child+html .ribbon .cf h3,
*:first-child+html .ribbon .cf p {
	display: inline;
	zoom: 1;
}

.review_txt {
	margin-top:-10px;
	font-size:14px;
	line-height:185%;
letter-spacing:0.12em;
	padding:0 20px;
	text-align:justify; 
	text-justify: inter-ideograph;  
}

.review_txt p {
	margin-bottom:15px;
}

#ninki{
        width:714px;
	overflow:hidden;
	margin:10px 0 30px 0;
}
#ninki01{
	position: relative;
	float: left;
        width:222px;
        height:300px;
        margin-right:25px;
	background: url(https://img17.shop-pro.jp/PA01150/912/etc/bnr_riyuu01.jpg?2138) ;
	background-repeat: no-repeat;
}
#ninki02{
	position: relative;
         float: left;
        width:222px;
        height:300px;
	background: url(https://img17.shop-pro.jp/PA01150/912/etc/bnr_riyuu02.jpg?2108) ;
	background-repeat: no-repeat;
}
#ninki03{
	position: relative;
         float: right;
        width:222px;
        height:300px;
	background: url(https://img17.shop-pro.jp/PA01150/912/etc/bnr_riyuu03.jpg?2168) ;
	background-repeat: no-repeat;
}

#ninki01 p{
	position: absolute;
	top: 260px;
        left:13px;
        line-height:130%;
        font-size:10px;
}
#ninki02 p{
	position: absolute;
	top: 253px;
        left:17px;
        line-height:130%;
        font-size:10px;
}
#ninki03 p{
	position: absolute;
	top: 160px;
        left:13px;
        line-height:130%;
        font-size:10px;
}