@charset "utf-8";

/* head */

#detail_cate {
	border-top: 3px solid #828238;
	background: url(../educational/images/dotline.gif) repeat-x left bottom #AEA438;
	padding-bottom: 2px;
	padding-left: 8px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.8em;
}

h1#detail_head {
	margin: 0.3em 0;
	color: #000000;
	font-size: 1.125em;
	font-weight: bold;
}


/* ----------news style---------- */

/* page title */

h2.news_head {
	width: auto;
	background-color: #9C9CA3;
	margin: 0;
	padding: 0 0 0.5em 0.5em;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
}


/* list */

.tb_news_list {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1em;
}

.tb_news_list th,
.tb_news_list td {
	border-bottom: 1px solid #EAEAE3;
	padding: 0.75em 0.5em;
	font-size: 0.75em;
	line-height: 1.6em;
	vertical-align: top;
}

.tb_news_list th {
	width: 9em;
}

html*.tb_news_list th,
*+html body .tb_news_list th {
	width: 10em;
}


.tb_news_list td h3 {
	color: #3C3D8C;
	font-size: 1em;
}

.tb_news_list td p {
	font-size: 1em;
}

.tb_news_list td .list_pdf {
	margin-top: 0.5em;
	margin-bottom: 0;
	font-size: 1em;
}

.tb_news_list td .image_right {
	float: right;
	margin-left: 10px;
}

