@charset "utf-8";

/* ==================================================
selector
================================================== */
#tmp_contents h1 {
	margin:0 0 0.8em; /* 変更しない */
	padding:10px 10px 5px 14px;
	font-size:130%; /* デザインによって相対指定で指定しなおす */
	background:#DAEFFA url(/shared/templates/free/images/contents/h1_bg.gif) no-repeat right bottom;
	color:#000000;
	border-bottom:2px solid #2072B5;
	clear:both; /* 変更しない */
}
#tmp_contents h2 {
	margin:1.5em 0 0.8em; /* 変更しない */
	padding:6px 7px 3px;
	font-size:115%; /* デザインによって相対指定で指定しなおす */
	background:url(/shared/templates/free/images/contents/h2_bg.jpg) repeat-x left bottom;
	color:#000000;
	border:1px solid #DAEFFA;
	border-bottom:2px solid #007FBB;
	clear:both; /* 変更しない */
}
#tmp_contents h3 {
	margin:1.5em 0 0.8em; /* 変更しない */
	padding:0 10px;
	font-size:115%; /* デザインによって相対指定で指定しなおす */
	background:url(/shared/templates/free/images/contents/h3_bg.jpg) no-repeat left bottom;
	color:#000000;
	border-bottom:2px solid #007FBB;
	clear:both; /* 変更しない */
}
#tmp_contents h4 {
	margin:1.5em 0 0.8em; /* 変更しない */
	padding:0 10px;
	font-size:115%; /* デザインによって相対指定で指定しなおす */
	background:url(/shared/templates/free/images/contents/h4_bg.jpg) no-repeat left top;
	color:#000000;
	clear:both; /* 変更しない */
}
#tmp_contents h5 {
	margin:1.5em 0 0.8em; /* 変更しない */
	padding:0 10px;
	font-size:100%; /* デザインによって相対指定で指定しなおす */
	border-left:3px solid #BEE5F2;
	clear:both; /* 変更しない */
}
#tmp_contents h6 {
	margin:1.5em 0 0.8em; /* 変更しない */
	font-size:100%; /* デザインによって相対指定で指定しなおす */
	clear:both; /* 変更しない */
}
#tmp_contents p {
	margin:0 0 0.8em 0; /* 変更しない */
}
#tmp_contents ul {
	margin:0 0 1em 3.2em; /* 変更しない */
	list-style-image:url(/shared/images/icon/list_icon.gif); /* 変更しない */
}
#tmp_contents ol {
	margin:0 0 1em 3.2em; /* 変更しない */
	list-style-image:none; /* 変更しない */
}
#tmp_contents ul li,
#tmp_contents ol li {
	margin:0 0 0.5em; /* 変更しない */
}
#tmp_contents ul ul,
#tmp_contents ul ol,
#tmp_contents ol ul,
#tmp_contents ol ol {
	margin:0.3em 0 0 1.5em; /* 変更しない */
}
#tmp_contents hr {
	height:1px; /* 変更しない */
	color:#CCCCCC; /* 変更しない */
	background-color:#CCCCCC; /* 変更しない */
	border:none; /* 変更しない */
	clear:both; /* 変更しない */
}
/* ==================================================
parts
================================================== */
/* outline
============================== */
#tmp_contents .outline {
	margin:0 0 0.8em; /* 変更しない */
	border:3px solid #2072B5;
	clear:both; /* 変更しない */	
}
#tmp_contents table.outline {
	width:100%; /* 変更しない */
	border-collapse:collapse; /* 変更しない */
	border-spacing:0; /* 変更しない */
}
#tmp_contents table.outline td {
	padding:10px 10px 0;
	color:inherit;
	background-color:#FFFFFF;
}
#tmp_contents div.outline {
	padding:10px 10px 0;
	color:inherit;
	background-color:#FFFFFF;
}
* html #tmp_contents div.outline {
	width:100%; /* 変更しない */
}
#tmp_contents .outline ul {
	margin-left:24px; /* 変更しない */
}
#tmp_contents .outline ol {
	margin-left:24px; /* 変更しない */
}
#tmp_contents .outline ul ul,
#tmp_contents .outline ul ol,
#tmp_contents .outline ol ul,
#tmp_contents .outline ol ol {
	margin:0.3em 0 0 24px; /* 変更しない */
}
/* box_info
============================== */
#tmp_contents .box_info {
	margin:0 0 0.8em; /* 変更しない */
	border:1px solid #C7A478;
	clear:both; /* 変更しない */
}
#tmp_contents table.box_info {
	width:100%; /* 変更しない */
	border-collapse:collapse; /* 変更しない */
	border-spacing:0; /* 変更しない */
}
#tmp_contents .box_info .box_info_ttl {
	padding:3px 7px 3px 11px;
	font-weight:bold;
	color:inherit;
	background-color:#F4ECDF;
}
#tmp_contents .box_info .box_info_ttl p {
	margin-bottom:0; /* 変更しない */
}
#tmp_contents .box_info .box_info_cnt {
	padding:7px 9px 0;
}
#tmp_contents .box_info ul {
	list-style-image:url(/shared/images/icon/list_icon2.gif);
	margin-bottom:0.8em; /* 変更しない */
	margin-left:24px; /* 変更しない */
}
#tmp_contents .box_info ol {
	margin-bottom:0.8em; /* 変更しない */
	margin-left:24px; /* 変更しない */
}
#tmp_contents .box_info ul ul,
#tmp_contents .box_info ul ol,
#tmp_contents .box_info ol ul,
#tmp_contents .box_info ol ol {
	margin:0.3em 0 0 24px; /* 変更しない */
}
/* box_link
============================== */
#tmp_contents .box_link {
	margin:0 0 0.8em; /* 変更しない */
	border:1px solid #99CC99;
	clear:both; /* 変更しない */
}
#tmp_contents table.box_link {
	width:100%; /* 変更しない */
	border-collapse:collapse; /* 変更しない */
	border-spacing:0; /* 変更しない */
}
#tmp_contents .box_link .box_link_ttl {
	padding:3px 7px 3px 11px;
	font-weight:bold;
	color:inherit;
	background-color:#E4F4CA;
}
#tmp_contents .box_link .box_link_ttl p {
	margin-bottom:0; /* 変更しない */
}
#tmp_contents .box_link .box_link_cnt {
	padding:7px 9px 0;
}
#tmp_contents .box_link ul {
	list-style-image:url(/shared/images/icon/list_icon2.gif);
	margin-bottom:0.8em; /* 変更しない */
	margin-left:24px; /* 変更しない */
}
#tmp_contents .box_link ol {
	margin-bottom:0.8em; /* 変更しない */
	margin-left:24px; /* 変更しない */
}
#tmp_contents .box_link ul ul,
#tmp_contents .box_link ul ol,
#tmp_contents .box_link ol ul,
#tmp_contents .box_link ol ol {
	margin:0.3em 0 0 24px; /* 変更しない */
}
/* box_menu
============================== */
#tmp_contents .box_menu {
	margin:0 0 0.8em; /* 変更しない */
	border:1px solid #A3D6F1;
	border-left:5px solid #A2D6F2;
	clear:both; /* 変更しない */
}
#tmp_contents table.box_menu {
	width:100%; /* 変更しない */
	border-collapse:collapse; /* 変更しない */
	border-spacing:0; /* 変更しない */
}
#tmp_contents table.box_menu td {
	padding:5px 10px 0;
}
#tmp_contents .box_menu_ttl {
	font-weight:bold;
	padding:5px 10px 0;
}
#tmp_contents .box_menu h2 {
	margin:0 0 0.8em;
	padding:0;
	color:inherit;
	font-size:100%;
	background:none;
	border:none;
}
#tmp_contents .box_menu_cnt {
	padding:0 10px 5px;
}
#tmp_contents .box_menu ul {
	margin-bottom:0.8em; /* 変更しない */
	margin-left:24px; /* 変更しない */
}
#tmp_contents .box_menu ol {
	margin-bottom:0.8em; /* 変更しない */
	margin-left:24px; /* 変更しない */
}
#tmp_contents .box_menu ul ul,
#tmp_contents .box_menu ul ol,
#tmp_contents .box_menu ol ul,
#tmp_contents .box_menu ol ol {
	margin:0.3em 0 0 24px; /* 変更しない */
}
/* box_btn
============================== */
#tmp_contents ul.box_btn {
	margin:0 0 0.8em; /* 変更しない */
	padding:0;
	list-style:none;
	list-style-image:none;
}
#tmp_contents ul.box_btn li {
	margin:0 0 10px 0;
	padding:10px;
	border:1px solid #A3D6F1;
	border-left:5px solid #A2D6F2;
	font-weight:bold;
}
/* datatable 
   enquete_table
============================== */
#tmp_contents table.datatable,
#tmp_contents table.enquete_table {
	margin:0 0 0.8em; /* 変更しない */
	color:inherit;
	background-color:#FFFFFF;
	border-collapse:collapse; /* 変更しない */
	border-spacing:0; /* 変更しない */
	border:1px solid #999999;
}
#tmp_contents table.datatable th,
#tmp_contents table.enquete_table th {
	padding:5px 8px;
	color:inherit;
	background-color:#EAF4FF;
	border:1px solid #999999;
}
#tmp_contents table.datatable td,
#tmp_contents table.enquete_table td {
	padding:5px 8px;
	border:1px solid #999999;
}
#tmp_contents table.datatable caption,
#tmp_contents table.enquete_table caption {
	padding:0 0 0.5em; /* 変更しない */
	font-weight:bold; /* 変更しない */
	text-align:left; /* 変更しない */
}
#tmp_contents table.datatable p {
	margin:0; /* 変更しない */
}
#tmp_contents table.datatable ul,
#tmp_contents table.datatable ol,
#tmp_contents table.enquete_table ul,
#tmp_contents table.enquete_table ol {
	margin:0.2em 0 0 24px; /* 変更しない */
}
#tmp_contents table.datatable ul ul,
#tmp_contents table.datatable ul ol,
#tmp_contents table.datatable ol ul,
#tmp_contents table.datatable ol ol,
#tmp_contents table.enquete_table ul ul,
#tmp_contents table.enquete_table ul ol,
#tmp_contents table.enquete_table ol ul,
#tmp_contents table.enquete_table ol ol {
	margin:0.3em 0 0 24px; /* 変更しない */
}
#tmp_contents table.enquete_table {
	width:100%; /* 変更しない */
}
#tmp_contents table.enquete_table th {
	width:20%; /* 変更しない */
}
#tmp_contents table.enquete_table .nes,
#tmp_contents table.enquete_table .memo {
	color:#921313; /* shared.cssのtxt_redと同じ値を設定 */
	font-weight:normal; /* 変更しない */
	background-color:transparent; /* 変更しない */
}
/* form_btn */
#tmp_contents .enquete_button {
	margin:15px 0; /* 変更しない */
	text-align:center; /* 変更しない */
}
/* bgcolor */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
#tmp_contents table.datatable table th.bg_green {
	color:inherit;
	background-color:#E9FFDF; /* shared.cssのbg_greenと同じ値を設定 */
}
#tmp_contents table.datatable table th.bg_yellow {
	color:inherit;
	background-color:#FFFFD5; /* shared.cssのbg_yellowと同じ値を設定 */
}
#tmp_contents table.datatable table th.bg_red {
	color:inherit;
	background-color:#FFF4F4; /* shared.cssのbg_redと同じ値を設定 */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* nestdatatable
