@charset "utf-8";

/* ==================================================
selector
================================================== */
#tmp_contents h1 {
	margin:0 0 0.8em; /* 変更しない */
	padding:0 0 5px;
	font-size:157%; /* デザインによって相対指定で指定しなおす */
	color:#000000;
	background:url(/shared/templates/free/images/contents/h1_bg.gif) no-repeat left bottom;
	font-weight:normal;
	clear:both; /* 変更しない */
}
#tmp_contents h2 {
	margin:1.5em 0 0.8em; /* 変更しない */
	padding:3px 7px;
	font-size:115%; /* デザインによって相対指定で指定しなおす */
	color:#000000;
	background-color:#DDDDDD;
	clear:both; /* 変更しない */
}
#tmp_contents h3 {
	margin:1.5em 0 0.8em; /* 変更しない */
	padding:0 4px;
	font-size:115%; /* デザインによって相対指定で指定しなおす */
	color:#000000;
	background-color:transparent;
	border-bottom:1px solid #666666;
	clear:both; /* 変更しない */
}
#tmp_contents h4 {
	margin:1.5em 0 0.8em; /* 変更しない */
	padding:0 4px;
	font-size:115%; /* デザインによって相対指定で指定しなおす */
	border-left:5px solid #999999;
	clear:both; /* 変更しない */
}
#tmp_contents h5,
#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:2px solid #EA6789;
	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; /* 変更しない */
	clear:both; /* 変更しない */
}
#tmp_contents table.box_info {
	width:100%; /* 変更しない */
	border-collapse:collapse; /* 変更しない */
	border-spacing:0; /* 変更しない */
}
#tmp_contents .box_info .box_info_ttl {
	padding:4px 10px 3px;
	color:#FFFFFF;
	background-color:#666666;
	border-left:5px solid #0092EB;
	font-weight:bold;
}
#tmp_contents .box_info .box_info_ttl p {
	margin-bottom:0; /* 変更しない */
}
#tmp_contents .box_info .box_info_cnt {
	padding:10px 15px 0;
	color:inherit;
	background-color:#FFFFFF;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
#tmp_contents .box_info ul {
	margin-bottom:0.8em; /* 変更しない */
	margin-left:22px; /* 変更しない */
}
#tmp_contents .box_info ol {
	margin-bottom:0.8em; /* 変更しない */
	margin-left:22px; /* 変更しない */
}
#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; /* 変更しない */
	clear:both; /* 変更しない */
}
#tmp_contents table.box_link {
	width:100%; /* 変更しない */
	border-collapse:collapse; /* 変更しない */
	border-spacing:0; /* 変更しない */
}
#tmp_contents .box_link .box_link_ttl {
	padding:4px 10px 3px;
	color:#FFFFFF;
	background-color:#666666;
	border-left:5px solid #FFE50B;
	font-weight:bold;
}
#tmp_contents .box_link .box_link_ttl p {
	margin-bottom:0; /* 変更しない */
}
#tmp_contents .box_link .box_link_cnt {
	padding:10px 15px 0;
	color:inherit;
	background-color:#FFFFFF;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
#tmp_contents .box_link ul {
	margin-bottom:0.8em; /* 変更しない */
	margin-left:22px; /* 変更しない */
}
#tmp_contents .box_link ol {
	margin-bottom:0.8em; /* 変更しない */
	margin-left:22px; /* 変更しない */
}
#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; /* 変更しない */
	color:inherit;
	background-color:#EEEEEE;
	border-top:1px solid #AAAAAA;
	border-left:2px solid #AAAAAA;
	border-right:1px solid #AAAAAA;
	border-bottom:1px solid #AAAAAA;
	clear:both; /* 変更しない */
}
#tmp_contents table.box_menu {
	width:100%; /* 変更しない */
	border-collapse:collapse; /* 変更しない */
	border-spacing:0; /* 変更しない */
}
#tmp_contents table.box_menu td {
	padding:10px 10px 0;
}
#tmp_contents div.box_menu {
	padding:10px 10px 0;
}
#tmp_contents .box_menu_ttl {
	font-weight:bold;
}
#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 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;
	color:inherit;
	background-color:#EEEEEE;
	border-top:1px solid #AAAAAA;
	border-left:2px solid #AAAAAA;
	border-right:1px solid #AAAAAA;
	border-bottom:1px solid #AAAAAA;
	font-weight:bold;
}
/* box_idx_menu
============================== */
#tmp_contents .box_idx_menu {
	margin:0 0 0.8em; /* 変更しない */
	clear:both; /* 変更しない */
}
#tmp_contents .box_idx_menu_ttl {
	font-weight:bold;
}
#tmp_contents .box_idx_menu h2 {
	margin:0;
	padding:2px 5px;
	color:inherit;
	background-color:#E4E4E4;
	font-size:115%;
	border:none;
}
#tmp_contents .box_idx_menu h2 a {
	padding-left:20px;
	color:#000000;
	background:transparent url(/shared/images/icon/navi_icon.gif) no-repeat left 2px;
	text-decoration:none;
}
#tmp_contents .box_idx_menu_cnt {
	padding:10px 10px 0;
}
#tmp_contents .box_idx_menu ul {
	margin-bottom:25px;
	margin-left:12px;
}
#tmp_contents .box_idx_menu ol {
	margin-bottom:0.8em; /* 変更しない */
	margin-left:12px; /* 変更しない */
}
#tmp_contents .box_idx_menu ul ul,
#tmp_contents .box_idx_menu ul ol,
#tmp_contents .box_idx_menu ol ul,
#tmp_contents .box_idx_menu ol ol {
	margin:0.3em 0 0 24px; /* 変更しない */
}
/* 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 #AAAAAA;
}
#tmp_contents table.datatable th,
#tmp_contents table.enquete_table th {
	padding:5px 8px;
	color:inherit;
	background-color:#EEEEEE;
	border:1px solid #AAAAAA;
}
#tmp_contents table.datatable td,
#tmp_contents table.enquete_table td {
	padding:5px 8px;
	border:1px solid #AAAAAA;
}
#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:#AC1010; /* 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_red {
	color:inherit;
	background-color:#FADAE1; /* 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 #AAAAAA; /* table.datatableと同じ値を設定 */
}
#tmp_contents table.datatable table.datatable th {
	color:inherit; /* 変更しない */
	background-color:#EEEEEE; /* table.datatable thと同じ値を設定 */
	border:1px solid #AAAAAA; /* table.datatable thと同じ値を設定 */
}
#tmp_contents table.datatable table.datatable td {
	border:1px solid #AAAAAA; /* 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
