@charset "utf-8";

/* =======================================
	Slider
======================================= */
.wideslider {
	width: 100%;
	height: 400px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}
.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;
}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {
	background:url(../img/top/nav_prev.png) right center;
}
.slider_next {
	background:url(../img/top/nav_next.png) left center;
}

.pagination {
	bottom: 20px;
	left: 0;
	width: 100%;
	height: 71px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 0 5px;
	padding:25px 4px 4px 4px;
	width: 143px;
	height: 42px;
	display: inline-block;
	overflow: hidden;
	background:url(../img/top/bg_slide_subg.png) no-repeat bottom center;
}
.pagination a span{
	width: 143px;
	height: 42px;
	display: inline-block;
	overflow: hidden;
}
.pagination a.pn1 span {background: transparent url(../../../../img/slide_sub01.jpg) no-repeat center center;}
.pagination a.pn2 span {background: transparent url(../../../../img/slide_sub02.jpg) no-repeat center center;}
.pagination a.pn3 span {background: transparent url(../../../../img/slide_sub03.jpg) no-repeat center center;}
.pagination a.pn4 span {background: transparent url(../../../../img/slide_sub04.jpg) no-repeat center center;}
.pagination a.pn5 span {background: transparent url(../../../../img/slide_sub05.jpg) no-repeat center center;}
.pagination a.pn6 span {background: transparent url(../../../../img/slide_sub06.jpg) no-repeat center center;}


.pagination a.active {
	background:url(../img/top/bg_slide_sub.png) no-repeat center center;
	filter:alpha(opacity=10)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}

/* =======================================
	header
======================================= */
#h1bg{
	background:url(../img/cmn/bg_header_01.jpg);
	height:30px;
	width:100%;
}
#h1bg h1{
	display:block;
	width:960px;
	margin:0 auto;
	padding:6px 0 0;
	color:#fff;
	font-size:10px;
}
header{
	width:960px;
	margin:0 auto;
	padding:15px 0;
	overflow:hidden;
}
#logo{
	float:left;
}
#head_nav{
	display:block;
	overflow:hidden;
	float:right;
	width:750px;
	padding:6px 0 0;
}
#head_nav li{
	float:right;
}
#head_nav li a{
	display:inline-block;
	padding:10px 20px 9px 7px;
	font-size:11px;
	color:#969696;
	background:url(../img/cmn/bg_arrow.jpg) no-repeat center left;
}
#head_nav li.head_submit{
	padding:2px;
	border:1px solid #969696;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/

}
#head_nav li.head_submit input{
	border:none;
	background:none;
	width:210px;
	height:26px;
	color:#969696;
	padding:0 0 0 10px;
}
#head_nav li.head_submit input.submit_btn{
	border:none;
	background:url(../img/cmn/btn_search.jpg) no-repeat center center;
	width:26px;
	height:26px;
	text-indent:-9999px;
}

/*global navi*/
#gnav{
	width:100%;
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	overflow:hidden;
-moz-box-shadow: 0px 0px 6px #999999;
-webkit-box-shadow: 0px 0px 6px #999999;
box-shadow: 0px 0px 6px #999999;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
	position:relative;
	z-index:500;
}
#gnav div{
	width:960px;
	margin:0 auto;
	overflow:hidden;
}
#gnav a{
	display:block;
	width:110px;
	height:40px;
	float:left;
	padding:11px 0 0;
	font-size:15px;
	text-align:center;
	border-left:1px solid #e6e6e6;
}
#gnav a span{
	color:#ccc;
	font-size:12px;
	display:block;
}
#gnav p.btn_cart{
	display:block;
	width:172px;
	height:44px;
	float:left;
	padding:7px 0 0 11px;
	background:url(../img/cmn/bg_navi_02.jpg);
}
#gnav p.btn_cart a{
	text-align:left;
	display:block;
	padding:11px 3px 10px 19px;
	background:#fff url(../img/cmn/bg_cart.png) no-repeat center left;
	width:138px;
	height:13px;
	font-size:11px;
	color:#777;
	border:1px solid #777;
}
#gnav p.btn_cart a span{
	text-align:center;
	display:block;
	float:right;
	width:22px;
	height:13px;
	font-size:13px;
	padding:4px 0;
	background:#777;
	color:#fff;
	margin-top:-5px;
}
#gnav a:hover,
#gnav p.btn_cart a:hover{
	color:#777;
	text-decoration:none;
	background-color:#f1f1f1;
}
#gnav p.btn_cart a span.cart_on{
	background:#f00;
}
/*pnavi*/
#pnavi{
	background:#e6e6e6;
	width:100%;
	display:block;
	padding:10px 0;
	position:relative;
	z-index:400;
}
#pnavi p{
	display:block;
	width:960px;
	margin:0 auto;
}
/* =======================================
	main
======================================= */
#main{
	overflow:hidden;
	margin-bottom:10px;
	width:960px;
	margin:0 auto 20px;
}
.page_kotei{
	padding:20px 0 0;
}

