@charset "utf-8";

/* 2-01. Base Item
---------------------------------------------------------------------- */


/* @end */



/* 2-03. Contents
---------------------------------------------------------------------- */

/* news Top
---------------------------------------- */

.newsList .day {
	float: left;
	width: 120px;
}
.newsList .newsItem {
	clear: both;
}
#rssIcon {
	margin-bottom: 15px;
}

/* news Detail
---------------------------------------- */

			.newsList .newsIcon {
				float: right;
				width: 65px;
			}
			.newsList .newsIcon img {
				margin-bottom: 4px;
				vertical-align: middle;
			}
.newsHeadImg img {
	height: auto;
	max-width: 100%;
}
.imgLBox {
	float: left;
	margin: 0 20px 10px 0;
}
.imgRBox {
	float: right;
	margin: 0 0 10px 20px;
}
.freeHtml img,
.sectionData img {
	height: auto;
	max-width: 100%;
}

/* @end */
