@charset "utf-8";


/* NEWS */


/* clearfixを記述 */
.clearfix::after{
   content: "";
   clear: both;
   display: block;
}
/* clearfixを記述 */


#NEWSNS {
background-color: #fff;
background-image: url("../../img/bg_2nd.png");
background-repeat: repeat-x;
padding: 10px;
}

#NEWSNS .cont {
background-color: #fff;
padding: 65px 20px 80px 20px;
}

#NEWSNS  a:link {
color: #ff0000;
text-decoration: underline;
}

#NEWSNS  a:hover {
color: #ff0000;
text-decoration: underline;
}

#NEWSNS .News_L_box h3{
	padding: 20px 0;
	width: 100%;
	color: #fff;
	background-color: #0dac67;
	font-family: 'Roboto', cursive,"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",メイリオ,Meiryo,sans-serif;
	font-size: 16px;
	margin-bottom: 10px;
	}

#NEWSNS .News_L_box h3 span{
	margin-left: 20px;
	}

#NEWSNS .News_R_box h3{
	padding: 20px 0;
	width: 100%;
	color: #fff;
	background-color: #333;
	font-family: 'Roboto', cursive,"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",メイリオ,Meiryo,sans-serif;
	font-size: 16px;
	margin-bottom: 10px;
	}

#NEWSNS .News_R_box h3 span{
	margin-left: 20px;
	}


#NEWSNS p img{
	float: left;
	width: 50%;
	height: auto;
	}

#NEWSNS .list {
margin-top: 20px;
height: 400px;
overflow: none;
overflow-y: auto;
}
#NEWSNS dt {
margin-bottom: 8px;
font-size: 13px;
font-weight: bold;
}
#NEWSNS dd {
margin-bottom: 25px;
font-size: 14px;
line-height: 1.59;
}
#NEWSNS dd:last-of-type {
margin-bottom: 0;
}
@media (min-width: 1020px) {
	#NEWSNS {
	
	}
	#NEWSNS .cont {
	width: 1000px;
	background: #fff;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 65px 50px 85px 50px;
	}
	
	#NEWSNS .News_L_box {
	float: left;
	}
	
	#NEWSNS .News_L_box h3{
	padding: 20px 0;
	width: 530px;
	color: #fff;
	background-color: #0dac67;
	font-family: 'Roboto', cursive,"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",メイリオ,Meiryo,sans-serif;
	font-size: 16px;
	margin-bottom: 10px;
	}
	
	
	#NEWSNS .list {
	height: 400px;
	width: 530px;
	}
	
	#NEWSNS dt {
	float: left;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: bold;
	}
	#NEWSNS dd {
	margin-bottom: 15px;
	margin-left: 105px;
	font-size: 14px;
	line-height: 1.59;
	}
	
	
	#NEWSNS .News_R_box {
	float: right;
	width: 320px;
	}
	
	#NEWSNS .News_R_box h3{
	padding: 20px 0;
	width: 320px;
	color: #fff;
	background-color: #333;
	font-family: 'Roboto', cursive,"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",メイリオ,Meiryo,sans-serif;
	font-size: 16px;
	margin-bottom: 10px;
	}
	#NEWSNS p img{
	width: 320px;
	height: auto;
	}
	
}
