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

a { 
	text-decoration: none !important;
}
a:hover {
	text-decoration: underline;
}
/* news
=========================================== */

#news {
	width: 100%;
	padding-top:150px;
	padding-bottom:150px;
	background:url(../img/news/news_bg.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
	word-wrap: break-word;/* add be*/
}
.news_ttl {
	text-align: center;
	background: url(../img/line_red.png) no-repeat center bottom;
	background-size:100% 1px;
}
.news_ttl img {
	width: 163px;
}

/* index
------------------ */
.news_list {
	padding: 0 0 70px 0;
}
.news_list li {
	width: 100%;
	background: url(../img/line_red.png) no-repeat center bottom;
	background-size:100% 1px;
	position: relative;
}
.news_list li a {
	display: table;
	width: 100%;
	padding:20px 0;
}
.news_list .date ,
.news_list .tag ,
.news_list .comment {
	display: table-cell;
	color: #FFF;
}
.news_list .date {
	font-size: 14px;
	/*width: 6em;*/
	width: 7em;
	letter-spacing: 1px;
	padding-right: 10px;
}
.news_list .tag {
	text-align: center;
	width: 4em;
}
.news_list .tag span {
	font-size: 11px;
	background: #c00;
	width: 100%;
	padding:3px 0;
	display: inline-block;
}
.browser-chrome .news_list .tag span {
	padding:4px 0 3px 0;
}
.browser-ie .news_list .tag span {
	padding:5px 0 2px 0;
}
.browser-firefox .news_list .tag span {
	padding:3px 0 4px 0;
}
.news_list .comment {
	font-size: 14px;
	padding-right: 120px;
	padding-left: 20px;
}
.news_list .comment span {
	display: block;
	line-height: 1.5;
}
.news_list li a:hover .comment {
	opacity: 0.6;
}
.news_list .btn {
	width: 89px;
	position: absolute;
	right: 0;
	top: 21px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
}
.browser-ie .news_list .btn {
	top: 18px;
}
.news_list li a:hover .btn {
	transform: translate(4px,0);
	-webkit-transform: translate(4px,0);
}
.news_list .btn img {
	width: 89px;
}
.news_viewBtn {
	text-align: center;
}
.news_viewBtn img {
	cursor: pointer;
	width: 86px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
}
.news_viewBtn img:hover {
	transform: translate(0,2px);
	-webkit-transform: translate(0,2px);
}
.messageBox {
	 line-height: 0;
}
.messageBox > div {
	float: left;
	width: 50%;
}

@media screen and (max-width: 768px){
	#news {
		background: none;
	}
	#news:before {
		content: '';
		display: block;
		width: 100vw;
		height: 100vh;
		background:url(../img/news/news_bg.jpg) no-repeat top center;
		background-size: cover;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
	}		
}
@media screen and (max-width: 640px){
	#news {
		padding-top: 30px;
		padding-bottom: 18px;
	}
	#news:before {
		content: '';
		display: block;
		width: 100vw;
		height: 100vh;
		background:url(../img/news/news_bg.jpg) no-repeat top center;
		background-size: cover;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
	}		
	.news_ttl img {
		width: 81px;
	}
	.news_list {
		padding-bottom: 8px;
	}
    .news_list li {
		padding-bottom: 8px;
	}
	.news_list .date ,
	.news_list .tag ,
	.news_list .comment {
		display: block;
	}
	.news_list .tag {
		float: left;
	}
	.news_list .date {
		padding-bottom: 10px;
		font-size: 10px;
	}
	.news_list .comment {
		float: right;
		padding-right: 0!important;
		padding-left: 0px!important;
		width: calc(100% - 5.8em);
		width: -webkit-calc(100% - 5.8em);
		font-size: 12px;
		line-height: 18px;
	}
	.news_list .comment span {
		height: auto;
		max-height: 4.3em;
		overflow: hidden;
	}
	.news_list .btn {
		display: none;
	}
	.news_list li a {
		padding-top: 12px;
		padding-bottom: 12px;
        display: block;
	}
	.news_viewBtn img {
		width: 63px;	
		height: auto;
	}

}