================================================== */
#tmp_contents .box_photo {
	margin-bottom:20px;
	width:100%;
	line-height:1.2;
	border-collapse:collapse;
	border-spacing:0;
}
#tmp_contents .box_photo td {
	padding:0;
	vertical-align:top;
	text-align:left;
}
#tmp_contents .box_photo td.photo {
	width:420px;
	padding:0;
}
#tmp_contents .box_photo td.photo p {
	margin:0;
}
/* event
============================== */
#tmp_calendar_list {
	clear:both;
}
#tmp_calendar_list h1 {
	margin:0 0 10px;
	padding:0;
	background:none;
	font-size:228%;
}
#tmp_calendar_chumoku {
	width:480px;
	float:left;
}
#tmp_calendar_kaisai {
	width:480px;
	float:right;
}
/* box_idx_cal */
#tmp_calendar_list .box_idx_cal {
	margin:0 0 20px;
	color:inherit;
	background:#FFFFFF url(/shared/images/main/contents_bg.jpg) repeat left top;
	border-top:3px solid #666666;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
#tmp_calendar_list .box_idx_cal_ttl {
	padding:6px 8px;
	border-bottom:1px solid #CCCCCC;
}
#tmp_calendar_list .box_idx_cal_ttl h2 {
	margin:0;
	padding:3px 0 3px 38px;
	background:none;
	border:none;
	font-size:128%;
}
#tmp_calendar_list .box_idx_cal_ttl h2.chumoku {
	background:url(/shared/templates/free/images/contents/chumoku_icon.jpg) no-repeat left 3px;
}
#tmp_calendar_list .box_idx_cal_ttl h2.genre {
	background:url(/shared/templates/free/images/contents/genre_icon.jpg) no-repeat left 3px;
}
#tmp_calendar_list .box_idx_cal_ttl h2.kaisai {
	background:url(/shared/templates/free/images/contents/kaisai_icon.jpg) no-repeat left 3px;
}
#tmp_calendar_list .box_idx_cal_cnt {
	padding:16px 19px 5px;
}
#tmp_calendar_list .box_idx_cal_cnt ul {
	margin-left:20px;
}
#tmp_calendar_list .box_idx_cal_cnt .ttl {
	margin-bottom:0;
	font-size:114%;
	font-weight:bold;
}
/* box_idx_cal_all */
#tmp_calendar_list .box_idx_cal_all {
	color:#FFFFFF;
	background:#666666 url(/shared/templates/free/images/contents/all_read_bg.jpg) repeat left top;
}
#tmp_calendar_list .box_idx_cal_all p {
	margin-bottom:0;
	background:url(/shared/templates/free/images/contents/all_read_arrow.jpg) no-repeat right center;
}
#tmp_calendar_list .box_idx_cal_all a {
	display:block;
	padding:10px 10px 10px 48px;
	color:#FFFFFF;
	background:transparent url(/shared/templates/free/images/contents/all_read_icon.jpg) no-repeat 10px center;
	font-size:128%;
	font-weight:bold;
	text-decoration:none;
}
/* box_cal_photo */
#tmp_calendar_list .box_cal_photo {
	margin:0 0 20px;
	padding:0 0 20px;
	border-bottom:1px dashed #333333;
	clear:both;
}
#tmp_calendar_list .box_cal_photo_l {
	width:200px;
	float:left;
}
#tmp_calendar_list .wrap_box_cal_photo_r {
	width:225px;
	float:right;
}
#tmp_calendar_list .box_cal_photo p {
	margin-bottom:0;
}
#tmp_calendar_list .box_cal_photo .ttl {
	font-size:114%;
	font-weight:bold;
}
#tmp_calendar_list .box_cal_photo.last {
	margin-bottom:14px;
	padding-bottom:0;
	border-bottom:none;
}
/* calendar
============================== */
#tmp_cal_sch {
	margin:0 0 20px;
	padding:20px;
	border:1px solid #999999;
	clear:both;
}
#tmp_cal_sch_l {
	width:738px;
	padding:6px 0 0;
	float:left;
}
#tmp_cal_sch_l p {
	margin:0 20px 0 0;
	float:left;
}
#tmp_cal_sch_l span {
	margin:0 5px 0 0;
	font-size:114%;
	font-weight:bold;
}
#tmp_cal_sch_l #keywords {
	width:168px;
	min-height:18px;
	border:1px solid #809DB9;
}
* html #tmp_cal_sch_l #keywords {
	width:170px;
}
#tmp_cal_sch_r {
	width:200px;
	float:right;
}
#tmp_cal_sch_r p {
	margin-bottom:0;
}
#tmp_cal_sch_r a {
	text-decoration:none;
}
#tmp_cal_sch_btn {
	min-width:200px;
	min-height:40px;
	color:#FFFFFF;
	background:#0E6A9C url(/shared/templates/free/images/contents/search_btn_bg.jpg) no-repeat 14px center;
	border:none;
	text-align:center;
	cursor:pointer;
}
* html #tmp_cal_sch_btn {
	width:200px;
	height:40px;
}
/* event_cal
============================== */
#tmp_event_cal {
	clear:both;
}
/* event_cal_tab */
#tmp_event_cal_tab {
	clear:both;
}
#tmp_event_cal_tab ul {
	margin:0;
	list-style:none;
	list-style-image:none;
}
#tmp_event_cal_tab ul li {
	margin:0 10px 0 0;
	float:left;
}
#tmp_event_cal_tab img {
	vertical-align:top;
}
#tmp_wrap_event_cal {
	color:inherit;
	background:#FFFFFF url(/shared/images/main/contents_bg.jpg) repeat left top;
}
/* event_cal_ttl */
#tmp_event_cal_ttl {
	padding:23px 34px 12px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	clear:both;
}
#tmp_event_cal_ttl.calendar {
	background:url(/shared/templates/free/images/contents/tab_menu_bg1.jpg) no-repeat left top;
}
#tmp_event_cal_ttl.list {
	background:url(/shared/templates/free/images/contents/tab_menu_bg2.jpg) no-repeat left top;
}
#tmp_event_cal .box_date {
	width:610px;
	float:left;
	text-align:center;
}
#tmp_event_cal .box_date p {
	margin-bottom:0;
}
#tmp_event_cal .box_date .year {
	font-size:114%;
	font-weight:bold;
	vertical-align:middle;
}
#tmp_event_cal .box_date .month {
	font-size:157%;
	font-weight:bold;
	vertical-align:middle;
}
/* box_prev */
#tmp_contents .box_prev {
	width:150px;
	padding:4px 0 0;
	float:left;
}
#tmp_contents .box_prev p {
	margin-bottom:0;
}
#tmp_contents .box_prev a {
	padding:5px 0 5px 30px;
	background:url(/shared/templates/free/images/contents/cal_prev.jpg) no-repeat left 0.3em;
	font-size:114%;
	font-weight:bold;
}
/* box_next */
#tmp_contents .box_next {
	width:150px;
	padding:4px 0 0;
	float:right;
}
#tmp_contents .box_next p {
	margin-bottom:0;
	text-align:right;
}
#tmp_contents .box_next a {
	padding:5px 30px 5px 0;
	background:url(/shared/templates/free/images/contents/cal_next.jpg) no-repeat right 0.3em;
	font-size:114%;
	font-weight:bold;
}
/* event_cal_cnt */
#tmp_event_cal_cnt {
	padding:0 34px 20px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	clear:both;
}
#tmp_event_cal_cnt .calendar,
#tmp_event_cal_cnt .calendar td,
#tmp_event_cal_cnt .calendar th {
	padding:0;
	border-collapse:collapse;
	border-spacing:0;
}
#tmp_event_cal_cnt .calendar td,
#tmp_event_cal_cnt .calendar th {
	border:1px solid #999999;
}
#tmp_event_cal_cnt .calendar {
	width:100%;
	margin:0 0 20px;
}
#tmp_event_cal_cnt .calendar th {
	width:134px;
	padding:8px 0;
	text-align:center;
	color:inherit;
	background-color:#DDDDDD;
}
#tmp_event_cal_cnt .calendar th p {
	margin-bottom:0;
}
#tmp_event_cal_cnt .calendar td p {
	margin-bottom:0.3em;
}
#tmp_event_cal_cnt .calendar th.sun_bg {
	color:inherit;
	background-color:#FFCAD8;
}
#tmp_event_cal_cnt .calendar th.sat_bg {
	color:inherit;
	background-color:#BBEAF9;
}
#tmp_event_cal_cnt .calendar td {
	width:134px;
	height:150px;
	padding:6px;
	vertical-align:top;
}
#tmp_event_cal_cnt .calendar td.sun {
	color:#BF1111;
	background-color:#FFEAEF;
}
#tmp_event_cal_cnt .calendar td.sat {
	color:#0C7292;
	background-color:#ECFAFD;
}
#tmp_event_cal_cnt .calendar .today {
	color:inherit;
	background-color:#FAFAC5 !important;
}
#tmp_event_cal_cnt .calendar td .day {
	font-weight:bold;
}
#tmp_event_cal_cnt .calendar td img {
	margin:0 5px 0 0;
	vertical-align:middle;
}
#tmp_event_cal_cnt .calendar ul {
	margin-left:15px;
}
#tmp_event_cal_cnt .calendar .today_list {
	margin-left:20px;
	list-style-image:url(/shared/templates/free/images/contents/today_icon.png);
	font-weight:bold;
}
/* event_cal_navi */
#tmp_event_cal_navi {
	clear:both;
}
/* map
============================== */
/* free */
#tmp_contents .box_gmap {
	width:480px;
	margin:15px 0 0.8em;
	clear:both;
}
#tmp_gmap_box {
	height:360px;
	border:1px solid #CCCCCC;
	clear:both;
}
/* idx_info
============================== */
#tmp_idx_info {
	margin-bottom:20px;
	clear:both;
}
#tmp_idx_info_l {
	width:500px;
	float:left;
}
#tmp_idx_info_r {
	float:right;
	width:180px;
}
#tmp_idx_news {
	margin:0 0 0.8em;
	clear:both;
}
#tmp_idx_news_ttl {
	padding:4px 10px 3px;	
	color:#FFFFFF;
	background-color:#666666;
	border-left:5px solid #0092EB;
	font-weight:bold;
}
#tmp_idx_news_ttl p {
	margin-bottom:0; /* 変更しない */
}
#tmp_idx_news_cnt {
	padding:10px 10px 0;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
