@charset "utf-8";

/* ==================================================
contents
================================================== */
.box_info {
	margin:0 0 15px;
	clear:both;
}
.box_info_ttl {
	padding:0 0 3px;
	border-bottom:3px solid #0058B0;
}
.box_info_ttl h2 {
	float:left;
}
.box_info_ttl .readall {
	margin:3px 0 0;
	float:right;
}
.box_info_ttl .readall p {
	float:left;
}
.box_info_ttl .readall p.list_btn {
	margin:0 11px 0 0;
}
.box_info_ttl .readall .list_btn a {
	padding:0 0 0 20px;
	background:url(/shared/templates/simple/images/list_icon.gif) no-repeat left 0.1em;
}
.box_info_cnt {
	padding:12px 12px 7px;
	border-right:2px solid #C9C9C9;
	border-bottom:2px solid #C9C9C9;
	border-left:2px solid #C9C9C9;
}
.box_info_cnt ul {
	margin:0 0 20px 23px;
	list-style-image:url(/shared/templates/top/images/list_icon.gif);
}
.box_info_cnt li {
	margin:0 0 0.5em;
}
/* list_table
============================== */
.box_info_cnt .wrap_list_table {
	width:100%;
}
.box_info_cnt table.list_table {
	width:100%;
	line-height:1.2;
	border-collapse:collapse;
	border-spacing:0;
}
.box_info_cnt table.list_table td {
	padding:0;
	vertical-align:top;
	text-align:left;
}
.box_info_cnt table.list_table .date {
	width:60px;
	padding:0 0 0 10px;
}
.box_info_cnt table.list_table p {
	margin:0 0 0.8em;
	vertical-align:middle;
}
/* readall_area
============================== */
.readall_area {
	border-top:1px solid #CCCCCC;
	padding:7px 0 0 6px;
}
.readall_area p {
	margin-right:11px;
	margin-bottom:0;
	float:left;
}
.readall_area .list_btn a {
	padding:0 0 0 20px;
	background:url(/shared/templates/simple/images/list_icon.gif) no-repeat left 0.1em;
}
/* mokuteki
============================== */
#tmp_mokuteki_cnt {
	padding:12px 12px 7px;
}
#tmp_mokuteki_cnt ul {
	margin-bottom:0;
	margin-left:0;
	list-style:none;
	list-style-image:none;
}
#tmp_mokuteki_cnt ul li {
	margin:0 5px 0.5em 0;
	padding:0 5px 0 0;
	border-right:1px solid #333333;
	float:left;
}
/* range
============================== */
#tmp_range {
	clear:both;
}
#tmp_range_lft {
	float:left;
	width:220px;
}
#tmp_range_rgt {
	float:right;
	width:225px;
}
#tmp_range_lft2 {
	float:left;
	width:225px;
}
#tmp_range_rgt2 {
	float:right;
	width:220px;
}
#tmp_range .box_list {
	padding:10px;
}
#tmp_range .box_list ul {
	margin:0 0 0 15px;
	list-style-image:url(/shared/templates/top/images/list_icon.gif);
}
#tmp_range .box_list ul li {
	margin:0 0 5px;
}
#tmp_bosai {
	margin:0 0 15px;
	border:2px solid #F29C73;
	clear:both;
}
#tmp_bosai_ttl {
	padding:5px 10px 0;
}
#tmp_chiiki,
#tmp_iken,
#tmp_koho,
#tmp_kenjoho{
	margin:0 0 15px;
	border:2px solid #4FBFFC;
	clear:both;
}
#tmp_chiiki_ttl,
#tmp_iken_ttl,
#tmp_koho_ttl,
#tmp_kenjoho_ttl{
	padding:5px 10px 0;
}
/* event */
#tmp_event_cal .event_cate {
	margin:0 0 9px;
	padding:0 12px;
	list-style:none;
	list-style-image:none;
}
#tmp_event_cal .event_cate li {
	margin:0 4px 4px 0;
	padding:2px 15px 4px 17px;
	background:url(/shared/templates/simple/images/list_icon.gif) no-repeat 2px 0.3em;
	border:1px solid #CCCCCC;
	white-space:nowrap;
	float:left;
}
#tmp_event_cal .event_cate li.last {
	margin-right:0;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
.box_info:after,
.box_info_ttl:after,
.box_info_ttl .readall:after,
.box_info_cnt:after,
#tmp_mokuteki_cnt ul:after,
.readall_area:after,
#tmp_range:after,
#tmp_event_cal .event_cate:after {
	content:"."; /* 変更しない */
	display:block; /* 変更しない */
	height:0; /* 変更しない */
	font-size:0.1%; /* 変更しない */
	line-height:0.1; /* 変更しない */
	clear:both; /* 変更しない */
	visibility:hidden; /* 変更しない */
}
/* for IE7.0 */
*:first-child+html .box_info,
*:first-child+html .box_info_ttl,
*:first-child+html .box_info_ttl .readall,
*:first-child+html .box_info_cnt,
*:first-child+html #tmp_mokuteki_cnt ul,
*:first-child+html .readall_area,
*:first-child+html #tmp_range,
*:first-child+html #tmp_event_cal .event_cate {
	min-height:1%; /* 変更しない */
}
/* for IE6.0 */
* html .box_info,
* html .box_info_ttl,
* html .box_info_ttl .readall,
* html .box_info_cnt,
* html #tmp_mokuteki_cnt ul,
* html .readall_area,
* html #tmp_range,
* html #tmp_event_cal .event_cate {
	display:inline-block; /* 変更しない */
}
/* ==================================================
print
================================================== */
@media print {
/* for IE7.0 */
*:first-child+html .format_top #tmp_means {
	width:941px;
}
*:first-child+html #tmp_means .switch_top {
	width:375px;
}
*:first-child+html #tmp_gnavi ul li span {
	visibility:hidden;
}
*:first-child+html .list_btn a,
*:first-child+html #tmp_publicity p {
	min-height:1%;
}
/* for IE6.0 */
* html .format_top #tmp_means {
	width:941px;
}
* html #tmp_means .switch_top {
	width:375px;
}
* html #tmp_gnavi ul li span {
	visibility:hidden;
}
* html .list_btn a,
* html #tmp_publicity p {
	display:inline-block;
}
/* for Firefox */
#tmp_main:after,
.col_nm:after {
	content:""; /* 変更しない */
	height:1px; /* 変更しない */
}
}