@charset "UTF-8";

.breadcrumbs {
	margin-bottom: 50px;
	color: #666;
	font-size: 12px;
}
#main_cont {
	min-width: 980px;
	padding: 60px 20px 100px;
}

/* ----------------------------------------
一覧
---------------------------------------- */
/*　共通　*/
img { display: block; }

.layout_content img {
	border: 1px solid #ccc;
	margin: 4px 0;
}
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;
}
.cat_icon {
	margin-bottom: 70px;
}
.cat_icon a {
	margin-right: 10px;
	display: inline-block;
}
p.todetail {
	margin-top: 25px;
	color: #434343;
	font-size: 13px;
	font-family: 'Roboto', Meiryo, メイリオ, Hiragino Kaku Gothic ProN, 'ヒラギノ角ゴ ProN', sans-serif;
	text-align: right;
}
p.todetail:after {
	display: inline-block;
	margin-left: 0.5em;
	font-family: 'Fontawesome';
	content: '\f054';
}
#news_cont_inner h3, #blog_cont_inner h3 {
	margin-bottom: 50px;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0.001em;
}
#news_cont_inner ul li, #blog_cont_inner ul li {
	display: table;
	width: 100%;
	margin-bottom: 30px;
	padding: 0 15px 25px;
	border-bottom: 1px solid #ccc;
}
p.news_thumnail_area {
	width: 150px;
	height: 150px;
	margin: 0 15px 25px 0;
	overflow: hidden;
	text-align: center;
	line-height: 150px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
p.news_thumnail_area img {
	width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
}
p.news_thumnail_area span.news_no_img {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 12px;
	border: 1px solid #ccc;
}
#news_cont_inner .news_text, #blog_cont_inner .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_cont_inner .news_text h4, #blog_cont_inner .news_text h4 {
	height: 27px;
	padding-left: 130px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.15em;
	line-height: 27px;
}
#news_cont_inner .news_text p.news_date, #blog_cont_inner .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_cont_inner ul li.category-new h4 {
	background: url(https://www.6rin.life/common/img/cms/news-new.png) no-repeat left center;
}
#news_cont_inner ul li.category-topics h4 {
	background: url(https://www.6rin.life/common/img/cms/news-topics.png) no-repeat left center;
}
#news_cont_inner ul li.category-instock h4 {
	background: url(https://www.6rin.life/common/img/cms/news-instock.png) no-repeat left center;
}
#news_cont_inner ul li.category-pick_up h4 {
	background: url(https://www.6rin.life/common/img/cms/news-pickup.png) no-repeat left center;
}

/*　コラム　*/
#blog_cont_inner {
	padding-top: 55px;
	border-top: 1px dashed #666;
	font-size: 13px;
}
#blog_cont_inner ul li.category-tools h4 {
	background: url(https://www.6rin.life/common/img/cms/staff-tools.png) no-repeat left center;
}
#blog_cont_inner ul li.category-chemicals h4 {
	background: url(https://www.6rin.life/common/img/cms/staff-chemical.png) no-repeat left center;
}
#blog_cont_inner ul li.category-oil_fluid h4 {
	background: url(https://www.6rin.life/common/img/cms/staff-oil.png) no-repeat left center;
}
#blog_cont_inner ul li.category-apparel h4 {
	background: url(https://www.6rin.life/common/img/cms/staff-apparel.png) no-repeat left center;
}

#main_cont #blog_cont_inner {
	border: 0;
}


/* ----------------------------------------
記事
---------------------------------------- */
table.news_detail {
	min-width: 980px;
	margin: 40px auto 100px;
	font-size: 13px;
}

table.news_detail .news_cont h4 {
	margin-bottom: 30px;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0.01em;
	line-height: 1.2;
}
table.news_detail p.time {
	margin-bottom: 30px;
	color: #666;
	font-family: 'Roboto', Meiryo, メイリオ, Hiragino Kaku Gothic ProN, 'ヒラギノ角ゴ ProN', sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.15em;
	line-height: 1.2;
}
table.news_detail p.text {
	font-size: 13px;
	line-height: 1.85;
	letter-spacing: 0.075em;
}
table.news_detail p.text a {
	text-decoration: underline;
}

table.news_detail .navigation {
	margin: 65px 0 0;
	padding-top: 25px;
	border-top: 1px solid #ccc;
}
table.news_detail .navigation:after {
	content:" ";
	display:block;
	clear:both;
}
table.news_detail .navigation a {
	color: #434343;
	font-size: 13px;
	letter-spacing: 0.075em;
}
table.news_detail .navigation div {
	padding: 20px 0;
	text-decoration: underline;
}
table.news_detail .navigation .navi-left {
	float: left;
	width: 50%;
	padding-left: 45px;
	padding-right: 20px;
	border-right: 1px solid #ccc;
	text-align: left;
}
table.news_detail .navigation .navi-right {
	float: right;
	width: 50%;
	padding-left: 20px;
	padding-right: 45px;
	text-align: left;
}
table.news_detail .navigation .navi-left {
	background: url(https://www.6rin.life/common/img/cms/arrow_news_detail_nav_left.gif) no-repeat left center;
}
table.news_detail .navigation .navi-right {
	background: url(https://www.6rin.life/common/img/cms/arrow_news_detail_nav_right.gif) no-repeat right center;
}
table.news_detail .navigation > div.navi-left,
table.news_detail .navigation > div.navi-right {
	display: none;
}

.layout_table.news_detail a > img {
	display: inline-block;
}
/*---------------------------------------------------
	新着商品一覧用テーブル
-----------------------------------------------------*/
#newItemListTable,
#newItemListTable td {
	border-style: solid;
	border-color: #CCC;
}
#newItemListTable {
	width: 720px;
	margin: auto;
	table-layout: fixed;
	border-width: 1px 0 0 1px;
}
#newItemListTable td {
	margin: 0;
	padding: 8px;
	border-width: 0 1px 1px 0;
}
#newItemListTable td > a:hover {
	text-decoration: underline;
}
#newItemListTable td span {
	display: block;
}
#newItemListTable td img {
	width: 100%;
	max-width: 100%;
	margin: 0 0 16px;
	padding: 0;
	border: 0;
}

