/*
サブページたち用
*/
@charset "utf-8";

/*h1スタイルにする*/
#h1_style div{	
	font-weight:600;
}

/*ぱんくず*/
#pankuzu_sub{
	background-color:#f0eeea;
	padding-top: 20px;
	padding-bottom: 20px;
	
}
#pankuzu_sub a{
	text-decoration:underline;
}

/*コンテンツ*/
#contents_sub{
	display:inline-block;
	width:710px;
	min-height: 1800px;
}
#contents_sub h1{
	display:inline-block;
	min-width:200px;
	padding-left:8px;
	padding-bottom:22px;
	border-bottom-color:#f0eeea;
	border-bottom-width:3px;
	border-bottom-style:solid;
	font-size:22px;
	margin-bottom:30px;
}
#contents_sub h2{
	margin-bottom:14px;
}
#contents_sub h2 span{
	color: #fff;
	background: #4f4b4b;
	border-radius: 5px;
	padding: 2px 10px;
}
#contents_sub a{
	text-decoration:underline;
}

/*スライダー*/
.slider_area_sub{
	float:left;
	display:inline-block;
	width:710px;
}
.slider_area_sub img{
	max-width:230px !important;
	max-height:213px !important;
}

.owl-carousel .owl-item img{
	max-width:230px !important;
	max-height:213px !important;
	width:auto;
}
.slider_area_sub #neko_sub{
	max-height:275px !important;
}

/*商品リンク*/
.itemlink_sub{
	text-align:right;
}

/****************/
/*商品一覧ページ*/
/****************/
.item_list{
	background-color:#dad9d7;
	margin-bottom:20px;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:13px;
	padding-right:13px;
}
.item_list a{
	display:block;
}
.item_list:hover{
	background-color:#faf9f7;
    transition:background-color 0.3s linear;
}
.item_img{
	width:200px;
	background-color:#FFF;
	text-align:center;
	min-height: 150px;
	position:relative;
	z-index:900;
}
.item_img img{
	display:block;
	position:absolute;
	max-width:180px;
	max-height:150px;
	top:5%;
	bottom:5%;
	left:5%;
	right:5%;
	margin:auto;
}
.item_name{
	width:190px;
	max-height:60px;
	margin-top:15px;
	text-decoration:underline;
	line-height:1.8;
	padding-left:5px;
	padding-right:5px;
	overflow:hidden;	
}
.item_price{
	font-size:14px;
	font-weight:bold;
	margin-top:17px;
	padding-left:5px;
	padding-right:5px;
}

.newitem{
	position: absolute;
	margin-top: -21px;
	margin-left: -14px;	
	z-index:1000;
}
.soldout{
	pointer-events: none;
}

/*商品詳細ボタン*/
.item_btn{
	display:inline-block;
	width:198px;
	height:29px;
	border-width:1px;
	border-style:solid;
	border-radius:2px;
	text-align:center;
	vertical-align:middle;
	box-shadow:1px 1px 1px 1px  rgba(0,0,0,0.2);
	font-weight:600;
	padding-top:13px;
	margin-top:17px;
	background-color:#FFF;
}
.item_list a:hover > .item_btn{
	text-shadow: rgba(55,47,36,.1) 0 1px 1px;
	background-color:#7e7973;
	color:#FFF;
	border-color:#2d2a26;	
    transition-property:color,background-color;
    transition-duration:0.3s;
    transition-timing-function:linear;
	
}

/*商品メイン画像*/
.item_main_msg_sub20{
	margin-bottom:20px;
}
.item_main_msg_sub40{
	margin-bottom:45px;
}
.item_main_msg_sub80{
	margin-bottom:80px;
}
.item_main_img_sub{
	float:left;
	display:inline-block;
	margin-right:10px;
	max-height:120px;
	max-width:150px;
}
/*商品詳細文章*/
.item_detail_sub{
	padding-left:5px;
	padding-right:5px;
}
.item_detail_sub_frame{
	display: inline-block;
	padding: 15px 45px;
	background: rgba(255,51,0,0.4);
	text-align: center; 
}