============================== */
#tmp_contents table.datatable table,
#tmp_contents table.enquete_table table {
	border:none; /* 変更しない */
}
#tmp_contents table.datatable table th,
#tmp_contents table.enquete_table table th {
	color:inherit; /* 変更しない */
	background-color:transparent; /* 変更しない */
	border:none; /* 変更しない */
}
#tmp_contents table.datatable table td,
#tmp_contents table.enquete_table table td {
	border:none; /* 変更しない */
}
#tmp_contents table.datatable table.datatable {
	border:1px solid #999999; /* table.datatableと同じ値を設定 */
}
#tmp_contents table.datatable table.datatable th {
	color:inherit; /* 変更しない */
	background-color:#EAF4FF; /* table.datatable thと同じ値を設定 */
	border:1px solid #999999; /* table.datatable thと同じ値を設定 */
}
#tmp_contents table.datatable table.datatable td {
	border:1px solid #999999; /* table.datatable tdと同じ値を設定 */
}
/* list_table
============================== */
#tmp_contents table.list_table {
	width:100%;
	line-height:1.2;
	border-collapse:collapse;
	border-spacing:0;
}
#tmp_contents table.list_table td {
	padding:0;
	vertical-align:top;
	text-align:left;
}
#tmp_contents table.list_table .date {
	width:70px;
	padding:0;
}
#tmp_contents table.list_table .date_year {
	width:110px;
	padding:0;
}
#tmp_contents table.list_table p {
	margin:0 0 0.8em;
	vertical-align:middle;
}
/* ==================================================
contents
================================================== */
/* box_idx
============================== */
#tmp_contents .box_idx {
	width:100%;
	clear:both;
}
#tmp_contents .wrap_box_idx_info {
	width:100%;
	margin-right:-200px;
	float:left;
}
#tmp_contents .box_idx_info {
	margin-right:200px;
}
#tmp_contents .box_idx_bnr {
	width:180px;
	float:right;
	background:url(/shared/templates/free/images/contents/idx_bnr_bg.gif) repeat-y left bottom;
}
#tmp_contents .box_idx_bnr .txt {
	color:inherit;
	background:#F1F9FC url(/shared/templates/free/images/contents/bnr_bg.jpg) no-repeat right bottom;
	border-top:2px solid #C2DAE7;
	border-bottom:2px solid #C2DAE7;
}
#tmp_contents .box_idx_bnr .txt a {
	display:block;
	min-height:38px;
	padding:20px 10px;
	color:#000000;
	background-color:transparent;
	font-size:114%;
	font-weight:bold;
	text-decoration:none;
}
/* box_idx_bnr
============================== */
#tmp_contents .box_idx_bnr ul {
	margin:0;
	list-style:none;
	list-style-image:none;
}
#tmp_contents .box_idx_bnr ul li {
	margin-bottom:9px;
}
#tmp_contents .box_idx_bnr ul li img {
	vertical-align:top;
}
#tmp_contents .box_idx_bnr_ttl {
	padding:12px 5px 10px 23px;
	background:#B5DEF4 url(/shared/images/icon/navi_icon.gif) no-repeat 10px 17px;
	color:inherit;
	margin-bottom:5px;
}
#tmp_contents .box_idx_bnr_ttl p {
	margin-bottom:0;
}
#tmp_contents .box_idx_bnr_ttl a {
	background-color:transparent;
	color:#005992;
}
/* idx_box
============================== */
#tmp_idx_info,
#tmp_idx_info2 {
	margin:0 0 20px;
	border:1px solid #C7A478;
	clear:both; /* 変更しない */
}
#tmp_idx_info_ttl,
#tmp_idx_info_ttl2 {
	padding:6px 7px 3px 11px;
	font-weight:bold;
	color:inherit;
	background-color:#F4ECDF;
}
#tmp_idx_info_ttl h2,
#tmp_idx_info_ttl2 h2 {
	margin:0;
	padding:0;
	background:none;
	border:none;
	font-size:100%;
}
#tmp_idx_info_cnt,
#tmp_idx_info_cnt2 {
	padding:12px 9px 0;
}
#tmp_idx_info ul,
#tmp_idx_info2 ul {
	list-style-image:url(/shared/images/icon/list_icon2.gif);
	margin-bottom:0.8em; /* 変更しない */
	margin-left:24px; /* 変更しない */
}
#tmp_idx_info ol,
#tmp_idx_info2 ol {
	margin-bottom:0.8em; /* 変更しない */
	margin-left:24px; /* 変更しない */
}
#tmp_idx_info ul ul,
#tmp_idx_info ul ol,
#tmp_idx_info ol ul,
#tmp_idx_info ol ol,
#tmp_idx_info2 ul ul,
#tmp_idx_info2 ul ol,
#tmp_idx_info2 ol ul,
#tmp_idx_info2 ol ol {
	margin:0.3em 0 0 24px; /* 変更しない */
}
#tmp_idx_info_cnt .read_all,
#tmp_idx_info_cnt2 .read_all {
	margin:20px 0 0 5px;
	list-style:none;
	list-style-image:none;
}
#tmp_idx_info_cnt .read_all li,
#tmp_idx_info_cnt2 .read_all li {
	margin:0 0 15px;
	float:left;
}
#tmp_idx_info_cnt .read_all li a,
#tmp_idx_info_cnt2 .read_all li a {
	text-decoration:none;
}
#tmp_idx_info_cnt .read_all li.list,
#tmp_idx_info_cnt2 .read_all li.list {
	margin-right:15px;
}
#tmp_idx_info_cnt .read_all li.list a,
#tmp_idx_info_cnt2 .read_all li.list a {
	padding:2px 0 2px 25px;
	background:url(/shared/images/icon/ichiran_icon.jpg) no-repeat left 0.3em;
}
#tmp_idx_info_cnt .read_all li.rss a,
#tmp_idx_info_cnt2 .read_all li.rss a {
	padding:2px 0 2px 25px;
	background:url(/shared/images/icon/rss_icon.jpg) no-repeat left 0.3em;
}
/* box_idx_menu
============================== */
#tmp_contents .box_idx_menu {
	clear:both;
}
#tmp_contents .box_idx_menu_ttl h2 {
	background:none;
	margin:0.5em 0 0.8em;
	padding:7px 10px 5px;
	border:1px solid #A3D6F1;
	border-left:5px solid #A2D6F2;
	font-weight:bold;
}
#tmp_contents .box_idx_menu_cnt {
	padding:6px 5px 6px 14px;
}
#tmp_contents .box_idx_menu_cnt ul {
	margin:0 0 0 10px;
}
#tmp_contents .box_idx_menu_cnt ul li {
	margin-bottom:0.6em;
}
/* faq
============================== */
#tmp_contents h2.faq_question {
	border-top:none;
	border-right:none;
	border-left:5px solid #D1F594;
	border-bottom:2px solid #D1F594;
	background:url(/shared/templates/free/images/contents/faq_q_ttl_bg.jpg) no-repeat right bottom;
	padding:8px 50px 4px 10px;
}
#tmp_contents h2.faq_answer {
	border-top:none;
	border-right:none;
	border-left:5px solid #FBB199;
	border-bottom:2px solid #FBB199;
	background:url(/shared/templates/free/images/contents/faq_a_ttl_bg.jpg) no-repeat right bottom;
	padding:8px 50px 4px 10px;
}
/* event
============================== */
#tmp_contents .event_img {
	margin:3px 10px 3px 0 !important;
	float:left;
}
#tmp_contents .event_ttl {
	margin-bottom:5px !important;
}
#tmp_contents .event_summary img {
	margin-right:5px;
	vertical-align:top;
}
/* event_news */
#tmp_event_news {
	margin:0 0 20px;
	border:1px solid #BCF163;
	clear:both;
}
#tmp_event_news_ttl {
	padding:5px 15px 2px;
	color:inherit;
	background-color:#EEF9DB;
	font-size:114%;
	font-weight:bold;
}
#tmp_event_news_ttl p {
	margin-bottom:0;
}
#tmp_event_news_cnt {
	padding:15px 15px 5px;
}
/* event_map */
#tmp_event_map {
	width:440px;
	margin:0 0 20px;
	clear:both;
}
#tmp_event_map_ttl {
	padding:5px 15px 2px;
	color:inherit;
	background-color:#B5DEF4;
	font-size:114%;
	font-weight:bold;
}
#tmp_event_map_ttl p {
	margin-bottom:0;
}
#tmp_event_map_cnt {
	padding:15px 15px 5px;
	color:inherit;
	background-color:#ECF7FD;
	border:1px solid #B5DEF4;
}
#tmp_event_map_cnt ul {
	margin-left:20px;
}
/* event_img */
#tmp_contents .box_photo_img .detail_img img,
#tmp_contents .box_photo_img .detail_img_ver img {
	width:inherit;
	max-width:300px;
	height:auto;
}
#tmp_contents .box_photo_img{
	width:inherit;
	max-width:300px;
	height:auto;
}
#tmp_wrap_img_cnt {
	display:block;
	position:absolute;
	top:0;
	left:0;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#55000000,endColorstr=#55000000);
	background:rgba(0,0,0,0.5);
	width:100%;
	z-index:3000;
}
#tmp_img_cnt {
	position:absolute;
	right:0;
	left:0;
	margin:auto;
	border:solid 2px #2072B5;
	background-color:#FFFFFF;
	width:600px;
	padding:20px;
}
/* movie
============================== */
#tmp_contents .wrap_movie_col3 {
	clear:both;
}
#tmp_contents .movie_col3 {
	width:200px;
	margin-right:20px;
	float:left;
}
#tmp_contents .movie_col3 p {
	margin-bottom:10px;
}
/* movie_news */
#tmp_contents .box_movie_news {
	margin:0 0 10px;
	clear:both;
}
#tmp_contents .box_movie_news_l {
	width:120px;
	float:left;
}
#tmp_contents .box_movie_news_r {
	width:520px;
	float:right;
}
#tmp_contents .box_movie_news_r .ttl {
	margin-bottom:0.3em;
	font-weight:bold;
}
/* jigyosha
============================== */
#tmp_contents .jigyosha_ttl {
	padding:2px 10px;
	color:inherit;
	background-color:#C9E4C5;
	border:3px solid #77BD6C;
	font-weight:bold;
}
#tmp_contents .jigyosha {
	list-style:none;
	list-style-image:none;
}
#tmp_contents .jigyosha li.list1 {
	color:inherit;
	background:#F8FBF0 url(/shared/templates/free/images/contents/jigyosha_bg1.jpg) no-repeat right bottom;
	border-top:2px solid #C9E4C5;
	border-bottom:2px solid #C9E4C5;
}
#tmp_contents .jigyosha li.list2 {
	color:inherit;
	background:#F1F9FC url(/shared/templates/free/images/contents/jigyosha_bg2.jpg) no-repeat right bottom;
	border-top:2px solid #C2DAE7;
	border-bottom:2px solid #C2DAE7;
}
#tmp_contents .jigyosha li a {
	display:block;
	padding:34px 10px;
	color:#000000;
	background-color:transparent;
	font-size:114%;
	font-weight:bold;
	text-decoration:none;
}
/* kanko
============================== */
#tmp_wrap_kanko_bnr {
	margin:0 0 10px;
	color:inherit;
	background-color:#EDF7FC;
	clear:both;
}
#tmp_kanko_bnr {
	padding:20px 0 0 50px;
	color:inherit;
	background:#EDF7FC url(/shared/templates/free/images/contents/kanko/kanko_bnr_bg.jpg) no-repeat right bottom;
	border-bottom:1px solid #FFFFFF;
}
#tmp_kanko_bnr ul {
	margin:0;
	padding:0;
	list-style:none;
	list-style-image:none;
}
#tmp_kanko_bnr ul li {
	margin-right:9px;
	margin-bottom:9px;
	float:left;
}
#tmp_kanko_bnr ul li.ttl {
	margin-left:-50px;
}
#tmp_kanko_bnr ul img {
	vertical-align:top;
}
#tmp_kanko_bnr_list {
	padding:10px 0 20px 50px;
}
#tmp_kanko_bnr_list ul {
	margin:0;
	padding:0;
	list-style:none;
	list-style-image:none;
}
#tmp_kanko_bnr_list ul li {
	width:180px;
	margin:0 10px 0 0;
	float:left;
}
#tmp_kanko_bnr_list ul li a {
	display:block;
	padding:12px 10px 9px;
	color:inherit;
	background-color:#F4ECDF;
	border:1px solid #CCCCCC;
	text-decoration:none;
}
#tmp_kanko_bnr_list ul .list1 a {
	color:inherit;
	background:#F4ECDF url(/shared/templates/free/images/contents/kanko/kanko_list_bg1.jpg) no-repeat right bottom;
}
#tmp_kanko_bnr_list ul .list2 a {
	color:inherit;
	background:#F4ECDF url(/shared/templates/free/images/contents/kanko/kanko_list_bg2.jpg) no-repeat right bottom;
}
#tmp_kanko_bnr_list ul .list3 a {
	color:inherit;
	background:#F4ECDF url(/shared/templates/free/images/contents/kanko/kanko_list_bg3.jpg) no-repeat right bottom;
}
/* denshi
============================== */
#tmp_denshi {
	padding:20px 20px 40px;
	color:inherit;
	background:#EDF7FC url(/shared/templates/free/images/contents/denshi/denshi_bg.jpg) no-repeat left bottom;
}
#tmp_denshi ul.box_btn {
	margin:0 0 0.8em;
	padding:0;
	list-style:none;
	list-style-image:none;
}
#tmp_denshi ul.box_btn li {
	margin:0 0 10px 0;
	padding:11px 30px 11px 10px;
	color:inherit;
	background:#F4ECDF url(/shared/templates/free/images/contents/denshi/shelf_link_bg.gif) no-repeat right bottom;
	border:1px solid #CCCCCC;
	font-weight:bold;
}
#tmp_denshi ul.box_btn li a {
	padding:0 0 0 15px;
	background:url(/shared/templates/free/images/contents/denshi/shelf_link_icon.gif) no-repeat left 7px;
}
#tmp_denshi .back_btn a {
	display:inline-block;
	padding:10px 40px 10px 10px;
	color:#005992;
	background:#FFFFFF url(/shared/templates/free/images/contents/denshi/back_btn_bg.gif) no-repeat right bottom;
	border:2px solid #B5DEF4;
}
#tmp_denshi .back_btn a span {
	padding:0 0 0 10px;
	background:url(/shared/images/icon/navi_icon.gif) no-repeat left center;
}
/* box_shelf */
#tmp_contents .box_shelf_ttl {
	width:100%;
	line-height:1.2;
	border-collapse:collapse;
	border-spacing:0;
	color:inherit;
	background:#F2D5B3 url(/shared/templates/free/images/contents/denshi/shelf_ttl_bg.jpg) no-repeat left bottom;
	position:relative;
}
#tmp_contents .box_shelf_ttl h2 {
	margin:13px 30px 34px;
	padding:18px 215px 18px 21px;
	color:inherit;
	background:transparent url(/shared/templates/free/images/contents/denshi/shelf_line_bg.png) repeat left top;
	border:2px solid #F5AE74;
	font-size:128%;
}
#tmp_contents .box_shelf_ttl .list {
	width:200px;
	margin:0 45px 0 0;
	text-align:right;
	position:absolute;
	top:37px;
	right:0;
}
#tmp_contents .box_shelf_ttl .list a {
	padding:0 0 0 15px;
	background:url(/shared/images/icon/navi_icon.gif) no-repeat left center;
}
#tmp_contents .box_shelf_cnt {
	width:100%;
	line-height:1.2;
	border-collapse:collapse;
	border-spacing:0;
	color:inherit;
	background:#F1C8A4 url(/shared/templates/free/images/contents/denshi/shelf_bg.jpg) no-repeat left bottom;
}
#tmp_contents .box_shelf_cnt td {
	width:218px;
	padding:10px 0 0;
	vertical-align:bottom;
	text-align:center;
}
#tmp_contents .box_shelf_cnt td p {
	margin-bottom:20px;
}
#tmp_contents .box_shelf_cnt td img {
	box-shadow:1px 0 2px #999999;
}
#tmp_contents .box_shelf_cnt td a {
	color:#000000;
	background-color:#FFFFFF;
}
/* box_shelf */
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_contents div.outline:after,
#tmp_contents div.box_info:after,
#tmp_contents div.box_info_ttl:after,
#tmp_contents div.box_info_cnt:after,
#tmp_contents div.box_link:after,
#tmp_contents div.box_link_ttl:after,
#tmp_contents div.box_link_cnt:after,
#tmp_contents div.box_menu:after,
#tmp_contents div.box_menu_ttl:after,
#tmp_contents div.box_menu_cnt:after,
#tmp_contents .box_photo:after,
#tmp_map:after,
#tmp_contents #tmp_facilities_btn:after,
#tmp_contents .box_idx:after,
#tmp_idx_info:after,
#tmp_idx_info_ttl:after,
#tmp_idx_info_cnt:after,
#tmp_idx_info2:after,
#tmp_idx_info_ttl2:after,
#tmp_idx_info_cnt2:after,
#tmp_contents .box_idx_menu:after,
#tmp_contents .box_idx_menu_ttl:after,
#tmp_contents .box_idx_menu_cnt:after,
#tmp_event_news:after,
#tmp_event_news_ttl:after,
#tmp_event_news_cnt:after,
#tmp_event_map:after,
#tmp_event_map_ttl:after,
#tmp_event_map_cnt:after,
#tmp_contents .wrap_movie_col3:after,
#tmp_contents .movie_col3:after,
#tmp_contents .box_movie_news:after,
#tmp_contents .box_movie_news_l:after,
#tmp_contents .box_movie_news_r:after,
#tmp_wrap_kanko_bnr:after,
#tmp_kanko_bnr:after,
#tmp_kanko_bnr_list:after,
#tmp_kanko_bnr_list ul:after,
#tmp_denshi:after {
	content:"."; /* 変更しない */
	display:block; /* 変更しない */
	height:0; /* 変更しない */
	font-size:0.1%; /* 変更しない */
	line-height:0.1; /* 変更しない */
	clear:both; /* 変更しない */
	visibility:hidden; /* 変更しない */
}
/* for IE7.0 */
*:first-child+html #tmp_contents div.outline,
*:first-child+html #tmp_contents div.box_info,
*:first-child+html #tmp_contents div.box_info_ttl,
*:first-child+html #tmp_contents div.box_info_cnt,
*:first-child+html #tmp_contents div.box_link,
*:first-child+html #tmp_contents div.box_link_ttl,
*:first-child+html #tmp_contents div.box_link_cnt,
*:first-child+html #tmp_contents div.box_menu,
*:first-child+html #tmp_contents div.box_menu_ttl,
*:first-child+html #tmp_contents div.box_menu_cnt,
*:first-child+html #tmp_contents .box_photo,
*:first-child+html #tmp_map,
*:first-child+html #tmp_contents #tmp_facilities_btn,
*:first-child+html #tmp_contents .box_idx,
*:first-child+html #tmp_idx_info,
*:first-child+html #tmp_idx_info_ttl,
*:first-child+html #tmp_idx_info_cnt,
*:first-child+html #tmp_idx_info2,
*:first-child+html #tmp_idx_info_ttl2,
*:first-child+html #tmp_idx_info_cnt2,
*:first-child+html #tmp_contents .box_idx_menu,
*:first-child+html #tmp_contents .box_idx_menu_ttl,
*:first-child+html #tmp_contents .box_idx_menu_cnt,
*:first-child+html #tmp_event_news,
*:first-child+html #tmp_event_news_ttl,
*:first-child+html #tmp_event_news_cnt,
*:first-child+html #tmp_event_map,
*:first-child+html #tmp_event_map_ttl,
*:first-child+html #tmp_event_map_cnt,
*:first-child+html #tmp_contents .wrap_movie_col3,
*:first-child+html #tmp_contents .movie_col3,
*:first-child+html #tmp_contents .box_movie_news,
*:first-child+html #tmp_contents .box_movie_news_l,
*:first-child+html #tmp_contents .box_movie_news_r,
*:first-child+html #tmp_wrap_kanko_bnr,
*:first-child+html #tmp_kanko_bnr,
*:first-child+html #tmp_kanko_bnr_list,
*:first-child+html #tmp_kanko_bnr_list ul,
*:first-child+html #tmp_denshi {
	min-height:1%; /* 変更しない */
}
/* for IE6.0 */
* html #tmp_contents div.outline,
* html #tmp_contents div.box_info,
* html #tmp_contents div.box_info_ttl,
* html #tmp_contents div.box_info_cnt,
* html #tmp_contents div.box_link,
* html #tmp_contents div.box_link_ttl,
* html #tmp_contents div.box_link_cnt,
* html #tmp_contents div.box_menu,
* html #tmp_contents div.box_menu_ttl,
* html #tmp_contents div.box_menu_cnt,
* html #tmp_contents .box_photo,
* html #tmp_map,
* html #tmp_contents #tmp_facilities_btn,
* html #tmp_contents .box_idx,
* html #tmp_idx_info,
* html #tmp_idx_info_ttl,
* html #tmp_idx_info_cnt,
* html #tmp_idx_info2,
* html #tmp_idx_info_ttl2,
* html #tmp_idx_info_cnt2,
* html #tmp_contents .box_idx_menu,
* html #tmp_contents .box_idx_menu_ttl,
* html #tmp_contents .box_idx_menu_cnt,
* html #tmp_event_news,
* html #tmp_event_news_ttl,
* html #tmp_event_news_cnt,
* html #tmp_event_map,
* html #tmp_event_map_ttl,
* html #tmp_event_map_cnt,
* html #tmp_contents .wrap_movie_col3,
* html #tmp_contents .movie_col3,
* html #tmp_contents .box_movie_news,
* html #tmp_contents .box_movie_news_l,
* html #tmp_contents .box_movie_news_r,
* html #tmp_wrap_kanko_bnr,
* html #tmp_kanko_bnr,
* html #tmp_kanko_bnr_list,
* html #tmp_kanko_bnr_list ul,
* html #tmp_denshi {
	display:inline-block; /* 変更しない */
}
/* ==================================================
print
================================================== */
@media print {
body {
	background:#FFFFFF !important;
}
#tmp_wrapper3,
#tmp_footer,
#tmp_copyright {
	width:100% !important;
	padding:0 !important;
}
#tmp_header {
	margin-bottom:10px !important;
	padding-bottom:10px !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-bottom:1px solid #000000 !important;
}
#tmp_footer {
	margin-top:10px !important;
	padding-top:10px !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-top:1px solid #000000 !important;
}
#tmp_means,
#tmp_search,
#tmp_gnavi,
.wrap_col_lft_navi,
.wrap_col_rgt_navi,
.pnavi,
.fnavi,
.plugin,
#tmp_inquiry_cnt .inquiry_btn,
#tmp_feedback,
#tmp_footer_acc {
	display:none !important;
}
.wrap_col_nm,
.column_full .wrap_col_main,
.column_lnavi .wrap_col_main,
.column_rnavi .wrap_col_main {
	float:none !important;
}
body,
#tmp_wrapper2,
#tmp_pankuzu,
#tmp_wrap_main {
	background:none !important;
}
.wrap_col_nm,
.wrap_col_nm2,
.col_main,
#tmp_footer .box_footer {
	margin:0 !important;
	padding:0 !important;
}
#tmp_wrap_main {
	margin:0 !important;
	padding:0 10px !important;
}
#tmp_contents .box_gmap {
	margin:0;
	padding:170px 0 0 0;
	position:relative;
	top:-170px;
	page-break-before:always;
}
#tmp_copyright {
	color:#000000 !important;
	background:#FFFFFF !important;
	text-align:left !important;
}
#tmp_hlogo {
	padding:0 !important;
}
#tmp_copyright .box_copyright {
	width:auto !important;
}
#tmp_copyright .box_copyright p {
	margin:0 !important;
	font-weight:normal !important;
}
#tmp_footer_cnt {
	padding:0 !important;
}
#tmp_wrapper2 {
	min-width:inherit !important;
}
*:first-child+html #tmp_wrapper2 {
	min-width:auto !important;
}
/* for IE7.0 */
*:first-child+html #tmp_contents h1,
*:first-child+html #tmp_contents h2,
*:first-child+html #tmp_contents h3,
*:first-child+html #tmp_contents h4,
*:first-child+html #tmp_contents h5,
*:first-child+html #tmp_contents h6,
*:first-child+html #tmp_contents .box_btn li {
	min-height:1%;
}
/* for IE6.0 */
* html #tmp_contents h1,
* html #tmp_contents h2,
* html #tmp_contents h3,
* html #tmp_contents h4,
* html #tmp_contents h5,
* html #tmp_contents h6,
* html #tmp_contents .box_btn li {
	display:inline-block;
}
/* for Firefox */
#tmp_main:after,
.col_nm:after {
	content:"."; /* 変更しない */
	height:1px; /* 変更しない */

}
}