@charset "UTF-8";
/* CSS Document */

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, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
	list-style:none;
}
body {line-height:1;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {display:block;}
nav ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {content:'';content:none;}
a {margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}

/* change colours to suit your needs */
ins {background-color:#ff9;color:#000;text-decoration:none;}

/* change colours to suit your needs */
mark {background-color:#ff9;color:#000; font-style:italic;font-weight:bold;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {border-bottom:1px dotted;cursor:help;}
table {border-collapse:collapse;border-spacing:0;}

/* change border colour to suit your needs */
hr {display:block;height:1px;border:0;   border-top:1px solid #cccccc;margin:1em 0;padding:0;}
input, select {vertical-align:middle;}


.clearfix {zoom:1;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}

a {
	text-decoration:none;
	color:#333333;
}

a:hover {
	text-decoration:none;
	color:#969696;
}
a:hover img {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: “alpha( opacity=60 )”;
}


.wrap {width:100%;}


/* ------header------ */
#header {
	width:980px;
	height:100px;
	margin:0 auto;
}
	.header_left {
		width:490px;
		padding:34px 0 0 0;
		float:left;
	}
	.header_right {
		width:490px;
		padding:38px 0 0 0;
		float:right;
		text-align:right;
	}
	.header_right img {margin:0 20px 0 0;}



/* ------ticker_box------ */
#ticker_box {
	width:100%;
	height:50px;
	margin-top:-50px;
	z-index:9999; !important;
	background: rgba(0, 0, 0, 0.4);
	color:#fff;
}
	.ticker {
		width:980px;
		height:50px;
		margin:0 auto;
		line-height:50px;
		font-size:14px;
	}
	.ticker ul {width: 100%;position: relative;}
	.ticker ul li {width: 100%;display: none;}


/* ------content------ */

#content {
	width:980px;
	margin:0 auto;
	padding:20px 0;
}

.pan {
	margin:0 0 20px 0;
	font-size:12px;
	line-height:28px;
}

#main {
	width:680px;
	padding:20px 0 0;
	float:left;
}
	.main_inner {margin:0 0 25px 0;}
		.main_inner .img_title {margin:5px 0 10px 0;}
		.main_inner .news_list {padding:0 10px 10px 10px;font-size:12px;line-height:38px;}
			.main_inner .news_list li {border-bottom:1px dashed #ccc;}
			.main_inner .news_list li span {font-weight:bold;margin:0 15px 0 0;}

.item_box {}
.item_box ul {
	width:705px;
	margin-right:-25px;
}
.item_box ul li {
	width:210px;
	height:320px;
	margin:0 25px 25px 0;
	float:left;
}
.item_box ul li h4 {
	padding:10px 5px;
	font-size:14px;
	font-weight:lighter;
	line-height:20px;
}
.item_box ul li p {
	text-align:right;
	font-size:12px;
	color:#d40202;
}



#side {
	width:270px;
	float:right;
}
.side_inner {
	margin:0 0 20px 0;
	padding:20px;
	background-color:#f5f0dc;
	border-top:10px solid #d3c692;
}
	.side_inner .img_title {margin:5px 0 15px 0;}
	.side_inner .cont_list li {margin:5px 0 20px 0;}
		.side_inner .cont_list li:last-child {margin:5px 0 10px 0;}
	.side_inner .cate_list {
		padding:0 0 0 10px;
		font-size:12px;
		line-height:30px;
	}
	.side_banner {}
	.banner_list {}
		.banner_list img {margin:0 0 20px 0;}
	
	.mail_magajin {
		padding:10px 0;
		font-size:12px;
		text-align:center;
		border:1px solid #ccc;
	}



/* ------footer------ */

#foot_top {
	width:980px;
	margin:0 auto;
	padding:40px 0;
	font-size:12px;
}
	.foot_top_bg { background-color:#f5f0dc; }
	#foot_top .foot_top_box {width:280px;margin:0 70px 0 0;float:left;}
	#foot_top .foot_top_box:last-child {margin:0 ;}
	#foot_top .img_title {margin:0 0 25px 0;}
	#foot_top h5 {margin:0 0 15px 0;}
	#foot_top p {margin:0 0 25px 0;line-height:20px;}


#foot_middle {
	width:980px;
	margin:0 auto;
	padding:40px 0;
}
.foot_middle_bg { background-color:#d3c692;  }
#foot_middle .foot_menu {font-size:12px;margin:0 5px;}
#foot_middle .foot_menu li {
	width:189px;
	display:inline-block;
	text-align:center;
	border-right:1px solid #333;
}
#foot_middle .foot_menu li:last-child {
	border-right: none;
}




