@charset "utf-8";

.contentsImg {
	background-image: url(../../img/contents-img3.jpg);
	background-position: center 55%;
}

ul.news {
	border-top: 1px dotted #999;
}
ul.news li {
	font-size: 0.88em;
	text-indent: -1.3em;
	padding: 10px 10px 10px 2em;
	border-bottom: 1px dotted #999;
}
ul.news li a {
	color: #b60005;
}
ul.news li a:hover {
	text-decoration: underline;
}

ul.news li:before {
	content: "\f111";
	font-family: FontAwesome;
	margin-right: 0.3em;
	color: rgba(255,92,65,1);
}
.news .newIcon {
	font-size: 10px !important;
	color: #fff;
	background-color: #ff0000;
	padding: 0 5px;
}

/* ---------------------------------------------
	768px
--------------------------------------------- */
@media only screen and (max-width: 768px) {

}

/* ---------------------------------------------
	640px
--------------------------------------------- */
@media only screen and (max-width: 640px) {

}

/* ---------------------------------------------
	480px
--------------------------------------------- */
@media only screen and (max-width: 480px) {

}
