@charset "UTF-8";
/* basic_wood */

/* =================================================
	=Index=
	Default settings
		Reset
		Element
		Hyper text
		Headline
	Layout
	Header
	Topic path (pankuzu)
	Main
	Side menu (Plugin)
	Footer
================================================= */

/* =================================================
	Reset
================================================= */
html,body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,
blockquote,th,td,p {
	margin:0;
	padding:0;
}

a { 
	text-decoration:none;
	/*\*/
	overflow:hidden;	/* for Fx */
	/**/
}
img,
a img { border:none; }
ul, ol, li, dl, dt, dd { list-style:none; }
table { border:0; }
th,td { padding:0; }
th { font-weight:normal; }
input,select,textarea { padding:2px; }
textarea { font-size:100%; }
html>/**/textarea { font-size:13px; }
fieldset { border:none; }

/* =================================================
	Element https://cache.cart-imgs.fc2.com/template/basic_wood/image/basic_wood_background.png
================================================= */
body {
	background:url(https://cache.cart-imgs.fc2.com/upfile/shanachiebook/st.jpg) repeat;
	color:#333333;
	text-align:center;
	font-family:Verdana, Ariel, Helvetica, "メイリオ", Meiryo,"ＭＳ Ｐゴシック", sans-serif;
	line-height:1.4;
	word-break:break-all;
	font-size:82%;		/* 13px */
}
html>/**/body {
	font-size:13px;
}
* html body {
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;	/* WinIE6 */
}

/* =================================================
	Hyper text
================================================= */
a:link,
a:visited { color:#000000; text-decoration:none; }

a:focus,
a:hover,
a:active { color:#000000; }

/* =================================================
	Headline
================================================= */
h1 { font-size:150%; font-weight: normal; letter-spacing: 5px;}		/* 22px */
h2 { font-size:116%; font-weight: normal; }		/* 17px */
h3 { font-size:116%; font-weight: normal; }		/* 15px */
h4 { font-size:108%; font-weight: normal; }		/* 14px */
h5,
h6 { font-size:100%; font-weight: normal; }		/* 13px */

/* =================================================
	Layout
================================================= */
#wrap {
	width:100%;
	padding:20px 0;
}

#container {
	width:940px;
	margin:0 auto;
	padding-top: 2px;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 0px 6px 0px #999999;
	-moz-box-shadow: 0px 0px 6px 0px #999999;
	box-shadow: 0px 0px 6px 0px #999999;
}

#header {
	position:relative;
	padding: 0 20px 20px 20px;
	border-top: solid 4px #964E19;
}

#main {
	float:right;
	margin-right: 20px;
	width: 685px;
}

#sidemenu {
	float:left;
	width:200px;
	margin-left: 20px;
}

#footer {
	clear:both;
	position:relative;
	padding: 0px 20px 10px;
	background-color: #6c272d;
}

/* =================================================
	Header
================================================= */
#header h1 {
	margin-top: 70px;
	padding: 15px;
	text-align:left;
	background-color: #6c272d;
        border-radius: 5px;
        color: #ffffff !important;
}

#header h1 a{
        color: #ffffff !important;
}

/* ヘッダーに背景画像を入れたい場合はこちら
#header h1 {
	background-image: url(https://背景画像URLを入力してください);
}
 */
 

#header .header_plgin {
	position:absolute;
	top:30px;
	right:20px;
}

#header .header_plgin li {
	float: left;
	margin-left: 10px;
}

#header .header_plgin .search { width: 300px; text-align: right; }
#header .header_plgin .cartcheck { width: 180px;}

#header .header_plgin .search input {
	padding: 5px;
	border:1px solid #964E19;
}

#header .header_plgin .search input[type=text] {
	width: 130px;
}

#header .header_plgin .search .submit {
	padding-left:25px;
	height: 30px;
	background: #964E19 url(https://cache.cart-imgs.fc2.com/template/basic_wood/image/basic_wood.png) no-repeat 5px 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #FFFFFF;
	cursor: pointer;
}