#foot_bottom {
	width:980px;
	margin:0 auto;
	padding:40px 0;
	text-align:center;
	font-size:12px;
}
.foot_bottom_bg { background-color:#f5f0dc;  }
#foot_bottom .img_title {margin:50px 0 80px 0;}










/* ------search------ */
form {
	padding:0 3px;
}

.form_select {
	width:224px;
	color: #aaa;
    font-size:0.8em;
	font-family:Arial, sans-serif;
    padding:5px 10px;
    border:solid 1px #ccc;
    appearance: none;
    text-indent: .01px;
    text-overflow: "";
    background: #FFF url(select_arrow.jpg) no-repeat right;
}
.form_text{
	width:202px;
	padding:5px 10px;
	font-size:0.8em;
	font-family:Arial, sans-serif;
	color:#aaa;
	border:solid 1px #ccc;
	margin:10px 0;
}

.form_button {
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#a9a9a9 1px solid;
   -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   width:224px;
   height:25px;
   padding:0 3px;
   cursor:pointer;
   color:#333;
   font-weight:bold;
   background:#f5f5f5;
   text-shadow:1px 1px 0px #fff;
}


/* ------skdslider------ */
.skdslider{
 width:100%;
 height:200px;
 position: relative;
 display: block;
 overflow:hidden;
 z-index:-1;
}

.skdslider:after {
    content: '';
    padding-top: 50%; 
    display: block;
}

.skdslider ul.slides{ margin:0; padding:0; list-style-type:none;}
.skdslider ul.slides li
{
   display: none;
}
.skdslider ul.slides li img{
    width: 100%;
	border:0;
}




/* cart */
.subtotal {
	padding:0 3px;
	font-size:12px;
}

.subtotal ul li {
	margin:0 0 15px 0;
	padding:0 0 15px 0;
	border-bottom: 1px dashed #ccc;
}

.incart_name {
	margin:0 0 5px 0;
}

.stotal {
	text-align:right;
	color:#d40202;
}

.total {
	text-align:right;
	color:#d40202;
}

.postage {
	margin:10px 0 0 0;
	font-size:12px;
	text-align:right;
}



/* 商品一覧ページ */

.cate_title {
	margin:0 0 15px 0;
	padding:10px;
	font-size:16px;
	background-color:#f5f0dc;
	border-top:10px solid #d3c692;
}

.sub_title {
	padding:5px 10px;
	font-size:14px;
	border-bottom:1px dashed #ccc;
}

.sub_cate_ul {
	padding:15px 0 30px 0;
}

.sub_cate_list {
	padding:5px 15px;
	font-size:12px;
}

.sort {
	margin:10px 0;
	padding:10px;
	font-size:12px;
	background-color:#fff;
	border:1px solid #ccc;
}




/* 商品詳細ページ */

#item_menu{
	/* This is the container for the thumbnails */
}

#item_menu ul{
	margin:0px;
	padding:0px;
}

#item_menu li{
	/* Every thumbnail is a li element */
	width:160px;
	display:inline-block;
	list-style:none;
	overflow:hidden;
	border:1px solid #ccc;
}

.item_box {
	width:680px
}

.item_box .item_box_left {
	width:360px;
	float:left;
}

.item_box .item_box_right {
	width:280px;
	padding:0 20px;
	float:right;
	font-size:12px;
	line-height:24px;
}


.item_table {
width:100%;
border-collapse: separate;
border-spacing: 0px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
font-size:12px;
line-height:24px;
}
.item_table .item_table_th {
width: 25%;
padding: 12px;
text-align: left;
vertical-align: top;
color: #444;
background-color: #f5f0dc;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.item_table .item_table_td {
padding: 12px;
background-color: #fff;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

.updown {
width:15px;
margin:0 10px;
}

.updown_text{
	width:20px;
	margin:4px 0 0 0;
	padding:4px 10px;
	font-size:0.8em;
	font-family:Arial, sans-serif;
	color:#333;
	border:solid 1px #ccc;
}



.detail_table {
	width:100%;
}
.detail_table tr {padding:10px 0;}
.detail_table .detail_th {
	text-align:center;
	padding:10px 0;
}
.detail_table .detail_td {
	padding:10px 0;
	border-bottom:1px dashed #ccc;
}



