@charset "utf-8";

/* ==================================================
contents
================================================== */
/* cate_menu
============================== */
#tmp_cate_menu {
	background-color:#f0e8d8;
	color:inherit;
	padding:24px 0 14px 24px;
	margin:0 0 24px;
}
#tmp_cate_menu ul {
	list-style:none;
}
#tmp_cate_menu ul li {
	width:210px;
	float:left;
	display:table;
	margin:0 4px 4px 0;
	line-height:1;
}
#tmp_cate_menu ul li a {
	display:table-cell;
	vertical-align:middle;
	height:70px;
	text-decoration:none;
	font-weight:bold;
	font-size:114.3%;
	color:#01765c;
	background:#FFFFFF url(/shared/templates/ffpri_top/images/cate_btn_off_bg.gif) no-repeat right bottom;
}
#tmp_cate_menu ul li span {
	display:inline-block;
	background:url(/shared/management/images/icon/triangle_icon4.png) no-repeat 16px center;
	padding-left:30px;
}
#tmp_cate_menu ul li a:hover {
	color:#FFFFFF;
	background:#017576 url(/shared/templates/ffpri_top/images/cate_btn_on_bg.gif) no-repeat right bottom;
}
#tmp_cate_menu ul li a:hover span {
	background-image:url(/shared/management/images/icon/triangle_icon2.png);
}
/* idx_info
============================== */
.idx_info {
	margin:0 0 30px;
	clear:both;
}
.idx_info_ttl {
	border-bottom:1px dotted #c9c9c9;
	background:url(/shared/templates/ffpri_free/images/contents/ttl_line_bg.gif) no-repeat left top;
	padding:15px 0 15px 8px;
}
.idx_info_ttl h2 {
	background-color:transparent;
	color:#017576;
	font-size:157%;
	font-weight:normal;
	margin:0;
	padding:0;
	clear:inherit;
	float:left;
}
/* list_table
============================== */
table.list_table {
	width:100%;
	line-height:1.4;
	border-collapse:collapse;
	border-spacing:0;
}
table.list_table td {
	padding:14px 0 3px;
	vertical-align: middle;
	text-align:left;
	border-bottom:1px dotted #c9c9c9;
}
table.list_table td .new_icon {
	vertical-align:middle;
	margin:0 5px;
}
table.list_table .date_year {
	width:120px;
}
.lang_en table.list_table .date_year {
	width:140px;
}
table.list_table .label {
	width:130px;
	padding-top:11px;
}
.lang_en table.list_table .label {
	width:150px;
}
table.list_table p {
	margin:0 0 0.8em;
	vertical-align:middle;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_cate_menu:after,
.idx_info:after,
.idx_info_ttl:after,
.idx_info_cnt:after,
#tmp_branch:after,
#tmp_branch ul:after {
	content:"."; /* 変更しない */
	display:block; /* 変更しない */
	height:0; /* 変更しない */
	font-size:0.1%; /* 変更しない */
	line-height:0.1; /* 変更しない */
	clear:both; /* 変更しない */
	visibility:hidden; /* 変更しない */
}
/* ==================================================
print
================================================== */
@media print {
/* for Firefox */
#tmp_main:after,
.col_nm:after {
	content:""; /* 変更しない */
	height:1px; /* 変更しない */
}
}