@charset "utf-8";

/* ==================================================
layout
================================================== */
/* web font */
#tmp_lnavi,
#tmp_snavi ul li a,
#tmp_gnavi li,
#tmp_fnavi,
.top_copy,
#tmp_func_sch_btn {
	font-family: 'Oswald',Arial,'Apple Gothic',sans-serif;
}
/* cn */
.lang_cn #tmp_lnavi,
.lang_cn #tmp_snavi ul li a,
.lang_cn #tmp_gnavi li,
.lang_cn #tmp_fnavi,
.lang_cn .top_copy,
.lang_cn #tmp_func_sch_btn {
	font-family:'Oswald',Arial,'YaHei','PingFang','メイリオ','Apple Gothic',sans-serif;
}
/* tc */
.lang_tc #tmp_lnavi,
.lang_tc #tmp_snavi ul li a,
.lang_tc #tmp_gnavi li,
.lang_tc #tmp_fnavi,
.lang_tc .top_copy,
.lang_tc #tmp_func_sch_btn {
	font-family: 'Oswald',Arial,'JhengHei','PingFang','メイリオ','Apple Gothic',sans-serif;
}
/* kr */
.lang_kr #tmp_lnavi,
.lang_kr #tmp_snavi ul li a,
.lang_kr #tmp_gnavi li,
.lang_kr #tmp_fnavi,
.lang_kr .top_copy,
.lang_kr #tmp_func_sch_btn {
	font-family:'Oswald',Arial,'Malgun Gothic','メイリオ','Apple Gothic',sans-serif;
}
/* ru -> Roboto Condensed */
.lang_ru #tmp_lnavi,
.lang_ru #tmp_snavi ul li a,
.lang_ru #tmp_gnavi li,
.lang_ru #tmp_fnavi,
.lang_ru .top_copy,
.lang_ru #tmp_func_sch_btn {
	font-family: 'Roboto Condensed',Arial,'Apple Gothic',sans-serif;
}

/* body
============================== */
.format_top,
.format_free,
.format_base {
	color:#363636;
}
* html body {
	text-align:center; /* 変更しない */
}
input[type="submit"],
input[type="button"],
input[type="text"],
input[type="password"] {
	-webkit-appearance:none; /* 変更しない */
	-webkit-border-radius:0; /* Webkit */
	-moz-border-radius:0; /* Mozilla */
	border-radius:0; /* CSS3 */
}
/* wrapper
============================== */
#tmp_wrapper {
	margin:0 auto;
	color:inherit;
	background-color:#FFFFFF;
}
* html #tmp_wrapper {
	text-align:left;
}
/* main
============================== */
#tmp_wrap_main {
	padding:0;
	clear:both; /* 変更しない */
}
.format_free #tmp_wrap_main {
	width:1000px;
	margin:0 auto;
}
.custom_free #tmp_wrap_main {
	width:auto;
	margin:0;
}
/* contents
============================== */
#tmp_contents,
#tmp_maincontents {
	width:100%; /* 変更しない */
}
#tmp_contents {
	padding:0 0 10px;
}
/* format カラムのレイアウトのbaseロジック
============================== */
.wrap_col_nm {
	width:100%; /* 変更しない */
	float:left; /* 変更しない */
}
.col_nm {
	width:100%; /* 変更しない */
}
.wrap_col_lft_navi {
	float:left; /* 変更しない */
	position:relative; /* 変更しない */
	z-index:1; /* 変更しない */
}
.wrap_col_rgt_navi {
	float:right; /* 変更しない */
}
.column_full .wrap_col_main {
	width:100%; /* 変更しない */
	float:right; /* 変更しない */
}
.column_lnavi .wrap_col_main {
	width:100%; /* 変更しない */
	float:right; /* 変更しない */
}
.column_rnavi .wrap_col_main {
	width:100%; /* 変更しない */
	float:left; /* 変更しない */
}
.col_main {
	padding:0; /* デザインによって変更 */
}
/* top
============================== */
.format_top .column_full .wrap_col_nm {
	margin-right:0; /* デザインによって変更 */
}
.format_top .column_full .wrap_col_nm2 {
	margin-right:0; /* デザインによって変更 */
}
.format_top .column_full .wrap_col_lft_navi {
	width:200px; /* デザインによって変更 */
	margin-right:-210px; /* デザインによって変更 */
}
.format_top .column_full .col_lft_navi {
	padding:10px; /* デザインによって変更 */
	color:inherit;
	background-color:#CCDDEE;
}
.format_top .column_full .wrap_col_rgt_navi {
	width:200px; /* デザインによって変更 */
}
.format_top .column_full .col_rgt_navi {
	padding:10px; /* デザインによって変更 */
	color:inherit;
	background-color:#CCDDEE;
}
.format_top .column_full .col_main {
	margin-left:0; /* デザインによって変更 */
}
/* free
============================== */
.format_free .wrap_col_nm {
	margin-right:-260px; /* デザインによって変更 */
}
.format_free .wrap_col_nm2 {
	margin-right:260px; /* デザインによって変更 */
}
.format_free .wrap_col_lft_navi {
	width:220px; /* デザインによって変更 */
	margin-right:-260px; /* デザインによって変更 */
}
.format_free .col_lft_navi {
	padding:0; /* デザインによって変更 */
	color:inherit;
}
.format_free .wrap_col_rgt_navi {
	width:220px; /* デザインによって変更 */
}
.format_free .col_rgt_navi {
	padding:0; /* デザインによって変更 */
	color:inherit;
}
.format_free .column_full .col_main {
	margin-left:260px; /* デザインによって変更 */
}
.format_free .column_lnavi .col_main {
	margin-left:260px; /* デザインによって変更 */
}
.format_free .column_rnavi .wrap_col_main {
	margin-right:-260px; /* デザインによって変更 */
}
.format_free .column_rnavi .col_main {
	margin-right:260px; /* デザインによって変更 */
}
/* ==================================================
header
================================================== */
#tmp_header {
	width:1000px;
	padding:15px 0 40px;
	margin:0 auto;
}
.format_top #tmp_header {
	padding:14px 0 10px;
}
#tmp_hlogo {
	float:left;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display:block;
	background:url(/shared/images/header/top_hlogo.gif) no-repeat left top;
}
.lang_cn #tmp_hlogo h1,
.lang_cn #tmp_hlogo p {
	background:url(/shared/images/header/hlogo_cn.gif) no-repeat left top;
}
.lang_tc #tmp_hlogo h1,
.lang_tc #tmp_hlogo p {
	background:url(/shared/images/header/hlogo_tc.gif) no-repeat left top;
}
.lang_kr #tmp_hlogo h1,
.lang_kr #tmp_hlogo p {
	background:url(/shared/images/header/hlogo_kr.gif) no-repeat left top;
}
.lang_ru #tmp_hlogo h1,
.lang_ru #tmp_hlogo p {
	background:url(/shared/images/header/hlogo_ru.gif) no-repeat left top;
}
#tmp_hlogo a {
	display:block;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display:block;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