/* =======================================
	sidebar
======================================= */
#sidebar{
	display:block;
	width:200px;
	float:left;
}
.category_list,
.category_list-1{
	border-left:2px solid #000;
	margin-bottom:20px;
}

.cg_tit{
	display:block;
	background:url(../img/cmn/bg_navi_02.jpg);
	padding:7px 0 7px 10px;
}
.cg_tit a:hover{
	text-decoration:none;
}
.bg_arrow1{
	display:block;
	padding:3px 3px 3px 20px;
	background:url(../img/cmn/bg_arrow2.png) no-repeat center left;
}
.category_list > ul > li,
.category_list-1 > ul > li{
	display:block;
}
.category_list > ul > li > a{
	padding:6px 0 6px 10px;
	margin-left:6px;
	font-size:12px;
	display:block;
	border-bottom:1px dotted #999;
	background:url(../img/cmn/bg_arrow_f.png) no-repeat center left;
}
.category_list > ul > li:hover,
.category_list-1 > ul > li:hover{
	background:#e5e5e5;
	text-decoration:none;
}

.category_list-1 > ul > li > a{
	padding:6px 0 6px 10px;
	margin-left:6px;
	font-size:11px;
	display:block;
	border-bottom:1px dotted #999;
	background:url(../img/cmn/bg_arrow_f.png) no-repeat center left;
}
.category_list2{
	border-left:2px solid #000;
	margin:0 0 20px 0;
	overflow:hidden;
}
.category_list2 > ul > li{
	float:left;
	display:block;
	padding:5px 0 0 0;
	margin:0 0 0 7px;
}
.category_list2 > ul > li:nth-child(5n){
	margin:0 0 0 0;
	float:right;
}

/* =======================================
	main content
======================================= */
#main_content{
	display:block;
	width:730px;
	float:right;
}

/* =======================================
	top
======================================= */
.h2_wrap{
	overflow:hidden;
}
.h2_news{
	display:inline-block;
	padding:6px 0 5px 25px;
	background:url(../img/cmn/pic_03.gif) no-repeat center left;
	font-size:20px;
	font-weight:bold;
	float:left;
}
.h2_wrap a{
	display:inline-block;
	padding:7px 3px 0 22px;
	height:23px;
	background:url(../img/cmn/bg_arrow2.png) no-repeat center left;
	float:right;
	text-decoration:underline;
}
.news_area_wrap{
	padding:15px;
	background:url(../img/top/pic_slide_03.jpg);
	margin-bottom:20px;
}
.news_area{
	background:#fff;
	padding:0 5px;
}
.news_area dl{
	display:block;
	overflow:hidden;
	padding:5px 0;
	border-bottom:1px dotted #999;
}
.news_area dl dt{
	float:left;
	display:block;
	width:44px;
	margin-right:5px;
	height:10px;
	padding:3px 0 0 0;
	text-align:center;
	color:#fff;
	font-size:0.3em;
}
.news_area dl dd{
	float:left;
	display:block;
	width:520px;
	font-size:13px;
	padding:3px 0 0 0;
}
.news_area dl dd.day{
	width:80px;
	font-size:12px;
}

.h2_page{
	display:block;
	padding:6px 0 5px 25px;
	background:url(../img/cmn/bg_h2.jpg) no-repeat bottom left;
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
}
#top_item{
	overflow:hidden;
	margin-bottom:15px;
}
#top_item li{
	display:block;
	width:170px;
	float:left;
	margin:0 16px 10px 0;
}
#top_item li img{
	width:100%;
	height:auto;
}
#top_item li:nth-child(4n){
	float:right;
	margin:0 0 10px 0
}
#top_item li:nth-child(4n-1){
	margin:0 0 10px 0
}
#top_item li:nth-child(4n+1){
	clear:both;
}
#top_item li span{
	display:block;
	padding:3px 0 3px 10px;
	background:url(../img/cmn/bg_arrow.jpg) no-repeat center left;
	font-size:13px;
}
#top_item li a{
	display:block;
	background:url(../img/top/bg_view.png) no-repeat top center;
}
#top_item li a:hover img{
	-moz-opacity:0.5;
	opacity:0.5;
	filter:alpha(opacity=50);
}