#tmp_idx_news ul {
	margin-bottom:0.8em; /* 変更しない */
	margin-left:22px; /* 変更しない */
}
#tmp_idx_news ol {
	margin-bottom:0.8em; /* 変更しない */
	margin-left:22px; /* 変更しない */
}
#tmp_idx_news ul ul,
#tmp_idx_news ul ol,
#tmp_idx_news ol ul,
#tmp_idx_news ol ol {
	margin:0.3em 0 0 24px; /* 変更しない */
}
#tmp_idx_banner ul {
	margin-left:0;
	list-style:none;
	list-style-image:none;
}
#tmp_idx_banner ul li {
	margin-bottom:10px;
}
#tmp_idx_banner ul li img {
	vertical-align:top;
}
/* faq
============================== */
#tmp_sub_gsearch {
	clear:both;
}
#tmp_sub_gsearch label {
	font-weight:bold;
}
#tmp_sub_query {
	width:300px;
	min-height:22px;
	margin:0 5px 0 0;
	border:1px solid #0E6A9C;
}
#tmp_sub_gsearch label,
#tmp_sub_gsearch input {
	vertical-align:middle;
}
#tmp_sub_func_sch_btn {
	min-width:50px;
	min-height:24px;
	color:#FFFFFF;
	background-color:#0E6A9C;
	border:none;
	text-align:center;
	cursor:pointer;
}
* html #tmp_sub_func_sch_btn {
	width:50px;
	height:24px;
}
/* citysales
============================== */
#tmp_contents h1.custom {
	margin:0 0 10px;
	padding:0;
	background:none;
	font-size:228%;
}
#tmp_contents .citysales_icon {
	margin-left:0;
	list-style:none;
	list-style-image:none;
}
#tmp_contents .citysales_icon li {
	margin:0 10px 10px 0;
	float:left;
}
#tmp_contents .citysales_icon li.last {
	margin-right:0;
}
#tmp_contents .citysales_icon img,
#tmp_contents .citysales_icon object,
#tmp_contents .citysales_icon iframe {
	vertical-align:top;
}
/* citysales_like */
#tmp_citysales_like {
	clear:both;
}
#tmp_citysales_like_l {
	width:584px;
	float:left;
}
#tmp_citysales_like_l .wrap_box_facebook {
	padding:4px;
	color:inherit;
	background-color:#FFFFFF;
}
#tmp_citysales_like_l .box_facebook {
	height:576px;
}
#tmp_citysales_like_r {
	width:386px;
	float:right;
}
/* music
============================== */
#tmp_contents .box_music_ttl {
	margin:0 0 20px;
	padding:9px;
	color:inherit;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
}
#tmp_contents .box_music_ttl p {
	margin-bottom:0;
}
/* music_info */
#tmp_music_info {
	margin:0 0 40px;
	color:inherit;
	background:#FFFFFF url(/shared/templates/free/images/contents/citysales/music_info_bg.jpg) repeat-y left top;
	border:1px solid #666666;
	clear:both;
}
#tmp_music_info_ttl {
	width:178px;
	padding:22px 0;
	text-align:center;
	float:left;
}
#tmp_music_info_ttl h2 {
	margin:0;
	padding:0;
	color:#FFFFFF;
	background-color:#666666;
	font-size:115%;
}
#tmp_wrap_music_info_cnt {
	float:right;
	width:800px;
}
#tmp_music_info_cnt {
	padding:12px 20px 2px;
}
#tmp_music_info_cnt .list_table {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	clear:both;
}
#tmp_music_info_cnt table.list_table p {
	margin:0 0 10px;
}
#tmp_music_info_cnt table.list_table td {
	padding:0 0 0 12px;
	background:url(/shared/images/icon/list_icon.gif) no-repeat left 2px;
	vertical-align:top;
}
/* music_icon */
#tmp_music_icon {
	clear:both;
}
#tmp_music_icon_l {
	width:666px;
	float:left;
}
#tmp_music_icon_l .citysales_icon li {
	margin-right:20px;
	margin-bottom:20px;
}
#tmp_music_icon_l .citysales_icon li.last {
	margin-right:0;
}
#tmp_music_icon_r {
	width:314px;
	float:right;
}
/* box_idx_cal */
#tmp_music_icon_r .box_idx_cal {
	margin:0 0 20px;
	color:inherit;
	background:#FFFFFF url(/shared/images/main/contents_bg.jpg) repeat left top;
	border-top:3px solid #666666;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
