@charset "UTF-8";
/*------------------------------------------------------*/
/* Updated: 2013/11/15 */
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/* /important/news/css/index.css */
/*------------------------------------------------------*/

/* #contentBodyArea */
@media screen and (max-width: 768px) {
	#contentBodyArea {
		padding-bottom: 0;
	}
}
/* #news_area */
#news_area {
	width: 714px;
	float: left;
}
@media screen and (max-width: 768px) {
	#news_area {
		margin: 0 auto;
		float: none;
		width: 94%;
	}
}
/* .importantIchiran */
.importantIchiran {
	margin-top: 2em;
	background: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.importantIchiran:first-child {
	margin-top: 0;
}
#ie8 .importantIchiran {
	background: #fff url(/common/img/imp_bg_box01_btm_index.gif) no-repeat left bottom;
}
.importantIchiran .groupheader{
	padding: 15px;
	border-bottom: 2px solid #0e0e68;
}
#ie8 .importantIchiran .groupheader {
	background: #fff url(/common/img/imp_bg_box01_top_index.gif) no-repeat left top;
}
.importantIchiran .groupheader h2{
	font-size: 16px;
	font-weight: bold;
}
.importantIchiran .groupheader span.label{
	padding-right: 20px;
	padding-top: 0.2em;
	float: left;
}
.importantIchiran .groupheader span.label img{
	width: 108px;
}
.importantIchiran table.newsListTable{
	width: 100%;
}
.importantIchiran table.newsListTable th{
	width: 18%;
	padding: 15px 10px;
	text-align: left;
	border-top: 1px solid #e6e9ee;
	white-space: nowrap;
}
.importantIchiran table.newsListTable td{
	padding: 15px 10px;
	border-top: 1px solid #e6e9ee;
	text-align: left;
}
.importantIchiran table.newsListTable tr.first th,
.importantIchiran table.newsListTable tr.first td{
	border: none;
}
.importantIchiran table.newsListTable td a.link_arrow {
	display: block;
	padding-left: 1em;
	background: url(/common/img/icon_arrow_01.gif) no-repeat left 0.5em;
}
.importantIchiran table.newsListTable td a.link_blank {
	display: block;
	padding-left: 1em;
	background: url(/common/img/icon_imgblank_01.gif) no-repeat left 0.6em;
}
.importantIchiran table.newsListTable td a.link_pdf {
	display: block;
	padding-left: 1em;
	background: url(/common/img/icon_pdf_02.gif) no-repeat left 0.4em;
	background-size: 9px 9px;
}

/* .RIGHT-SIDE */
@media screen and (max-width: 768px) {
	.RIGHT-SIDE {
		margin-top: 2em;
	}
}

/* #secondaryArea */
#secondaryArea {
	float: right;
	width: 223px;
}
@media screen and (max-width: 768px) {
	#secondaryArea {
		margin: auto;
		float: none;
		width: 94%;
		margin-bottom: 2em;
	}
}
.navLink {
	margin-top: 2em;
	background: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.navLink:first-child {
	margin-top: 0;
}
#ie8 .navLink {
	padding: 0 0 15px 0;
	background: #fff url(/common/img/imp_bg_box02_btm_index.gif) no-repeat left bottom;
}
.navLink a{
	display: block;
	padding: 15px;
	font-size: 12px;
}
.navLink div {
	display: block;
	padding-left: 0.9em;
	background: url(/common/img/icon_arrow_01.gif) no-repeat left 0.5em;
}
#ie8 .navLink a {
	padding: 15px 15px 0 15px;
	background: #fff url(/common/img/imp_bg_box02_top_index.gif) no-repeat left top;
}