@charset "utf-8";
/* CSS Document */
.page_content .counseling_box:after {
	content: "."; visibility: hidden; display: block; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
.page_content .counseling_box .txt {
	/* width: 470px; */
	/* float: left; */
}
.page_content .counseling_box .photo {
	float: right;
	width: 230px;
}
.page_content .counseling_box .photo img {
	width: 100%;
}
.page_content em {
	font-weight: bold;
}
ul.news_list li span {
	display: table-cell;
}
ul.news_list li {
	border-bottom: 1px solid #CCC;
}
ul.news_list li span.news_date {
	width: 160px;
}
ul.news_list li span.news_category {
	width: 80px;
	text-align: center;
	font-size: 84%;
	background: url(/campus/student_life_support/counseling/report/img/bg-category.png) no-repeat center 3px;
	color: #ffffff;
	text-decoration: none;
}
ul.news_list li span.news_title {
	padding-left: 20px;
}
ul.news_list li a {
	display: block;
	padding: 5px 0;
}
.txt_more {
	margin-top: 6px;
	text-align: right;
}
.txt_more a {
	font-size: 100%;
}