#tmp_hlogo h1,
#tmp_hlogo p,
#tmp_hlogo a,
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	width:620px;
	height:45px;
}
#tmp_means {
	float:right;
}
#tmp_means img {
	vertical-align:top;
}
#tmp_hnavi_s,
#tmp_sma_menu {
	display:none; /* 変更しない */
}
/* primary
============================== */
#tmp_means_primary {
	margin:0 0 0;
}
/* func_language */
#tmp_select_lang {
	float: left;
	margin: 15px 18px 0 0;
}
#tmp_select_lang select {
	border: none;
}
/* func_txt */
#tmp_func_txt {
	margin:17px 0 0;
	float:left;
}
#tmp_func_txt dt {
	margin:0 4px 0 0;
	float:left;
}
#tmp_func_txt dd {
	margin:0 0 0 3px;
	float:left;
}
#tmp_func_txt dd a {
	text-decoration:none;
}
/* ==================================================
cover
================================================== */
.wrap_top_cover {
	height: auto;
}
.top_cover {
	position: relative;
	width: 100%;
	display: table;
	margin: 0 0 60px;
}
.top_cover img {
	width: 100%;
	height: auto;
}
.top_cover .link {
	background: url(/shared/images/wrapper/cover_link_bg.png) left top repeat;
	margin: 0;
}
.top_cover .link a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	background: url(/shared/images/wrapper/top_cover_icon.png) no-repeat 16px center;
	padding: 6px 10px 6px 71px;
	min-width: 300px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.top_cover .cover_l {
	width: 53.61%;
	display: table-cell;
	vertical-align: top;
}
.top_cover .cover_r {
	width: 46.39%;
	display: table-cell;
	vertical-align: top;
}
.top_cover .cover01 {
	position: relative;
}
.top_cover .cover01 .link {
	position: absolute;
	right: 0;
	bottom: 0;
}
.top_cover .cover02 {
	position: relative;
	z-index:10
}
.top_cover .cover02 .link {
	position: absolute;
	left: 0;
	bottom: 0;
}
.top_cover .cover03 {
	width: 46.39%;
	position: absolute;
	bottom: 0;
	overflow: hidden;
}
.top_cover .cover03 .link {
	position: absolute;
	left: 0;
	bottom: 0;
}
.top_cover .cover03 img {
	width: 101.5%;
}
.wrap_top_copy {
	width: 1000px;
	margin: 0 0 0 -495px;
	position: absolute;
	top: 278px;
	left: 50%;
	padding: 0 0 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.top_copy {
	font-size: 457%;
	line-height: 115%;
	color: #FFFFFF;
	text-align: left;
	text-shadow: 5px 5px 4px rgba(0,0,0,0.65);
	margin: 0 0 6px;
}
.thisisniigata {
	border-left: 8px solid #ED1B2F;
	background: #FFFFFF;
	padding: 4px 20px 4px 10px;
	font-size: 157%;
	font-style: italic;
	color: #000000;
	display:inline-block;
}
/* ==================================================
navi
================================================== */
/* gnavi
============================== */
.format_top #tmp_gnavi {
	width:1000px;
	color:inherit;
	background-color:#363636;
	clear:both;
	margin:0 0 40px -500px;
	position: absolute;
	top: 100px;
	left: 50%;
	z-index: 15;
}
#tmp_gnavi {
	width:1000px;
	color:#FFFFFF;
	background-color:#363636;
	clear:both;
	margin:0 auto 40px;
}
#tmp_gnavi ul {
	list-style:none;
	list-style-image:none;
	display:table;
}
#tmp_gnavi li {
	color:#FFFFFF;
	display:table-cell;
	width:210px;
	font-size:128.6%;
	position:relative;
	z-index:10;
}
.lang_en #tmp_gnavi li {
	font-size:114.3%;
}
*:first-child+html #tmp_gnavi li {
	float:left;
}
#tmp_glist1:hover,
#tmp_glist1:active,
#tmp_glist1:focus,
#tmp_glist1.active,
#tmp_glist2:hover,
#tmp_glist2:active,
#tmp_glist2:focus,
#tmp_glist2.active,
#tmp_glist3:hover,
#tmp_glist3:active,
#tmp_glist3:focus,
#tmp_glist3.active {
	background-color:#E11327;
	color:#FFFFFF;
}
#tmp_gnavi a {
	display:block;
	padding:19px 0;
	color:#EC1A2E;
	background-color:transparent;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}
