@charset "utf-8";

/* ==================================================
contents
================================================== */
/* top_contents
============================== */
#tmp_top_contents {
	background-color:#F5F5F5;
	border:2px solid #999999;
	padding:50px 0;
	text-align:center;
	margin:0 0 20px;
}
#tmp_top_contents p {
	margin:0 0 0.8em;
}
/* sp_gallery
============================== */
#tmp_wrap_sp_gallery {
	background:url(/shared/images/gallery/gallery_bg.gif) repeat left top;
	width:540px;
	height:232px;
	overflow:hidden;
	margin:0 0 20px;
	position:relative;
}
#tmp_sp_gallery {
	padding:16px 0 0;
	margin:0 20px 0 30px;
	display:block;
}
*:first-child+html #tmp_sp_gallery {
}
#tmp_sp_gallery img {
	vertical-align:top;
}
.no_javascript #tmp_wrap_sp_gallery {
	height:202px;
}
.no_javascript #tmp_sp_gallery {
	padding-bottom:16px;
}
.no_javascript #tmp_sp_gallery ul {
	width:360px;
	height:170px;
	overflow:hidden;
	margin:0 auto;
}
#tmp_wrap_sp_gallery ul {
	list-style:none;
	list-style-image:none;
}
#tmp_wrap_sp_gallery ul li {
	vertical-align:top;
}
#tmp_wrap_sp_gallery p.prev,
#tmp_wrap_sp_gallery p.next {
	z-index:100;
	width:25px;
	height:182px;
}
#tmp_wrap_sp_gallery p.prev {
	position:absolute;
	top:10px;
	left:10px;
}
#tmp_wrap_sp_gallery p.next {
	position:absolute;
	top:10px;
	right:10px;
}
#tmp_wrap_sp_gallery p.prev a {
	display:block;
	width:25px;
	height:182px;
	background:url(/shared/images/gallery/prev_btn.png) no-repeat left top;
}
#tmp_wrap_sp_gallery p.next a {
	display:block;
	width:25px;
	height:182px;
	background:url(/shared/images/gallery/next_btn.png) no-repeat left top;
}
#tmp_wrap_sp_gallery p.prev span,
#tmp_wrap_sp_gallery p.next span {
	display:block;
	width:25px;
	height:182px;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