/***********/
/*お知らせ*/
/***********/
.info_sub{
	margin-bottom:40px;
}
.info_sub img{
	display: block;
	position: absolute;
	max-width: 180px;
	max-height: 150px;
	top: 5%;
	bottom: 5%;
	left: 5%;
	right: 5%;
	margin: auto;
}
.info_img_sub{
	float:left;
	text-align:center;
	width:200px;
	min-height:150px;
	border-color:#f0eeea;
	border-width:1px;
	border-style:solid;
	position: relative;
}
.info_sub .date{
	float:left;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
}
.info_sub .txt{
	float:right;
	width:450px;
	line-height:1.4;
	padding-left:5px;
	padding-right:5px;
	margin-left: -80px;
	margin-top: 20px;	
}
.info_sub a{
	display:block;
}
.info_sub a:hover > .info_img_sub img{
	opacity:.8;
	transition:opacity 0.3s linear;
}
.info_sub a:hover > .date{
	transition:color 0.3s linear;
}
.info_sub a:hover > .txt{
	transition:color 0.3s linear;
}

/********************/
/**特定商取引法表記**/
/********************/
#guide_commission {
	margin-top: -20px;
}

/********************/
/**お問合せフォーム**/
/********************/
select,input,textarea{
	padding:5px;
	border-radius:2px;
	font-size:14px;
	border-width:1px;
	border-style:solid;
	border-radius:2px;
	letter-spacing:0.1em;
}
form table td,form table th{
	padding:10px !important;
}
.w80{
	width:80px;
}
.w100{
	width:100px;
}
.w300{
	width:300px;
}
.w450{
	width:450px;
}
.w500{
	width:500px;
}

.imeon {
  ime-mode: active;   /* 全角モード */
}
.imeoff {
  ime-mode: inactive; /* 半角モード */
}
.error{
	border-color:#F30;
	border-style:solid;
	border-width:2px;
	background:rgba(255,51,0,0.4);
}
button{
	padding:15px;
	font-size: 100%;
	border-width:1px;
	border-style:solid;
	border-radius:2px;
	background-color:#FFF;
	border-color: #2d2a26;	
	color: #372f24;	
	font-weight:600;
	box-shadow:1px 1px 1px 1px  rgba(0,0,0,0.2);
	margin-top:20px;
}
button:hover{
	text-shadow: rgba(55,47,36,.1) 0 1px 1px;
	background-color:#7e7973;
	color:#FFF;
	border-color:#2d2a26;
    transition:background-color 0.3s linear;
	
}
.remodal ul{
    text-align: left;
}
.remodal li{
    display: block !important;
    margin-bottom: 10px;
}
.item_delete_btn:hover{
	background-color:#7e7973;
	color:#FFF;
	border-color:#2d2a26;
    transition:background-color 0.3s linear;
    
}
.add_btn_td{
    text-align: center !important;
}
.add_btn_td #add_item_button{
    padding:10px !important;
    font-size:13px !important;
    font-weight: normal;
    margin-top: 0px;
}


/*テーブルタグ*/
.table_style1_sub{
	margin-bottom: 20px;
	line-height: 1.8;
	margin-left: auto;
	margin-right: auto;
}
.table_style1_sub th,.table_style1_sub td{
	padding:5px;
	text-align:left;
}
.table_style1_sub th{	
	color:#2b9dfe;
	border-bottom: 1px solid #ccc;
	min-width:130px;
	vertical-align:middle;
}
.table_style1_sub td{
	border-bottom: 1px solid #ccc;	
}
.table_style1_sub th a{
	color:#2b9dfe;
}
.table_style1_sub th a:hover{
	color:#a9a39c;
	transition:color 0.3s linear;
}