#header .header_plgin .cartcheck a {
	display: block;
	height: 30px;
	padding-left:25px;
	line-height: 2em;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #FFFFFF;
	text-decoration: none;
	background: #964E19 url(https://cache.cart-imgs.fc2.com/template/basic_wood/image/basic_wood.png) no-repeat 15px -25px;
}

#header .header_plgin .cartcheck a:hover {
	background-color: #DA6069;
}

/* =================================================
	Topic path (pankuzu)
================================================= */
#topic_path {
	clear: both;
	text-align:left;
	border:1px solid #964E19;
	margin-bottom: 10px;
	padding: 0 10px;
}

#topic_path ul { background:url(https://cache.cart-imgs.fc2.com/template/basic_wood/image/breadcrumbs_home.png) no-repeat 0 5px; padding-left: 10px; zoom:100%; }

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

#topic_path li {
	float:left;
	display:inline;
	padding:4px 10px;
}

#topic_path li.link,
#topic_path li.home {
	padding:4px 18px 4px 10px;
	background:url(https://cache.cart-imgs.fc2.com/template/basic_wood/image/breadcrumbs.png) no-repeat center right;
}

/* =================================================
	Maintenance page
================================================= */
#maintenance_page {
	width:100%;
}
#maintenance_page p{
	padding:50px;
}

/* =================================================
	Common setting
================================================= */
#main .contents {
	margin:0 0 30px;
	background-color:#ffffff;
	text-align:left;
}

#main h2 {
	margin-bottom: 15px;
	border-bottom:#964E19 3px solid;
	padding: 8px 0 8px 10px;
	font-weight: bold;
}

#main h3 {
	margin-bottom: 15px;
	border-bottom:#964E19 1px solid;
	padding: 8px 0 8px 10px;
	font-weight: bold;
}

/* =================================================
	Shop information
================================================= */
#main #shopinfo_page {
	border: 1px solid #964E19;
}

#main #shopinfo_page h2 {
	margin-bottom: 0;
	border-bottom: none;
}

#shopinfo_page ul,
#shopinfo_page .news-comment {
	padding: 10px;
}

#shopinfo_page .infoall {
	padding: 0 10px 10px;
	text-align: right;
}

#shopinfo_page li span,
#shopinfo_page h2 span {
	margin-right: 10px;
}



/* =================================================
	custom page
================================================= */
#main #user_page {
	border: 1px solid #964E19;
}

#main #user_page h2 {
	margin-bottom: 0;
	border-bottom: none;
}

#user_page .user_cntent {
	padding: 10px;
}

/* =================================================
	Sort
================================================= */

#itemlist_page .sort fieldset input {vertical-align:middle;}

#itemlist_page .sort .sortbox {
	padding: 5px 10px;
	font-size:12px;
}
#itemlist_page .sort .sortbox ul {
	overflow:hidden;
	display: inline;
	 padding-right:20px;
}
#itemlist_page .sort .sortbox ul li {
	padding-right:10px;
	display: inline;
}

#itemlist_page .sortbox fieldset { display: inline;}

#itemlist_page .pagerbox {
	border-top: 1px dotted #DBB191;
	border-bottom: 1px dotted #DBB191;
	padding: 10px 0 5px 0;
	margin: 20px 0;
	text-align: center;
}

#itemlist_page .pagerbox span {
	border:1px solid #964E19;
	background:#964E19;
	color:#FFF;
	padding:3px 8px;
	margin:2px 3px;
}

#itemlist_page .pagerbox a {
	border:1px solid #964E19;
	background:#F8F6E6;
	padding:3px 8px;
	margin:2px 3px;
	text-decoration: none;
}

#itemlist_page .pagerbox a:hover {
	background:#964E19;
	color:#FFF;
}

#itemlist_page .pagerbox p {
	margin-top: 10px;
}