#tmp_wrap_sp_gallery .list_order {
	position:absolute;
	bottom:10px;
	right:77px;
}
#tmp_wrap_sp_gallery .list_order li {
	float:left;
	margin:0 10px 0 0;
}
#tmp_wrap_sp_gallery .list_order li img {
	vertical-align:top;
}
#tmp_sp_gallery_player {
	position:absolute;
	bottom:10px;
	right:10px;
}
/* info
============================== */
#tmp_info {
	margin:0 0 20px;
	clear:both;
}
/* info_ttl */
#tmp_info_ttl ul {
	list-style:none;
	list-style-image:none;
}
#tmp_info_ttl ul li {
	font-weight:bold;
	text-align:center;
}
#tmp_info_ttl .info_tab1,
#tmp_info_ttl .info_tab2 {
	float:left;
	width:178px;
	margin-right:4px;
	font-size:114.3%;
}
.custom_ku #tmp_info_ttl .info_tab1,
.custom_ku #tmp_info_ttl .info_tab2 {
	margin-right:3px;
}
#tmp_info_ttl .info_tab4 {
	float:left;
	width:178px;
	font-size:114.3%;
}
#tmp_info_ttl .info_tab1 br {
	display:none;
}
#tmp_info_ttl .info_tab3 {
	float:right;
	width:174px;
}
#tmp_info_ttl ul li a {
	display:block;
	text-decoration:none;
	color:#222222;
}
#tmp_info_ttl .info_tab1 a,
#tmp_info_ttl .info_tab2 a ,
#tmp_info_ttl .info_tab4 a{
	padding:8px 0 5px;
	background:url(/shared/templates/top/images/tab_bg_off.jpg) repeat-x left top;
	border:1px solid #C4C4C4;
	border-bottom:none;
	-webkit-border-radius:3px 3px 0 0;/* Webkit */
	-moz-border-radius:3px 3px 0 0;/* Mozilla */
	border-radius:3px 3px 0 0;/* CSS3 */
}
#tmp_info_ttl .info_tab1.active a,
#tmp_info_ttl .info_tab2.active a,
#tmp_info_ttl .info_tab4.active a {
	color:#FFFFFF;
	border-color:#024D7D;
	background:#024D7D url(/shared/templates/top/images/tab_bg_on.jpg) repeat-x left top;
}
#tmp_info_ttl .info_tab3 a {
	padding:6px 0 4px;
	background:#ABD3E9 url(/shared/templates/top/images/tab2_bg_off.jpg) repeat-x left top;
	border:1px solid #68B0D7;
	-webkit-border-radius:3px;/* Webkit */
	-moz-border-radius:3px;/* Mozilla */
	border-radius:3px;/* CSS3 */
}
#tmp_info_ttl .info_tab3.active a {
	color:#FFFFFF;
	background:#024D7D url(/shared/templates/top/images/tab2_bg_on.jpg) repeat-x left top;
}
#tmp_info_ttl .info_tab3 a span {
	background:url(/shared/images/icon/arrow_icon_bl.png) no-repeat left center;
	padding-left:20px;
}
#tmp_info_ttl .info_tab3.active a span {
	background-image:url(/shared/images/icon/arrow_icon_wt.png);
}
/* info_cnt */
#tmp_info_cnt {
	padding:10px 10px 5px;
	border:1px solid #025488;
	-webkit-border-radius:0 0 3px 3px;/* Webkit */
	-moz-border-radius:0 0 3px 3px;/* Mozilla */
	border-radius:0 0 3px 3px;/* CSS3 */
}
#tmp_info_cnt .info_cnt {
	clear:both;
}
#tmp_info_cnt ul {
	list-style:none;
	list-style-image:none;
}
#tmp_info_cnt ul li {
	background:url(/shared/images/icon/list_icon2.gif) no-repeat 10px 2px;
	padding-left:22px;
	margin-bottom:8px;
	line-height:1.4;
}
#tmp_info_cnt ul li.pickup {
	background-color:#EEEEEE;
	color:inherit;
	padding-top:8px;
	padding-bottom:8px;
	background-position:10px 10px;
}
#tmp_info_cnt .read_all {
	border-top:1px solid #D9D9D9;
	padding-top:5px;
}
/* list_table
============================== */
table.list_table {
	width:100%;
	line-height:1.2;
	border-collapse:collapse;
	border-spacing:0;
}
#tmp_info_event table.list_table {
	border-bottom:none;
}
table.list_table td {
	padding:5px 5px 0 0;
	vertical-align:top;
	text-align:left;
}
table.list_table td.last {
	border-bottom:none;
}
table.list_table .lavel {
	width:120px;
}
table.list_table .date {
	width:70px;
}
table.list_table .date_year {
	width:120px;
}
table.list_table p {
	margin:0 0 5px;
	vertical-align:top;
	line-height:1.4;
}
/* miryoku
============================== */
#tmp_miryoku {
	margin:0 0 20px;
	clear:both;
}
#tmp_miryoku_ttl {
	display:block;
	width:540px;
	height:55px;
	background:url(/shared/templates/top/images/miryoku_ttl.jpg) no-repeat left top;
}
.miryoku_chuo #tmp_miryoku_ttl {
	background-image:url(/shared/templates/top/images/chuo/miryoku_ttl.jpg);
}
.miryoku_hanamigawa #tmp_miryoku_ttl {
	background-image:url(/shared/templates/top/images/hanamigawa/miryoku_ttl.jpg);
}
.miryoku_inage #tmp_miryoku_ttl {
	background-image:url(/shared/templates/top/images/inage/miryoku_ttl.jpg);
}
.miryoku_wakaba #tmp_miryoku_ttl {
	background-image:url(/shared/templates/top/images/wakaba/miryoku_ttl.jpg);
}
.miryoku_midori #tmp_miryoku_ttl {
	background-image:url(/shared/templates/top/images/midori/miryoku_ttl.jpg);
}
.miryoku_mihama #tmp_miryoku_ttl {
	background-image:url(/shared/templates/top/images/mihama/miryoku_ttl.jpg);
}
#tmp_miryoku_ttl span {
	display:block;
	width:540px;
	height:55px;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