/*TOP SCROLL*/
#top_scroll{
	display:block;
	width:960px;
	text-align:right;
	margin:0 auto 0;
	padding:0;
	overflow:hidden;
}
#top_scroll a{
	display:block;
	padding:5px 0 0 0;
	width:61px;
	height:12px;
	float:right;
}
#top_scroll a:hover{
	padding:0 0 0 0;
	border-bottom:5px solid #4c4c4c;
}
#top_scroll a:hover img{
	-moz-opacity:1.0;
	opacity:1.0;
	filter:alpha(opacity=100);
}
/* =======================================
	footer
======================================= */
footer{
	background:#e6e6e6;
	width:100%;
	overflow:hidden;
	padding-bottom:30px;
}
.ft_wrap{
	background:#4d4d4d;
	padding:6px;
}
.ft_wrap p{
	color:#fff;
	font-size:10px;
	display:block;
	width:960px;
	margin:0 auto;
}
#ft_in{
	overflow:hidden;
	width:960px;
	margin:0 auto;
	padding:20px 0 0 0;
}
.fl1{
	display:block;
	width:192px;
	float:left;
}
.fl1 li a{
	display:block;
	padding:3px 3px 3px 22px;
	background:url(../img/cmn/bg_arrow2.png) no-repeat center left;
	font-size:13px;
}
.fl2{
	display:block;
	width:192px;
	float:left;
}
.fl2-1{
	display:block;
	width:180px;
	float:left;
}
.fl2-2{
	display:block;
	width:160px;
	float:left;
	margin-bottom:20px;
}
.fl2 li.cat-item{
	display:block;
	padding:0 0 0 10px;
}
.fl2 li a{
	display:block;
	padding:3px 3px 3px 10px;
	background:url(../img/cmn/bg_arrow_f.png) no-repeat center left;
	font-size:12px;
}
.fl2-2 li a,
.fl2-1 li a,
.fl3 li a{
	display:block;
	padding:3px 3px 3px 10px;
	margin-left:10px;
	background:url(../img/cmn/bg_arrow_f.png) no-repeat center left;
	font-size:10px;
}
.fl2 li a.cgf,
.fl2-2 li a.cgf,
.fl2-1 li a.cgf,
.fl3 li a.cgf,
.fl2 li.cgf,
.fl2-2 li.cgf,
.fl2-1 li.cgf,
.fl3 li.cgf{
	display:block;
	padding:3px 3px 3px 22px;
	background:url(../img/cmn/bg_arrow2.png) no-repeat center left;
	font-size:13px;
}
.fl3{
	display:block;
	width:221px;
	float:right;
}
.footer_info{
	display:block;
	width:390px;
	float:right;
}
.footer_search{
	padding:2px;
	border:1px solid #969696;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background:#fff;
	margin-bottom:20px;
}
.footer_search input{
	border:none;
	background:none;
	width:320px;
	height:26px;
	color:#969696;
	padding:0 0 0 10px;
}
.footer_search input.submit_btn{
	float:right;
	border:none;
	background:url(../img/cmn/btn_search.jpg) no-repeat center center;
	width:26px;
	height:26px;
	text-indent:-9999px;
}
.footer_info{
	overflow:hidden;
}
.footer_info ul{
	float:left;
	width:260px;
}
.footer_info ul li{
	line-height:1.6;
	font-size:11px;
	display:inline-block;
}
.flogo{
	padding:38px 0 0;
 	display:inline-block;
	float:right;
}


/* =======================================
	PRODUCT
======================================= */
.product_list{
	overflow:hidden;
	margin-bottom:10px;
	border:1px solid #e6e6e6;
	padding:15px;
	word-break: break-all;
}
.product_list li{
	display:block;
	width:130px;
	padding:0 0 15px 0;
	float:left;
	margin-right:12px;
}
.product_list li:nth-child(5n){
	float:right;
	margin:0;
}
.product_list li:nth-child(5n+1){
	clear:both;
}
.product_list li a span{
	display:block;
	margin-bottom:2px;
}
.product_list li a:hover span{
	text-decoration:none;
}
.product_list li span.itemimg{
	background:url(../img/product/bg_view.png) no-repeat center center;
}
.product_list li a:hover span.itemimg img{
	-moz-opacity:0.5;
	opacity:0.5;
	filter:alpha(opacity=50);
}
.product_list li span.itemno{
	font-size:10px;
}
.product_list li span.itemname{
	font-size:10px;
}
.product_list li span.itemtit{
	font-size:12px;
}
.product_list li span.itemprice{
	font-size:13px;
	font-weight:bold;
}
.product_list li span.itemprice span{
	font-size:10px;
	font-weight:normal;
	display:inline;
	margin-left:5px;
}
.sort_box{
	overflow:hidden;
	margin:0 0 -1px 0;
	padding:0;
	z-index:700;
	position:relative;
}
.sort_box > p{
	float:left;
}
.sort_box > p > span{
	font-size:20px;
	padding:0 3px;
}
.sort_box ul{
	float:right;
	overflow:hidden;
}
.sort_box ul > li{
	display:block;
	float:right;
	width:110px;
}
.sort_box ul > li > a{
	border:1px solid #e6e6e6;
	background:#f0f0f0;
	display:block;
	text-align:center;
	padding:8px 0;
}
.sort_box ul > li.on > a{
	border-bottom:1px solid #fff;
	background:#fff;
}
.sort_box ul > li > a:hover{
	text-decoration:none;
}

