@charset "UTF-8";

/**======================================
	video
======================================**/

/*--------------------------------------
	common
---------------------------------------*/

/*--------------------------------------
	index
---------------------------------------*/

.news_box ul.news_archive {
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px !important;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.news_box ul.news_archive li {
	border-bottom: 1px dotted #e6e6e6;
}

.news_box ul.news_archive li:last-child {
	border-bottom: none;
}

.news_box ul.news_archive .news_list .news_date {
    font-size: 1.2rem;
    line-height: 1.3em;
    color: #999;
}

.news_box .news_archive {
}

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

	.news_box {
		margin-left: 5%;
		margin-right: 5%;
	}
	
	.news_box ul.news_archive .news_date date  {
		margin-bottom: 0;
	}
	
	.news_box ul.news_archive  {
		padding-left: 3% !important;
		padding-right: 3% !important;
	}
}

@media screen and (min-width: 600px) {

	.news_box ul.news_archive {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
}

/*--------------------------------------
	single
---------------------------------------*/

#single_news_contents {
	max-width: 860px !important;
}