@charset "UTF-8";


/*------------------------------------------------------
common
--------------------------------------------------------*/
body { overflow-x: hidden; }
h2.contentTitle {
	margin-bottom: 40px;
    color: #C90001;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    /* letter-spacing: 10px; */
	line-height: 1;
}
h2.contentTitle > span {
    font-size: 14px;
}
.content {
	padding: 35px 0 8px;
    border-bottom: 1px solid #333;
	text-align: center;
}
.content:last-child {
    border-bottom: 0;
}
#topCategoryContent a:hover {
	color: #c50001;
}

#topSlider .slide {
    visibility: hidden;
}
#topSlider .slide.mactools {
    visibility: visible;
    width: 1080px;
    margin: auto;
}

/*------------------------------------------------------
　bnr area
--------------------------------------------------------*/
#promotion {
	margin: 38px auto 30px;
	padding: 26px 0 38px;
	border: 1px solid #ccc;
}
#promotion ul {
	width: 920px;
	min-height: 296px;
	margin: 0 auto;
}
#promotion ul li {
	float: left;
	width: 280px;
	height: 148px;
	margin-left: 40px;
	color: #333;
	font-size: 13px;
	text-align: left;
}
#promotion ul li:first-child,
#promotion ul li:nth-child(4) {
	margin-left: 0;
}
#promotion .bx-wrapper li {
	min-height: 296px;
	margin-left: 0;
}
#promotion ul li a {
	display: block;
	margin-bottom: 15px;
}
#promotion ul li a:hover {
	color: #c50001;
}
#promotion ul li:nth-child(n + 4) {
	display: none;
}
#promotion .bx-viewport ul li:nth-child(n + 4) {
	display: block !important;
}
#promotion .bx-wrapper .bx-controls-direction a {
	width: 29px !important;
}
#promotion .bx-wrapper .bx-prev {
	left: -79px;
	background: url(/shop/item/rokurin/design/img01/pd_leftarrow.gif) !important;
}
#promotion .bx-wrapper .bx-next {
	right: -79px;
	background: url(/shop/item/rokurin/design/img01/pd_rightarrow.gif) !important;
}

#topPanel {
	border-top: 0;
}

/*------------------------------------------------------
category
--------------------------------------------------------*/

#topCategory {
    border-top: 1px solid #333;
}
#topCategory #topCategoryContent {
    width: 100%;
}
#topCategory table {
    width: 100%;
    table-layout: fixed;
}
#topCategory ul {
    font-size: 13px;
}

#topCategory ul li a{
    margin-left: 12px;
    padding: 8px 0 8px 46px;
    background-repeat: no-repeat;
    margin: 16px 0;
    text-align: left;
    display: block;
}
#topCategory ul li:hover {
	opacity: 0.7;
}

/*---------- icon ----------*/
#topCategory ul .topCategory_tools-strg {
    background-image: url('../img/thumb/thum_toolbox.png');
}
#topCategory ul .topCategory_tools-sst {
    background-image: url('../img/thumb/thum_specialtool.png');
}
#topCategory ul .topCategory_aprl {
    background-image: url('../img/thumb/thum_apparel.png');
}
#topCategory ul .topCategory_Cm-bk {
    background-image: url('../img/thumb/thum_bike-1.png');
}
#topCategory ul .topCategory_tools-rct {
    background-image: url('../img/thumb/thum_ratchet.png');
}
#topCategory ul .topCategory_tools-pl {
    background-image: url('../img/thumb/thum_pryor.png');
}
#topCategory td:nth-child(2) ul .topCategory_tools-brkwl {
    background-image: url('../img/thumb/thum_brake.png');
}
#topCategory ul .topCategory_aprl-aprl-outer {
    background-image: url('../img/thumb/thum_wear.png');
}
#topCategory ul .topCategory_tools-skt {
    background-image: url('../img/thumb/thum_socket.png');
}
#topCategory ul .topCategory_tools-hand-punches {
    background-image: url('../img/thumb/thum_Chisel.png');
}
#topCategory td:nth-child(3) ul .topCategory_tools-brkwl {
    background-image: url('../img/thumb/thum_wheel.png');
}
#topCategory ul .topCategory_goods {
    background-image: url('../img/thumb/thum_novelty.png');
}
#topCategory ul .topCategory_tools-pwr-airImp {
    background-image: url('../img/thumb/thum_electricimpactwrench.png');
}
#topCategory ul .topCategory_tools-hand-hmr {
    background-image: url('../img/thumb/thum_hammer.png');
}
#topCategory ul .topCategory_tools-bat {
    background-image: url('../img/thumb/thum_battery.png');
}
#topCategory ul .topCategory_oil {
    background-image: url('../img/thumb/thum_oil.png');
}
#topCategory ul .topCategory_tools-wr {
    background-image: url('../img/thumb/thum_wrenches.png');
}
#topCategory ul .topCategory_tools-pwr {
    background-image: url('../img/thumb/thum_powertool.png');
}
#topCategory ul .topCategory_Cm-car {
    background-image: url('../img/thumb/thum_car.png');
}
#topCategory ul .topCategory_tools-pwr-airDrl {
    background-image: url('../img/thumb/thum_electricdrill.png');
}
#topCategory ul .topCategory_tools-pwr-chg {
    background-image: url('../img/thumb/thum_electrictool.png');
}


