/*
Theme Name: version5.0
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 5.0
*/


ul,ol,li {
	list-style:none;
}

/* ニュース
--------------------------------------------- */

.news_year {
	border: 1px solid #DCDCDC;
	font-size: 20px;
	font-weight: bold;
	padding: 5px;
	width: 90px;
	text-align:center;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}

.news_old {
	float: left;
	line-height: 35px;
	height: 35px;
	margin-left: 40px;
}

#news_line .time {
	float: left;
	padding: 20px;
}

#news_line .title {
	float: left;
	padding: 20px;
}




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


.news_old {
	float: left;
	line-height: 200%;
	height: auto;
	margin-left: 0px;
}

#news_line .time {
	float: left;
	padding: 0px;
}

#news_line .title {
	float: left;
	padding: 10px;
	line-height:140%;
}



}