/*pagenavi*/
.pagenavi_wrap{
	text-align:center;
}
.wp-pagenavi {
	clear: both;
	display:inline-block;
	text-align:center;
	margin:20px 0;
	border:1px solid #e5e5e5;
	overflow:hidden;
-moz-box-shadow: 0px 0px 6px #bbbbbb;
-webkit-box-shadow: 0px 0px 6px #bbbbbb;
box-shadow: 0px 0px 6px #bbbbbb;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}

.wp-pagenavi a,
.wp-pagenavi span {
	display:block;
	width:30px;
	text-decoration: none;
	padding: 8px 0;
	border-left:1px solid #e5e5e5;
	color:#666;
	background:#fff;
	float:left;
}
.wp-pagenavi span.pages {
	display:inline-block;
	width:auto;
	text-decoration: none;
	padding: 8px 5px;
	border:none;
}


.wp-pagenavi a:hover{
	background:#f1f1f1;
	color:#666;
}
.wp-pagenavi span.current {
	background:#000;
	color:#fff;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

/* =======================================
	NEWS
======================================= */
.news_cg{
	overflow:hidden;
	border-left:1px solid #e6e6e6;
	display:block;
	height:35px;
}
.news_cg li{
	float:left;
}
.news_cg li a{
	display:block;
	width:100px;
	height:25px;
	padding:10px 0 0 0;
	text-align:center;
	border-top:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	background:#f1f1f1;
}
.news_cg li a:hover{
	text-decoration:none;
}
.news_cg li.color_blue a:hover,
.news_cg li.color_blue.on a{color:#fff; background:#3fa9f5;}

.news_cg li.color_green a:hover{color:#fff; background:#79c942;}
.news_cg li.color_green.on a{color:#fff; background:#79c942;}

.news_cg li.color_orange a:hover{color:#fff; background:#ff931e;}
.news_cg li.color_orange.on a{color:#fff; background:#ff931e;}

.news_cg li.color_pink a:hover{color:#fff; background:#ff7bac;}
.news_cg li.color_pink.on a{color:#fff; background:#ff7bac;}

.news_list{
	margin:0;
	border:1px solid #e6e6e6;
}
.news_post{
	border-bottom:1px solid #e6e6e6;
}
.news_post a{
	display:block;
	padding:15px;
	overflow:hidden;
	background:#fff;
}
.news_post a:hover{
	display:block;
	padding:15px;
	overflow:hidden;
	background:#f1f1f1;
}
.news_post a:hover{
	display:block;
	padding:15px;
	overflow:hidden;
}
.newsleft{
	width:190px;
	height:125px;
	background:#fff url(../img/news/bg_view.png) no-repeat center center;
	float:left;
}
a:hover .newsleft img{
	-moz-opacity:0.5;
	opacity:0.5;
	filter:alpha(opacity=50);
}
.newsright{
	width:490px;
	float:right;
}

.newsinfo .newsday{
	position: relative;
	top: 1px;;
	padding-right: 10px;
}
.newsinfo td{
	padding:0 10px 0 0;
	font-size:14px;
	height:18px;
	vertical-align: top;
}
.newstit{
	display:block;
	padding:0px 0 5px 0 ;
	font-size:16px;
	font-weight:bold;
	border-bottom:2px dotted #989898;
	margin-bottom:7px;
}
.newstext{
	margin-bottom:10px;
}
.newstext p{
	font-size:12px;
}
.newslink{
	float:right;
	display:block;
	width:80px;
	padding: 0 0 0 20px;
	text-align:right;
}
a:hover .newslink{
	background:url(../img/news/bg_arrow.png) no-repeat center left;
}

.newslink span{
	display:inline-block;
	padding:5px;
	background:#4d4d4d;
	color:#fff;
	font-size:12px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}
a:hover .newslink span{
	background:#f00;
	text-decoration:none;
}

.singleinfo td{
	padding:0 5px 0 0;
	font-size:14px;
	height:18px;
	vertical-align:top;
}

.singleinfo .newsday{
	position: relative;
	top: 1px;;
	display: inline-block;
	margin: 0 6px 0 5px;
}

.news_single{
	border:1px solid #e6e6e6;
	padding:15px;
	margin-bottom:15px;
	word-break: break-all;
}
.singletit{
	display:block;
	padding:8px 0;
	font-size:18px;
	font-weight:bold;
}
.mainimg{
	margin-bottom:15px;
}

.news_top3{
	border:1px solid #e5e5e5;
	overflow:hidden;
	margin-bottom:20px;
	word-break: break-all;
}
.news_top3 li{
	display:block;
	width:241px;
	float:left;
	border-right:1px solid #e5e5e5;
}
.news_top3 li:nth-child(3n){
	width:243px;
	float:right;
	border:none;
}
.news_top3 li a{
	display:block;
	width:211px;
	padding:15px;
}
.news_top3 li:nth-child(3n) a{
	width:213px;
}
.news_top3 li a:hover{
	background:#f1f1f1;
}
.news_top3 li a span.news_topimg{
	width:210px;
	height:140px;
	display:block;
	background:#fff url(../img/newspost/bg_view.png) no-repeat center center;
}
.news_top3 li a:hover span.news_topimg img{
	-moz-opacity:0.5;
	opacity:0.5;
	filter:alpha(opacity=50);
}
.news_top3 li span.news_toptit{
	clear:both;
	display:block;
	font-size:13px;
	font-weight:bold;
}
.news_top3 li span.news_topinfo{
	display:block;
	float:left;
	margin:-7px 0 0 -6px;
}
.news_top3 li span.news_topday{
	display:block;
	padding:0 0 0 10px;
	margin:0 0 0 0;
	font-size:12px;
	float:left;
}
.single_nav{
	overflow:hidden;
}
.single_prev{
	width:350px;
	height:95px;
	float:left;
}
.single_prev a{
	display:block;
	width:322px;
	height:73px;
	padding:10px 8px 12px 20px;
	float:left;
	background:url(../img/newspost/bg_prev2.jpg);
}
.single_prev a:hover{
	background:url(../img/newspost/bg_prev.jpg);
}
.single_prev .navimg{
	display:block;
	width:109px;
	height:73px;
	float:right;
}
a:hover .navimg img{
	-moz-opacity:0.7;
	opacity:0.7;
	filter:alpha(opacity=70);
}
a:hover .navtit{
	text-decoration:underline;
}
.single_prev .navinfo{
	display:block;
	text-align:right;
	padding:5px;
	float:right;
}
.single_prev .navtit{
	display:block;
	padding:0 5px;
	float:left;
	width:200px;
	font-size:12px;
}
.single_prev .navarrow{
	display:block;
	padding:5px 0 5px 25px;
	background:url(../img/newspost/btn_prev.png) no-repeat center left;
	float:left;
	margin-left:8px;
}
.single_prev a:hover .navarrow{
	margin-left:0;
}

/*next*/
.single_next{
	width:350px;
	height:95px;
	float:right;
	word-break: break-all;
}
.single_next a{
	display:block;
	width:322px;
	height:73px;
	padding:10px 20px 12px 8px;
	float:right;
	background:url(../img/newspost/bg_next2.jpg);
}
.single_next a:hover{
	background:url(../img/newspost/bg_next.jpg);
}
.single_next .navimg{
	display:block;
	width:109px;
	height:73px;
	float:left;
}
.single_next .navinfo{
	display:block;
	text-align:left;
	padding:5px;
	float:left;
}
.single_next .navtit{
	display:block;
	padding:0 5px;
	float:left;
	width:200px;
	font-size:12px;
}
.single_next .navarrow{
	display:block;
	padding:5px 25px 5px 0;
	background:url(../img/newspost/btn_next.png) no-repeat center right;
	float:right;
	margin-right:8px;
}
.single_next a:hover .navarrow{
	margin-right:0;
}
.navarrow{
	font-size:12px;
	font-weight:bold;
}

/* =======================================
	CONTACT
======================================= */

.ondes{color:#aaa;}
.radio_btn{
	border:1px solid #e5e5e5;
	padding:15px;
	margin-bottom:20px;
}
.radio_btn input{
	margin-top:-2px;
}
.radio_btn label{
	margin-right:15px;
}
.contact_left{
	clear:both;
	width:350px;
	height:30px;
	margin-bottom:20px;
	float:left;
}
.contact_right{
	width:350px;
	height:30px;
	float:right;
	text-align:right;
}
.contact_left input,
.contact_right input{
	width:330px;
	padding:0 5px;
	height:28px;
	border:1px solid #e5e5e5;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.contact_text{
	clear:both;
	margin-bottom:15px;
}
.contact_text textarea{
	width:714px;
	height:150px;
	padding:5px;
	border:1px solid #e5e5e5;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.submit_area{
	text-align:center;
}
.submit_area input{
	width:164px;
	height:43px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	background:url(../img/contact/bg_hover.jpg) no-repeat center center;
	border:none;
	cursor:pointer;
}
.submit_area input:hover{
	-moz-opacity:0.7;
	opacity:0.7;
	filter:alpha(opacity=70);
}
.contact_privacy{
	border:1px solid #e5e5e5;
	padding:15px;
	margin-bottom:20px;
	text-align:center;
}
.contact_privacy a{
	font-size:10px;
	margin-left:15px;
	padding-left:8px;
	background:url(../img/cmn/bg_arrow_f.png) no-repeat center left;
}
.submit_area input#wpcf7-modify{
	width:164px;
	height:43px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	background:url(../img/contact/bg_btn.jpg) no-repeat center center;
	border:none;
	cursor:pointer;
	margin:0 20px 0 0;
}
/*コンタクトフォーム７*/
.reserve-conf{
overflow:hidden;
}
.reserve-conf span{
display:inline-block;
float:left;
margin-right:5px;
}
.reserve-conf span select{
margin-left:5px;
}
.sent table{
display:none !important;
}
.sent p{
display:none;
}
.sent dl{
display:none;
}

.sent .wpcf7-submit{
display:none;
}
.sent .formInner {
display:none;
}
.sent .send_back{
display:none;
}
.sent #wpcf7-modify{
display:none;
}

/*CATEGORY*/
.cg_main_box{
	overflow:hidden;
	background:#333;
	padding:0 10px 0 0;
	margin:0 0 20px 0;
}
.cg_main_box .cg_img{
	float:left;
	width:438px;
	height:280px;
	overflow:hidden;
}
.cg_main_box .cg_img img{
	margin:0;
	padding:0;
}
.cg_main_box ul{
	display:block;
	float:right;
	width:270px;
}
.cg_main_box ul li.cg_main_tit{
	font-size:18px;
	font-weight:bold;
	padding:20px 0 25px;
	margin-bottom:15px;
	color:#fff;
	border-bottom:1px solid #fff;
}
.cg_main_box ul li.cg_main_text{
	color:#fff;
	line-height:1.4;
}

/*404*/
#error {
	margin:0 auto;
	padding:15px;
}
#error li {
	padding:15px;
	text-align:center;
}
.skumulti{
	margin-bottom:30px;
}
.skumulti th, .skumulti td{
	padding:5px;
	border:1px solid #999;
}


/* =======================================
	CART
======================================= */

#detail_item{
	margin: -20px 0 0 0;
	padding: 15px;
	border: 1px solid #ddd;
	overflow: hidden;
}
#detail_item .item_name{
	margin: 0 0 20px 0;
}
#detail_item .item_name span{
	display: inline-block;
	margin-right: 5px;
	padding: 4px 8px;
	font-size: 14px;
	color: #fff;
	background: #4d4d4d;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}
#detail_item .item_name em{
	padding: 4px 0;
	font-size: 16px;
	font-weight: bolder;
	color: #4d4d4d;
}

#detail_item .box_left{
	float: left;
	width: 345px;
}
#detail_item .box_right{
	float: right;
	width: 340px;
	word-break: break-all;
}

/*left*/
#detail_item .item_image{
	text-align: center;
}
#detail_item ul.image_list{
	margin-bottom: 18px;
	overflow: hidden;
}
#detail_item ul.image_list li{
	position: relative;
	float: left;
	width: 40px;
	height: 46px;
	margin: 0 0 0 3px;
	padding: 6px 0 0 0;
}
#detail_item ul.image_list li:first-child{
	margin-left: 0;
}