#tmp_music_icon_r .box_idx_cal_ttl {
	padding:6px 8px;
	border-bottom:1px solid #CCCCCC;
}
#tmp_music_icon_r .box_idx_cal_ttl h2 {
	margin:0;
	padding:3px 0 3px 38px;
	background:none;
	border:none;
	font-size:128%;
}
#tmp_music_icon_r .box_idx_cal_ttl h2.kaisai {
	background:url(/shared/templates/free/images/contents/kaisai_icon.jpg) no-repeat left 3px;
}
#tmp_music_icon_r .box_idx_cal_cnt {
	padding:16px 10px 8px;
}
#tmp_music_icon_r .box_cal_photo {
	margin:0 0 20px;
	padding:0 0 15px;
	border-bottom:1px dashed #333333;
	clear:both;
}
#tmp_music_icon_r .box_cal_photo .ttl {
	margin-bottom:0;
	font-size:114%;
	font-weight:bold;
}
#tmp_music_icon_r .box_cal_photo_l {
	text-align:center;
}
#tmp_music_icon_r .box_cal_photo_r p {
	margin-bottom:0;
}
#tmp_music_icon_r .box_idx_cal_cnt .read_all {
	padding:0 0 0 20px;
	background:url(/shared/templates/free/images/contents/citysales/music_arrow.gif) no-repeat left center;
}
#tmp_music_icon_r .box_idx_cal_cnt .read_all a {
	color:#666666;
	background-color:transparent;
	font-weight:bold;
	text-decoration:none;
}
/* gakuto
============================== */
#tmp_gakuto {
	clear:both;
}
#tmp_gakuto_l {
	width:230px;
	float:left;
}
#tmp_gakuto_r {
	width:730px;
	float:right;
}
#tmp_gakuto_r .ttl {
	margin-bottom:20px;
}
#tmp_gakuto_menu {
	clear:both;
}
#tmp_gakuto_menu_ttl {
	border-bottom:1px solid #20AEE6;
}
#tmp_gakuto_menu_ttl p {
	margin-bottom:0;
}
#tmp_gakuto_menu_cnt ul {
	margin-left:0;
	list-style:none;
	list-style-image:none;
}
#tmp_gakuto_menu_cnt ul li {
	margin:0;
	border-bottom:1px solid #20AEE6;
	font-weight:bold;
}
#tmp_gakuto_menu_cnt ul li.list1 {
	padding:22px 5px 22px 93px;
	background:url(/shared/templates/free/images/contents/citysales/gakuto_menu_bg1.png) no-repeat left top;
}
#tmp_gakuto_menu_cnt ul li.list2 {
	padding:22px 5px 22px 93px;
	background:url(/shared/templates/free/images/contents/citysales/gakuto_menu_bg2.png) no-repeat left top;
}
#tmp_gakuto_menu_cnt ul li.list3 {
	padding:30px 5px 30px 93px;
	background:url(/shared/templates/free/images/contents/citysales/gakuto_menu_bg3.png) no-repeat left top;
}
#tmp_gakuto_menu_cnt ul li.list4 {
	padding:22px 5px 22px 93px;
	background:url(/shared/templates/free/images/contents/citysales/gakuto_menu_bg4.png) no-repeat left top;
}
#tmp_gakuto_menu_cnt ul li.list5 {
	padding:22px 5px 22px 93px;
	background:url(/shared/templates/free/images/contents/citysales/gakuto_menu_bg5.png) no-repeat left top;
}
#tmp_gakuto_menu_cnt ul li.list6 {
	padding:30px 5px 30px 93px;
	background:url(/shared/templates/free/images/contents/citysales/gakuto_menu_bg6.png) no-repeat left top;
}
#tmp_gakuto_menu_cnt ul li.list7 {
	padding:30px 5px 30px 93px;
	background:url(/shared/templates/free/images/contents/citysales/gakuto_menu_bg7.png) no-repeat left top;
}
#tmp_gakuto_menu_cnt ul li.list8 {
	padding:30px 5px 30px 93px;
	background:url(/shared/templates/free/images/contents/citysales/gakuto_menu_bg8.png) no-repeat left top;
}
#tmp_gakuto_menu_cnt ul li.list9 {
	padding:30px 5px 30px 93px;
	background:url(/shared/templates/free/images/contents/citysales/gakuto_menu_bg9.png) no-repeat left top;
}
#tmp_gakuto_menu_cnt ul li.list10 {
	padding:30px 5px 30px 93px;
	background:url(/shared/templates/free/images/contents/citysales/gakuto_menu_bg10.png) no-repeat left top;
}
/* gakuto_news */
#tmp_gakuto_news {
	margin:0 0 20px;
	color:inherit;
	background:#FFFFFF url(/shared/images/main/contents_bg.jpg) repeat left top;
	border-top:3px solid #20AEE6;
	border-left:1px solid #20AEE6;
	border-right:1px solid #20AEE6;
	border-bottom:1px solid #20AEE6;
	clear:both;
}
#tmp_gakuto_news_ttl {
	padding:8px 9px 10px;
	border-bottom:1px solid #20AEE6;
}
#tmp_gakuto_news_ttl h2 {
	margin:0;
	padding:0 0 0 37px;
	background:url(/shared/templates/free/images/contents/citysales/gakuto_new_icon.jpg) no-repeat left 2px;
	border:none;
	font-size:128%;
}
#tmp_gakuto_news_cnt {
	padding:0 10px 18px;
}
/* list_table */
#tmp_gakuto_news_cnt table.list_table {
	width:100%;
	line-height:1.2;
	border-collapse:collapse;
	border-spacing:0;
}
#tmp_gakuto_news_cnt table.list_table td {
	padding:12px 10px 0;
	vertical-align:top;
	border-bottom:1px dashed #20AEE6;
	text-align:left;
}
#tmp_gakuto_news_cnt table.list_table .date {
	padding:12px 0 0 2px;
	width:60px;
}
#tmp_gakuto_news_cnt table.list_table p {
	margin:0 0 0.8em;
	vertical-align:middle;
}
/* gakuto_ts */
#tmp_gakuto_ts {
	margin:0 0 20px;
}
#tmp_gakuto_ts_l {
	width:355px;
	float:left;
}
#tmp_gakuto_ts_r {
	width:355px;
	float:right;
}
/* gakuto_twitter */
#tmp_gakuto_twitter {
	margin:0 0 20px;
	color:inherit;
	background:#FFFFFF url(/shared/images/main/contents_bg.jpg) repeat left top;
	border-top:3px solid #20AEE6;
	border-left:1px solid #20AEE6;
	border-right:1px solid #20AEE6;
	border-bottom:1px solid #20AEE6;
	clear:both;
}
#tmp_gakuto_twitter_ttl {
	padding:8px 9px 10px;
	border-bottom:1px solid #20AEE6;
}
#tmp_gakuto_twitter_ttl h2 {
	margin:0;
	padding:0 0 0 37px;
	background:url(/shared/templates/free/images/contents/citysales/gakuto_twitter_icon.jpg) no-repeat left 2px;
	border:none;
	font-size:128%;
}
#tmp_gakuto_twitter_cnt {
	padding:10px;
}
/* gakuto_cal */
#tmp_gakuto_cal {
	margin:0 0 20px;
	color:inherit;
	background:#FFFFFF url(/shared/images/main/contents_bg.jpg) repeat left top;
	border-top:3px solid #20AEE6;
	border-left:1px solid #20AEE6;
	border-right:1px solid #20AEE6;
	border-bottom:1px solid #20AEE6;
	clear:both;
}
#tmp_gakuto_cal_ttl {
	padding:8px 9px 10px;
	border-bottom:1px solid #20AEE6;
}
#tmp_gakuto_cal_ttl h2 {
	margin:0;
	padding:0 0 0 37px;
	background:url(/shared/templates/free/images/contents/citysales/gakuto_cal_icon.jpg) no-repeat left 2px;
	border:none;
	font-size:128%;
}
#tmp_gakuto_cal_cnt {
	padding:10px;
}
/* kosodate_ouen
============================== */
#tmp_kosodate_ouen {
	clear:both;
}
#tmp_kosodate_ouen_l {
	width:730px;
	float:left;
}
#tmp_kosodate_ouen_r {
	width:230px;
	float:right;
}
/* gallery */
#tmp_wrap_gallery2 {
	margin:0 0 30px;
	padding:9px 9px 39px;
	color:inherit;
	background:#FFFFFF url(/shared/images/main/contents_bg.jpg) repeat left top;
	border:1px solid #FCCA03;
	position:relative;
	clear:both;
}
#tmp_gallery2 {
	width:710px;
	height:350px;
}
#tmp_gallery_photo2 {
	height:350px;
	margin:0 !important;
	list-style:none;
	list-style-image:none;
	overflow:hidden;
}
#tmp_gallery2 .list_order {
	list-style:none;
	list-style-image:none;
	position:absolute;
	top:365px;
	right:0;
	z-index:10;
}
#tmp_gallery2 .list_order li {
	margin-left:10px;
	float:left;
}
#tmp_gallery2 .list_order li img {
	vertical-align:top;
}
#tmp_gallery_player {
	position:absolute;
	top:369px;
	left:9px;
	z-index:11;
}
/* info */
#tmp_info {
	margin:0 0 20px;
	clear:both;
}
#tmp_info_ttl ul {
	margin:0;
	list-style:none;
	list-style-image:none;
}
#tmp_info_ttl li {
	width:178px;
	margin:0 10px 0 0 !important;
	color:inherit;
	background:#FFFFFF url(/shared/images/main/contents_bg.jpg) repeat left top;
	border-top:3px solid #FCCA03;
	border-left:1px solid #FCCA03;
	border-right:1px solid #FCCA03;
	font-size:130%;
	float:left;
}
* html #tmp_info_ttl li {
	width:180px;
}
#tmp_info_ttl li.active {
	color:inherit;
	background:#FCCA03 url(/shared/templates/free/images/contents/kosodate/kids_tab_bg.jpg) repeat left top;
}
#tmp_info_ttl li a {
	display:block;
	padding:7px 5px 8px 55px;
	color:#555555;
	background:url(/shared/templates/free/images/contents/kosodate/kids_mokuteki_on.jpg) no-repeat 22px 5px;
	font-weight:bold;
	text-decoration:none;
}
#tmp_info_ttl li.active a {
	color:#555555;
	background:url(/shared/templates/free/images/contents/kosodate/kids_mokuteki_off.jpg) no-repeat 22px 5px;
}
#tmp_info_cnt {
	padding:20px 0 20px 19px;
	color:inherit;
	background:#FCCA03 url(/shared/templates/free/images/contents/kosodate/kids_tab_bg.jpg) repeat left top;
	border-left:1px solid #FCCA03;
	border-right:1px solid #FCCA03;
	border-bottom:1px solid #FCCA03;
	position:relative;
	clear:both;
}
#tmp_info_cnt .info_cnt {
	clear:both;
}
#tmp_info_cnt .box_mokuteki {
	clear:both;
}
#tmp_info_cnt .wrap_box_kids {
	width:230px;
	float:left;
}
#tmp_info_cnt .box_kids {
	min-height:260px;
	margin-bottom:0 !important;
	background-image:none !important;
}
*:first-child+html #tmp_info_cnt .box_kids {
	height:260px;
}
* html #tmp_info_cnt .box_kids {
	height:280px;
}
/* box_kids */
#tmp_kosodate_ouen .box_kids {
	margin:0 0 20px;
	padding:9px;
	color:inherit;
	background:#FFFFFF url(/shared/images/main/contents_bg.jpg) repeat left top;
	border:1px solid #FCCA03;
}
#tmp_kosodate_ouen .box_kids p {
	margin-bottom:0;
}
#tmp_kosodate_ouen .box_kids_img {
	border-bottom:1px dashed #666666;
}
#tmp_kosodate_ouen .box_kids_txt {
	padding:5px 0 0;
}
#tmp_kosodate_ouen .box_kids_txt .ttl {
	margin-bottom:5px;
	font-weight:bold;
}
/* box_kosodate_list */
#tmp_kosodate_ouen .box_kosodate_list {
	margin:0 0 20px;
	color:inherit;
	background:#FFFFFF url(/shared/images/main/contents_bg.jpg) repeat left top;
	border-top:3px solid #FCCA03;
	border-left:1px solid #FCCA03;
	border-right:1px solid #FCCA03;
	border-bottom:1px solid #FCCA03;
	clear:both;
}
#tmp_kosodate_ouen .box_kosodate_list_ttl {
	padding:8px 9px 10px;
	border-bottom:1px solid #FCCA03;
}
#tmp_kosodate_ouen .box_kosodate_list_ttl h2 {
	margin:0;
	padding:0 0 0 37px;
	border:none;
	font-size:128%;
}
#tmp_kosodate_ouen #tmp_news h2 {
	background:url(/shared/templates/free/images/contents/kosodate/kids_mokuteki_icon.jpg) no-repeat left 2px;
}
#tmp_kosodate_ouen #tmp_benri h2 {
	background:url(/shared/templates/free/images/contents/kosodate/kids_benri_icon.jpg) no-repeat left 2px;
}
#tmp_kosodate_ouen #tmp_faq h2 {
	background:url(/shared/templates/free/images/contents/kosodate/kids_faq_icon.jpg) no-repeat left 2px;
}
#tmp_kosodate_ouen .box_kosodate_list_cnt {
	padding:0 10px 18px;
}
/* list_table */
#tmp_kosodate_ouen .box_kosodate_list_cnt table.list_table {
	width:708px;
	line-height:1.2;
	border-collapse:collapse;
	border-spacing:0;
}
#tmp_kosodate_ouen #tmp_benri table.list_table,
#tmp_kosodate_ouen #tmp_faq table.list_table {
	width:333px;
}
#tmp_kosodate_ouen .box_kosodate_list_cnt table.list_table td {
	padding:12px 10px 0 15px;
	vertical-align:top;
	background:url(/shared/images/icon/list_icon.gif) no-repeat left 12px;
	border-bottom:1px dashed #333333;
	text-align:left;
}
#tmp_kosodate_ouen .box_kosodate_list_cnt table.list_table p {
	margin:0 0 0.8em;
	vertical-align:middle;
}
/* kosodate_bf */
#tmp_kosodate_bf {
	clear:both;
}
#tmp_kosodate_bf_l {
	width:355px;
	float:left;
}
#tmp_kosodate_bf_r {
	width:355px;
	float:right;
}
#tmp_kosodate_ouen_r .kids_bnr {
	margin-bottom:20px;
}
/* box_idx_cal */
#tmp_kosodate_ouen .box_idx_cal {
	margin:0 0 20px;
	color:inherit;
	background:#FFFFFF url(/shared/images/main/contents_bg.jpg) repeat left top;
	border-top:3px solid #FCCA03;
	border-left:1px solid #FCCA03;
	border-right:1px solid #FCCA03;
	border-bottom:1px solid #FCCA03;
}
#tmp_kosodate_ouen .box_idx_cal_ttl {
	padding:6px 8px;
	border-bottom:1px solid #FCCA03;
}
#tmp_kosodate_ouen .box_idx_cal_ttl h2 {
	margin:0;
	padding:3px 0 3px 38px;
	background:none;
	border:none;
	font-size:128%;
}
#tmp_kosodate_ouen .box_idx_cal_ttl h2.kaisai {
	background:url(/shared/templates/free/images/contents/kosodate/kids_event_icon.jpg) no-repeat left 3px;
}
#tmp_kosodate_ouen .box_idx_cal_cnt {
	padding:16px 10px 8px;
}
#tmp_kosodate_ouen .box_cal_photo {
	margin:0 0 20px;
	padding:0 0 15px;
	border-bottom:1px dashed #333333;
	clear:both;
}
#tmp_kosodate_ouen .box_cal_photo .ttl {
	margin-bottom:0;
	font-size:114%;
	font-weight:bold;
}
#tmp_kosodate_ouen .box_cal_photo_l {
	text-align:center;
}
#tmp_kosodate_ouen .box_cal_photo_r p {
	margin-bottom:0;
}
#tmp_kosodate_ouen .box_idx_cal_cnt .read_all {
	padding:0 0 0 20px;
	background:url(/shared/templates/free/images/contents/citysales/music_arrow.gif) no-repeat left center;
}
#tmp_kosodate_ouen .box_idx_cal_cnt .read_all a {
	color:#666666;
	background-color:transparent;
	font-weight:bold;
	text-decoration:none;
}
/* ==================================================
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_map:after,
#tmp_contents #tmp_facilities_btn:after,
#tmp_calendar_list:after,
#tmp_calendar_chumoku:after,
#tmp_calendar_kaisai:after,
#tmp_calendar_list .box_idx_cal:after,
#tmp_calendar_list .box_idx_cal_ttl:after,
#tmp_calendar_list .box_idx_cal_cnt:after,
#tmp_calendar_list .box_idx_cal_all:after,
#tmp_calendar_list .box_cal_photo:after,
#tmp_calendar_list .box_cal_photo_l:after,
#tmp_calendar_list .wrap_box_cal_photo_r:after,
#tmp_calendar_list .box_cal_photo_r:after,
#tmp_cal_sch:after,
#tmp_cal_sch_l:after,
#tmp_cal_sch_r:after,
#tmp_event_cal:after,
#tmp_event_cal_tab:after,
#tmp_wrap_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal .box_date:after,
#tmp_contents .box_prev:after,
#tmp_contents .box_next:after,
#tmp_event_cal_cnt:after,
#tmp_event_cal_navi:after,
#tmp_idx_info:after,
#tmp_idx_info_l:after,
#tmp_idx_info_r:after,
#tmp_idx_news:after,
#tmp_idx_news_ttl:after,
#tmp_idx_news_cnt:after,
#tmp_idx_banner:after,
#tmp_citysales_like:after,
#tmp_citysales_like_l:after,
#tmp_citysales_like_l .wrap_box_facebook:after,
#tmp_citysales_like_l .box_facebook:after,
#tmp_citysales_like_r:after,
#tmp_contents .box_music_ttl:after,
#tmp_music_info:after,
#tmp_music_info_ttl:after,
#tmp_wrap_music_info_cnt:after,
#tmp_music_info_cnt:after,
#tmp_music_icon:after,
#tmp_music_icon_l:after,
#tmp_music_icon_r:after,
#tmp_music_icon_r .box_idx_cal:after,
#tmp_music_icon_r .box_idx_cal_ttl:after,
#tmp_music_icon_r .box_idx_cal_cnt:after,
#tmp_gakuto:after,
#tmp_gakuto_l:after,
#tmp_gakuto_r:after,
#tmp_gakuto_menu:after,
#tmp_gakuto_menu_ttl:after,
#tmp_gakuto_menu_cnt:after,
#tmp_gakuto_news:after,
#tmp_gakuto_news_ttl:after,
#tmp_gakuto_news_cnt:after,
#tmp_gakuto_ts:after,
#tmp_gakuto_ts_l:after,
#tmp_gakuto_ts_r:after,
#tmp_gakuto_twitter:after,
#tmp_gakuto_twitter_ttl:after,
#tmp_gakuto_twitter_cnt:after,
#tmp_gakuto_cal:after,
#tmp_gakuto_cal_ttl:after,
#tmp_gakuto_cal_cnt:after,
#tmp_kosodate_ouen:after,
#tmp_kosodate_ouen_l:after,
#tmp_kosodate_ouen_r:after,
#tmp_wrap_gallery:after,
#tmp_gallery2:after,
#tmp_gallery_photo2:after,
#tmp_info:after,
#tmp_info_ttl:after,
#tmp_info_cnt:after,
#tmp_info_cnt .box_mokuteki:after,
#tmp_info_cnt .wrap_box_kids:after,
#tmp_info_cnt .box_kids:after,
#tmp_kosodate_ouen .box_kids:after,
#tmp_kosodate_ouen .box_kids_img:after,
#tmp_kosodate_ouen .box_kids_txt:after,
#tmp_kosodate_ouen .box_kosodate_list:after,
#tmp_kosodate_ouen .box_kosodate_list_ttl:after,
#tmp_kosodate_ouen .box_kosodate_list_cnt:after,
#tmp_kosodate_bf:after,
#tmp_kosodate_bf_l:after,
#tmp_kosodate_bf_r:after,
#tmp_kosodate_ouen .box_idx_cal:after,
#tmp_kosodate_ouen .box_idx_cal_ttl:after,
#tmp_kosodate_ouen .box_idx_cal_cnt:after,
#tmp_kosodate_ouen .box_cal_photo:after,
#tmp_kosodate_ouen .box_cal_photo_l:after,
#tmp_kosodate_ouen .box_cal_photo_r: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_map,
*:first-child+html #tmp_contents #tmp_facilities_btn,
*:first-child+html #tmp_calendar_list,
*:first-child+html #tmp_calendar_chumoku,
*:first-child+html #tmp_calendar_kaisai,
*:first-child+html #tmp_calendar_list .box_idx_cal,
*:first-child+html #tmp_calendar_list .box_idx_cal_ttl,
*:first-child+html #tmp_calendar_list .box_idx_cal_cnt,
*:first-child+html #tmp_calendar_list .box_idx_cal_all,
*:first-child+html #tmp_calendar_list .box_cal_photo,
*:first-child+html #tmp_calendar_list .box_cal_photo_l,
*:first-child+html #tmp_calendar_list .wrap_box_cal_photo_r,
*:first-child+html #tmp_calendar_list .box_cal_photo_r,
*:first-child+html #tmp_cal_sch,
*:first-child+html #tmp_cal_sch_l,
*:first-child+html #tmp_cal_sch_r,
*:first-child+html #tmp_event_cal,
*:first-child+html #tmp_event_cal_tab,
*:first-child+html #tmp_wrap_event_cal,
*:first-child+html #tmp_event_cal_ttl,
*:first-child+html #tmp_event_cal .box_date,
*:first-child+html #tmp_contents .box_prev,
*:first-child+html #tmp_contents .box_next,
*:first-child+html #tmp_event_cal_cnt,
*:first-child+html #tmp_event_cal_navi,
*:first-child+html #tmp_idx_info,
*:first-child+html #tmp_idx_info_l,
*:first-child+html #tmp_idx_info_r,
*:first-child+html #tmp_idx_news,
*:first-child+html #tmp_idx_news_ttl,
*:first-child+html #tmp_idx_news_cnt,
*:first-child+html #tmp_idx_banner,
*:first-child+html #tmp_citysales_like,
*:first-child+html #tmp_citysales_like_l,
*:first-child+html #tmp_citysales_like_l .wrap_box_facebook,
*:first-child+html #tmp_citysales_like_l .box_facebook,
*:first-child+html #tmp_citysales_like_r,
*:first-child+html #tmp_contents .box_music_ttl,
*:first-child+html #tmp_music_info,
*:first-child+html #tmp_music_info_ttl,
*:first-child+html #tmp_wrap_music_info_cnt,
*:first-child+html #tmp_music_info_cnt,
*:first-child+html #tmp_music_icon,
*:first-child+html #tmp_music_icon_l,
*:first-child+html #tmp_music_icon_r,
*:first-child+html #tmp_music_icon_r .box_idx_cal,
*:first-child+html #tmp_music_icon_r .box_idx_cal_ttl,
*:first-child+html #tmp_music_icon_r .box_idx_cal_cnt,
*:first-child+html #tmp_gakuto,
*:first-child+html #tmp_gakuto_l,
*:first-child+html #tmp_gakuto_r,
*:first-child+html #tmp_gakuto_menu,
*:first-child+html #tmp_gakuto_menu_ttl,
*:first-child+html #tmp_gakuto_menu_cnt,
*:first-child+html #tmp_gakuto_news,
*:first-child+html #tmp_gakuto_news_ttl,
*:first-child+html #tmp_gakuto_news_cnt,
*:first-child+html #tmp_gakuto_ts,
*:first-child+html #tmp_gakuto_ts_l,
*:first-child+html #tmp_gakuto_ts_r,
*:first-child+html #tmp_gakuto_twitter,
*:first-child+html #tmp_gakuto_twitter_ttl,
*:first-child+html #tmp_gakuto_twitter_cnt,
*:first-child+html #tmp_gakuto_cal,
*:first-child+html #tmp_gakuto_cal_ttl,
*:first-child+html #tmp_gakuto_cal_cnt,
*:first-child+html #tmp_kosodate_ouen,
*:first-child+html #tmp_kosodate_ouen_l,
*:first-child+html #tmp_kosodate_ouen_r,
*:first-child+html #tmp_wrap_gallery,
*:first-child+html #tmp_gallery2,
*:first-child+html #tmp_gallery_photo2,
*:first-child+html #tmp_info,
*:first-child+html #tmp_info_ttl,
*:first-child+html #tmp_info_cnt,
*:first-child+html #tmp_info_cnt .box_mokuteki,
*:first-child+html #tmp_info_cnt .wrap_box_kids,
*:first-child+html #tmp_info_cnt .box_kids,
*:first-child+html #tmp_kosodate_ouen .box_kids,
*:first-child+html #tmp_kosodate_ouen .box_kids_img,
*:first-child+html #tmp_kosodate_ouen .box_kids_txt,
*:first-child+html #tmp_kosodate_ouen .box_kosodate_list,
*:first-child+html #tmp_kosodate_ouen .box_kosodate_list_ttl,
*:first-child+html #tmp_kosodate_ouen .box_kosodate_list_cnt,
*:first-child+html #tmp_kosodate_bf,
*:first-child+html #tmp_kosodate_bf_l,
*:first-child+html #tmp_kosodate_bf_r,
*:first-child+html #tmp_kosodate_ouen .box_idx_cal,
*:first-child+html #tmp_kosodate_ouen .box_idx_cal_ttl,
*:first-child+html #tmp_kosodate_ouen .box_idx_cal_cnt,
*:first-child+html #tmp_kosodate_ouen .box_cal_photo,
*:first-child+html #tmp_kosodate_ouen .box_cal_photo_l,
*:first-child+html #tmp_kosodate_ouen .box_cal_photo_r {
	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_map,
* html #tmp_contents #tmp_facilities_btn,
* html #tmp_calendar_list,
* html #tmp_calendar_chumoku,
* html #tmp_calendar_kaisai,
* html #tmp_calendar_list .box_idx_cal,
* html #tmp_calendar_list .box_idx_cal_ttl,
* html #tmp_calendar_list .box_idx_cal_cnt,
* html #tmp_calendar_list .box_idx_cal_all,
* html #tmp_calendar_list .box_cal_photo,
* html #tmp_calendar_list .box_cal_photo_l,
* html #tmp_calendar_list .wrap_box_cal_photo_r,
* html #tmp_calendar_list .box_cal_photo_r,
* html #tmp_cal_sch,
* html #tmp_cal_sch_l,
* html #tmp_cal_sch_r,
* html #tmp_event_cal,
* html #tmp_event_cal_tab,
* html #tmp_wrap_event_cal,
* html #tmp_event_cal_ttl,
* html #tmp_event_cal .box_date,
* html #tmp_contents .box_prev,
* html #tmp_contents .box_next,
* html #tmp_event_cal_cnt,
* html #tmp_event_cal_navi,
* html #tmp_idx_info,
* html #tmp_idx_info_l,
* html #tmp_idx_info_r,
* html #tmp_idx_news,
* html #tmp_idx_news_ttl,
* html #tmp_idx_news_cnt,
* html #tmp_idx_banner,
* html #tmp_citysales_like,
* html #tmp_citysales_like_l,
* html #tmp_citysales_like_l .wrap_box_facebook,
* html #tmp_citysales_like_l .box_facebook,
* html #tmp_citysales_like_r,
* html #tmp_contents .box_music_ttl,
* html #tmp_music_info,
* html #tmp_music_info_ttl,
* html #tmp_wrap_music_info_cnt,
* html #tmp_music_info_cnt,
* html #tmp_music_icon,
* html #tmp_music_icon_l,
* html #tmp_music_icon_r,
* html #tmp_music_icon_r .box_idx_cal,
* html #tmp_music_icon_r .box_idx_cal_ttl,
* html #tmp_music_icon_r .box_idx_cal_cnt,
* html #tmp_gakuto,
* html #tmp_gakuto_l,
* html #tmp_gakuto_r,
* html #tmp_gakuto_menu,
* html #tmp_gakuto_menu_ttl,
* html #tmp_gakuto_menu_cnt,
* html #tmp_gakuto_news,
* html #tmp_gakuto_news_ttl,
* html #tmp_gakuto_news_cnt,
* html #tmp_gakuto_ts,
* html #tmp_gakuto_ts_l,
* html #tmp_gakuto_ts_r,
* html #tmp_gakuto_twitter,
* html #tmp_gakuto_twitter_ttl,
* html #tmp_gakuto_twitter_cnt,
* html #tmp_gakuto_cal,
* html #tmp_gakuto_cal_ttl,
* html #tmp_gakuto_cal_cnt,
* html #tmp_kosodate_ouen,
* html #tmp_kosodate_ouen_l,
* html #tmp_kosodate_ouen_r,
* html #tmp_wrap_gallery,
* html #tmp_gallery2,
* html #tmp_gallery_photo2,
* html #tmp_info,
* html #tmp_info_ttl,
* html #tmp_info_cnt,
* html #tmp_info_cnt .box_mokuteki,
* html #tmp_info_cnt .wrap_box_kids,
* html #tmp_info_cnt .box_kids,
* html #tmp_kosodate_ouen .box_kids,
* html #tmp_kosodate_ouen .box_kids_img,
* html #tmp_kosodate_ouen .box_kids_txt,
* html #tmp_kosodate_ouen .box_kosodate_list,
* html #tmp_kosodate_ouen .box_kosodate_list_ttl,
* html #tmp_kosodate_ouen .box_kosodate_list_cnt,
* html #tmp_kosodate_bf,
* html #tmp_kosodate_bf_l,
* html #tmp_kosodate_bf_r,
* html #tmp_kosodate_ouen .box_idx_cal,
* html #tmp_kosodate_ouen .box_idx_cal_ttl,
* html #tmp_kosodate_ouen .box_idx_cal_cnt,
* html #tmp_kosodate_ouen .box_cal_photo,
* html #tmp_kosodate_ouen .box_cal_photo_l,
* html #tmp_kosodate_ouen .box_cal_photo_r {
	display:inline-block; /* 変更しない */
}