/* =================================================
	Item list (Catalog)
================================================= */
.contents .item_list  {
	overflow:hidden;
        width:620px;
        margin-left: 30px;
}
.contents .item_list  ul {
	/*overflow:hidden;*/
	margin-left:-40px;
}
.contents .item_list .item {
	float:left;
	width:180px;
	margin: 0 0 30px 40px;
	text-align:right;
}
.contents .item_list .item dl {
	overflow:hidden;
        padding-right: 21px;
padding:5px;
        border: 1px solid #fff1f1;
border-radius: 10px;	
background:#fff1f1;
height: 400px;
}

/*	商品一覧、おすすめ商品、売れ筋商品
	購入者がチェックor購入した商品リスト
----------------------------------------*/
#recommend_page .item_list .item,
#hotitem_page .item_list .item,
#buyers_checked .item_list .item,
#buyers_bought .item_list .item  {
	height:200px;
}

.contents .item_list  .item dt {margin-bottom: 10px;}
.contents .item_list  .item dd {margin-bottom:10px; text-align:right;}
.contents .item_list  .item .name {overflow:hidden; max-height:3em;text-align:left;text-overflow:ellipsis; width:168px;height:36px;}
.contents .item_list  .item .item_image {text-align: left;}
.contents .item_list  .item .item_image img {border:2px solid #DBB191; width: 160px; margin-left: 2px;}
.contents .item_list  .item .item_image img:hover {border:2px solid #921821;}
.contents .item_list  .item .comment1 {overflow:hidden; height: 1.2em; text-align:left; text-overflow:ellipsis;}
.contents .item_list  .item .price { font-weight:bold; margin-right: 5px;}
.contents .item_list  .item .stock {margin-right: 5px;}
.contents .item_list  .item .select_type {}
.contents .item_list  .item .count {margin-right: 2px;}
.contents .item_list  .item .submit {text-align: center; margin-bottom:0; margin-left: 39px;}
.contents .item_list  .item .submit cartbtn {text-align: center;}

/* Item list
----------------------------------------*/
.contents .item_list  .item_list2 {padding-top: 10px; padding-bottom: 10px;}
.contents .item_list  .item2 {}
.contents .item_list  .item2 img {margin-top: 3px; padding: 3px;}
.contents .item_list  .item2 .thumb {float: left;}
.contents .item_list  .item2 .name {padding: 3px;}
.contents .item_list  .item2 .other {padding: 3px; text-align: right;}
.contents .item_list  .item2 .comment {text-align: left; padding: 3px;}

/* Item detail
----------------------------------------*/
.contents .item_list  .item_detail {text-align: center; font-size: 12px;}
.contents .item_list  .item_detail img {border: 1px solid #A1994BCCC; background-color: #FFFFFF; margin: 3px; padding: 3px;}
.contents .item_list  .item_detail .thumb {float: left; margin-top: 10px; width: 33%;}
.contents .item_list  .item_detail .img-comment {padding: 3px;}
.contents .item_list  .item_detail .comment {padding: 3px; text-align: left;}
.contents .item_list  .item_detail .about {text-align: right;}
.contents .item_list  .item_detail .about .other {padding: 3px;}


/* Item detail
----------------------------------------*/

#itemdetail_page .item_detail {
	zoom:100%;
}

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

#itemdetail_page .item_detail .item_images {
	width:340px;
	float:left;
}

#itemdetail_page .item_detail .item_images .thumb {
	margin-bottom: 10px;
}

#itemdetail_page .item_detail .item_images .thumb img {
	border:1px solid #DBB191;
	padding:3px;
	max-width:320px;
	width:auto!important;
	width:320px;
}

#itemdetail_page .item_detail .comment {
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	border-bottom:1px dotted #DBB191;
}

#itemdetail_page .item_detail .item_comment {
	float: right;
	width: 330px;
}

#itemdetail_page .item_detail .comment .point_image {
	margin:0 0 10px;
}

#itemdetail_page .item_detail .comment .comment1 {
	margin:0 0 10px;
}

#itemdetail_page .item_detail .comment .comment2 {
	margin:0 0 10px;
}

#itemdetail_page .item_detail .product {
	border:1px solid #964E19;
	padding:5px;
}

#itemdetail_page .item_detail .product input,
#itemdetail_page .item_detail .product select {
	vertical-align:middle;
}