#detail_item ul.image_list li.current:after{
	position: absolute;
	top: 0;
	left: 0;
	content: url(../img/cart/pic_item_s01.png);
}

#detail_item #kikaku{
	margin-bottom: 13px;
	padding: 8px;
	color: #555555;
	background: #fafafa;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}
#detail_item #kikaku h3{
	margin-bottom: 4px;
	font-size: 16px;
	font-weight: bolder;
	color: #333333;
}
#detail_item #kikaku p{
	margin-bottom: 8px;
	font-size: 12px;
}
#detail_item .about{
	margin-bottom: 10px;
	overflow: hidden;
}
#detail_item .about img{
	float: left;
	display: table-cell;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
#detail_item .about dl{
	overflow: hidden;
}
#detail_item .about dt{
	font-size: 12px;
	font-weight: bolder;
}
#detail_item .about dd{
	font-size: 10px;
}

#detail_item .box_left .box_in{
	overflow: hidden;
}
#detail_item .box_left .box_in a{
	display: inline-block;
}
#detail_item .box_left .box_in a:hover{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5;
}
#detail_item .box_left .box_in a+a{
	float: right;
}

/*right*/
#detail_item .box_right table{
	position: relative;
	width: 100%;
	margin: 0 0 88px 0;
	border-top: 1px solid #e6e6e6;
	font-size: 12px;
}
#detail_item .box_right table tr{
	border-bottom: 1px solid #e6e6e6;
}
#detail_item .box_right table th,
#detail_item .box_right table td{
	padding: 8px 10px 9px 10px;
}
#detail_item .box_right table th{
	border-right: 1px solid #e6e6e6;
	width: 65px;
}

