@charset "utf-8";

/*新着情報
-----------------------------------------------*/


/*section1
----------------------------------------------*/

.news_item_waku{
	width:auto;
	height:auto;
	margin:0 0 -80px 0; 
	}
.news_item_box{
	width:auto;
	height:auto;
	margin:0 0 80px 0;
	padding:0 0 75px 0;
	border-bottom:1px solid #D5D5D5;
	}
.news_item_box_last{
	border-bottom:none;
	}
.news_item_box_inner_waku{
	width:auto;
	height:auto;	
	}	
.news_item_box_inner_left{
	width:20%;
	height:auto;
	float:left;
	}	
.news_item_img{
	width:auto;
	height:auto;
	}
.news_item_img img{
	width:100%;
	height:auto;
	}
.news_item_box_inner_right{
	width:77%;
	height:auto;
	float:right;
	}	
	
.news_time{
	font-size:14px;
	color:#a3a3a3;
	margin:-10px 0 15px 0;
	}
.news_calendar_icon{
	width:auto;
	height:auto;
	margin:0 5px 0 0;
	}
.news_calendar_icon img{
	width:23px;
	height:auto;
	position:relative;
	top:-2px;
	}
.news_category{
	width:100px;
	height:auto;
	text-align:center;
	font-size:12px;
	background:#e60012;
	color:#fff;
	padding:3px 5px;
	margin:0 0 0 10px;
	display:inline-block;
	}
	
.category_orange{
	background:#f57330;
	}	
.category_red{
	background:#c1242e;
	}	
.category_green{
	background:#4fa046;
	}	

.contents p.news_taxt a{
	color:#c1242e;
	}
.contents p.news_taxt a:hover{
	color:#4fa046;
	text-decoration:underline;
	}



.page_feed_waku{
	width:auto;
	height:auto;
	padding:25px 0 20px 0;
	border-top: 1px solid #D5D5D5;	
	border-bottom: 1px solid #D5D5D5;	
	}
.contents p.page_feed a{
	color:#4d4d4d;
	display:block;
	}
.contents p.page_feed a:hover{
	color:#4fa046;	
	}

.page_arrow_left{
	position: relative;
	padding-left: 25px;
	}
.page_arrow_left::before{
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px #4d4d4d;
	border-left: solid 2px #4d4d4d;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 50%;
	left: 0;
	margin-top: -6px;
	}

.page_arrow_right{
	position: relative;
	padding-right:25px;
	}
.page_arrow_right::before{
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px #4d4d4d;
	border-right: solid 2px #4d4d4d;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right:0;
	margin-top: -6px;
	}


@media only screen and (max-width:900px) {


.news_item_box_inner_left{
	width:100%;
	float:none;
	margin:0 0 35px 0;
	}
.news_item_img{
	width:80%;
	display:block;
	margin:0 auto;
	}
.news_item_box_inner_right{
	width:100%;
	float:none;
	}	

}

@media only screen and (max-width:480px) {

.news_item_waku{
	margin:0 0 -40px 0; 
	}
.news_item_box{
	margin:0 0 40px 0;
	padding:0 0 40px 0;
	}
.news_item_box_inner_left{
	margin:0 0 25px 0;
	}
.news_item_img{
	width:100%;
	}
.news_time{
	margin:-8px 0 18px 0;
	}
.news_calendar_icon img{
	width:20px;
	}
.news_category{
	width:70px;
	}



.page_feed_waku{
	padding:15px 0;
	}
.page_arrow_left{
	padding-left: 20px;
	}
.page_arrow_left::before{
	width: 6px;
	height: 6px;
	margin-top: -3px;
	}
.page_arrow_right{
	padding-right:20px;
	}
.page_arrow_right::before{
	width: 6px;
	height: 6px;
	margin-top: -3px;
	}
}


