@charset "utf-8";
/*common*/
.side_bannerArea p{
	margin-bottom: 10px;
}

/*--- search box ---*/
.search_textBox {
	width: 120px;
	height: 22px;
	padding: 0;
	border: 1px solid #e5e8eb;
	padding-left: 3px;
	display: block;
	float: left;
	line-height: 22px;
}
.search_box1{
	padding-top: 10px;
}
.search_box_bg{
	width: 155px;
	background: #E50012;
	position: relative;
	overflow: hidden;
}
.search_btn{
	padding: 0;
	border: none;
	background: url(/img/common/icon_search_S.gif) no-repeat;
	background-position: 9px center;
	width: 30px;
	display: block;
	float: right;
	height: 24px;
}
header .search_btn{
	text-indent: -9999px;
}

/*--- main contents ---*/
#allWrap{
	position: relative;
	width: 100%;
	height: auto !important;
	min-height: 100%;
}
#wrapper{
	width: 960px;
	margin: 0 auto;
	padding-bottom: 100px;
}
#contents{
	width: 960px;
	margin: 0 auto;
}
.main_contents{
	background: #fff;
}

.pattern_block .caption{
	overflow: hidden;
}
.pattern_block a:hover img{
	/*opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;*/
}

/*--- pager ---*/
.pager{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 10px;
	font-weight: bold;
}
.pager li{
	display: inline-block;
	margin: 0 10px;
	*display: inline;
    *zoom: 1;
}
.pager li.current{
	color: #e60012;
}
.pager li img{
	vertical-align: middle;
}
.pager li a{
	text-decoration: none;
}

/*--- to top ---*/
.totop{
	text-align: right;
	height: 60px;
}

/*--- other ---*/
a:hover .imgHover{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
}

img{
	vertical-align: bottom;
}

.block{margin-top: 6px;}
.fontNavy{color: #3f5869 !important;}
.fontDNavy{color: #001637 !important;}
.fontRed{color: #e60012 !important;}
.center{text-align: center;}
.tleft{text-align: left;}
.tright{text-align: right;}
.tcenter{text-align: center;}
.fleft{float: left;}
.fright{float: right;}
.mcenter{margin: 0 auto;}
.bold{font-weight: bold;}
.clear_hidden{overflow: hidden;}
.h1_border{
	position: relative;
	color: #001637;
	background: url(/img/common/border_header.gif) repeat-x left bottom;
	font-size: 18px;
	padding-top: 28px;
	padding-left: 38px;
	padding-bottom: 5px;
	letter-spacing: 2px;
	padding-right: 90px;
/*
	padding-left: 2em;
	text-indent: -1.5em;
*/
}
.h1_border .icon{
	position: absolute;
	bottom: 0;
	right: 10px;
	font-size: 12px;
	letter-spacing: 0;
	font-weight: normal;
	padding-bottom: 3px;
}
.main_contents.width960 .h1_border .icon{
	position: absolute;
	bottom: 0;
	right: 10px;
	font-size: 12px;
	letter-spacing: 0;
	font-weight: normal;
	padding-bottom: 3px;
}
.main_contents.width960 .h1_border img{
	vertical-align: middle;
	margin-bottom: 4px;
}

.h2_border{
	background: url(/img/common/border.gif) repeat-x left bottom;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.h2_border_single{
	margin-bottom: 10px;
	background: #eee;
	padding-left: 10px;
}
.h3_border{
	background: url(/img/common/border.gif) repeat-x left bottom;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.h3_border_single{
	border-bottom: 1px dotted #ccd0d3;
	padding-bottom: 5px;
	margin-bottom: 10px;
}


.width234{width: 234px !important;}
.width280{width: 280px !important;}
.width325{width: 325px !important;}
.width350{width: 350px !important;}
.width375{width: 375px !important;}
.width425{width: 425px !important;}
.width460{width: 460px !important;}
.width530{width: 530px !important;}
.width540{width: 540px !important;}
.width550{width: 550px !important;}
.width590{width: 590px !important;}
.width630{width: 630px !important;}
.width670{width: 670px !important;}
.width730{width: 730px !important;}
.width960{width: 960px !important;}

.height400{height: 400px !important;}

.bod{
	clear: both;
}


/*----------------------------------------------------

	pattern

----------------------------------------------------*/
.width325.img{
	margin-bottom: 5px;
}


/*----------------------------------------------------

	slider

----------------------------------------------------*/
/**main slider**/
#mainSlider {
	width: 100%;
	position: relative;
	min-width: 980px;
	overflow: hidden;
	top:-4px;
	max-width: 1280px;
	margin: 0 auto;
}
#mainSlider .caroufredsel_wrapper {
	position: relative !important;
	top: 0 !important;
	bottom: auto !important;
	margin: 0 auto !important;
}
#mainSlider .slider {
	height: 400px !important;
	position: absolute;
	top: auto;
	left: 0;
	box-shadow: 0 5px 1px rgba(0,0,0,0.08);
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=180, strength=5, enabled=true);
}
.min #mainSlider .slider {
	height: 300px !important;
}
#mainSlider .slider a{
	height: 400px;
	width: 1280px;
	display: block;
	float: left;
}
.min #mainSlider .slider a{
	height: 300px;
	width: 780px;
}
#mainSlider .slider img {
	height: 100%;
	width: 100%;
	display: block;
}
.mask{
	background: #000;
	filter: alpha(opacity=30);
	-moz-opacity: .3;
	opacity: .3;
	width: 1000px;
	height: 400px;
	position: absolute;
	top: 0;
}
.mask.left{
	left: 50%;
	margin-left: -1640px;
}
.mask.right{
	left: 50%;
	margin-left: 640px;
}
.min .mask{
	width: 780px;
	height: 300px;
}
.min .mask.left{
	margin-left: -1170px;
}
.min .mask.right{
	margin-left: 390px;
}
#mainSlider .thumb{
	padding-top: 22px;
	margin-left: 7px !important;
	z-index: 1 !important;
}
#mainSlider .thumb a{
	display: block;
	line-height: 0;
	float: left;
	margin-right: 15px;
	overflow: hidden;
	width: 8px;
	height: 8px;
	background: url(/img/top/icon_slider_off.png) no-repeat left top;
}
#mainSlider .thumb a.selected{
	background: url(/img/top/icon_slider_on.png) no-repeat left top;
}
#mainSlider .thumb a.selected img{
	margin: -3px;
}
#mainSlider .btns{
	width: 930px;
	height: 80px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -465px;
	z-index: 0
}
#mainSlider .btns a{
	display: block;
	float: left;
}
#mainSlider .btns a.next{
	float: right;
}