lang_en #tmp_gnavi a {
	padding:20px 0;
}
* html #tmp_gnavi a {
	width:100%;
}
#tmp_glist1 a:hover,
#tmp_glist1 a:active,
#tmp_glist1 a:focus,
#tmp_glist1.active a,
#tmp_glist2 a:hover,
#tmp_glist2 a:active,
#tmp_glist2 a:focus,
#tmp_glist2.active a,
#tmp_glist3 a:hover,
#tmp_glist3 a:active,
#tmp_glist3 a:focus,
#tmp_glist3.active a {
	color:#FFFFFF;
}
#tmp_gnavi a span {
	display:block;
	border-right:2px solid #FFFFFF;
	padding:8px 10px;
}
#tmp_glist4,
#tmp_glist5,
#tmp_glist6 {
	position:relative;
	width:120px !important;
	background-color:#646464;
	font-size:107% !important;
}
#tmp_glist4 {
	z-index:11 !important;
}
#tmp_glist6 {
	width:140px !important;
}
#tmp_glist4 a,
#tmp_glist5 a,
#tmp_glist6 a {
	color:#FFFFFF;
}
#tmp_glist6 a {
	padding-right:3px;
}
#tmp_glist4 a span,
#tmp_glist5 a span,
#tmp_glist6 a span {
	padding:9px 10px 10px;
}
#tmp_glist4 a .open_search {
	background:url(/shared/images/navi/gnavi/search_icon.png) right center no-repeat;
	padding:0 30px 0 0;
	border:none;
	display:inline-block;
}
#tmp_glist4 .gsopen .open_search {
	background:url(/shared/images/navi/gnavi/search_close.png) right center no-repeat;
}
#tmp_glist6 a span {
	background:url(/shared/images/navi/gnavi/language_icon.png) right center no-repeat;
	border-right:none;
	padding: 9px 10px 10px 0;
}
/* gsearch */
#tmp_gnavi_search {
	display:none;
	position:absolute;
	width:265px;
	top:0;
	right:0;
	z-index:100;
	overflow:hidden;
}
.gsearch_inner {
	position:relative;
	left:-265px;
	background:#646464;
	padding:26px 5px;
}
#tmp_gnavi_search .gsearch_input {
}
#tmp_gnavi_search #tmp_query{
	border:none;
	height:28px;
	float:left;
	width:60%;
}
#tmp_func_sch_btn {
	float:left;
	height:28px;
	width:25%;
	background:#363636;
	color:#EC1A2E;
	border:none;
	font-weight:bold;
}
#tmp_gnavi_search .gsearch_input input {
	vertical-align:middle;
}
/* foreign_select */
#tmp_foreign_select {
	background-color:#FFFFFF;
	color:#414141;
	position:absolute;
	display:none;
	width:140px;
}
#tmp_foreign_select ul {
	list-style:none;
	list-style-image:none;
	display:block;
	width:auto;
}
#tmp_foreign_select li {
	display:block;
	border-bottom:1px solid #363636;
	float:none;
	width:auto;
	font-size:100%;
}
#tmp_foreign_select li a {
	color:#000000;
	padding:5px 0;
}
/* pankuzu
============================== */
#tmp_pankuzu {
	width:1000px;
	margin:0 auto 10px;
	padding:0;
	color:inherit;
	clear:both;
}
#tmp_sma_pankuzu {
	display:none;
}
/* lnavi
============================== */
#tmp_lnavi {
	margin:0 0 20px;
	clear:both;
}
#tmp_lnavi_ttl {
	padding:2px 10px;
	font-size:150%;
	font-weight:bold;
	color:#EC1A2E;
	background-color:#363636;
	text-align:center;
}
.lang_en #tmp_lnavi_ttl {
	padding:5px 10px;
	font-size:128.6%;
}
#tmp_lnavi_ttl a {
	display:block;
	color:#EC1A2E;
	background-color:transparent;
	text-decoration:none;
}
#tmp_lnavi_cnt {
}
#tmp_lnavi_cnt ul {
	list-style:none;
}
#tmp_lnavi_cnt li {
	border-bottom:2px solid #FFFFFF;
	background-color:#EBEBEB;
	color:inherit;
	font-size:114.3%;
}
#tmp_lnavi_cnt li a {
	display:block;
	padding:8px 10px;
	color:#363636;
}
.lang_en #tmp_lnavi_cnt li {
	font-size:100%;
}
.lang_en #tmp_lnavi_cnt li a {
	padding:10px;
}
#tmp_lnavi_cnt li.active,
#tmp_lnavi_cnt li:hover,
#tmp_lnavi_cnt li:focus,
#tmp_lnavi_cnt li:active {
	background-color:#646464;
	color:#FFFFFF;
}
#tmp_lnavi_cnt li.active a,
#tmp_lnavi_cnt li:hover a,
#tmp_lnavi_cnt li:focus a,
#tmp_lnavi_cnt li:active a {
	background-color:transparent;
	color:#FFFFFF;
	text-decoration:none;
}
#tmp_lnavi_cnt .switch_menu .noicon_list {
	padding-left:0;
	background:none;
}
#tmp_lnavi_cnt .switch_menu .noicon_list a.switch {
	margin-right:5px;
}
#tmp_lnavi_cnt .switch_menu .noicon_list a.switch img {
	vertical-align:middle;
}
#tmp_lnavi_cnt .switch_cnt {
	padding:0 0 0 10px;
}
#tmp_lnavi_cnt .switch_cnt li {
	margin-top:10px;
	margin-bottom:0;
	padding-bottom:0;
	border:none;
}
/* rnavi
============================== */
#tmp_snavi {
	margin:0 0 20px;
}
#tmp_snavi ul {
	list-style:none;
}
#tmp_snavi ul li {
	border:2px solid #363636;
	margin:0 0 10px;
	background:url(/shared/images/navi/rnavi/snavi_bg.gif) left top repeat-y;
}
#tmp_snavi ul li a {
	display:block;
	padding:32px 10px 32px 80px;
	color:#363636;
	background-color:transparent;
	text-decoration:none;
	font-size:114.3%;
	line-height:1.3;
}
.lang_en #tmp_snavi ul li a {
	font-size:100%;
}
#tmp_snavi ul li.snavi_access a {
	background:url(/shared/images/navi/rnavi/snavi_access.png) 11px center no-repeat;
}
#tmp_snavi ul li.snavi_special a {
	background:url(/shared/images/navi/rnavi/snavi_special.png) 11px center no-repeat;
}
#tmp_snavi ul li.snavi_diaries a {
	background:url(/shared/images/navi/rnavi/snavi_diaries.png) 11px center no-repeat;
}
.lang_ru #tmp_snavi ul li.snavi_access a {
	padding-top:22px;
	padding-bottom:22px;
}
.lang_ru #tmp_snavi ul li.snavi_diaries a {
	padding-top:12px;
	padding-bottom:12px;
}
#tmp_rban ul {
	list-style:none;
}
#tmp_rban ul li {
	margin:0 0 10px;
}
#tmp_rban ul li img {
	vertical-align:top;
}
/* search_result_spot_rnavi */
#tmp_srs_area {
	margin:0 0 40px;
	padding:2px;
	border:2px solid #414141;
	display:table;
}
#tmp_srs_area a {
	display:block;
}
#tmp_srs_area span {
	color:#000000;
	background-color:transparent;
	display:table-cell;
	font-size:142.8%;
	vertical-align:middle;
}
#tmp_srs_area .img {
	width:70px;
	background-color:#8E8E8E;
	color:#FFFFFF;
}
#tmp_srs_area .txt {
	padding:0 0 0 8px;
	width:130px;
}
#tmp_r_bnr {
	padding:0 0 20px;
}
#tmp_r_bnr ul {
	list-style:none;
	list-style-image:none;
}
#tmp_r_bnr ul li {
	margin:0 0 20px;
}
#tmp_r_bnr ul li a {
	display:block;
}
/* ttd_sch */
#tmp_ttd_sch {
	margin:0 0 40px;
	padding:5px 10px 8px;
	color:#FFFFFF;
	background-color:#646464;
}
#tmp_ttd_sch_ttl {
	padding:0 0 3px;
	font-size:142.9%;
}
#tmp_ttd_sch #tmp_ttd_sch_form {
	padding:0 0 5px;
	clear:both;
}
#tmp_ttd_sch #tmp_ttd_sch_form p {
	float:left;
}
#tmp_ttd_sch #tmp_ttd_query {
	padding:0;
	width:130px;
	min-height:30px;
	border:none;
}
#tmp_ttd_sch #tmp_ttd_btn {
	min-width:70px;
	min-height:30px;
	color:#ED1B2F;
	background-color:#363636;
	border:none;
	cursor:pointer;
}
#tmp_ttd_sch p.btn_detail_sch {
	text-align:right;
}
#tmp_ttd_sch p.btn_detail_sch a {
	color:#FFFFFF;
	background-color:transparent;
	text-decoration:none;
}
#tmp_ttd_sch p.btn_detail_sch a span {
	padding:0 12px 0 17px;
	background:url(/shared/images/icon/red_arrow_icon.png) no-repeat left 0.2em;
}
/* viewpage */
#tmp_viewpage {
	margin:0 0 40px;
	color:inherit;
	background-color:#FFFFFF;
	border:2px solid #E4E4E4;
}
#tmp_viewpage_ttl {
	margin:0 0 1px;
	border-bottom:2px solid #E4E4E4;
}
#tmp_viewpage_ttl p {
	padding:8px 5px 7px;
	color:#414141;
	background-color:transparent;
	text-align:center;
	font-size:128.6%;
	font-weight:bold;
	line-height:1.4;
}
#tmp_viewpage_cnt {
	padding:8px;
	border-top:2px solid #E4E4E4;
}
#tmp_viewpage_cnt ul {
	list-style:none;
	list-style-image:none;
}
#tmp_viewpage_cnt ul li {
	margin:0 0 1.1em;
}
#tmp_viewpage_cnt ul li:last-child {
	margin-bottom:0.1em;
}
#tmp_viewpage_cnt ul li a,
#tmp_viewpage_cnt ul li a span {
	display:block;
}
/* access_rank */
#tmp_access_rank {
	margin:0 0 40px;
	color:inherit;
	background-color:#FFFFFF;
	border:2px solid #E4E4E4;
}
#tmp_access_rank_ttl {
	margin:0 0 1px;
	padding:0 10px;
	border-bottom:2px solid #E4E4E4;
}
#tmp_access_rank_ttl p {
	font-size:128.6%;
	font-weight:bold;
	text-align:center;
}
#tmp_access_rank_ttl p span {
	display:inline-block;
	padding:7px 0 5px 36px;
	background:url(/shared/images/navi/rnavi/access_rank_ttl_icon.gif) no-repeat left center;
}
#tmp_access_rank_cnt {
	padding:8px 10px;
	border-top:2px solid #E4E4E4;
}
#tmp_access_rank_cnt ol {
	list-style:none;
	list-style-image:none;
}
#tmp_access_rank_cnt ol li {
	margin:0 0 0.4em;
	padding:5px 0 5px 30px;
}
#tmp_access_rank_cnt ol li.rank1 {
	background:url(/shared/images/navi/rnavi/access_rank_1_icon.gif) no-repeat left 0.1em;
}
#tmp_access_rank_cnt ol li.rank2 {
	background:url(/shared/images/navi/rnavi/access_rank_2_icon.gif) no-repeat left 0.1em;
}
#tmp_access_rank_cnt ol li.rank3 {
	background:url(/shared/images/navi/rnavi/access_rank_3_icon.gif) no-repeat left 0.1em;
}
#tmp_access_rank_cnt ol li.rank4 {
	background:url(/shared/images/navi/rnavi/access_rank_4_icon.gif) no-repeat left 0.1em;
}
#tmp_access_rank_cnt ol li.rank5 {
	background:url(/shared/images/navi/rnavi/access_rank_5_icon.gif) no-repeat left 0.1em;
}
#tmp_access_rank_cnt p.list {
	text-align:right;
}
#tmp_access_rank_cnt p.list a {
	color:#414141;
	background-color:transparent;
	text-decoration:none;
}
#tmp_access_rank_cnt p.list a span {
	padding:0 0 0 16px;
	background:url(/shared/images/icon/red_arrow_icon.png) no-repeat left center;
}
/* event_cal
============================== */
#tmp_event_cal {
	padding:8px;
	background:#FFFFFF url(/shared/images/navi/event/cal_ttl_bg.gif) repeat-x left top;
	border:1px solid #CCDDEE;
	border-top:2px solid #999999;
}
/* event_cal_ttl */
#tmp_event_cal_ttl {
	clear:both;
}
#tmp_event_cal_ttl .year {
	margin:5px 0 0 0;
	float:left;
}
#tmp_event_cal_ttl .month {
	float:right;
}
/* event_cal_cnt */
#tmp_event_cal_cnt {
	width:100%;
	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;
	border:1px solid #CCDDEE;
}
#tmp_event_cal_cnt .calendar {
	width:100%;
	margin:0 0 7px;
	color:inherit;
	background-color:#FFFFFF;
}
#tmp_event_cal_cnt .calendar th,
#tmp_event_cal_cnt .calendar td.bgcolor {
	text-align:center;
	font-weight:normal;
	background-color:#DDEEFF;
}
#tmp_event_cal_cnt .calendar td {
	text-align:center;
}
#tmp_event_cal_cnt .calendar a {
	display:block;
	color:#363636;
	background-color:transparent;
}
#tmp_event_cal_cnt .calendar .today {
	color:inherit;
	font-weight:bold; /* 変更しない */
	background-color:#FFFFCC !important;
}
#tmp_event_cal_cnt .calendar td.sun a {
	color:#CC0000;
	background-color:transparent;
}
#tmp_event_cal_cnt .calendar td.sat a {
	color:#3333CC;
	background-color:transparent;
}
/* cal_navi */
#tmp_event_cal_cnt .cal_navi {
	list-style:none;
}
#tmp_event_cal_cnt .cal_navi li {
	line-height:1.2;
	float:left;
}
#tmp_event_cal_cnt .cal_navi .prev {
	padding:0 6px 0 12px;
	border-right:1px solid #000000;
}
#tmp_event_cal_cnt .cal_navi .prev a {
	display:block;
	margin:0 0 0 -12px;
	padding:0 0 0 12px;
	background:url(/shared/images/navi/event/cal_prev.gif) no-repeat left center;
}
#tmp_event_cal_cnt .cal_navi .next {
	padding:0 0 0 6px;
}
#tmp_event_cal_cnt .cal_navi .next a {
	display:block;
	padding:0 12px 0 0;
	background:url(/shared/images/navi/event/cal_next.gif) no-repeat right center;
}
#tmp_event_cal_cnt .cal_navi .list {
	float:right;
}
/* rnavi
============================== */
/* pnavi
============================== */
#tmp_wrap_pnavi {
	width:1000px;
	margin:0 auto;
}
.pnavi {
	float:right;
}
.pnavi .ptop {
	margin-bottom:0 !important;
}
.ptop {
	text-align:right;
	clear:both;
}
/* ==================================================
main
================================================== */
#tmp_main {
	width:100%; /* 変更しない */
	color:inherit;
	background-color:#FFFFFF;
	clear:both; /* 変更しない */
}
/* emergency
============================== */
#tmp_emergency {
	width: 996px;
	border-collapse:collapse;
	border:2px solid #E11327;
	margin: 0 auto 20px;
	clear:both;
}
#tmp_emergency_ttl {
	padding:3px 8px 6px 20px;
	color:inherit;
	background-color:#E11327;
}
#tmp_emergency_ttl h2 {
	font-size:128.5%;
	float: left;
	color: #FFFFFF;
}
#tmp_emergency_ttl span {
	float: right;
	padding-top: 1px;
}
#tmp_emergency_ttl span a {
	color: #FFFFFF;
	font-size:128.5%;
	text-decoration: none;
}
#tmp_emergency_cnt {
	padding:13px 15px 7px;
}
#tmp_emergency_cnt ul {
	margin-left:10px;
	list-style: none;
}
#tmp_emergency_cnt ul li {
	margin-bottom:0.3em;
	font-size: 128.5%;
	color: #E01326;
}
#tmp_emergency_cnt ul li a {
	color: #E01326;
	text-decoration: none;
}
/* emergency_s
============================== */
#tmp_emergency_s {
	margin-bottom:10px;
	border:5px solid #FF0000;
	clear:both;
}
#tmp_emergency_s_ttl {
	padding:0 10px;
	color:inherit;
	background-color:#FF0000;
}
#tmp_emergency_s_ttl h2 {
	font-size:120%;
}
#tmp_emergency_s_cnt {
	padding:10px;
}
#tmp_emergency_s_cnt ul {
	margin-left:20px;
}
#tmp_emergency_s_cnt ul li {
	margin-bottom:0.3em;
}
/* social_plugins
============================== */
#tmp_wrap_pnavi #tmp_social_plugins {
	float:left;
}
#tmp_social_plugins .social_media_btn {
	margin:0 0 0 10px;
	padding:0 10px 0 0;
	float:left;
}
#tmp_wrap_pnavi .social_media_btn {
	margin:0 10px 0 0;
}
#tmp_social_plugins .social_media_btn a.twitter-share-button {
	padding:0 10px 0 0;
	line-height:1.2;
}
#tmp_social_plugins .social_media_btn span,
#tmp_social_plugins .social_media_btn iframe {
	vertical-align:baseline !important;
}
/* update
============================== */
#tmp_wrap_custom_update {
	clear:both;
}
#tmp_custom_update {
	float:right;
}
#tmp_custom_update #tmp_update {
	margin-left:10px;
	float:right;
}
#tmp_update {
	margin:0 0 0.8em;
	text-align:right;
}
/* plugin ▼変更しない
============================== */
.plugin {
	margin:0 0 20px;
	padding:10px;
	border:1px solid #CCCCCC;
	clear:both;
}
.plugin .plugin_img {
	margin:0 10px 0 0 !important;
	float:left;
}
.plugin .plugin_img img {
	vertical-align:top;
}
.plugin p {
	margin:0 !important;
}
/* inquiry
============================== */
#tmp_inquiry {
	margin:0 0 20px;
	clear:both;
}
#tmp_inquiry_ttl {
	padding:1px 7px;
	color:#FFFFFF;
	background-color:#8D8D8D;
	border-left:5px solid #ED1B2F;
	font-weight:bold;
	font-size:142.8%;
	line-height:1.2;
}
#tmp_inquiry_ttl p {
	margin-bottom:0 !important;
}
#tmp_inquiry_cnt {
	padding:7px 0;
}
#tmp_inquiry_cnt p {
	margin-bottom:0 !important;
}
#tmp_inquiry_cnt .inquiry_parts {
	margin:0 0 0.8em;
}
#tmp_inquiry_cnt .inquiry_btn {
	margin:0.3em 0 0;
}
#tmp_inquiry_cnt .inquiry_btn a {
	display:inline-block;
	background:#EBEBEB;
	color:#363636;
	text-decoration:none;
	padding:9px 70px;
}
/* feedback
============================== */
#tmp_feedback {
	margin:0 0 20px;
	border:1px solid #AABBCC;
	clear:both;
}
#tmp_feedback_ttl {
	padding:3px 7px;
	color:inherit;
	background-color:#DDEEFF;
	border-bottom:1px solid #BBCCDD;
}
#tmp_feedback_ttl p {
	margin-bottom:0 !important;
}
#tmp_feedback_cnt {
	padding:10px 15px;
}
#tmp_feedback_cnt dt {
	margin:0 0 0.5em 0;
	font-weight:bold;
	clear:both;
}
#tmp_feedback_cnt dd {
	margin:0 0 0.5em 0;
	clear:both;
}
#tmp_feedback_cnt dd p {
	display:inline;
	margin:0 1em 0 0;
	float:left;
}
#tmp_feedback_cnt .submit {
	margin:0.8em 0 0 0 !important;
	text-align:center;
	clear:both;
}
/* ==================================================
banner
================================================== */
#tmp_publicity {
	padding:16px 0 8px;
	background: #363636;
	color:#FFFFFF;
	clear:both;
	margin: 0 0 58px;
}
#tmp_publicity a {
	color:#FFFFFF;
}
#tmp_publicity_cnt {
	width: 996px;
	margin: 0 auto;
}
#tmp_publicity_cnt ul {
	list-style-type:none;
	margin-right: -12px;
}
#tmp_publicity_cnt ul li {
	margin:0 12px 0 0;
	padding:0 0 9px;
	float:left;
}
#tmp_publicity_cnt ul li img {
	vertical-align:top;
}
/* ==================================================
model_change
================================================== */
#tmp_model_change_pub {
	clear:both;
}
/* 切替ボタン
============================== */
#tmp_model_change ul {
	display:-webkit-box; /* 変更しない */
	display:-moz-box; /* 変更しない */
	display:box; /* 変更しない */
	width:100%; /* 変更しない */
	list-style:none; /* 変更しない */
	list-style-image:none; /* 変更しない */
	margin:20px 0;
	border-bottom:1px solid #AABBCC;
	clear:both; /* 変更しない */
}
#tmp_model_change li {
	display:-webkit-box; /* 変更しない */
	display:-moz-box; /* 変更しない */
	display:box; /* 変更しない */
	-webkit-box-flex:1; /* 変更しない */
	-moz-box-flex:1; /* 変更しない */
	box-flex:1; /* 変更しない */
	-webkit-box-sizing:border-box; /* 変更しない */
	-moz-box-sizing:border-box; /* 変更しない */
	box-sizing:border-box; /* 変更しない */
	width:100%; /* 変更しない */
	font-size:143%;
	font-weight:bold;
}
#tmp_model_change li a {
	display:-webkit-box; /* 変更しない */
	display:-moz-box; /* 変更しない */
	display:box; /* 変更しない */
	-webkit-box-flex:1; /* 変更しない */
	-moz-box-flex:1; /* 変更しない */
	box-flex:1; /* 変更しない */
	-webkit-box-align:center; /* 変更しない */
	-moz-box-align:center; /* 変更しない */
	box-align:center; /* 変更しない */
	-webkitbox-pack:center; /* 変更しない */
	-moz-box-pack:center; /* 変更しない */
	box-pack:center; /* 変更しない */
	-webkit-box-sizing:border-box; /* 変更しない */
	-moz-box-sizing:border-box; /* 変更しない */
	box-sizing:border-box; /* 変更しない */
	text-align:center;
	text-decoration:none;
	padding:16px 10px;
	color:#333333;
	background-color:#DDEEFF;
}
#tmp_model_change li a span {
	display:block; /* 変更しない */
	width:100%; /* 変更しない */
}
#tmp_model_change li a.active {
	color:inherit;
	background-color:#BBCCDD;
}
/* PCスマホ切替表示 ▼変更しない
============================== */
#tmp_model_change {
	display:none;
}
@media screen and (max-width : 480px) {
#tmp_model_change {
	display:block;
}
}
/* ==================================================
footer
================================================== */
#tmp_wrap_footer {
	border-top:10px solid #EC1B2E;
}
#tmp_footer {
	width:1000px;
	margin:0 auto;
	padding:15px 0;
	clear:both;
}
/* fnavi
============================== */
#tmp_flogo {
	float:left;
	background:url(/foreign_resources_files/flogo.gif) left top no-repeat;
}
#tmp_flogo,
#tmp_flogo span {
	width:180px;
	height:35px;
}
#tmp_flogo span {
	position:relative;
	z-index:-1;
	overflow:hidden;
}
#tmp_fnavi {
	float:right;
	list-style:none;
}
#tmp_fnavi li {
	margin:0;
	white-space:nowrap;
	float:left;
	font-size:114.3%;
}
#tmp_fnavi li a {
	display:block;
	color:#363636;
	text-decoration:none;
	padding:10px;
	margin:0 0 0 60px;
}
.lang_ru #tmp_fnavi li a {
	margin:0 0 0 30px;
	padding:10px;
}
#tmp_fnavi .last {
	margin-right:0;
}
#tmp_footer_cnt {
	padding:0 10px;
	clear:both;
}
#tmp_footer_cnt address {
	margin:0 0 5px;
	font-style:normal;
}
#tmp_footer_cnt address span {
	margin:0 1em 0 0;
}
#tmp_footer_cnt address span.br {
	display:block; /* スマホでinline値にする場合 */
}
#tmp_footer_cnt address span.spbr {
	display:inline; /* スマホでblock値にする場合 */
}
#tmp_copyright {
	text-align:center;
	padding:20px 0 30px;
	clear:both;
}
/* ==================================================
used_bg_img
================================================== */
.used_bg_img a,
.used_bg_img span {
	display:block; /* 変更しない */
}
.used_bg_img span {
	position:relative; /* 変更しない */
	z-index:-1; /* 変更しない */
	overflow:hidden; /* 変更しない */
}
/* ==================================================
class
================================================== */
/* text
============================== */
.underline {
	text-decoration:underline; /* 変更しない */
}
.strike {
	text-decoration:line-through; /* 変更しない */
}
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
.txt_red {
	color:#EC1A2E; /* デザインによって変更 */
	background-color:transparent; /* 変更しない */
}
.txt_blue {
	color:#0027B3; /* デザインによって変更 */
	background:transparent; /* 変更しない */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
.txt_big {
	font-size:130%; /* body 14pxのとき20px相当 */
	/* font-size:134%; body 12pxのとき16px相当 */
}
.txt_small {
	font-size:86%; /* body 14pxのとき12px相当 */
	/*font-size:84%;  body 12pxのとき10px相当 */
}
.space_lft1 {
	padding-left:1em; /* 変更しない */
}
/* image ▼変更しない
============================== */
.float_lft {
	margin-right:20px !important;
	margin-bottom:10px !important;
	clear:both;
	float:left;
}
.float_rgt {
	margin-bottom:10px !important;
	margin-left:20px !important;
	clear:both;
	float:right;
}
.clear {
	clear:both;
}
/* noicon ▼変更しない
============================== */
ul.noicon {
	margin-left:3.2em !important;
	text-indent:-1.5em !important;
	list-style:none !important;
	list-style-image:none !important;
}
ul.noicon ul,
ul.noicon ol,
ul.noicon p,
ul.noicon h1,
ul.noicon h2,
ul.noicon h3,
ul.noicon h4,
ul.noicon h5,
ul.noicon h6,
ul.noicon table,
ul.noicon div {
	text-indent:0 !important;
}
ul ul.noicon,
ol ul.noicon {
	margin-left:1.5em !important;
	text-indent:-1.5em !important;
}
/* ==================================================
parts
================================================== */
/* col2 ▼変更しない
============================== */
table.col2 {
	width:99%;
	border-collapse:collapse;
	border-spacing:0;
}
table.col2 td.col2L,
table.col2 td.col2R {
	padding:0;
	vertical-align:top;
	text-align:left;
}
table.col2 td.col2L {
	width:50%;
	border-right-width:15px;
}
#tmp_main table.col2 td.col2L {
	border-right:15px solid #FFFFFF;
}
table.col2 td.col2R {
	width:50%;
}
div.col2 {
	width:100%;
}
div.col2 div.col2L {
	display:table;
	width:48.5%;
	margin-right:2%;
	float:left;
}
div.col2 div.col2R {
	display:table;
	width:48.5%;
	float:left;
}
/* nestcol2 ▼変更しない
============================== */
table.col2 table.col2 td.col2L {
	padding:0;
}
div.col2 div.col2 div.col2L {
	width:47.5%;
	margin-right:4%;
}
div.col2 div.col2 div.col2R {
	width:47.5%;
}
/* fixed_col2 ▼変更しない
   編集領域には使わない（イベントカレンダー・定型等に使う）
============================== */
div.fixed_col2 {
	width:100%;
}
div.fixed_col2 div.fixed_col2L {
	display:table;
	width:48.5%;
	margin-right:2%;
	float:left;
}
div.fixed_col2 div.fixed_col2R {
	display:table;
	width:48.5%;
	float:right;
}
/* col3 ▼変更しない
============================== */
table.col3 {
	width:99%;
	border-collapse:collapse;
	border-spacing:0;
}
table.col3 td.col3L,
table.col3 td.col3M,
table.col3 td.col3R {
	padding:0;
	vertical-align:top;
	text-align:left;
}
table.col3 td.col3L,
table.col3 td.col3M {
	width:33.33%;
	border-right-width:15px;
}
#tmp_main table.col3 td.col3L,
#tmp_main table.col3 td.col3M {
	border-right:15px solid #FFFFFF;
}
table.col3 td.col3R {
	width:33.33%;
}
div.col3 {
	width:100%;
}
div.col3 div.col3L,
div.col3 div.col3M {
	width:31.7%;
	margin-right:2%;
	float:left;
}
div.col3 div.col3R {
	display:table;
	width:31.7%;
	float:left;
}
/* img_cap ▼変更しない
============================== */
table.img_cap {
	margin:0 0 0.3em;
	border-collapse:collapse;
	border-spacing:0;
}
table.img_cap td {
	padding:0;
}
div.img_cap {
	margin:0 0 0.3em;
}
div.img_cap img {
	margin:0 !important;
}
/* layouttable ▼変更しない
============================== */
table.layouttable {
	border-collapse:collapse;
	border-spacing:0;
}
table.layouttable td {
	padding:0 15px 0 0;
	vertical-align:top;
	text-align:left;
}
/* box_faq
============================== */
.box_faq {
	margin:0 0 20px; /* 変更しない */
	padding:1px;
	border:1px solid #AABBCC;
	clear:both; /* 変更しない */
}
.box_faq .box_faq_ttl {
	padding:3px 7px;
	color:inherit;
	font-weight:bold;
	background-color:#DDEEFF;
	border-bottom:1px solid #BBCCDD;
}
.box_faq .box_faq_ttl p {
	margin-bottom:0 !important; /* 変更しない */
}
.box_faq .box_faq_cnt {
	padding:10px 10px 0;
}
.box_faq_cnt p {
	margin-bottom:0.8em !important; /* 変更しない */
}
.box_faq_cnt ul {
	margin-bottom:0.8em !important; /* 変更しない */
	margin-left:24px !important; /* 変更しない */
	list-style-image:url(/shared/images/icon/list_icon.gif) !important; /* 変更しない */
}
.box_faq_cnt ul ul {
	margin:0.3em 0 0 24px !important; /* 変更しない */
}
.box_faq_cnt ul li {
	margin:0 0 0.5em !important; /* 変更しない */
}
/* ==================================================
Google
================================================== */
#cse .gsc-thinWrapper {
	width:100% !important;
}
/* Full URL */
.gs-webResult div.gs-visibleUrl-short,
.gs-promotion div.gs-visibleUrl-short {
  display:none !important;
}
.gs-webResult div.gs-visibleUrl-long,
.gs-promotion div.gs-visibleUrl-long {
  display:block !important;
}

