/*=================================================
 * CSS for PC
 * ================================================= */

main{	padding-bottom: 40px;}

/** newslist **/

#newslist{
	padding: 0;
}
#newslist ul{
	padding: 40px;
}
#newslist li{
	border-bottom: 1px dotted #ccc;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#newslist li:first-of-type{	border-top: 1px dotted #ccc;}
#newslist li a{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	font-size: 16px;
	line-height: 20px;
	padding: 20px 0;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#newslist li a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#newslist li a .date{
	width: 215px;
	color: #16288a;
	padding: 0 0 0 30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#newslist li a .ntitle{
	flex: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}


/** newsbox **/

#newsbox{}
#newsbox .news_title{
	border-bottom: 3px double #16288a;
	margin: 0 0 20px 0;
	padding: 0 0 15px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#newsbox .news_title h3{
	font-size: 20px;
	line-height: 30px;
}
#newsbox .news_title span{
	display: block;
	font-size: 12px;
	line-height: 20px;
	color: #16288a;
}
#newsbox .photo{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 0 30px 0;
}
#newsbox .photo .img{
	display: inline-block;
	vertical-align: top;
}
#newsbox .photo .img img{
	max-width: 100%;
	height: auto;
}
#newsbox .news_main{
	font-size: 16px;
	line-height: 1.5;
}
.news_main i{	font-style: italic; font-family: 'Hiragino Kaku Gothic ProN','Hiragino Sans','Yu Gothic UI', Meiryo, sans-serif;}
.news_main u{	text-decoration: underline;}


/*=================================================
 * CSS for SP
 * ================================================= */

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

	main{	padding-bottom: 10px;}

	/** newslist **/
	#newslist{
		padding: 0;
	}
	#newslist ul{
		padding: 10px;
	}
	#newslist li a{
		display: block;
		font-size: 14px;
		line-height: 20px;
		padding: 15px 0;
	}
	#newslist li a .date{
		width: auto;
		color: #16288a;
		padding: 0;
	}


	/** newsbox **/
	#newsbox .news_title{
		margin: 0 0 15px 0;
		padding: 0 0 10px 0;
	}
	#newsbox .news_title h3{
		font-size: 18px;
		line-height: 25px;
	}
	#newsbox .news_title span{
		display: block;
		font-size: 11px;
		line-height: 18px;
	}
	#newsbox .photo{
		margin: 0 0 10px 0;
	}
	#newsbox .news_main{
		font-size: 14px;
		line-height: 1.5;
	}

}