#mainSlider .slider {
height: 400px !important;
position: absolute;
top: auto;
left: 0;
width: auto;
text-align: inherit;
margin-left: 0;
}

.pager_slider{
	height: 55px;
	position: absolute;
	width: 100%;
	top: 180px;
	*width: 1280px;
	*left: 50%;
	*margin-left: -640px;
}
.pager_slider .reInner{
	max-width: 1280px;
	margin: 0 auto;	
/*
	min-width: 980px;
	width: 100%;
*/
}
.slider_prev{
	width: 31px;
	height: 55px;
	overflow: hidden;
	position: absolute;
	top:180px;
	left: 10px;
	z-index: 100;
}
.slider_prev a{
	width: 31px;
	height: 55px;
	display: block;
	background:url(/img/top/slider_arrow_prev.png) no-repeat left top;
}
.slider_prev a:hover{
	background-position: left bottom;
}
.slider_next{
	width: 31px;
	height: 55px;
	overflow: hidden;
	position: absolute;
	top:180px;
	right: 10px;
	z-index: 101;
}
.slider_next a{
	width: 31px;
	height: 55px;
	display: block;
	background:url(/img/top/slider_arrow_next.png) no-repeat left top;
}
.slider_next a:hover{
	background-position: left bottom;
}



/*----------------------------------------------------

	■TOP left_contents

----------------------------------------------------*/
.top .left_contents{
	width: 714px;
	overflow: hidden;
}
.panels ul{
	width: 721px;
	margin-bottom: 6px;
}
.panels ul li{
	width: 234px;
	margin-right: 6px;
	margin-bottom: 6px;
	float: left;
	position: relative;
}
.tag_new{
	width: 31px;
	height: 37px;
	position: absolute;
	top: 10px;
	left: 10px;
	background: url(/img/top/paneltag_new.png) no-repeat left top;
}
.tag_sp{
	width: 65px;
	height: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(/img/top/paneltag_special.gif) no-repeat left top;
}
.tag_pick{
	width: 95px;
	height: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(/img/top/paneltag_pickup.gif) no-repeat left top;
}