#itemdetail_page .item_detail .product .price {
	padding:0 0 10px;
	font-size:124%;
	font-weight:bold;
}
#itemdetail_page .item_detail .product .select_type,
#itemdetail_page .item_detail .product .stock,
#itemdetail_page .item_detail .product .count {
	display:inline;
	padding:0 5px;
	text-align:right;
}

#itemdetail_page .item_detail .submit {
	display: block;
	text-align:center;
	margin: 5px 0;
}

/* =================================================
	Check cart
================================================= */
#checkcart_page .table1 .tr2 .price,
#checkcart_page .table1 .tr2 .total {
	text-align: right;
}

/* =================================================
	login_page
================================================= */
#login_page .login {
	margin-bottom: 20px;
	zoom:100%;
}

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

#login_page .login_message {
	float:left;
	width:370px;
}

#login_page .login_form {
	float:right;
	width:280px;
	padding:10px 10px 0;
	border:1px solid #964E19;
}

#login_page .login_form li {
	margin-bottom: 10px;
	text-align: center;
	zoom:100%;
}

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

#login_page .login_form li input[type=text],
#login_page .login_form li input[type=password] {
	width:130px;
	padding:5px;
	border:2px solid #964E19;
}

#login_page .login_form li span {
	display: block;
	float:left;
	width:120px;
	padding:0 0 8px 0;
	vertical-align:middle;
	text-align: left;
}

/* =================================================
	inquiry_page
================================================= */
#inquiry_page .inquiry_header {
	margin-bottom: 10px;
}

#inquiry_page td input {
	width: 400px;
}

#inquiry_page td input.name {
	width: 200px;
}

#inquiry_page td textarea {
	width: 400px;
	height:200px;
}

#inquiry_page .inquirybutton {
	text-align: center;
	padding: 10px 0;
}

/* =================================================
	members_signup ,members_withdraw
================================================= */
#members_signup .signup_header,
#members_withdraw .withdraw_header {
	margin-bottom: 10px;
}

#members_signup td input[type=text] {
	width: 200px;
}

#members_signup td input.email {
	width: 400px;
}

#members_signup td textarea {
	width: 400px;
	height:40px;
}

#members_signup .signupbutton,
#members_withdraw .withdrawbutton {
	text-align: center;
	padding: 10px 0;
}
/* =================================================
	checkout_page
================================================= */
#checkout_page .regi_header {
	margin-bottom: 10px;
}

/* =================================================
	Register
================================================= */
.goto_cart {
	text-align:center;
	margin-left:30px;
}
.goto_cart img {
	margin-right:30px;
	margin-top:10px;
}
.goto_cart input {
	margin-right:30px;
}
.goto_cart1 {
	width:50%;
	float:right;
}
.goto_cart1 input {
	text-align:left;
	margin-left:10px;
}
.goto_cart2 {
	width:50%;
	text-align:right;
	float:right;
}
.goto_cart2 input {
	margin-right:10px;
}

.registerbutton,
.registerbutton1 {
	text-align: center;
	padding: 10px 0;
}

.registerbutton2 {
	text-align: left;
}

/* =================================================
	Table style
================================================= */
.table1 {
	border:1px solid #964E19;
	border-collapse:collapse;
	width:100%;
	margin-bottom:10px;
}

.table1 td {
	padding:8px 5px;
	border:1px solid #964E19;
}

.table1 th {
	padding:8px 5px;
	background:#964E19;
	border:1px solid #964E19;
	color:#FFF;
	text-align: left;
}

.table1 .tr1 td,
.table1 .td2 {
	padding:8px 5px;
	background:#DBB191;
	border:1px solid #964E19;
	font-weight: bold;
}

.table1 #left1 {
	text-align:left;
}
.table1 #center1 {
	text-align:center;
}
.table1 #right1 {
	text-align:right;
}

/*重要メッセージ*/
.importantmessage {
	font-weight:bolder;
	margin-bottom: 5px;
}
.errormessage {
	font-weight:bolder;
	color:#ff3300;
	border:2px solid #FF6A68;
	padding:5px;
	margin-bottom: 5px;
}