#detail_item .skucart .skubutton{
	position: absolute;
	bottom: -73px;
	left: 0;
	width: 339px;
	min-height: 53px;
	padding: 0 0 0 100px;
	border: 0;
	font-size: 18px;
	font-weight: bolder;
	text-align: left;
	color: #ffffff;
	background: url(../img/cart/bnr_cart.jpg) no-repeat left top;
	cursor: pointer;
}
#detail_item .skucart .skubutton:hover{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5;
}

#detail_item .box_right .buttons{
	position: relative;
	margin: 0 0 20px 0;
}
#detail_item .box_right .buttons > div{
	display: inline-block;
}
#detail_item .box_right .buttons .twit{
	margin-right: -10px;
}
#detail_item .box_right .buttons .face{
	margin-right: 7px;
}

#detail_item .box_right h3{
	padding:0 0 5px 25px;
	background:url(../img/cmn/pic_03.gif) no-repeat left 2px;
	font-size:20px;
	font-weight:bold;
	margin-bottom:8px;
}
#detail_item .box_right .detail_text{
	line-height: 1.6;
}


#dnavi{
	background:#e6e6e6;
	width:100%;
	display:block;
	margin: 0 0 15px 0;
	padding:10px 15px;
	position:relative;
	z-index:400;
}
#dnavi p{
	display:block;
	width:960px;
	margin:0 auto;
}

