@charset "utf-8";
/* CSS Document */

#main_img {
	width: 100%;
	height: 0;
	padding-top: calc(600/1500*100%);
	background: url(../images/news_main_img.png) center center / cover no-repeat;
	position: relative;
	z-index: -10;
}

.title_logo {
	width: 40%;
	position: absolute;
	top: 50%;
	left: 60%;
	right: 40%;
}


/*News-------------------------------------------------------------*/

#news {
	margin-top: 50px;
}

#news dl {
	text-align: left;
}

#news .box {
	padding-top: 20px;
	padding-bottom: 70px;
	border-bottom: 1px solid #333;
}

#news dl dt {
	font-size: 16px;
	color: #25170D;
	margin-bottom: 5px
}

#news dl b {
	font-size: 20px;
	color: #fdcf00;
	margin-bottom: 5px;
}

#news dl dd{
	color: #333;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#news dl p {
	text-align: center;
	margin-top: 20px;
}

#news p img{
	max-width: 500px;
	width: 100%;
	margin-top: 50px;
}


/*NewsList-----------------------------------------------------------*/

.news_list {
	text-align: center;
	margin: 20px;
}

.news_list li {
	display: inline;
	padding: 8px;
	font-size: 18px;
}

.news_list li a {
	color: #333;

}

.news_list li a:hover{
	color: #fdcf00;
	transition: .3s;
}

/*ここからタブレット用（～800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:800px){

	#contents {
		padding: 20px;
	}
}