#tmp_miryoku_cnt {
	padding:10px 10px 15px;
	background-color:#F8DCE4;
	color:inherit;
	-webkit-border-radius:3px;/* Webkit */
	-moz-border-radius:3px;/* Mozilla */
	border-radius:3px;/* CSS3 */
}
#tmp_miryoku_cnt h3 {
	color:#8C1950;
	background-color:transparent;
	line-height:1.4;
	font-size:114.3%;
	background-repeat:no-repeat;
	background-position:left center;
	clear:both;
}
#tmp_miryoku_cnt h3 span {
	font-size:75%;
}
#tmp_miryoku_cnt h3 a {
	background:url(/shared/images/icon/arrow_icon_rd.png) no-repeat right center;
	display:block;
	text-decoration:none;
	color:#8C1950;
}
#tmp_miryoku_cnt .miryoku_ttl1 {
	margin:0 0 6px;
	padding:5px 0 5px 40px;
	background-image:url(/shared/templates/top/images/miryoku_icon1.png);
}
#tmp_miryoku_cnt .miryoku_ttl2 {
	margin:0 0 3px;
	padding:14px 0 15px 40px;
	background-image:url(/shared/templates/top/images/miryoku_icon2.png);
}
#tmp_miryoku_cnt .cnt_col2 {
	margin:0 0 5px;
}
/* 中央区 */
.custom_ku #tmp_miryoku_cnt .miryoku_ttl1 {
	padding:6px 0 13px 40px;
	background-image:url(/shared/templates/top/images/miryoku_icon2.png);
	background-position:left top;
}
.custom_ku #tmp_miryoku_cnt .miryoku_ttl2 {
	padding:14px 0 15px 40px;
	background-image:url(/shared/templates/top/images/miryoku_icon1.png);
}
.custom_ku #tmp_miryoku_cnt ul {
	list-style:none;
	list-style-image:none;
}
.custom_ku #tmp_miryoku_cnt ul li {
	float:left;
	padding-bottom:10px;
}
.custom_ku #tmp_miryoku_cnt ul li.odd {
	margin-right:20px;
}
.custom_ku #tmp_miryoku_cnt ul li img {
	vertical-align:top;
}
/* report
============================== */
#tmp_report {
	margin:0 0 20px;
	clear:both;
}
#tmp_report_ttl {
	display:block;
	width:540px;
	height:55px;
	background:url(/shared/templates/top/images/report_ttl.jpg) no-repeat left top;
}
#tmp_report_ttl span {
	display:block;
	width:540px;
	height:55px;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
