@charset "utf-8";
@import "cssreset-min.css";
@import "style.css";
@import "common.css";
@import "tanaka-footer.css";
/* https://www.tanaka-kinoie.co.jp/ */

.article p {
	margin-bottom:20px;
}


#news_01 p.date {
	text-align:right;
	margin-bottom:10px;
}

/* 
=============================================== */
#news_01 ul {
	text-align:center;
	margin-bottom:10px;
}

#news_01 ul li {
	display:inline;
}

#news_01 ul li img {
	width:80%;
}

#news_01 dd {
	font-size:1.25em;
	line-height:1.6;
}

#news_01 dd.title {
	font-size:1.45em;
	font-weight:bold;
	margin-bottom:10px;
}

@media only screen and (min-width: 768px) {	
	#news_01 dl {

	}
		
	#news_01 ul {
		float:left;
		width: 350px;
		margin-bottom:0;
		margin-right:25px;
	}
	
	#news_01 ul li {
		margin-bottom:10px;
	}
	#news_01 ul li img {
		width:100%;
		max-width:350px;
	}
	
	#news_01 dl.no_image {
		margin-left: 0px;
	}
	
	#news_01 dd.title {
	}
	
	#news_01 dd p {
	}	
}