/* ==================================================
system
================================================== */
/* indent ▼変更しない
============================== */
div.section,
blockquote {
	padding:0 0 0 1em;
}
/* bgcolor
============================== */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
td.bg_lightgray,
th.bg_lightgray {
	color:inherit;
	background-color:#B3B3B3; /* デザインによって変更 */
}
td.bg_darkgray,
th.bg_darkgray {
	color:inherit;
	background-color:#8D8D8D; /* デザインによって変更 */
}
@media screen and (max-width : 480px) {
/* smartphone判別 ▼削除しない
============================== */
#tmp_resize_width {
	width:320px;
}
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ==================================================
editable
================================================== */
.editable {
	margin:0 auto;
	width:1000px;
	border-collapse:collapse;
}
.editable table {
	width:100%;
	margin:10px 0;
	table-layout:fixed;
	border-collapse:collapse;
}
.editable table caption{
	padding:5px;
	background:#BFBFBF;
	color:#333333;
}
.editable th {
	border:1px solid #8A8A8A;
	padding:5px;
	text-align:center;
	background:#EBEBEB;
	color:#333333;
}
.editable td {
	border:1px solid #8A8A8A;
	padding:5px;
	background:#FFFFFF;
	color:#333333;
}
.editable .edit_top_mv td img {
	max-width:300px;
	width:auto;
	height:auto;
}
.editable .edit_why_visit td img {
	max-width:230px;
	width:auto;
	height:auto;
}
.edit_recommend_youtube {
	width:420px;
}
.edit_recommend_youtube table tr{
	float:left;
	width:210px;
}
.edit_recommend_youtube table tr td {
	width:94%;
	display:block;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
.col_nm:after,
#tmp_contents:after,
#tmp_maincontents:after,
#tmp_header:after,
#tmp_means:after,
#tmp_means_primary:after,
#tmp_func_txt:after,
#tmp_func_clr:after,
#tmp_means_secondary:after,
#tmp_search:after,
#tmp_means_tertiary:after,
#tmp_hnavi:after,
#tmp_gnavi:after,
#tmp_gnavi ul:after,
#tmp_gnavi_search .gsearch_input:after,
#tmp_main:after,
#tmp_wrap_main:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
#tmp_emergency:after,
#tmp_emergency_ttl:after,
#tmp_emergency_cnt:after,
#tmp_emergency_s:after,
#tmp_emergency_s_ttl:after,
#tmp_emergency_s_cnt:after,
#tmp_wrap_custom_update:after,
#tmp_custom_update:after,
#tmp_social_plugins:after,
.plugin:after,
#tmp_wrap_pnavi:after,
.pnavi:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
#tmp_inquiry_cnt:after,
#tmp_feedback:after,
#tmp_feedback_ttl:after,
#tmp_feedback_cnt:after,
#tmp_feedback_cnt dd:after,
#tmp_publicity_cnt:after,
#tmp_footer:after,
#tmp_fnavi:after,
#tmp_footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.box_faq:after,
.box_faq_ttl:after,
.box_faq_cnt:after,
#tmp_ttd_sch #tmp_ttd_sch_form:after {
	content:"."; /* 変更しない */
	display:block; /* 変更しない */
	height:0; /* 変更しない */
	font-size:0.1%; /* 変更しない */
	line-height:0.1; /* 変更しない */
	clear:both; /* 変更しない */
	visibility:hidden; /* 変更しない */
}
/* for IE7.0 */
*:first-child+html .col_nm,
*:first-child+html #tmp_contents,
*:first-child+html #tmp_maincontents,
*:first-child+html #tmp_header,
*:first-child+html #tmp_means,
*:first-child+html #tmp_means_primary,
*:first-child+html #tmp_func_txt,
*:first-child+html #tmp_func_clr,
*:first-child+html #tmp_means_secondary,
*:first-child+html #tmp_search,
*:first-child+html #tmp_means_tertiary,
*:first-child+html #tmp_hnavi,
*:first-child+html #tmp_gnavi,
*:first-child+html #tmp_gnavi ul,
*:first-child+html #tmp_gnavi_search .gsearch_input,
*:first-child+html #tmp_wrap_main,
*:first-child+html #tmp_main,
*:first-child+html #tmp_lnavi,
*:first-child+html #tmp_lnavi_ttl,
*:first-child+html #tmp_lnavi_cnt,
*:first-child+html #tmp_event_cal,
*:first-child+html #tmp_event_cal_ttl,
*:first-child+html #tmp_event_cal_cnt .cal_navi,
*:first-child+html #tmp_emergency,
*:first-child+html #tmp_emergency_ttl,
*:first-child+html #tmp_emergency_cnt,
*:first-child+html #tmp_emergency_s,
*:first-child+html #tmp_emergency_s_ttl,
*:first-child+html #tmp_emergency_s_cnt,
*:first-child+html #tmp_wrap_custom_update,
*:first-child+html #tmp_custom_update,
*:first-child+html #tmp_social_plugins,
*:first-child+html .plugin,
*:first-child+html #tmp_wrap_pnavi,
*:first-child+html .pnavi,
*:first-child+html #tmp_inquiry,
*:first-child+html #tmp_inquiry_ttl,
*:first-child+html #tmp_inquiry_cnt,
*:first-child+html #tmp_feedback,
*:first-child+html #tmp_feedback_ttl,
*:first-child+html #tmp_feedback_cnt,
*:first-child+html #tmp_feedback_cnt dd,
*:first-child+html #tmp_publicity_cnt,
*:first-child+html #tmp_footer,
*:first-child+html #tmp_fnavi,
*:first-child+html #tmp_footer_cnt,
*:first-child+html div.col2,
*:first-child+html div.fixed_col2,
*:first-child+html div.col3,
*:first-child+html .box_faq,
*:first-child+html .box_faq_ttl,
*:first-child+html .box_faq_cnt,
*:first-child+html #tmp_ttd_sch #tmp_ttd_sch_form {
	min-height:1%; /* 変更しない */
}