#tmp_report_cnt {
	padding:10px;
	background-color:#D2EAF7;
	color:inherit;
	-webkit-border-radius:2px;/* Webkit */
	-moz-border-radius:2px;/* Mozilla */
	border-radius:2px;/* CSS3 */
}
#tmp_report_cnt h3 {
	color:#064B79;
	background-color:transparent;
	line-height:1.4;
	font-size:114.3%;
	background-repeat:no-repeat;
	background-position:left center;
	clear:both;
}
#tmp_report_cnt h3 span {
	font-size:75%;
}
#tmp_report_cnt .report_ttl1 {
	margin:0 0 6px;
	padding:5px 0 5px 40px;
	background-image:url(/shared/templates/top/images/report_icon1.png);
}
#tmp_report_cnt .report_ttl2 {
	margin:0 0 8px;
	padding:13px 0 11px 40px;
	background-image:url(/shared/templates/top/images/report_icon2.png);
}
#tmp_report_cnt .cnt_col2 {
	margin:0 0 5px;
}
/* cnt_col2 */
.cnt_col2 {
	clear:both;
}
.cnt_col2L {
	float:left;
	width:250px;
}
.cnt_col2R {
	float:right;
	width:250px;
}
.box_joho {
	margin-bottom:10px;
	padding:11px 10px 6px;
	background-color:#FFFFFF;
	clear:both;
}
.box_joho p {
	line-height:1.4;
	padding-bottom:5px;
}
.box_joho p img {
	vertical-align:middle;
	margin-right:5px;
}
.box_joho .pic {
	float:left;
	margin:0 10px 0 0;
}
.box_joho .pic img {
	margin:0;
}
.box_joho ul {
	list-style:none;
	list-style-image:none;
}
.box_joho ul li {
	background:url(/shared/images/icon/list_icon2.gif) no-repeat left 2px;
	padding-left:12px;
	margin-bottom:5px;
	line-height:1.6;
}
/* box_miryoku */
.box_miryoku {
	padding:4px 0 4px 4px;
	color:inherit;
	background-color:#FFFFFF;
	border:1px solid #E371A5;
	clear:both;
}
.box_miryoku p {
	display:table-cell;
	color:#333333;
	background-color:transparent;
	vertical-align:middle;
}
*:first-child+html .box_miryoku p {
	display:inline;
	zoom:1;
}
.box_miryoku a {
	display:block;
	color:#333333;
	background-color:transparent;
	text-decoration:none;
}
.box_miryoku img {
	margin:0;
}
.box_miryoku .txt {
	width:152px;
	text-align:center;
}
/* view_btn */
.view_btn {
	text-align:center;
	clear:both;
}
.view_btn a {
	display:block;
	padding:5px 0 3px;
	text-decoration:none;
	color:#333333;
	background:#EAEAEA url(/shared/templates/top/images/btn_bg.jpg) repeat-x left top;
	border:1px solid #AAAAAA;
	-webkit-border-radius:3px;/* Webkit */
	-moz-border-radius:3px;/* Mozilla */
	border-radius:3px;/* CSS3 */
}
#tmp_miryoku_cnt .view_btn {
	padding:0 100px;
}
#tmp_report_cnt .view_btn {
	padding:0 133px;
}
#tmp_miryoku_cnt .view_btn p,
#tmp_report_cnt .view_btn p {
	font-weight:bold;
}
/* koho
============================== */
#tmp_koho {
	margin:0 0 20px;
	clear:both;
}
/* koho_ttl */
#tmp_koho_ttl ul {
	list-style:none;
	list-style-image:none;
}
#tmp_koho_ttl ul li {
	text-align:center;
	float:left;
	font-weight:bold;
	width:268px;
	font-size:114.3%;
}
#tmp_koho_ttl .koho_tab1 {
	margin-right:4px;
}
#tmp_koho_ttl li a {
	display:block;
	text-decoration:none;
	color:#222222;
	padding:8px 0 5px;
	background:url(/shared/templates/top/images/tab_bg_off.jpg) repeat-x left top;
	border:1px solid #C4C4C4;
	border-bottom:none;
	-webkit-border-radius:3px 3px 0 0;/* Webkit */
	-moz-border-radius:3px 3px 0 0;/* Mozilla */
	border-radius:3px 3px 0 0;/* CSS3 */
}
#tmp_koho_ttl li.active a {
	color:#FFFFFF;
	border-color:#024D7D;
	background:#024D7D url(/shared/templates/top/images/tab_bg_on.jpg) repeat-x left top;
}
.koho_city #tmp_koho_cnt {
	position:relative;
	padding:10px 19px;
	height:250px;
	border:1px solid #025488;
	-webkit-border-radius:0 0 3px 3px;/* Webkit */
	-moz-border-radius:0 0 3px 3px;/* Mozilla */
	border-radius:0 0 3px 3px;/* CSS3 */
	clear:both;
}
.koho_city #tmp_koho_cnt {
	height:265px\9;
}
#tmp_koho_cnt .koho_cnt {
	width:500px;
	height:250px;
	display:block !important;
	color:inherit;
	background-color:#FFFFFF;
	position:absolute;
	clear:both;
}
#tmp_koho_cnt .koho_cnt {
	height:265px\9;
}
#tmp_koho_cnt #tmp_tab_koho1 {
	z-index:2;
}
#tmp_koho_cnt #tmp_tab_koho2 {
	z-index:1;
}
/* koho_btn */
.koho_btn {
	font-size:114.3%;
	margin:0 0 20px;
	font-weight:bold;
	clear:both;
}
.koho_btn a {
	text-align:center;
	display:block;
	text-decoration:none;
	color:#222222;
	padding:7px 0 5px;
	color:#FFFFFF;
	background:#024D7D url(/shared/templates/top/images/tab_bg_on.jpg) repeat-x left top;
	border:1px solid #024D7D;
	-webkit-border-radius:2px;/* Webkit */
	-moz-border-radius:2px;/* Mozilla */
	border-radius:2px;/* CSS3 */
}
/* custom_ku */
.custom_ku #tmp_koho_ttl {
	padding:8px 0 5px;
	color:#FFFFFF;
	background:#024D7D url(/shared/templates/top/images/tab_bg_on.jpg) repeat-x left top;
	border:1px solid #024D7D;
	border-bottom:none;
	-webkit-border-radius:3px 3px 0 0;/* Webkit */
	-moz-border-radius:3px 3px 0 0;/* Mozilla */
	border-radius:3px 3px 0 0;/* CSS3 */
}
.custom_ku #tmp_koho_ttl p {
	color:#FFFFFF;
	background-color:transparent;
	text-align:center;
	font-size:114.3%;
	font-weight:bold;
}
.custom_ku #tmp_koho_cnt {
	padding:10px 19px;
	border:1px solid #025488;
	-webkit-border-radius:0 0 3px 3px;/* Webkit */
	-moz-border-radius:0 0 3px 3px;/* Mozilla */
	border-radius:0 0 3px 3px;/* CSS3 */
	clear:both;
}
.custom_ku .koho_chuo #tmp_koho_cnt {
	width:500px;
	height:240px;
}
.custom_ku .koho_chuo #tmp_koho_cnt {
	height:255px\9;
}
.custom_ku #tmp_koho_cnt.koho_free {
	height:auto;
	-webkit-border-radius:3px;/* Webkit */
	-moz-border-radius:3px;/* Mozilla */
	border-radius:3px;/* CSS3 */
}
.custom_ku #tmp_koho_cnt.koho_free ul {
	margin:0 0 0.3em 1em;
}
.custom_ku #tmp_koho_cnt.koho_free p {
	margin:0 0 0.8em;
}
/* ==================================================
ku
================================================== */
/* midashi
============================== */
#tmp_midashi {
	-webkit-border-radius:3px;/* Webkit */
	-moz-border-radius:3px;/* Mozilla */
	border-radius:3px;/* CSS3 */
	background-image:url(/shared/templates/top/images/midashi_bg.gif);
	margin:0 0 20px;
	padding:10px 10px 10px 7px;
	clear:both;
}
#tmp_midashi_ttl {
	background:url(/shared/templates/top/images/midashi_ttl_bg.png) no-repeat left top;
	padding:0 2px 0 0;
	margin-bottom:10px;
}
#tmp_midashi_ttl h2 {
	background-repeat:no-repeat;
	background-position:right 2px;
}
.midashi_chuo #tmp_midashi_ttl h2 {
	background-image:url(/shared/templates/top/images/chuo/midashi_pht.jpg);
}
.midashi_hanamigawa #tmp_midashi_ttl h2 {
	background-image:url(/shared/templates/top/images/hanamigawa/midashi_pht.jpg);
}
.midashi_inage #tmp_midashi_ttl h2 {
	background-image:url(/shared/templates/top/images/inage/midashi_pht.jpg);
}
.midashi_midori #tmp_midashi_ttl h2 {
	background-image:url(/shared/templates/top/images/midori/midashi_pht.jpg);
}
.midashi_mihama #tmp_midashi_ttl h2 {
	background-image:url(/shared/templates/top/images/mihama/midashi_pht.jpg);
}
.midashi_wakaba #tmp_midashi_ttl h2 {
	background-image:url(/shared/templates/top/images/wakaba/midashi_pht.jpg);
}
#tmp_wrap_midashi_cnt {
	padding-left:3px;
}
#tmp_midashi_cnt {
	background-color:#FFFFFF;
	color:inherit;
	padding:0 10px;
	-webkit-border-radius:3px;/* Webkit */
	-moz-border-radius:3px;/* Mozilla */
	border-radius:3px;/* CSS3 */
}
#tmp_midashi_cnt .box_midashi {
	padding:10px 0;
	clear:both;
}
#tmp_midashi_cnt .box_midashi_main .quote {
	margin-left:4.5em;
}
#tmp_midashi_cnt .box_midashi_main ul,
#tmp_midashi_cnt .box_midashi_btn ul,
#tmp_midashi_cnt .box_midashi_btn2 ul {
	list-style:none;
	list-style-image:none;
}
#tmp_midashi_cnt .box_midashi_main ul li {
	background:url(/shared/images/icon/list_icon2.gif) no-repeat 5px 3px;
	padding:5px 0 5px 17px;
}
#tmp_midashi_cnt .box_midashi_btn ul li,
#tmp_midashi_cnt .box_midashi_btn2 ul li {
	margin-bottom:5px;
}
#tmp_midashi_cnt .box_midashi_btn ul li a,
#tmp_midashi_cnt .box_midashi_btn2 ul li a {
	display:block;
	text-decoration:none;
	color:#202020;
	border:1px solid #BFBFBF;
	-webkit-border-radius:2px;/* Webkit */
	-moz-border-radius:2px;/* Mozilla */
	border-radius:2px;/* CSS3 */
	cursor:pointer;
}
/* box_midashi_btn */
#tmp_midashi_cnt .box_midashi_btn ul li a {
	background:#FFFFFF url(/shared/templates/top/images/btn_bg3.jpg) repeat-x left bottom;
}
#tmp_midashi_cnt .box_midashi_btn ul li span {
	background:url(/shared/templates/top/images/navi_icon.png) no-repeat 8px center;
	padding:13px 0 13px 20px;
	display:inline-block;
}
#tmp_midashi_cnt .box_midashi_btn .midashi_shokai_btn span {
	padding-left:50px;
	background:url(/shared/templates/top/images/btn_icon_shokai.png) no-repeat 4px 1px;
}
#tmp_midashi_cnt .box_midashi_btn .midashi_access_btn span {
	padding:5px 0 4px 50px;
	background:url(/shared/templates/top/images/btn_icon_access.png) no-repeat 4px 1px;
}
/* box_midashi_btn2 */
#tmp_midashi_cnt .box_midashi_btn2 ul li a {
	background:#FFFFFF url(/shared/templates/top/images/btn_bg2.jpg) repeat-x left bottom;
}
#tmp_midashi_cnt .box_midashi_btn2 li span {
	display:inline-block;
	padding:56px 4px 3px;
}
#tmp_midashi_cnt .box_midashi_btn2 .midashi_cal_btn span {
	background:url(/shared/templates/top/images/btn_icon_cal.png) no-repeat center 4px;
}
/* midashi_ward */
#tmp_midashi_ward {
	border-bottom:1px solid #E4D9BE;
}
#tmp_midashi_ward .box_midashi_main {
	float:left;
	width:330px;
}
#tmp_midashi_ward .box_midashi_btn {
	float:right;
	width:155px;
}
/* midashi_menu */
#tmp_midashi_menu {
	position:relative;
}
#tmp_midashi_menu .box_midashi_main {
	width:215px;
}
#tmp_midashi_menu .box_midashi_btn2 {
	position:absolute;
	bottom:5px;
	right:160px;
	width:110px;
}
#tmp_midashi_menu .box_midashi_btn {
	position:absolute;
	bottom:5px;
	right:0;
	width:155px;
}
/* 開府890年
============================== */
.box_top_bnr {
	margin:0 0 20px;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
.clearfix:after,
#tmp_wrap_sp_gallery:after,
#tmp_sp_gallery:after,
#tmp_info:after,
#tmp_info_ttl:after,
#tmp_info_cnt:after,
#tmp_miryoku:after,
#tmp_miryoku_ttl:after,
#tmp_miryoku_cnt:after,
#tmp_report:after,
#tmp_report_ttl:after,
#tmp_report_cnt:after,
.cnt_col2:after,
.box_joho:after,
.box_miryoku:after,
#tmp_koho:after,
#tmp_koho_ttl:after,
#tmp_koho_cnt:after,
#tmp_midashi:after,
#tmp_midashi_ttl:after,
#tmp_midashi_cnt:after,
#tmp_midashi_cnt .box_midashi:after {
	content:"."; /* 変更しない */
	display:block; /* 変更しない */
	height:0; /* 変更しない */
	font-size:0.1%; /* 変更しない */
	line-height:0.1; /* 変更しない */
	clear:both; /* 変更しない */
	visibility:hidden; /* 変更しない */
}
/* for IE7.0 */
*:first-child+html .clearfix,
*:first-child+html #tmp_wrap_sp_gallery,
*:first-child+html #tmp_sp_gallery,
*:first-child+html #tmp_info,
*:first-child+html #tmp_info_ttl,
*:first-child+html #tmp_info_cnt,
*:first-child+html #tmp_miryoku,
*:first-child+html #tmp_miryoku_ttl,
*:first-child+html #tmp_miryoku_cnt,
*:first-child+html #tmp_report,
*:first-child+html #tmp_report_ttl,
*:first-child+html #tmp_report_cnt,
*:first-child+html .cnt_col2,
*:first-child+html .box_joho,
*:first-child+html .box_miryoku,
*:first-child+html #tmp_koho,
*:first-child+html #tmp_koho_ttl,
*:first-child+html #tmp_koho_cnt,
*:first-child+html #tmp_midashi,
*:first-child+html #tmp_midashi_ttl,
*:first-child+html #tmp_midashi_cnt,
*:first-child+html #tmp_midashi_cnt .box_midashi {
	min-height:1%; /* 変更しない */
}
/* ==================================================
print
================================================== */
@media print {
/* for IE7.0 */
*:first-child+html .used_bg_img span {
	visibility:hidden;
}
/* for Firefox */
#tmp_main:after,
.col_nm:after {
	content:""; /* 変更しない */
	height:1px; /* 変更しない */
}
}