/*------------------------------------------------------
　Future Recommend
--------------------------------------------------------*/
#topRankingArea {

}
#topRankingArea .content > div {
    /* min-height: 280px; */
}

a.cat_link_logo {
	display: inline-block;
	margin-bottom: 25px;
}
a.cat_link_btn {
	display: inline-block;
	width: 464px;
	height: 62px;
	margin-bottom: 68px;
	color: #fff;
	background: #c50001;
	border-radius: 4px;
	font-size: 18px;
	font-weight: bold;
	line-height: 62px;
	letter-spacing: 0.1em;
	transition: background-color .3s ease;
}
a.cat_link_btn:hover {
	background: #000;
}
.item_wrapper {
	position: relative;
}
span.ranking {
	position: absolute;
	top: 0;
	left: 0;
}


/*------------------------------------------------------
WordPress
--------------------------------------------------------*/
.cms {
    width: 100%;
    background: #eee;
}
.cms .wrapper {
	padding: 50px 0 70px;
}
.cms a:hover {
    color: #333;
    
}
.cms-news {
	margin-bottom: 60px;
}
.cms-staff {
	padding-top: 60px;
	border-top: 1px dashed #666;
}
.cms h2 {
	margin-bottom: 50px;
	padding: 0;
	color: #000;
	letter-spacing: 0.075em;
}
.cms .cat_icon {
    text-align: center;
}
.cms .cat_icon a {
	margin-right: 10px;
	display: inline-block;
}
.cms .cat_icon img {
	margin-left: 15px;
}
.cms .cat_icon img:first-child {
	margin-left: 0;
}
p.todetail {
	margin-top: 25px;
	color: #434343;
	font-size: 13px;
	font-family: 'Roboto', Meiryo, メイリオ, Hiragino Kaku Gothic ProN, 'ヒラギノ角ゴ ProN', sans-serif;
	text-align: right;
}

.news-wrap li, .staff-wrap li {
	width: 100%;
	margin-bottom: 30px;
	padding: 0 15px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	box-shadow: 0 1px 0 rgba(255,255,255,1);
}
.news-wrap li:hover, .staff-wrap li:hover {
	text-decoration: underline;
}
.news-wrap li a, .staff-wrap li a {
	display: table;
}
p.news_thumnail_area {
	display: block;
	float: left;
	border: 1px solid #ccc;
	vertical-align: middle;
}
p.news_thumnail_area img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
p.news_thumnail_area span.news_no_img {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 12px;
	border: 1px solid #ccc;
}
.news-wrap .news_text, .staff-wrap .news_text {
	display: table-cell;
	width: 100%;
	padding-bottom: 25px;
	font-size: 13px;
	letter-spacing: 0.075em;
	line-height: 1.8;
	vertical-align: top;
}
.news-wrap .news_text h4,
.staff-wrap .news_text h4,
.news-wrap .news_text h3,
.staff-wrap .news_text h3 {
	height: 27px;
	padding-left: 130px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.15em;
	line-height: 27px;
}
.news-wrap .news_text p.news_date, .staff-wrap .news_text p.news_date {
	margin: 15px 0;
	color: #666;
	font-family: 'Roboto', Meiryo, メイリオ, Hiragino Kaku Gothic ProN, 'ヒラギノ角ゴ ProN', sans-serif;
	letter-spacing: 0.15em;
}

/*　新着情報　*/
#news_cont {
	margin-bottom: 60px;
}
.news-wrap li.category-new h3,
.news-wrap li.category-new h4 {
	background: url(https://www.6rin.life/common/img/cms/news-new.png) no-repeat left center;
}
.news-wrap li.category-topics h3,
.news-wrap li.category-topics h4 {
	background: url(https://www.6rin.life/common/img/cms/news-topics.png) no-repeat left center;
}
.news-wrap li.category-instock h3,
.news-wrap li.category-instock h4 {
	background: url(https://www.6rin.life/common/img/cms/news-instock.png) no-repeat left center;
}
.news-wrap li.category-pick_up h3,
.news-wrap li.category-pick_up h4 {
	background: url(https://www.6rin.life/common/img/cms/news-pickup.png) no-repeat left center;
}

/*　コラム　*/
.staff-wrap li.category-tools h3, 
.staff-wrap li.category-tools h4 {
	background: url(https://www.6rin.life/common/img/cms/staff-tools.png) no-repeat left center;
}
.staff-wrap li.category-chemicals h3,
.staff-wrap li.category-chemicals h4 {
	background: url(https://www.6rin.life/common/img/cms/staff-chemical.png) no-repeat left center;
}
.staff-wrap li.category-oil_fluid h3,
.staff-wrap li.category-oil_fluid h4 {
	background: url(https://www.6rin.life/common/img/cms/staff-oil.png) no-repeat left center;
}
.staff-wrap li.category-apparel h3,
.staff-wrap li.category-apparel h4 {
	background: url(https://www.6rin.life/common/img/cms/staff-apparel.png) no-repeat left center;
}

p.see_all {
	width: 244px;
	height: 62px;
	margin: 0 auto;
	text-align: center;
	line-height: 62px;
}
p.see_all a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	background: #c50001;
	font-size: 18px;
	font-weight: bold;
	border-radius: 3px;
	letter-spacing: 0.1em;
	transition: background .3s ease;
}
p.see_all a:hover {
	color: #fff;
	background: #333;
}