/* =================================================
	Side menu (Plugin)
================================================= */
#sidemenu .plugin {
	text-align:left;
	margin-bottom: 30px;
}

#sidemenu .plugin h3 {
	background:url(https://cache.cart-imgs.fc2.com/template/basic_wood/image/sidemenu_titlebg.png) no-repeat top center;
	border-bottom:1px solid #964E19;
	padding: 16px 0 10px 10px;
	margin-bottom:8px;
	font-weight:bold;
}

#sidemenu  form {
	background:#DBB191;
	padding: 10px 10px 0 10px;
} 

/* List
----------------------------------------*/
#sidemenu .plugin ul {
	padding:0px 5px;
	background-color:#ffffff;
}

#sidemenu .plugin ul li {
	padding:5px 0 5px 25px;
	border-bottom:1px solid #DBB191;
	background:url(https://cache.cart-imgs.fc2.com/template/basic_wood/image/sidemenu_linkbg.png) no-repeat 10px center;
}

/* Plugin - Menu, Category
----------------------------------------*/
#sidemenu #menu a,
#sidemenu #category a {
	display: block;
	padding:5px 0 5px 25px;
	border-bottom:1px solid #DBB191;
	background:url(https://cache.cart-imgs.fc2.com/template/basic_wood/image/sidemenu_linkbg.png) no-repeat 10px center;
}

#sidemenu .plg_body a.Top {
}
#sidemenu .plg_body a.Main {
}

/* 子カテゴリ */
#sidemenu #category a.Sub {
	padding:5px 0 5px 40px;
	border-bottom:1px solid #DBB191;
	background: none;
}

/* Plugin - Cart items
----------------------------------------*/
#sidemenu .cartin {
	border:1px solid #964E19;
	padding:10px;
}
#sidemenu .cartin_item {
	border-bottom:1px dotted #964E19;
	text-align:right;
}
#sidemenu .cartin .name {
	text-align:left;
	padding:0px 5px;
	font-weight:bold;
}

#sidemenu .cartin .price {
	text-align:right;
	padding:0px 5px;
}
#sidemenu .cartin .subtotal {
	text-align:right;
	padding:0px 5px;
}
#sidemenu .cartin .total {
	text-align:right;
	padding:5px;
	font-weight:bold;
}
#sidemenu .cartin .submit {
	padding-top:10px;
}

/* Plugin - Search
----------------------------------------*/
#sidemenu .plugin-search { padding-bottom: 10px; }
#sidemenu .plugin-search input {
	padding:2px;
	margin-bottom: 5px;
}

#sidemenu .plugin-search input[type=text],
#sidemenu .plugin-search input[type=password] {
	width: 174px;
	border: 1px solid #964E19;
}

/* inquiry link , signup link
----------------------------------------*/
#sidemenu .inquiry,
#sidemenu .signup {
	display: block;
	line-height: 3em;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #964E19;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
}

/* =================================================
	Footer
================================================= */
#footer p {
	padding:10px 0px;
}
.ad a{
color:#6c272d;
}



.powered {
}
.copyright {
color:#ffffff;
}

#footer .link {
	position:absolute;
	top:0;
	right:20px;
}

#footer .link li {
	float: left;
	width: 120px;
	margin-left: -1px;
	text-align: left;
}

#footer .link li a {
	display: block;
	height: 30px;
	padding-left: 40px;
	line-height: 30px;
	border-bottom:1px solid #964E19;
	border-left:1px solid #964E19;
	border-right:1px solid #964E19;
	text-decoration: none;
	background:  url(https://cache.cart-imgs.fc2.com/template/basic_wood/image/basic_wood.png) no-repeat 15px -115px;
	color: #FFFFFF;
}

#footer .link li a:hover {
	background-color: #DA6069;
}

#footer .link li.home a { padding-left: 50px; background-position: 20px -115px; }
#footer .link li.pagetop a { background-position: 15px -85px; }

.free1{
font-weight:bold;
color:red;
}