/* detail
------------------ */
.news_detail {
	max-width: 880px;
	margin: auto;
}
.news_detail_ttl {
	text-align: center;
	padding: 30px 0 35px 0;
	background: url(../img/line_red.png) no-repeat center bottom;
	background-size:100% 1px;
}
.news_detail_ttl .date {
	color: #FFF;
	font-size: 14px;
	padding: 0 0 15px 0;
}
.news_detail_ttl .ttl {
	color: #cc0000;
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	font-weight: bold;
}
.news_detail_ttl .ttl span {
	display: inline-block;
	text-align: left;
}
.news_detail_arcticle {
	color: #FFF;
	position: relative;
	padding: 40px 0 0 0;
}
.news_detail_arcticle_cont {
	font-size: 14px;
}
.news_detail_arcticle_cont p {
	font-size: 14px;
	/*line-height: 36px;*/
	line-height: 28px;/*add be*/
	margin:4px 0px 28px 0px;  /*add be*/
}

.lH-s { line-height: 20px !important; } /*add be*/
.news_detail_arcticle_cont a {
	color: #c00;
	text-decoration: underline;
}
.news_detail_arcticle_cont a:hover {
	opacity: 0.8;
}
.news_detail_arcticle_cont img {
	/*width: auto;*/
	max-width: 100%; 
}
.news_detail_back {
	position: fixed;
	z-index: 9998;
	width: 124px;
	transition: 0.2s transform;
	-webkit-transition: 0.2s transform;
}
.news_detail_back:hover {
	transform: translate(-3px,0);
	-webkit-transform: translate(-3px,0);
}
.news_detail_wide_back {
	width: 124px;
	transition: 0.2s transform;
	-webkit-transition: 0.2s transform;
}
.news_detail_wide_back:hover {
	transform: translate(-3px,0);
	-webkit-transform: translate(-3px,0);
}
.txtmoreImg {
	width: 90px !important;
	line-height: 0;
	display: inline-block;
	vertical-align: middle;
}
.txtmoreImg a img {
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
}
.txtmoreImg a:hover img {
	transform: translate(2px,0);
	-webkit-transform: translate(2px,0);
}

a.arrowNext:after {
	font-family: 'FontAwesome'; content:"\f054"; padding-left: 4px;
}
a span.arrowNext:after {
	font-family: 'FontAwesome'; content:"\f054"; padding-left: 4px;
}
a.arrowNext{
	display: inline-block;
	transition: 0.2s;
}
a:hover.arrowNext { transform: translate(3px,0);}

.shoplist {
	background:#000;
	padding: 15px;
	border-radius: 5px;
}
.shoplist ul { font-size:0;}
.shoplist li {
	box-sizing: border-box;
	display: inline-block;
	padding:5px;
	width: 20%;
	text-align: center;
}
@media screen and (max-width: 1200px){
	.news_detail_back {
		position: static;
		margin: 60px auto 0 auto;
	}
	.news_detail_wide_back {
		position: static;
		margin: 60px auto 0 auto;
	}
}
@media screen and (max-width: 768px){
	.news_detail_arcticle_cont {
		font-size: 13px; /*add be*/
		border-bottom: 1px solid #c00;
		padding-bottom: 20px;
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 640px){
	.news_detail_ttl .date {
		font-size: 10px;
	}
	.news_detail_ttl .ttl {
		font-size: 15px;
		line-height: 24px;
	}
	.news_detail_ttl .date {
		padding-bottom: 10px;
	}
	.news_detail_ttl {
		padding-top: 22px;
		padding-bottom: 20px;
	}
	.news_detail_arcticle {
		padding-top: 20px;
	}
	.news_detail_arcticle_cont p {
		font-size: 12px;
		line-height: 24px;
	}
	.lH-s { line-height: 16px !important; } /*add be*/
	
	.news_detail_arcticle_cont {
		font-size: 12px; /*add be*/
		border-bottom: 1px solid #c00;
		padding-bottom: 20px;
	}
	.news_detail_back {
		width: 80px;
		margin-top: 12px;
	}
	.news_detail_wide_back {
		width: 80px;
		margin-top: 12px;
	}
	.txtmoreImg {
		width: 60px !important;
		line-height: 0;
		display: inline-block;
		vertical-align: middle;
	}
	.shoplist {
		padding: 5px;
	}
	.shoplist li {
		text-align: center;
		width: 33.3%;
	}
}