ul#recommend{
	margin: -20px 0 25px 0;
	padding: 15px 3px 15px 15px;
	border: 1px solid #e6e6e6;
	word-break: break-all;
	overflow: hidden;
}
ul#recommend li{
	float: left;
	width: 130px;
	margin: 0 12px 0 0;
}
ul#recommend li .model{
	font-size: 10px;
}
ul#recommend li .title,
ul#recommend li .tax{
	font-size: 10.2px;
}
ul#recommend li .price{
	font-size: 15px;
	font-weight: bolder;
}
ul#recommend a{
	display:block;
	background:url(../img/cart/bg_view.png) no-repeat top center;
}

ul#recommend a:hover img{
	-moz-opacity:0.5;
	opacity:0.5;
	filter:alpha(opacity=50);
}

#txitem-slide-out{
	margin: -20px 0 0 0;
	padding: 15px 0;
	border: 1px solid #e6e6e6;
	word-break: break-all;
}
#txitem-slider,
#txitem-slide,
#txitem-slide-in{
	overflow: hidden;
}
#txitem-slide-in{
	position: relative;
	left: 20px;
	width: 1000px !important;
}
#txitem-slide-in .txitem-new{
	float: left;
	width: 130px;
	margin-right: 6px;
}

#txitem-slider{
	position: relative;
}
#txitem-slider #txitem-next{
	position: absolute;
	top: 10px;
	left: 3px;
	z-index: 1;
}
#txitem-slider #txitem-prev{
	position: absolute;
	top: 10px;
	left: 707px;
	z-index: 1;
}
#txitem-slider #category-next,
#txitem-slider #category-prev{
	position: absolute;
	top: 0;
	width: 27px;
	height: 10000px;
	text-indent: -9999px;
	background: #fff;
}
#txitem-slider #category-next{
	left: -1px;
}
#txitem-slider #category-prev{
	left: 702px;
}
.txitem-new .intersection-img a{
	display:block;
	background:url(../img/cart/bg_view.png) no-repeat top center;
}

.txitem-new .intersection-img a:hover img{
	-moz-opacity:0.5;
	opacity:0.5;
	filter:alpha(opacity=50);
}

#txitem-slide-in .txitem-new+.txitem-new+.txitem-new+.txitem-new+.txitem-new+.txitem-new+.txitem-new+.txitem-new{
	display: none;
}

.txitem-new-bot .model{
	font-size: 10px;
}
.txitem-new-bot .title,
.txitem-new-bot .tax{
	font-size: 10.2px;
}
.txitem-new-bot .price{
	font-size: 15px;
	font-weight: bolder;
	color: #000;
}

em.tax{
font-size:1em;
}


/*ショッピングカート～注文内容確認*/
div.usccart_navi ol.ucart {
	list-style-image: none;
	list-style-type: none;
	display: block;
	height: 40px;
	width: 100%;
	margin: 10px 0 20px 0;
	padding: 0;
	background: url(../img/cart/bg_cart_navi.jpg) no-repeat left top;
}
div.usccart_navi li.ucart {
	float: left;
	margin: 0px;
	padding: 6px 0 0 0;
	height: 34px;
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	line-height: 29px;
	text-align: center;
}

div.usccart_navi li.usccart{
	width: 194px;
	margin-right: -24px;
}
div.usccart_navi li.usccustomer{
	width: 201px;
	margin-right: -23px;
}
div.usccart_navi li.uscdelivery{
	width: 203px;
	margin-right: -23px;
}
div.usccart_navi li.uscconfirm{
	width: 202px;
}

div.usccart_navi li.usccart_cart,
div.usccart_navi li.usccart_customer,
div.usccart_navi li.usccart_delivery,
div.usccart_navi li.usccart_confirm{
background-image:none;
}
div.usccart_navi li.ucart{
background-color:transparent!important;
}

div.usccart_navi li.usccart_cart+li,
div.usccart_navi li.usccart_customer+li,
div.usccart_navi li.usccart_delivery+li{
	background: url(../img/cart/bg_usccart1.jpg) no-repeat left top!important;
}

div.usccart_navi li.usccart_cart+li~li,
div.usccart_navi li.usccart_customer+li~li,
div.usccart_navi li.usccart_delivery+li~li{
	background: url(../img/cart/bg_usccart2.jpg) no-repeat left top!important;
}

div.usccart_navi li.usccart_cart~li,
div.usccart_navi li.usccart_customer~li,
div.usccart_navi li.usccart_delivery~li{
	color: #4d4d4d!important;
}


/*reset*/
#content{
	float: none;
	border: 0;
}
#content .catbox,
#inside-cart .send{
	margin: 0;
	padding: 0;
	border: 0;
}
.two-column{
	width: auto;
}