/* ==================================================
print
================================================== */
@media print {
body {
	background:#FFFFFF !important;
}
#tmp_wrapper2,
#tmp_wrap_fnavi,
#tmp_fc {
	width:100% !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;
	padding-left:0 !important;
	padding-right:0 !important;
	padding-bottom:0 !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-top:1px solid #000000 !important;
}
#tmp_chara,
#tmp_hnavi,
#tmp_means_secondary,
#tmp_gnavi,
.wrap_col_lft_navi,
.wrap_col_rgt_navi,
.pnavi,
#tmp_fnavi,
#tmp_footer_btn,
.plugin,
#tmp_inquiry_cnt .inquiry_btn,
#tmp_feedback,
.box_faq_cnt .ichiran,
#tmp_cal_sch,
#tmp_event_cal_tab {
	display:none !important;
}
#tmp_means,
.wrap_col_nm,
.column_full .wrap_col_main,
.column_lnavi .wrap_col_main,
.column_rnavi .wrap_col_main {
	float:none !important;
}
body,
#tmp_pankuzu,
#tmp_wrap_main {
	background:none !important;
}
#tmp_means,
#tmp_means_primary,
#tmp_wrap_contents,
.wrap_col_nm,
.wrap_col_nm2,
.col_main,
#tmp_event_cal_cnt {
	margin:0 !important;
	padding:0 !important;
}
#tmp_wrap_main {
	padding:0 10px !important;
}
#tmp_wrap_contents,
#tmp_event_cal_cnt {
	border:none !important;
}
#tmp_contents .box_gmap {
	margin:0;
	padding:170px 0 0 0;
	position:relative;
	top:-170px;
	page-break-before:always;
}
#tmp_copyright {
	padding:0 !important;
	color:#000000 !important;
	background-color:#FFFFFF !important;
	background-image:none !important;
	text-align:left !important;
}
#tmp_wrap_fc {
	background:none !important;
	min-width:inherit !important;
}
*:first-child+html #tmp_wrap_fc {
	min-width:auto !important;
}
#tmp_event_cal_ttl {
	padding:0 0 10px !important;
	background:none !important;
	border:none !important;
}
#tmp_contents .box_prev,
#tmp_contents .box_next {
	display:none !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; /* 変更しない */

}
}