.top .caption{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 234px;
	min-height: 30px;
	background: url(/img/common/bg_caption.png) repeat;
	height: 60px;
}
.top .caption dl{
	padding: 5px 7px 7px 10px;
	background: url(/img/common/arrow_panel.png) no-repeat 218px center;
}
.top .caption dt{
	font-size: 10px;
	color: #7d7e71;
	margin-bottom: 2px;
}
.top .caption dd{
	font-size: 11px;
	color: #cccccc;
	padding-right: 28px;
	line-height: 1.5;
}
a:hover .top .caption dd{
	color: #fff;
	text-decoration: underline;
}

.important_info{
	background: url(/img/common/bg_news.jpg) repeat;
}
.important_info .inner{
	padding: 15px 30px;
	overflow: hidden;
}
.important_info h2{
	position: relative;
	background: url(/img/common/border.gif) repeat-x left bottom;
	padding-top: 5px;
	padding-left: 30px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.important_info h2 .icon{
	position: absolute;
	top:0;
	left: 0;
}
.important_info dt{
	color: #62717f;
	font-size: 10px;
}
.important_info dd{
	margin-bottom: 10px;
}

.top .block{
	margin: 0;
	margin-bottom: 6px;
}

.top .important_info .more{
	background: url(/img/common/icon_category.gif) no-repeat left center;
	padding-left: 25px;
	margin-top: -5px;
	float: right;
}



/*----------------------------------------------------

	■TOP right_contents

----------------------------------------------------*/
.top .right_contents{
	background: transparent;
}

.top .news{
	background: url(/img/common/bg_news.jpg) repeat;
	margin-bottom: 6px;
}
.top .news .inner{
	padding: 15px 20px;
}
.top .news h2{
	position: relative;
	background: url(/img/common/border.gif) repeat-x left bottom;
	padding-top: 5px;
	padding-left: 30px;
	margin-bottom: 10px;
	height: 24px;
}
.top .news h2 .icon{
	position: absolute;
	top:0;
	left: 0;
}
.top .news dt{
	color: #62717f;
	margin-bottom: 5px;
	font-size: 10px;
}
.top .news dd{
	margin-bottom: 20px;
	font-size: 11px;
}
.top .news a{
	color: #373734;
	text-decoration: underline;
	display: block;
}
.top .news a:hover{
	color: #e60012;
	text-decoration: none;
}
.top .news .more{
	background: url(/img/common/icon_more.gif) no-repeat left center;
	padding-left: 25px;
	margin-top: -5px;
	float: right;
}

.search_area{
	background: url(/img/common/bg_search.png) repeat;
}
.search_area .inner{
	padding: 20px 15px 30px !important;
	background: url(/img/top/search_box_word.png) no-repeat 175px 10px;
}
.search_area h2{
	margin-bottom: 5px;
}
.search_area .search_box_bg{
	padding-right: 0px;
	position: relative;
	width: 206px;
	height: 28px;
}
.search_area .search_textBox {
	width: 138px;
	height: 28px;
	border: none;
	padding-left: 3px;
}
.search_area .search_btn{
	border: none;
	background: url(/img/common/icon_search.gif) no-repeat;
	background-position: 9px center;
	color: #fff;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 65px;
	font-size: 12px;
	height: 28px;
	float: none;
	padding-left: 17px;
}



/*----------------------------------------------------

	banner area

----------------------------------------------------*/
.bannerArea{
	width: 960px;
	overflow: hidden;
	margin-top: 30px;
}
.bannerArea ul{
	width: 966px;
}
.bannerArea li{
	float: left;
	width: 188px;
	height: 60px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.bottom_banner{
	text-align: center !important;
}
.bottom_banner ul{
	width: 690px !important;
	padding: 0 !important;
}
.bottom_banner li{
	width: 330px !important;
	height: 130px !important;
	margin: 20px 0 !important;
	float: left;
	margin-right: 10px !important;
}



/*----------------------------------------------------

	■商品紹介 Product

----------------------------------------------------*/
.right_contents{
	background: #fff;
	float: right;
}
.right_contents h1 img{
	vertical-align: middle;
	margin-bottom: 4px;
	margin-left: -28px;
}
.right_contents h1 .icon{
	position: absolute;
	bottom: 0;
	right: 10px;
}
.right_contents .inner{
	padding: 29px 29px 6px 28px;
}
.category_list ul{
	width: 680px;
	margin-bottom: 38px;
}
.category_list li{
	width: 334px;
	float: left;
	margin-right: 5px;
	margin-bottom: 7px;
}



/*----------------------------------------------------

	■Product Detail

----------------------------------------------------*/
.product.detail .right_contents .inner{
	padding: 30px 30px 35px 30px;
}
.product.detail .right_contents h2{
	font-size: 15px;
	background: url(/img/common/border.gif) repeat-x left bottom;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.product.detail .right_contents .lineUp h2{
	margin-bottom: 35px;
}

.lineUp dl{
	width: 550px;
	margin: 0 auto;
	padding-bottom: 15px;
}
.lineUp dd{
	margin-bottom: 25px;
	font-size: 10px;
	color: #6c6f74;
}
.lineUp ul{
	border-top: 1px dotted #cdd4dc;
	padding: 30px 0;
	text-align: center;
}
.lineUp ul.noborder{
	border-top: none;
	padding-top: 0;
}
.lineUp li{
	display: inline-block;
	text-align: left;
	margin: 0 10px;
	*display: inline;
    *zoom: 1;
    text-align: center;
}
.lineUp li img{
	margin-bottom: 10px;
}

.color_list{
	width: 600px;
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: center;
}
.color_list li{
	width: 105px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 10px;
	height: 80px;
	padding: 0 5px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.color_block{
	width: 38px;
	height: 38px;
	margin: 0 auto;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}

.osusume{
	padding-bottom: 15px;
}
.osusume ul{
	width: 690px;
}
.osusume li{
	width: 325px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.osusume dt{
	font-size: 13px;
	font-weight: bold;
	margin-top: 15px;
}
.osusume dd{
	font-size: 11px;
	min-height: 55px;
}

.tokucho{
	padding-bottom: 10px;
	width: 670px;
	overflow: hidden;
}
.tokucho ul{
	width: 691px;
}
.tokucho li{
	margin-bottom: 15px;
	margin-right: 20px;
	float: left;
}
.tokucho li dt{
	font-weight: bold;
	font-size: 13px;
	color: #001631;
	padding-bottom: 5px;
}
.tokucho li dd{
	min-height: 50px;
	line-height: 1.3;
	font-size: 11px;
	color:#373734;
}
.tokucho li.width670{
	margin-right: 0;
}
.tokucho .tokucho_img{
	margin-bottom: 5px;
}


/*----- table style -----*/
.table_style table,
.table_style th,
.table_style td{
	border: 1px solid #cad0d9;
}
.table_style th,
.table_style td{
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	padding: 3px 0;
}
.table_style table{
	width: 100%;
	margin-bottom: 10px;
}
.table_style th,
.table_style thead td{
	background: #e7eaee;
	color: #001631;
	padding: 7px 0;
}
.table_style td,
.table_style tbody td{
	color: #6c6f74 !important;
}

.table_style .sshouhin-r{
	text-align: right;
}
.table_style .sshouhin-r,
.table_style .sshouhin-l{
	font-size: 10px;
	color: #6c6f74;
}
.table_style .sshouhin-l{
	margin-bottom: 20px;
}
.table_style .shiyou dt{
	font-size: 11px;
	margin-top: 15px;
}
.table_style .shiyou dd{
	font-size: 10px;
	color: #6c6f74;
}

.table_style .product_block dt,
.table_style .product_block dd{
	font-size: 10px;
	color: #6c6f74;
	padding-top: 5px;
}

.w1 li{width: 620px;}
.w2 li{width: 300px;}
.w3 li{width: 190px;}
.w4 li{width: 140px;}
.w5 li{width: 110px;}


.shiyou{
	position: relative;
}
.shiyou .product_block{
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px dotted #ccc;
}

#acorddion{
	position: relative;
	overflow: hidden;
}
#acorddion table{
	width: 670px;
	position: relative;
}
.btn_table{
	position: absolute;
	top:3px;
	left: 85px;
}
.btn_table a{
	background: url(/img/product/detail/detail_table_close.gif) no-repeat right top;
	padding-right: 23px;
	text-decoration: none;
	zoom: 1;
}
.btn_table.on a{
	background: url(/img/product/detail/detail_table_open.gif) no-repeat right top !important;
	zoom: 1;
}
.btn_table a:hover{
	text-decoration: underline;
}



.icon_maru{
	background: url(/img/common/icon_header.gif) no-repeat left center;
	padding-left: 30px;
}
.huri{
	position: absolute;
	top: 13px;
	left: 40px;
	font-size: 10px;
	letter-spacing: 1px;
	color: #62717f;
	font-weight: 100;
}



/*----------------------------------------------------

	■Product Detail

----------------------------------------------------*/
.detailList ul.item_list{
	width: 681px;
}
.detailList ul.item_list li{
	width: 160px !important;
	float: left;
	margin-right: 10px;
	min-height: 220px;
}
.detailList .right_contents li img{
	margin-bottom: 10px;
}
.detailList .item_list li img{
	border: 1px solid #e3eaee;
}

.detailList dt{
	line-height: 1.3;
	padding-bottom: 5px;
}
.detailList dd{
	letter-spacing: -0.01em;
}

.detailList .itemHeader{
	margin-bottom: 10px;
}

/*----------------------------------------------------

	■特集 feature

----------------------------------------------------*/
.feature .main_contents{
	margin: 0 auto;
	overflow: hidden;
}
.feature .main_contents ul{
	padding: 30px;
	width: 925px;
	overflow: hidden;
}
.feature .main_contents li{
	width: 284px;
	margin-right: 24px;
	margin-bottom: 35px;
	float: left;
}
.feature .main_contents li img{
	margin-bottom: 10px;
}
.feature .main_contents li dt{
	margin-bottom: 5px;
}
.feature .main_contents li dd {
	line-height: 1.4;
	word-break: break-all;
	min-height: 40px;
}

.feature .main_visual{
	margin-bottom: 20px;
}
.feature .contents_img1{
	margin-bottom: 20px;
}
.back_list a{
	border-bottom: 1px dotted #cdd4dc;
	text-decoration: none;
	padding-bottom: 3px;
}
.back_list a:hover{
	border-bottom: none;
	text-decoration: none;
}
.back_list a img{
	vertical-align: middle;
	padding-right: 5px;
}



/*----------------------------------------------------

	■新着情報 news

----------------------------------------------------*/
.news .list{
	width: 690px;
}
.news .list li{
	width: 210px;
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
}
.news .list li img{
	margin-bottom: 10px;
}
.news .list li dt{
	margin-bottom: 5px;
}
.news .list li dd{
	line-height: 1.4;
	word-break: break-all;
	min-height: 50px;
}

.news h1 .icon{
	position: absolute;
	bottom: 0;
	right: 10px;
	font-size: 12px;
	letter-spacing: 0;
	font-weight: normal;
	padding-bottom: 3px;
}
.news .main_visual{
	margin-bottom: 15px;
}
.news .contents_img1{
	margin-bottom: 25px;
}
.news .notes{
	font-size: 10px;
}

.news .tokucho{
	position: relative;
}
.news .tokucho dl{
	width: 500px;
}
.news .tokucho dd{
	margin-bottom: 20px;
}
.news .tokucho .icon{
	width: 97px;
	height: 97px;
	position: absolute;
	background: url(/img/news/newsDetail_img2.jpg) no-repeat left center;
	top:45px;
	right: 45px;
}

.hanbai_shiyou table th,
.hanbai_shiyou table td{
	text-align: center;
	vertical-align: middle;
	padding: 3px 0;
}



/*----------------------------------------------------

	■お客様相談室 support

----------------------------------------------------*/
.update_info{
	background: url(/img/corporate/bg_topics.jpg) repeat center top;
}
.update_info dd{
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #cdd4dc;
}




.support .support_list li{
	padding-bottom: 12px;
	border-bottom: 1px dotted #cdd4dc;
	background: url(/img/common/icon_wArrow.gif) no-repeat left center;
	padding: 10px 0px 10px 15px;
}
.support .qa .support_list{
	margin: 0 10px;
}
.support .qa .support_list li{
	background: url(/img/common/icon_wArrow2.gif) no-repeat 5px center;
	padding: 10px 0px 10px 20px;
}
.support .qa li.trigger.nolast{
	padding-bottom: 5px;
}
.support .qa li.trigger span{
	display: block;
	width: 100%;
	height: 28px;
	padding: 15px 0 0 23px;
	background: url(../img/support/qa_list_bg.jpg) no-repeat 0 0;
	color: #001637;
	font-weight: bold;
	line-height: 1;
	cursor: pointer;
}
.support .qa li.trigger.nolast.open{
	padding-bottom: 40px;
}
.support .qa li.trigger.open span{
	background-position: 0 100%;
	color: #e60012
}

.support .answer{
	margin-top: 25px;
}

.cause_list ol li{
	list-style: decimal inside !important;
	font-size: 13px;
}

.otoshikata_list table{
	border: 1px solid #cad0d9;
	width: 100%;
}
.otoshikata_list th{
	width: 150px;
	background: #f7f8fa;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #cad0d9;
}
.otoshikata_list td{
	padding: 15px 20px;
	border: 1px solid #cad0d9;
}
.otoshikata_list section{
	margin-bottom: 35px;
}

.support.support_top .category_list ul{
	width: 690px;
	margin-bottom: 0px;
}
.support.support_top .inner{
	padding: 28px;
	overflow: hidden;
}
.support.support_top .category_list li {
	width: 329px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.support.qa .pattern_block h2.h2_border{
	background: none;
	border-bottom: 1px dotted #333;
	padding-bottom: 0;
}


/*----------------------------------------------------

	■検索結果 search result

----------------------------------------------------*/
.search .inner{
	padding: 25px 30px;
}
.search .result_list h2{
	padding-bottom: 10px;
	border-bottom: 1px dotted #cdd4dc;
}
.search .result_list dl{
	padding: 20px 0;
	border-bottom: 1px dotted #cdd4dc;
}
.search .result_list dt a{
	font-size: 14px;
	color: #e60012;
	font-weight: bold;
	text-decoration: none;
}



/*----------------------------------------------------

	■替芯 refill

----------------------------------------------------*/
.itemWrap{
	border-bottom: 1px dotted #cdd4dc;
/* 	padding-bottom: 30px; */
	margin-bottom: 30px;
}
/*
.itemWrap{
	border-top: 1px dotted #cdd4dc;
	padding-top: 30px;
	margin-top: 30px;
}
*/
/*
.itemWrap.first{
	border: none;
	padding-top: 0px;
	margin-top: 0px;
}
*/
.itemWrap dd{
	margin-bottom: 20px;
	font-size: 10px;
	color: #6c6f74;
}

.itemWrap .shiyou{
	margin-bottom: 30px;
}

.fit_item{
/* 	padding-top: 40px; */
}
.fit_item h2{
	margin-bottom: 40px;
}
.refill .item_img{
	padding: 40px 0;
}
.refill .fit_item ul{
	width: 640px;
}
.refill .fit_item li{
	width: 170px;
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
	text-align: center;
}
.refill .fit_item li img{
	margin-bottom: 10px;
}
.fit_item_name{
	min-height: 30px;
	line-height: 1.4;
}

.soldout_item{
	font-size: 10px;
	color: #6c6f74;
}

.refillDetail .process h2{
	font-size: 15px;
}
.refillDetail .process_detail ul{
	overflow: hidden;
}
.refillDetail .process_detail ul{
	width: 650px;
}
.refillDetail .process_detail li{
	width: 145px;
	margin-right: 15px;
	float: left;
	font-size: 10px;
	color: #6c6f74;
}
.refillDetail .process_detail.over5 li{
	height: auto;
	margin-bottom: 15px;
}


.processArea .block{
	border:1px solid #e3eaee;
	padding: 20px;
	margin-bottom: 18px;
}
.processArea .block .title{
	position: relative;
	border-bottom: 1px dotted #cdd4dc;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.processArea .block .itemimg{
	position: absolute;
	top: 5px;
	right: 0;
}
.processArea .block h2{
	font-size: 15px;
	width: 380px;
}

.categoryWrap{
	padding-top: 15px;
}
.categoryWrap h3.categoryLabel{
	line-height: 1
}
.processArea .pad30{
	padding-top: 20px !important;
}
.processArea .anchor{
	width: 690px;
}
.processArea .anchor li{
	width: 217px;
	height: 43px;
	float: left;
	margin: 0 12px 10px 0;
}
.processArea .anchor li a{
	display: block;
	width: 100%;
	height: 33px;
	padding: 10px 0 0;
	text-align: center;
	background: url(../img/support/refill_change_btn.jpg) no-repeat 0 0;
	text-decoration: none;
	color: #3f5869;
	font-weight: bold
}
.processArea .anchor li a:hover{
	color: #e60012
}
/*----------------------------------------------------

	■会社案内 corporate

----------------------------------------------------*/
.corporate.corporate_top .category_list ul{
	width: 691px;
	margin-bottom: 0px;
}
.corporate .inner{
	padding: 28px;
	overflow: hidden;
}
.corporate.corporate_top .category_list li {
	width: 325px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.corporate.about table{
	width: 100%;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-collapse: separate;
	border-spacing: 0;
	zoom: 1;
}
.corporate.about th,
.corporate.about td{
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	vertical-align: middle;
	zoom: 1;
}
.corporate.about th{
	width: 155px;
	background: #eef0f3;
	padding: 10px 0;
	color: #001637;
	text-align: left;
	padding-left: 25px;
}
.corporate.about td{
	background: #f8f9fa;
	padding: 15px 0;
	padding-left: 25px;
	clear: both;
	position: relative;
	line-height: 1.7;
}
.corporate.about td ol li{
	list-style: decimal inside;
}
.btn_access{
	background: #ff6666;
	width: 180px;
	height: 30px;
}
.btn_access a{
	padding: 6px 0;
	display: block;
	text-decoration: none;
	color: white;
	text-align: center;
}
.corporate.about td .img{
	position: absolute;
	top:0px;
	right: 0px;
}



.history .byYear{
	border-top: 1px dotted #dfe2e6;
	position: relative;
	overflow: hidden;
	background: url(/img/corporate/bg_history.gif) repeat-y center top;
}
.history .byYear.first{
	border:none;
}
.history .byYear h3{
	font-size: 15px;
	padding-left: 20px;
	margin-left: -1px;
}
.history .byYear dl{
	padding: 20px 0 10px;
}
.history .byYear dt{
	font-size: 13px;
	color: #001637;
	font-weight: bold;
	position: relative;
}
.history .byYear dd{
	padding-left: 15px;
	margin-left: 2px;
	margin-bottom: 15px;
}
.history .byYear dd li{
	padding-left: 1em;
	text-indent: -1em;
}

.course_of_company{
	width: 450px;
	float: left;
	height: 100%;
	position: relative;
}
.course_of_company h3{
	background: url(/img/corporate/icon_point_l_navy.gif) no-repeat left 6px;
	margin-top: 10px;
}
.course_of_company dt{
	background: url(/img/corporate/icon_point_s_navy.gif) no-repeat left 6px;
	padding-left: 15px;
	margin-left: 2px;
	position: relative;
}
.course_of_company dt .years{
	display: block;
	position: absolute;
	top:3px;
	left:-65px;
	width: 32px;
	height: 11px;
	z-index: 10;
}
.course_of_company dt .years.year1940{background: url(/img/corporate/inthe_1940s.gif) no-repeat;}
.course_of_company dt .years.year1950{background: url(/img/corporate/inthe_1950s.gif) no-repeat;}
.course_of_company dt .years.year1960{background: url(/img/corporate/inthe_1960s.gif) no-repeat;}
.course_of_company dt .years.year1970{background: url(/img/corporate/inthe_1970s.gif) no-repeat;}
.course_of_company dt .years.year1980{background: url(/img/corporate/inthe_1980s.gif) no-repeat;}
.course_of_company dt .years.year1990{background: url(/img/corporate/inthe_1990s.gif) no-repeat;}
.course_of_company dt .years.year2000{background: url(/img/corporate/inthe_2000s.gif) no-repeat;}
.course_of_company dt .years.year2010{background: url(/img/corporate/inthe_2010s.gif) no-repeat;}

.year1940_img{background: url(/img/corporate/history_1946.jpg) no-repeat 230px 20px;}
.year1960_img{background: url(/img/corporate/history_1965.jpg) no-repeat 250px 170px;}
.year1980_img{background: url(/img/corporate/history_1980.jpg) no-repeat 260px 20px;}
.year1983_img{background: url(/img/corporate/history_1983.jpg) no-repeat 170px 20px;}


.course_of_company dd{
}

.course_of_products{
	width: 215px;
	float: left;
	height: 100%;
	position: relative;
}
.course_of_products h3{
	background: url(/img/corporate/icon_point_l_sky.gif) no-repeat left 6px;
	margin-top: 10px;
}
.course_of_products dt{
	background: url(/img/corporate/icon_point_s_sky.gif) no-repeat left 6px;
	padding-left: 15px;
	margin-left: 2px;
}
.course_of_products dd{
}

.flag_topics{
	width: 66px;
	height: 17px;
	display: block;
	position: absolute;
	top:-3px;
	left: 140px;
}
.flag_topics a{
	width: 66px;
	height: 17px;
	padding-left: 4px;
}

.topicsArea{
	width: 670px;
	background: url(/img/corporate/bg_topics.jpg) repeat center top;
}
.topicsArea .topicTitle{
	font-size: 14px;
	color: #1c367a;
	border-bottom: 1px dotted #1c367a;
	padding-bottom: 5px;
	margin-bottom: 10px;	
}

.corporate.eco.cont3.csr1 .rinen li{
	float: none;
	width: auto;
	padding-left: 1em;
	text-indent: -1em;
}
.corporate.eco.cont3.csr1 .rinen{
	background: url(/img/corporate/bg_topics.jpg) repeat center top;
}
.corporate.eco.cont3.csr1 .rinen ul{
	margin-bottom: 0;
}
.corporate.eco.cont3 h3{
	letter-spacing: 2px;
	font-size: 13px;
	padding-bottom: 10px;
}

.philosophy_list{
	width: 100%;
	margin-bottom: 0;
}
.philosophy_list li{
	width: 100%;
	margin-bottom: 15px;
	padding-left: 2em;
	text-indent: -2em;
	float: none;
}
.philosophy_list li span{
	color: #e60012;
	font-weight: bold;
}

.eco.cont1 p{
	line-height: 1.7;
}
.eco.cont1 .wakugumi_btn{
	background: url(/img/corporate/csr_wakugumi2.gif) no-repeat center top;
	width: 500px;
	height: 110px;
	margin: 0 auto;
	overflow: hidden;
}
.eco.cont1 .wakugumi_btn ul{
	width: 490px;
	margin: 0 auto;
}
.eco.cont1 .wakugumi_btn li{
	float: left;
	width: 67px !important;
	height: 67px !important;
	margin-right: 3px !important;
	padding-top: 35px;
}
.eco.cont1 .wakugumi_btn2{
	background: url(/img/corporate/csr_wakugumi3.gif) no-repeat center top;
	width: 500px;
	height: 129px;
	margin: 0 auto;
	overflow: hidden;
}
.eco.cont1 .wakugumi_btn2 ul{
	width: 486px;
	margin: 0 auto;
	padding-top: 20px;
}
.eco.cont1 .wakugumi_btn2 li{
	float: left;
	width: 237px !important;
	height: 67px !important;
	margin-right: 10px !important;
	padding-top: 35px;
}
.eco.cont1 .wakugumi_btn2 li.last{
	margin-right: 0px !important;
}

.attention_block{
	border: 1px solid #cdd4dc;
	padding: 15px;
	font-size: 11px;
}
.attention_block p{
	padding-bottom: 10px;
}
.deming{
	padding-right: 100px;
	background: url(/img/corporate/stakeholde_deming.jpg) no-repeat 590px center;
}

.safety{
	width: 390px;
	margin: 0 auto;
	overflow: hidden;
}
.safety ul{
	width: 410px !important;
	margin: 0 auto;
}
.safety li{
	width: 183px !important;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-bottom: 0 !important;
}



/*----------------------------------------------------

	■重要なお知らせ news_important

----------------------------------------------------*/
.news_important .news_important_list dl{
	padding: 15px 0;
	border-bottom: 1px dotted #ccc;
	
}



/*----------------------------------------------------

	■地図 map

----------------------------------------------------*/
.map{
	background: #fff;
	position: relative;
}
.map img.img_border{
	padding: 20px;
	border: 1px solid #ddd;
}
.map .map_info{
	width: 100px;
}
.map .right_contents{
	float: none;
}
.map h1 img {
	vertical-align: middle;
	margin-bottom: 4px;
}
.map .btn_access{
	cursor: pointer;
}



/*----------------------------------------------------

	■

----------------------------------------------------*/
.detailList .width730 .category_list section .h2_border{
	width:670px;
}
.product.detail .attachment-full{
	margin-top: 10px;
}


.category_list ul{
	width: 680px;
	margin-bottom: 29px;
}
.right_contents .inner{
	padding: 29px 28px 0px 28px;
	zoom: 1;
}

.feature .main_contents ul{
	padding: 30px 30px 0px 30px;
	width: 925px;
	overflow: hidden;
}
.feature .main_contents li{
	width: 284px;
	margin-right: 24px;
	margin-bottom: 25px;
	float: left;
}

.news .list{
	margin-bottom: 0;
}
.news .right_contents .inner{
	padding: 28px 30px 0px 30px;
}

.refill .right_contents .inner{
	padding: 28px 30px 20px 30px;
}

.support.support_top .inner{
	padding: 28px 28px 36px 28px;
	overflow: hidden;
}

.corporate.corporate_top .inner{
	padding: 30px;
	overflow: hidden;
}