/*カートの中*/
h1.cart_page_title{
	display:block;
	margin-bottom:18px !important;
	padding:6px 0 5px 25px !important;
	background:url(../img/cmn/bg_h2.jpg) no-repeat bottom left;
	font-size:20px;
	font-weight:bold;
}

#inside-cart .box{
	margin: 0 0 40px 0;
	overflow: hidden;
}
#inside-cart .box .send{
	float: right;
	width: 340px;
}
#inside-cart .box .box_in a{
	display: inline-block;
}
#inside-cart .box .box_in a:first-child{
	margin-right: 10px;
}



#inside-cart .send{
	overflow: hidden;
}
#inside-cart .send input,
#inside-cart .send .back{
	display: block;
}
#inside-cart .to_customerinfo_button{
	width: 339px;
	min-height: 53px;
	margin-bottom: 15px;
	padding: 0 0 0 100px;
	border: 0;
	font-size: 22px;
	font-weight: bolder;
	text-align: left;
	color: #ffffff;
	letter-spacing: 0.1em;
	background: url(../img/cart/bnr_cart.jpg) no-repeat left top;
	cursor: pointer;
}
#inside-cart .to_customerinfo_button:hover,
#inside-cart .continue_shopping_button:hover{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5;
}
#inside-cart ul.link{
	float: right;
	text-align: left;
}
#inside-cart ul.link li a{
	display:inline-block;
	margin-bottom: 4px;
	padding:4px 0 3px 7px;
	font-size:10px;
	color:#969696;
	background:url(../img/cmn/bg_arrow.jpg) no-repeat center left;
}

#inside-cart .continue_shopping_button{
	width: 205px;
	height: 37px;
	margin-bottom: 15px;
	padding: 0;
	border: 0;
	cursor: pointer;
	text-indent: -9999px;
	background: url(../img/cart/bnr_continue.jpg) no-repeat left top;
}
#inside-cart .send .back{
	width: 205px;
	height: 37px;
	text-indent: -9999px;
	background: url(../img/cart/bnr_back.jpg) no-repeat left top;
}
#inside-cart .send .back:hover{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5;
}

#recommend .price{
	color: #000;
}

#cart_table{
	margin: 0 0 15px 0;
}
#cart_table th,
#cart_table td{
	padding: 10px;
	border: 1px solid #ddd;
	color: #333333;
}
#cart_table thead th,
#cart_table thead td,
#cart_table tfoot th,
#cart_table tfoot td{
	background: transparent;
}
#cart_table thead,
#cart_table tfoot tr:last-child{
	background: #eee;
}

#cart_table tbody tr th:first-child,
#cart_table tbody tr td:first-child{
	border-left: 0;
}
#cart_table tbody tr th:first-child+th,
#cart_table tbody tr td:first-child+td{
	border-left: 0;
}
#cart_table .tax{
	font-size: inherit;
}
#cart_table tbody .tax{
	display: block;
}

#cart_table thead th{
	text-align: center !important;
}
#cart_table tbody td{
	vertical-align: middle;
}
#cart_table tfoot th{
	text-align: right;
}

#cart_table .delButton{
	display: inline-block;
	width: 35px;
	height: 17px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 9px;
	border: 0;
	font-size: 10px;
	cursor: pointer;
	vertical-align: top;
	background: url(../img/cart/btn_delete.jpg) no-repeat left top;
}



.newssns{
	position: relative;
}
.newssns  > div{
	display: inline-block;
}
.newssns .twit{
	margin-right: -10px;
	vertical-align: top;
}
.newssns .face{
	margin-right: 7px;
	vertical-align: top;
}
.newssns .gpls{
	vertical-align: top;
}


iframe.twitter-share-button{
	width:100px !important;
}


/*search*/
.search_form_list{
	padding:10px;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
}
.search_tit{
	color:#333;
	font-size:100%;
	font-weight:bold;
}
.search_form_area{
	border:1px solid #ccc;
	padding:15px;
	height:300px;
	overflow:hidden;
}
.search_link{
	text-decoration:underline;
	text-align:right;
	font-size:100%;
}


/*20140828付け足し*/
.company{background-color:#f1f1f1; padding:15px;}
.hyou { border:1px solid #dadada; margin:10px 0;}
.hyou th { border:1px solid #dadada; padding:5px 10px; text-align:center; background-color:#eee;}
.hyou td { border:1px solid #dadada; padding:5px 10px; text-align:center;}
.hyoulaw { border-top:1px solid #dadada; margin:0 auto;}
.hyoulaw th { border-bottom:1px solid #dadada; border-right:1px solid #dadada; padding:5px 20px; width:30%;}
.hyoulaw td { border-bottom:1px solid #dadada; padding:5px 20px; width:60%;}
.hyoudealer {margin:0 auto; font-size:12px;}
.hyoudealer th.wid1 {padding:5px; width:200px;}
.hyoudealer th.wid2 {padding:5px; width:260px;}
.hyoudealer td {padding:5px; width:90px; margin:0 5px;}
/* Firefox */
.fb-like.fb_iframe_widget > span {
    vertical-align: baseline !important;
}