@charset "utf-8";

@media screen and (max-width : 480px) {

/* ==================================================
shared
================================================== */
/* body
============================== */
body {
	-webkit-text-size-adjust:none; /* 変更しない */
	background:none; /* 変更しない */
}
body,
form,
input,
select {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
input[type="submit"],
input[type="button"],
input[type="text"],
input[type="reset"],
input[type="password"] {
	-webkit-appearance:none; /* 変更しない */
	-webkit-border-radius:0; /* Webkit */
	-moz-border-radius:0; /* Mozilla */
	border-radius:0; /* CSS3 */
}
/* wrapper
============================== */
#tmp_wrapper {
	width:100%; /* 変更しない */
	min-width:320px; /* 変更しない */
}
/* main
============================== */
#tmp_wrap_main {
	padding:0 10px;
	background: none;
}
/* main */
#tmp_wrap_main,
#tmp_format_full #tmp_main,
#tmp_format_lnavi #tmp_main,
#tmp_format_rnavi #tmp_main {
	background:none;
}
#tmp_format_free #tmp_main {
	padding:0;
}
/* contents
============================== */
#tmp_contents,
#tmp_maincontents {
	word-break:break-all; /* 変更しない */
}
#tmp_maincontents .info_ttl {
	background:url(/shared/templates/top/images/contents/sp/sp-info-ttl-bg.jpg) no-repeat left top;
	-webkit-background-size: cover;
	background-size: cover;
}
#tmp_maincontents .info_ttl h2 a {
	background: url(/shared/templates/top/images/contents/sp/close-icon.jpg) no-repeat 5px center;
	-webkit-background-size: 17px;
	background-size: 17px;
}
#tmp_maincontents .info_ttl h2.active a {
	background: url(/shared/templates/top/images/contents/sp/open-icon.jpg) no-repeat 5px center;
	-webkit-background-size: 17px;
	background-size: 17px;
}
/* format カラムのレイアウトのbaseロジック
============================== */
.wrap_col_nm,
.wrap_col_rgt_navi,
.column_full .wrap_col_main,
.column_lnavi .wrap_col_main,
.column_rnavi .wrap_col_main {
	float:none; /* 変更しない */
}
.wrap_col_lft_navi {
	float:none;
	position:static; /* 変更しない */
	z-index:auto; /* 変更しない */
}
.col_main {
	padding:0; /* 変更しない */
}
/* top
============================== */
.format_top .column_full .wrap_col_nm,
.format_top .column_full .wrap_col_nm2 {
	margin-right:0; /* 変更しない */
}
.format_top .column_full .wrap_col_lft_navi {
	width:auto; /* 変更しない */
	margin-right:0; /* 変更しない */
}
.format_top .column_full .col_lft_navi,
.format_top .column_full .col_rgt_navi {
	padding:0; /* 変更しない */
	background-color:transparent;
}
.format_top .column_full .wrap_col_rgt_navi {
	width:auto; /* 変更しない */
}
.format_top .column_full .col_main {
	margin-left:0; /* 変更しない */
}
/* free
============================== */
.format_free .wrap_col_nm,
.format_free .wrap_col_nm2 {
	margin-right:0; /* 変更しない */
}
.format_free .wrap_col_lft_navi {
	display:none; /* 変更しない */
}
.format_free .wrap_col_rgt_navi {
	display:none; /* 変更しない */
}
.format_free .column_full .col_main,
.format_free .column_lnavi .col_main {
	margin-left:0; /* 変更しない */
}
.format_free .column_rnavi .wrap_col_main,
.format_free .column_rnavi .col_main {
	margin-right:0; /* 変更しない */
}
/* ==================================================
header
================================================== */
#tmp_header {
	position:relative;
	padding:0;
	background:none;
	border-top:3px solid #518B29;
	border-bottom:none;
}
#tmp_header_logo {
	margin:5px 0 7px 5px;
}
#tmp_header_logo img {
	width:auto;
	height:37px;
}
#tmp_hlogo {
	float:none;
	padding:10px 0;
	text-align:center;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display:inline-block;
	width:220px;
	height:55px;
	background-image:url(/shared/site_smartphone/images/header/hlogo.gif);
	-webkit-background-size:220px 55px;
	-moz-background-size:220px 55px;
	background-size:220px 55px;
}
#tmp_hlogo a {
	width:220px;
	height:55px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	width:220px;
	height:55px;
}
#tmp_hnavi,
#tmp_hnavi2 {
	display: none;
}
/* means
============================== */
#tmp_means {
	display:none; /* 変更しない */
}
/* hnavi_s
============================== */
#tmp_hnavi_s {
	display:block; /* 変更しない */
	list-style:none; /* 変更しない */
}
#tmp_hnavi_s li a {
	display:block;
	width:50px;
	height:40px;
	color:inherit;
	text-decoration:none;
}
#tmp_hnavi_lmenu {
	position:absolute;
	right:5px;
	top:4px;
}
#tmp_hnavi_rmenu {
	position:absolute;
	right:60px;
	top:4px;
}
#tmp_hnavi_lmenu a {
	background: url(/shared/images/header/menu-btn.png) no-repeat center center;
	-webkit-background-size:50px 40px !important;
	-moz-background-size:50px 40px !important;
	background-size:50px 40px !important;
}
.lang_en_top #tmp_hnavi_lmenu a,
.lang_en #tmp_hnavi_lmenu a,
.lang_ko_top #tmp_hnavi_lmenu a,
.lang_ko #tmp_hnavi_lmenu a,
.lang_zh-cn_top #tmp_hnavi_lmenu a,
.lang_zh-cn #tmp_hnavi_lmenu a,
.lang_zh-tw_top #tmp_hnavi_lmenu a,
.lang_zh-tw #tmp_hnavi_lmenu a,
.lang_pt_top #tmp_hnavi_lmenu a,
.lang_pt #tmp_hnavi_lmenu a,
.lang_es_top #tmp_hnavi_lmenu a,
.lang_es #tmp_hnavi_lmenu a,
.lang_tl_top #tmp_hnavi_lmenu a,
.lang_tl #tmp_hnavi_lmenu a {
	background-image:url(/shared/site-foreign/images/english/header/menu-btn.png);
}
.site_english #tmp_hnavi_lmenu a {
	background: url(/shared/site-foreign/images/english/header/menu-btn.png) no-repeat center center;
}
.site_portugues #tmp_hnavi_lmenu a {
	background: url(/shared/site-foreign/images/portugues/header/menu-btn.png) no-repeat center center;
}
#tmp_hnavi_lmenu a.active {
	background:url(/shared/images/header/menu-btn-on.png) no-repeat center center;
	-webkit-background-size:50px 40px;
	-moz-background-size:50px 40px;
	background-size:50px 40px;
}
.lang_en_top #tmp_hnavi_lmenu a.active,
.lang_en #tmp_hnavi_lmenu a.active,
.lang_ko_top #tmp_hnavi_lmenu a.active,
.lang_ko #tmp_hnavi_lmenu a.active,
.lang_zh-cn_top #tmp_hnavi_lmenu a.active,
.lang_zh-cn #tmp_hnavi_lmenu a.active,
.lang_zh-tw_top #tmp_hnavi_lmenu a.active,
.lang_zh-tw #tmp_hnavi_lmenu a.active,
.lang_pt_top #tmp_hnavi_lmenu a.active,
.lang_pt #tmp_hnavi_lmenu a.active,
.lang_es_top #tmp_hnavi_lmenu a.active,
.lang_es #tmp_hnavi_lmenu a.active,
.lang_tl_top #tmp_hnavi_lmenu a.active,
.lang_tl #tmp_hnavi_lmenu a.active {
	background-image:url(/shared/site-foreign/images/english/header/menu-btn-on.png);
}
.site_english #tmp_hnavi_lmenu a.active {
	background: url(/shared/site-foreign/images/english/header/menu-btn-on.png) no-repeat center center;
}
.site_portugues #tmp_hnavi_lmenu a.active {
	background: url(/shared/site-foreign/images/portugues/header/menu-btn-on.png) no-repeat center center;
}
#tmp_hnavi_rmenu a {
	background:url(/shared/images/header/lang-btn.png) no-repeat center center;
	-webkit-background-size:50px 40px !important;
	-moz-background-size:50px 40px !important;
	background-size:50px 40px !important;
}
#tmp_hnavi_rmenu a.active {
	background:url(/shared/images/header/lang-btn-on.png) no-repeat center center;
	-webkit-background-size:50px 40px;
	-moz-background-size:50px 40px;
	background-size:50px 40px;
}
#tmp_hnavi_lmenu span,
#tmp_hnavi_rmenu span {
	display:block;
	position:relative;
	z-index:-1;
	width:50px;
	height:40px;
	overflow:hidden;
}
/* sma_sch
============================== */
#tmp_sma_menu {
	display:block; /* 変更しない */
}
#tmp_sma_menu .wrap_sma_sch {
	display:none; /* 変更しない */
	position:absolute; /* 変更しない */
	left:0; /* 変更しない */
	color:inherit;
	background-color:#F1F8E7;
	width:100%; /* 変更しない */
	z-index:9999; /* 変更しない */
}
#tmp_sma_menu .sma_sch {
	padding:23px 0;
}
/* sma_search */
#tmp_sma_search {
	margin:0 15px 20px;
	clear:both;
}
#tmp_sma_search div {
	display:table;
	width:100%;
}
#tmp_sma_search p {
	display:table-cell;
	vertical-align:top;
	-webkit-box-sizing:border-box; /* Webkit */
	-moz-box-sizing:border-box; /* Mozilla */
	box-sizing:border-box; /* CSS3 */
}
#tmp_sma_search p:first-child {
	padding:0 10px 0 0;
}
#tmp_sma_search .sch_box {
	width:100%;
	padding:0 10px 0 0;
	-webkit-box-sizing:border-box; /* Webkit */
	-moz-box-sizing:border-box; /* Mozilla */
	box-sizing:border-box; /* CSS3 */
}
#tmp_sma_query {
	width:100%;
	min-height:22px;
	border:1px solid #7E9DB9;
	-webkit-box-sizing:border-box; /* Webkit */
	-moz-box-sizing:border-box; /* Mozilla */
	box-sizing:border-box; /* CSS3 */
}
#tmp_sma_func_sch_btn {
	font-size:100%;
	font-weight:bold;
	min-width:50px;
	min-height:22px;
	border:1px solid #999999;
	-webkit-border-radius:3px; /* Webkit */
	-moz-border-radius:3px; /* Mozilla */
	border-radius:3px; /* CSS3 */
	box-sizing:border-box;
	padding:0 5px;
	cursor:pointer;
	background: #ececec;
	background: -moz-linear-gradient(top, #ececec 0%, #ffffff 46%, #e5e5e5 84%, #fefefe 94%);
	background: -webkit-linear-gradient(top, #ececec 0%,#ffffff 46%,#e5e5e5 84%,#fefefe 94%);
	background: linear-gradient(to bottom, #ececec 0%,#ffffff 46%,#e5e5e5 84%,#fefefe 94%);
}
.site_english #tmp_sma_func_sch_btn,
.site_portugues #tmp_sma_func_sch_btn {
	min-width:70px;
}
#tmp_sma_func_txt{
	padding: 0 15px;
	overflow: hidden;
	font-size: 100%;
	line-height: 160%;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 15px;
}
#tmp_sma_func_txt dt{
	float:left;
	border-left: 4px solid #000;
	padding-left: 7px;
	margin-bottom:0.3em;
}
.site_portugues #tmp_sma_func_txt dt{
	max-width:45%;
}
#tmp_sma_func_txt dd{
	min-width: 70px;
	box-sizing:border-box;
	float: right;
	margin-left: 11px;
}
.site_portugues #tmp_sma_func_txt dd{
	margin-left:3px;
}
#tmp_sma_func_txt dd a{
	display: block;
	border: 1px solid #9A9A9A;
	text-align: center;
	background: #FFFFFF;
	padding:0 5px;
	color: #333333;
	text-decoration: none;
}
#tmp_sma_func_assist{
	list-style:none;
	font-size: 100%;
	line-height: 160%;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 7px;
}
#tmp_sma_func_assist a{
	display: block;
	border: 1px solid #9A9A9A;
	text-align: center;
	background: #FFFFFF;
	padding: 7px 0 6px;
	color: #333333;
	text-decoration: none;
}
#tmp_sma_hnavi_utility{
	width: 100%;
	overflow: hidden;
	font-size: 100%;
	line-height: 160%;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 13px;
	list-style:none;
}
#tmp_sma_hnavi_utility li{
	width: 48%;
	float: left;
	text-align: center;
	margin: 0;
}
#tmp_sma_hnavi_utility li a{
	display: block;
	border: 1px solid #518B29;
	text-align: center;
	background: #FFFFFF;
	padding: 10px 0 8px;
	color: #333333;
	text-decoration: none;
}
#tmp_sma_hnavi_utility li a span {
	background: url(/shared/images/header/sp-search-icon.png) no-repeat left center;
	-webkit-background-size: 19px;
	background-size: 19px;
	padding:5px 0 5px 21px;
}
#tmp_sma_hnavi_utility li:last-child {
	float: right;
}
#tmp_sma_hnavi_utility li:last-child a span {
	background: url(/shared/images/header/sp-sitemap-icon.png) no-repeat left center;
	-webkit-background-size: 19px;
	background-size: 24px 18px;
	padding-left: 27px;
}
#tmp_sma_hnavi_utility li:nth-child(2) {
	display: none;
}
/* close_btn */
#tmp_sma_menu .wrap_sma_sch .close_btn {
	border:1px solid #333333;
	text-align:center;
	font-weight:bold;
	color:inherit;
	background-color:#FFFFFF;
	margin: 0 15px;
}
#tmp_sma_menu .wrap_sma_sch .close_btn a {
	display:block;
	padding:8px 10px;
	text-decoration:none;
	color:inherit;
}
#tmp_sma_menu .wrap_sma_sch .close_btn a span {
	display:inline-block;
	background:url(/shared/images/header/close-icon.png) no-repeat left center;
	-webkit-background-size: 15px;
	background-size: 15px;
	padding:0 0 0 20px;
}
/* sma_snavi */
#tmp_sma_snavi {
	margin:0 0 20px;
	border-right:none;
	border-left:none;
	clear:both;
}
#tmp_sma_snavi ul {
	list-style:none;
}
#tmp_sma_snavi li {
	border-top:1px solid #FFFFFF;
	margin-bottom:0;
	font-weight:bold;
	color:#FFFFFF;
	background: #0068B0;
	font-size: 115%;
}
#tmp_sma_snavi a {
	display:block;
	padding:10px 0 10px 15px;
	text-decoration:none;
	color:inherit;
	background: url(/shared/images/header/sp-gnavi-icon.png) no-repeat 97% center;
	-webkit-background-size: 7px 10px;
	background-size: 7px 10px;
}
/* sma_gnavi */
#tmp_sma_gnavi {
	margin:0;
	clear:both;
}
#tmp_sma_gnavi ul {
	list-style:none;
}
#tmp_sma_gnavi li {
	border-top:1px solid #FFFFFF;
	margin-bottom:0;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#3A631D;
	font-size: 115%;
}
#tmp_sma_gnavi li:first-child {
	border-top:none;
}
#tmp_sma_gnavi a {
	display:block;
	padding:10px 15px;
	text-decoration:none;
	color:inherit;
	background: url(/shared/images/header/sp-gnavi-icon.png) no-repeat 97% center;
	-webkit-background-size: 7px 10px;
	background-size: 7px 10px;
}
/* sma_lnavi */
#tmp_sma_lnavi {
	margin:0 0 20px;
	clear:both;
}
#tmp_sma_lnavi_ttl {
	padding:8px 0 8px 15px;
	color:inherit;
	background-color:#D4EAC3;
	font-weight:bold;
	font-size: 114.3%;
}
#tmp_sma_lnavi_ttl p a {
	display:block;
	margin:-10px -10px; /* #tmp_sma_lnavi_ttl のpadding値と同じマイナス数値 */
	padding:10px 10px; /* #tmp_sma_lnavi_ttl のpadding値と同じ数値 */
	color:inherit;
	text-decoration:none;
}
#tmp_sma_lnavi_cnt {
	border:1px solid #CCCCCC;
	border-right:none;
	border-left:none;
}
#tmp_sma_lnavi_cnt ul {
	list-style:none;
}
#tmp_sma_lnavi_cnt li {
	border-top:1px solid #CCCCCC;
	background: #FFFFFF;
}
#tmp_sma_lnavi_cnt li:first-child {
	border-top:none;
}
#tmp_sma_lnavi_cnt li a {
	display:block;
	padding:8px 0 8px 15px;
	text-decoration:none;
	color:#333333;
	background: url(/shared/images/header/sp-langnavi-icon.png) no-repeat 97% center;
	-webkit-background-size: 7px 10px;
	background-size: 7px 10px;
}
#tmp_sma_lnavi_cnt .switch_menu .noicon_list {
	padding-left:0;
	background:none;
}
#tmp_sma_lnavi_cnt .switch_menu .noicon_list.active {
	padding-bottom:0;
}
#tmp_sma_lnavi_cnt .switch_menu .noicon_list > a {
	margin-left:0;
	padding-left:0;
}
#tmp_sma_lnavi_cnt .switch_menu .noicon_list a.switch {
	float:left;
	margin-right:8px;
}
#tmp_sma_lnavi_cnt .switch_menu .noicon_list a.switch img {
	vertical-align:middle;
}
#tmp_sma_lnavi_cnt .switch_cnt {
	margin:10px 0 0;
	padding:0 0 0 10px;
	border-top:1px dotted #BBCCDD;
	clear:both;
}
#tmp_sma_lnavi_cnt .switch_cnt li {
	border-top:1px dotted #BBCCDD;
}
#tmp_sma_lnavi_cnt .switch_cnt li:first-child {
	border-top:none;
}
/* sma_foreign */
#tmp_sma_foreign {
	margin:0 0 20px;
	clear:both;
}
#tmp_sma_foreign_ttl {
	padding:10px 10px;
	color:inherit;
	font-weight:bold;
}
#tmp_sma_foreign_ttl p a {
	display:block;
	margin:-10px -10px; /* #tmp_sma_lnavi_ttl のpadding値と同じマイナス数値 */
	padding:10px 10px; /* #tmp_sma_lnavi_ttl のpadding値と同じ数値 */
	color:inherit;
	text-decoration:none;
}
#tmp_sma_foreign_cnt {
	border:1px solid #AABBCC;
	border-right:none;
	border-left:none;
}
#tmp_sma_foreign_cnt ul {
	list-style:none;
}
#tmp_sma_foreign_cnt li {
	border-top:1px solid #CCCCCC;
	background: #FFFFFF;
}
#tmp_sma_foreign_cnt li:nth-child(even) {
	background: #EEEEEE;
}
#tmp_sma_foreign_cnt li:first-child {
	border-top:none;
}
#tmp_sma_foreign_cnt li a {
	display:block;
	padding:10px 0 10px 15px;
	text-decoration:none;
	color:#333333;
	background: url(/shared/images/header/sp-langnavi-icon.png) no-repeat 97% center;
	-webkit-background-size: 7px 10px;
	background-size: 7px 10px;
	font-weight: bold;
	font-size: 115%;
}
#tmp_sma_foreign_cnt .switch_menu .noicon_list {
	padding-left:0;
	background:none;
}
#tmp_sma_foreign_cnt .switch_menu .noicon_list.active {
	padding-bottom:0;
}
#tmp_sma_foreign_cnt .switch_menu .noicon_list > a {
	margin-left:0;
	padding-left:0;
}
#tmp_sma_foreign_cnt .switch_menu .noicon_list a.switch {
	float:left;
	margin-right:8px;
}
#tmp_sma_foreign_cnt .switch_menu .noicon_list a.switch img {
	vertical-align:middle;
}
#tmp_sma_foreign_cnt .switch_cnt {
	margin:10px 0 0;
	padding:0 0 0 10px;
	border-top:1px dotted #BBCCDD;
	clear:both;
}
#tmp_sma_foreign_cnt .switch_cnt li {
	border-top:1px dotted #BBCCDD;
}
#tmp_sma_foreign_cnt .switch_cnt li:first-child {
	border-top:none;
}
/* ==================================================
navi
================================================== */
/* gnavi
============================== */
#tmp_gnavi {
	display:none; /* 変更しない */
	background:none;
}
/* pankuzu
============================== */
#tmp_pankuzu {
	display:none; /* 変更しない */
}
#tmp_sma_pankuzu {
	display:block;
	padding:8px 10px 5px;
	border-top:1px solid #F5F0DC;
	clear:both;
}
/* lnavi
============================== */
/* event_cal
============================== */
/*::::: event :::::::::::::::*/
#tmp_event_cal {
	height:1%;
	background:none;
	margin-bottom: 15px;
}
#tmp_event_cal_ttl {
	padding:19px 6px 3px 6px; 
	font-weight:normal;
	background-size:cover !important;
}
#tmp_event_cal_ttl p {
	margin: 10px 0 0;
}
#tmp_event_cal_ttl p#tmp_event_year {
	margin: 5px 0 0;
	font-size: 200%;
}
/* cal_ttl_bg */
#tmp_event_cal .cal_ttl_01 {
	background:url(/shared/templates/free/images/contents/event/event-cal-ttl-bg-01.jpg) no-repeat left top;
}
#tmp_event_cal .cal_ttl_02 {
	background:url(/shared/templates/free/images/contents/event/event-cal-ttl-bg-02.jpg) no-repeat left top;
}
#tmp_event_cal .cal_ttl_03 {
	background:url(/shared/templates/free/images/contents/event/event-cal-ttl-bg-03.jpg) no-repeat left top;
}
#tmp_event_cal .cal_ttl_04 {
	background:url(/shared/templates/free/images/contents/event/event-cal-ttl-bg-04.jpg) no-repeat left top;
}
#tmp_event_cal .cal_ttl_05 {
	background:url(/shared/templates/free/images/contents/event/event-cal-ttl-bg-05.jpg) no-repeat left top;
}
#tmp_event_cal .cal_ttl_06 {
	background:url(/shared/templates/free/images/contents/event/event-cal-ttl-bg-06.jpg) no-repeat left top;
	-webkit-background-size: 100%;
	background-size: 100%;
}
#tmp_event_cal .cal_ttl_07 {
	background:url(/shared/templates/free/images/contents/event/event-cal-ttl-bg-07.jpg) no-repeat left top;
}
#tmp_event_cal .cal_ttl_08 {
	background:url(/shared/templates/free/images/contents/event/event-cal-ttl-bg-08.jpg) no-repeat left top;
}
#tmp_event_cal .cal_ttl_09 {
	background:url(/shared/templates/free/images/contents/event/event-cal-ttl-bg-09.jpg) no-repeat left top;
}
#tmp_event_cal .cal_ttl_10 {
	background:url(/shared/templates/free/images/contents/event/event-cal-ttl-bg-10.jpg) no-repeat left top;
}
#tmp_event_cal .cal_ttl_11 {
	background:url(/shared/templates/free/images/contents/event/event-cal-ttl-bg-11.jpg) no-repeat left top;
}
#tmp_event_cal .cal_ttl_12 {
	background:url(/shared/templates/free/images/contents/event/event-cal-ttl-bg-12.jpg) no-repeat left top;
}
#tmp_event_year {
	margin:3px 0 0 0;
}
#tmp_wrap_event_cal_cnt {
	clear:both;
	height:1%;
	padding:0 6px 8px 6px;
	border:1px solid #B4B4B4;
	border-top:none;
}
#tmp_event_cal_cnt {
	width:100%;
}
#tmp_event_cal .calendar,
#tmp_event_cal .calendar td,
#tmp_event_cal .calendar th {
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #CCCCCC;
}
#tmp_event_cal .calendar td.bgcolor{
	background: #FFF7CC;
}
#tmp_event_cal .calendar td.bgcolor:first-child{
	color:#CC0000;
}
#tmp_event_cal .calendar td.bgcolor:last-child{
	color:#3333CC;
}
#tmp_event_cal .calendar {
	width:100%;
	margin:0 0 12px 0;
}
#tmp_event_cal .calendar th {
	font-size:1%;
	line-height:0.1;
	margin:0;
	padding:0;
	background-color:#FFF7CC;
}
#tmp_event_cal .calendar td {
	text-align:center;
	vertical-align:middle;
	padding: 5px 0;
}
#tmp_event_cal .calendar .today {
	display:block;
	background-color:#F1F8E7;
	font-weight:bold;
}
#tmp_event_cal .calendar a {
	color:#000000;
}
#tmp_event_cal .calendar .sun a {
	color:#CC0000;
}
#tmp_event_cal .calendar .sat a {
	color:#3333CC;
}
#tmp_cal_navi:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
#tmp_contents #tmp_cal_navi {
 	height:1%;
	clear:both;
	margin:0;
	padding:0;	
	list-style:none;
}
#tmp_contents #tmp_cal_navi li {
	float:left;
	line-height:1.1;
}
#tmp_contents #tmp_cal_navi .prev {
	padding:0 6px 0 15px;
	border-right:1px solid #000000;
	background:url(/shared/templates/free/images/contents/event/event-cal-prev.gif) no-repeat left center;
}
#tmp_contents #tmp_cal_navi .next {
	padding:0 15px 0 6px;
	background:url(/shared/templates/free/images/contents/event/event-cal-next.gif) no-repeat right center;
}
#tmp_contents #tmp_cal_navi .list {
	float:right;
}
/* cate_ttl
============================== */
#tmp_cate_ttl img {
    height:auto;
    max-width:100%;
}
#tmp_sma_lmenu #tmp_cate_ttl img {
	width:auto;
}
/* rnavi
============================== */
/* pnavi
============================== */
/* plugin ▼変更しない
============================== */
.plugin {
	display:none;
}
/* ==================================================
model_change
================================================== */
/* PCスマホ切替表示 ▼変更しない
============================== */
#tmp_model_change {
	display:block;
}
/* ==================================================
footer
================================================== */
/* fnavi
============================== */
#tmp_fnavi {
	padding:7px 12px;
}
#tmp_fnavi li {
	background: url(/shared/images/common/sp/arrow-icon.png) no-repeat left center;
	-webkit-background-size: 14px;
	background-size: 14px;
	padding:7px 0 7px 18px;
	font-size: 85.7%;
}
#tmp_footer_lower {
	padding:10px 15px;
}
#tmp_wrap_address {
	margin:0;
	float:none;
}
.lang_en_top #tmp_wrap_address,
.lang_en #tmp_wrap_address,
.lang_ko_top #tmp_wrap_address,
.lang_ko #tmp_wrap_address,
.lang_zh-cn_top #tmp_wrap_address,
.lang_zh-cn #tmp_wrap_address,
.lang_zh-tw_top #tmp_wrap_address,
.lang_zh-tw #tmp_wrap_address,
.lang_pt_top #tmp_wrap_address,
.lang_pt #tmp_wrap_address,
.lang_es_top #tmp_wrap_address,
.lang_es #tmp_wrap_address,
.lang_tl_top #tmp_wrap_address,
.lang_tl #tmp_wrap_address {
	margin:0;
}
#tmp_wrap_address address {
	padding:0;
	text-indent:0;
	margin-bottom: 8px;
	font-size: 85.7%;
}
.lang_en_top #tmp_wrap_address address,
.lang_en #tmp_wrap_address address,
.lang_ko_top #tmp_wrap_address address,
.lang_ko #tmp_wrap_address address,
.lang_zh-cn_top #tmp_wrap_address address,
.lang_zh-cn #tmp_wrap_address address,
.lang_zh-tw_top #tmp_wrap_address address,
.lang_zh-tw #tmp_wrap_address address,
.lang_pt_top #tmp_wrap_address address,
.lang_pt #tmp_wrap_address address,
.lang_es_top #tmp_wrap_address address,
.lang_es #tmp_wrap_address address,
.lang_tl_top #tmp_wrap_address address,
.lang_tl #tmp_wrap_address address {
	padding:0;
}
#tmp_wrap_address address strong {
	display:block;
}
#tmp_wrap_address address span {
	display:block;
}
#tmp_flnavi {
	float:none;
	width:100%;
}
.lang_en_top #tmp_flnavi,
.lang_en #tmp_flnavi,
.lang_ko_top #tmp_flnavi,
.lang_ko #tmp_flnavi,
.lang_zh-cn_top #tmp_flnavi,
.lang_zh-cn #tmp_flnavi,
.lang_zh-tw_top #tmp_flnavi,
.lang_zh-tw #tmp_flnavi,
.lang_pt_top #tmp_flnavi,
.lang_pt #tmp_flnavi,
.lang_es_top #tmp_flnavi,
.lang_es #tmp_flnavi,
.lang_tl_top #tmp_flnavi,
.lang_tl #tmp_flnavi {
	width:100%;
}
#tmp_flnavi li {
	margin-right:11px;
}
#tmp_flnavi li a {
	width: auto;
	height: auto;
	color: #294015;
	text-decoration: none;
	font-size: 85.7%;
	display: block;
	border: 2px solid #51822B;
	padding: 5px;
	min-width: 61px;
	background: #F6F6F6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	-webkit-box-shadow: 0 0 1px #000000;
	-moz-box-shadow: 0 0 1px #000000;
	box-shadow: 0 0 1px #000000;
}
#tmp_flnavi li:first-child a {
	background: #F6F6F6;
	width: auto;
}
.lang_en_top #tmp_flnavi li a,
.lang_en #tmp_flnavi li a,
.lang_ko_top #tmp_flnavi li a,
.lang_ko #tmp_flnavi li a,
.lang_zh-cn_top #tmp_flnavi li a,
.lang_zh-cn #tmp_flnavi li a,
.lang_zh-tw_top #tmp_flnavi li a,
.lang_zh-tw #tmp_flnavi li a,
.lang_pt_top #tmp_flnavi li a,
.lang_pt #tmp_flnavi li a,
.lang_es_top #tmp_flnavi li a,
.lang_es #tmp_flnavi li a,
.lang_tl_top #tmp_flnavi li a,
.lang_tl #tmp_flnavi li a {
	background: #F6F6F6 !important;
}
#tmp_flnavi li a span {
	z-index:1;
}
#tmp_copyright {
	font-size: 85.7%;
}
/* ==================================================
class
================================================== */
/* float ▼変更しない
============================== */
.float_lft,
.float_rgt {
	float:none;
	margin-left:0 !important;
	margin-right:0 !important;
}
/* ==================================================
parts
================================================== */
/* parts ▼変更しない
============================== */
div.col2 div.col2L,
div.col3 div.col3L,
div.col3 div.col3M,
div.col2 div.col2 div.col2L,
div.fixed_col2 div.fixed_col2L {
	width:100%;
	margin-right:0;
	float:none;
	clear:both;
}
div.col2 div.col2R,
div.col3 div.col3R,
div.col2 div.col2 div.col2R,
div.fixed_col2 div.fixed_col2R {
	width:100%;
	float:none;
	clear:both;
}
#tmp_contents div.col3 ul,
#tmp_contents div.col2 ul {
	margin-bottom:0;
}
div.img_cap {
	width:auto !important;
}
#tmp_contents img {
	max-width:100%;
	height:auto;
}
#tmp_contents ul,
#tmp_contents ol {
	margin-left:22px;
}
#tmp_contents table {
	width:auto;
}
#tmp_contents table table {
	max-width:100%;
}
#tmp_contents table th,
#tmp_contents table td {
	width:auto;
	white-space:normal;
}
#tmp_contents table.gsc-search-box td.gsc-input {
	width:100% !important;
}
#tmp_contents input[type="text"],
#tmp_contents textarea {
	width:100% !important;
	padding:0;
	box-sizing:border-box;/* CSS3 */
	-webkit-box-sizing:border-box;/* Webkit */
	-moz-box-sizing:border-box;/* Mozilla */
}
/* event ▼変更しない
============================== */
/* event_page_navi */
#tmp_contents .event_page_navi div.fixed_col2L,
#tmp_contents .event_page_navi div.fixed_col2R {
	clear:none;
    width:48.5%;
}
#tmp_contents .event_page_navi div.fixed_col2L {
	float:left;
}
#tmp_contents .event_page_navi div.fixed_col2R {
	float:right;
}
/* box_photo */
#tmp_contents .wrap_box_photo_txt {
	margin-right:0;
	float:none;
}
#tmp_contents .box_photo_txt {
	margin-right:0;
}
#tmp_contents .box_photo_img {
	width:auto;
	float:none;
}
/* map
============================== */
/* free */
#tmp_ymap_box{
	width: auto !important;
	height:300px !important;
	margin:15px 0 0.8em;
	clear:both; /* 変更しない */
}
#tmp_ymap_box {
	height:220px !important; /* 変更しない */
	margin:15px 0 0.8em;
	clear:both; /* 変更しない */
}
#tmp_ymap_box img {
	height:auto; /* 変更しない */
	max-width:none; /* 変更しない */
}
#map {
	width:auto !important;
	height:300px !important;
}
/* shisetsu */
#tmp_map_search p {
	display:block;
	margin-right:0;
}
#tmp_map_search strong {
	display:block;
}
#tmp_map_search #keyword {
	margin-left:0;
}
#tmp_map_list {
	width:auto; /* 変更しない */
	margin-right:0; /* 変更しない */
	float:none; /* 変更しない */
	position:static; /* 変更しない */
	z-index:auto; /* 変更しない */
}
#tmp_wrap_gmap_box {
	float:none; /* 変更しない */
}
#tmp_wrap_gmap_box2 {
	margin-left:0; /* 変更しない */
}
#tmp_contents #tmp_facilities_btn li {
	width:50%;
	-webkit-box-sizing:border-box; /* Webkit */
	-moz-box-sizing:border-box; /* Mozilla */
	box-sizing:border-box; /* CSS3 */
}
#tmp_result_list {
	margin:0 0 20px;
}
/* event */
#tmp_contents .photo_l {
	margin:auto;
	float:none;
}
/* ==================================================
contents
================================================== */
/* top */
#tmp_sp_top_navi {
	display: block;
	margin-top: -10px;
	padidng-bottom: 6px;
	background:none;
}
#tmp_sp_top_navi ul {
	list-style:none;
	padding: 0 10px;
	font-size: 100%;
}
#tmp_sp_top_navi ul:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#tmp_sp_top_navi ul li {
	float:left;
	width: 33%;
	margin-right: 0.5%;
	margin-bottom: 2px;
}
#tmp_sp_top_navi ul li:nth-child(3n){
	margin-right: 0;
}	
#tmp_sp_top_navi ul li a{
	display: block;
	min-height: 40px;
	position: relative;
	font-weight: bold;
	padding-top: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;

}
#tmp_sp_top_navi ul li:last-child a{
	font-size: 85.7%;
	color: #3A631D;
}
#tmp_sp_top_navi ul li a{
	background: #3A631D url(/shared/templates/top/images/contents/sp/gnavi-bg.png) no-repeat top left;
	-webkit-background-size: 198px 39px;
	background-size: 198px 39px;
	width: 100%;
}
#tmp_sp_top_navi li:last-child a{
	background: #F5F0DC url(/shared/templates/top/images/contents/sp/gnavi-bg2.png) no-repeat top left;
	-webkit-background-size: 198px 39px;
	background-size: 198px 39px;
	width: 100%;
}
#tmp_main {
	background-color:#FFF;
}
#tmp_wrap_mm {
	float:none;
	width:100%;
	margin:0;
}
#tmp_wrap_mm2 {
	margin:0;
}
#tmp_wrap_rnavi {
	width:100%;
	float:none;
	margin:0;
	display:none;
}
.format_top #tmp_wrap_rnavi {
	display:block;
}
.format_top #tmp_wrap_rnavi #tmp_rnavi_banner_box {
	display:none;
}
#tmp_main #tmp_wrap_rnavi {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
#tmp_wrap_rnavi2 {
	padding:10px 10px 20px;
}
#tmp_wrap_lnavi {
	width:100%;
	margin:0;
	float:none;
	position:relative;
	z-index:1;
}
#tmp_rnavi_contents {
	width:100%;
	margin:0;
	float:none;
}
#tmp_full_contents {
	width:100%;
	float:none;
}
#tmp_wrap_menu {
	width:100%;
	margin:0;
	float:none;
	position:relative;
	z-index:1;
}
#tmp_wrap_maincontents {
	width:100%;
	float:none;
	margin:0;
}
#tmp_wrap_maincontents2 {
	margin:0;
	padding:10px 0	;
}
#tmp_flashcontent {
	height:0;
	background: url(/shared/templates/top/images/contents/sp/top-main-img.jpg) no-repeat left top;
	-webkit-background-size: cover;
	background-size: cover;
	border-top:none;
	padding-bottom:36.88%;
}
#tmp_flashcontent #tmp_fla_ttl {
	z-index: -1;
	position: relative;
	float: none;
}
#tmp_flashcontent #tmp_fla_ttl img {
	width: 116px;
	height: auto;
}
#tmp_menu {
	padding:10px;
}
#tmp_menu #tmp_safety_news a {
	background: url(/shared/images/common/sp/anshin-icon.jpg) no-repeat left center;
	-webkit-background-size: 15px;
	background-size: 15px;
}
#tmp_menu #tmp_emergency_ttl h2,
#tmp_menu #tmp_emergency2_ttl h2,
#tmp_menu #tmp_safety_news h2 {
	padding:0 3px;
}
#tmp_main #tmp_photo_report {
	margin:0px 0px 15px 0px;
	background:url(/shared/templates/top/images/contents/sp/photo-report-bg.png) repeat-y left top;
	-webkit-background-size:100% auto;
	background-size:100% auto;
}
#tmp_main #tmp_photo_report_ttl {
	height:0;
	width:100%;
	background:url(/shared/templates/top/images/contents/sp/photo-report-ttl-ja.png) no-repeat left top;
	-webkit-background-size:cover;
	background-size:cover;
	padding-bottom:29.17%;
}
.lang_en_top #tmp_main #tmp_photo_report_ttl {
	background-image:url(/shared/templates/top/images/contents/sp/photo-report-ttl-en.png);
}
.lang_ko_top #tmp_main #tmp_photo_report_ttl {
	background-image:url(/shared/templates/top/images/contents/sp/photo-report-ttl-ko.png);
}
.lang_zh-cn_top #tmp_main #tmp_photo_report_ttl {
	background-image:url(/shared/templates/top/images/contents/sp/photo-report-ttl-zh-cn.png);
}
.lang_zh-tw_top #tmp_main #tmp_photo_report_ttl {
	background-image:url(/shared/templates/top/images/contents/sp/photo-report-ttl-zh-tw.png);
}
.lang_pt_top #tmp_main #tmp_photo_report_ttl{
	background-image:url(/shared/templates/top/images/contents/sp/photo-report-ttl-pt.png);
}
.lang_es_top #tmp_main #tmp_photo_report_ttl {
	background-image:url(/shared/templates/top/images/contents/sp/photo-report-ttl-es.png);
}
.lang_tl_top #tmp_main #tmp_photo_report_ttl {
	background-image:url(/shared/templates/top/images/contents/sp/photo-report-ttl-tl.png);
}
#tmp_main #tmp_photo_report_ttl span {
	display:block;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
#tmp_main #tmp_photo_report_cnt {
	padding:0px 5% 9% 5%;
	background:url(/shared/templates/top/images/contents/sp/photo-report-bottom.png) no-repeat left bottom;	
	-webkit-background-size:100% auto;
	background-size:100% auto;
}
#tmp_main #tmp_photo_report_cnt p img {
	margin:0 auto;
	display:block;
	max-width:100%;
	width:auto;
	height:auto;
}
#tmp_menu #tmp_online {	
	border: 1px solid #518B29;
	-webkit-border-radius: 0;
	-moz-border-radius:0;
	border-radius: 0;
	background: #FFFFFF;
	padding: 0;
}
#tmp_menu #tmp_online_ttl {
	background: #CFE7BB;
	border: none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
#tmp_menu #tmp_online_ttl h2 {
	font-size: 100%;
	padding: 3px 8px;
}
#tmp_menu #tmp_online_cnt {
	padding:10px;
	border: 1px solid #FFFFFF;
	background: #FFFFFF;
}
#tmp_menu #tmp_online_cnt ul {
	margin:0px 0px 0px 15px;
	list-style-image:url(/shared/templates/free/images/navi/icon-list.gif);
}
#tmp_menu #tmp_online_cnt li {
	margin:0em 0em 0.3em 0em;
}
#tmp_maincontents {
	width:100%;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#tmp_maincontents #tmp_search_ttl ul {
	background:url(/shared/templates/top/images/contents/search-ttl-bg.gif) repeat-x left bottom;
	display: table;
	width: 100%;
	font-size: 85.7%;
}
#tmp_maincontents #tmp_search_ttl ul:after {
	display: none;
}
#tmp_maincontents #tmp_search_ttl li {
	display: table-cell;
	width: 33.334%;
	padding:0px 0.5% 0px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
}
#tmp_maincontents #tmp_search_ttl li:last-child {
	padding-right: 0;
}
#tmp_maincontents #tmp_search_ttl li a{
	display: table-cell;
	height: 39px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #000000;
	padding: 0 8px;
	vertical-align: middle;
	text-decoration: none;
}
#tmp_maincontents #tmp_search_ttl li.active a{
	height: 41px;
	margin-bottom: -2px;
}
#tmp_maincontents #tmp_search_ttl li.search_ttl01 a {
	background: -moz-linear-gradient(top, #ffffff 12%, #d2e8c0 65%);
	background: -webkit-linear-gradient(top, #ffffff 12%,#d2e8c0 65%);
	background: linear-gradient(to bottom, #ffffff 12%,#d2e8c0 65%);
	border: 2px solid #518B29;
	border-bottom: none;
}
#tmp_maincontents #tmp_search_ttl li.search_ttl01.active a {
	background: #FFCC66;
	border: 2px solid #D17521;
	border-bottom: none;
}
#tmp_maincontents #tmp_search_ttl li.search_ttl02 a {
	background: -moz-linear-gradient(top, #ffffff 12%, #d2e8c0 65%);
	background: -webkit-linear-gradient(top, #ffffff 12%,#d2e8c0 65%);
	background: linear-gradient(to bottom, #ffffff 12%,#d2e8c0 65%);
	border: 2px solid #518B29;
	border-bottom: none;
}
#tmp_maincontents #tmp_search_ttl li.search_ttl02.active a {
	background: #FFCC66;
	border: 2px solid #D17521;
	border-bottom: none;
}
#tmp_maincontents #tmp_search_ttl li.search_ttl03 a {
	background: -moz-linear-gradient(top, #ffffff 12%, #d2e8c0 65%);
	background: -webkit-linear-gradient(top, #ffffff 12%,#d2e8c0 65%);
	background: linear-gradient(to bottom, #ffffff 12%,#d2e8c0 65%);
	border: 2px solid #518B29;
	border-bottom: none;
}
#tmp_maincontents #tmp_search_ttl li.search_ttl03.active a {
	background: #FFCC66;
	border: 2px solid #D17521;
	border-bottom: none;
}
.lang_en_top #tmp_maincontents #tmp_search_ttl li.search_ttl01.active a,
.lang_en #tmp_maincontents #tmp_search_ttl li.search_ttl01.active a,
.lang_ko_top #tmp_maincontents #tmp_search_ttl li.search_ttl01.active a,
.lang_ko #tmp_maincontents #tmp_search_ttl li.search_ttl01.active a,
.lang_zh-cn_top #tmp_maincontents #tmp_search_ttl li.search_ttl01.active a,
.lang_zh-cn #tmp_maincontents #tmp_search_ttl li.search_ttl01.active a,
.lang_zh-tw_top #tmp_maincontents #tmp_search_ttl li.search_ttl01.active a,
.lang_zh-tw #tmp_maincontents #tmp_search_ttl li.search_ttl01.active a,
.lang_pt_top #tmp_maincontents #tmp_search_ttl li.search_ttl01.active a,
.lang_pt #tmp_maincontents #tmp_search_ttl li.search_ttl01.active a,
.lang_es_top #tmp_maincontents #tmp_search_ttl li.search_ttl01.active a,
.lang_es #tmp_maincontents #tmp_search_ttl li.search_ttl01.active a,
.lang_tl_top #tmp_maincontents #tmp_search_ttl li.search_ttl01.active a,
.lang_tl #tmp_maincontents #tmp_search_ttl li.search_ttl01.active a,
.lang_en_top #tmp_maincontents #tmp_search_ttl li.search_ttl02.active a,
.lang_en #tmp_maincontents #tmp_search_ttl li.search_ttl02.active a,
.lang_ko_top #tmp_maincontents #tmp_search_ttl li.search_ttl02.active a,
.lang_ko #tmp_maincontents #tmp_search_ttl li.search_ttl02.active a,
.lang_zh-cn_top #tmp_maincontents #tmp_search_ttl li.search_ttl02.active a,
.lang_zh-cn #tmp_maincontents #tmp_search_ttl li.search_ttl02.active a,
.lang_zh-tw_top #tmp_maincontents #tmp_search_ttl li.search_ttl02.active a,
.lang_zh-tw #tmp_maincontents #tmp_search_ttl li.search_ttl02.active a,
.lang_pt_top #tmp_maincontents #tmp_search_ttl li.search_ttl02.active a,
.lang_pt #tmp_maincontents #tmp_search_ttl li.search_ttl02.active a,
.lang_es_top #tmp_maincontents #tmp_search_ttl li.search_ttl02.active a,
.lang_es #tmp_maincontents #tmp_search_ttl li.search_ttl02.active a,
.lang_tl_top #tmp_maincontents #tmp_search_ttl li.search_ttl02.active a,
.lang_tl #tmp_maincontents #tmp_search_ttl li.search_ttl02.active a,
.lang_en_top #tmp_maincontents #tmp_search_ttl li.search_ttl03.active a,
.lang_en #tmp_maincontents #tmp_search_ttl li.search_ttl03.active a,
.lang_ko_top #tmp_maincontents #tmp_search_ttl li.search_ttl03.active a,
.lang_ko #tmp_maincontents #tmp_search_ttl li.search_ttl03.active a,
.lang_zh-cn_top #tmp_maincontents #tmp_search_ttl li.search_ttl03.active a,
.lang_zh-cn #tmp_maincontents #tmp_search_ttl li.search_ttl03.active a,
.lang_zh-tw_top #tmp_maincontents #tmp_search_ttl li.search_ttl03.active a,
.lang_zh-tw #tmp_maincontents #tmp_search_ttl li.search_ttl03.active a,
.lang_pt_top #tmp_maincontents #tmp_search_ttl li.search_ttl03.active a,
.lang_pt #tmp_maincontents #tmp_search_ttl li.search_ttl03.active a,
.lang_es_top #tmp_maincontents #tmp_search_ttl li.search_ttl03.active a,
.lang_es #tmp_maincontents #tmp_search_ttl li.search_ttl03.active a,
.lang_tl_top #tmp_maincontents #tmp_search_ttl li.search_ttl03.active a,
.lang_tl #tmp_maincontents #tmp_search_ttl li.search_ttl03.active a {
	background: #FFCC66 !important;
}
.lang_en_top #tmp_maincontents #tmp_search_ttl li.search_ttl01 a,
.lang_en #tmp_maincontents #tmp_search_ttl li.search_ttl01 a,
.lang_ko_top #tmp_maincontents #tmp_search_ttl li.search_ttl01 a,
.lang_ko #tmp_maincontents #tmp_search_ttl li.search_ttl01 a,
.lang_zh-cn_top #tmp_maincontents #tmp_search_ttl li.search_ttl01 a,
.lang_zh-cn #tmp_maincontents #tmp_search_ttl li.search_ttl01 a,
.lang_zh-tw_top #tmp_maincontents #tmp_search_ttl li.search_ttl01 a,
.lang_zh-tw #tmp_maincontents #tmp_search_ttl li.search_ttl01 a,
.lang_pt_top #tmp_maincontents #tmp_search_ttl li.search_ttl01 a,
.lang_pt #tmp_maincontents #tmp_search_ttl li.search_ttl01 a,
.lang_es_top #tmp_maincontents #tmp_search_ttl li.search_ttl01 a,
.lang_es #tmp_maincontents #tmp_search_ttl li.search_ttl01 a,
.lang_tl_top #tmp_maincontents #tmp_search_ttl li.search_ttl01 a,
.lang_tl #tmp_maincontents #tmp_search_ttl li.search_ttl01 a,
.lang_en_top #tmp_maincontents #tmp_search_ttl li.search_ttl02 a,
.lang_en #tmp_maincontents #tmp_search_ttl li.search_ttl02 a,
.lang_ko_top #tmp_maincontents #tmp_search_ttl li.search_ttl02 a,
.lang_ko #tmp_maincontents #tmp_search_ttl li.search_ttl02 a,
.lang_zh-cn_top #tmp_maincontents #tmp_search_ttl li.search_ttl02 a,
.lang_zh-cn #tmp_maincontents #tmp_search_ttl li.search_ttl02 a,
.lang_zh-tw_top #tmp_maincontents #tmp_search_ttl li.search_ttl02 a,
.lang_zh-tw #tmp_maincontents #tmp_search_ttl li.search_ttl02 a,
.lang_pt_top #tmp_maincontents #tmp_search_ttl li.search_ttl02 a,
.lang_pt #tmp_maincontents #tmp_search_ttl li.search_ttl02 a,
.lang_es_top #tmp_maincontents #tmp_search_ttl li.search_ttl02 a,
.lang_es #tmp_maincontents #tmp_search_ttl li.search_ttl02 a,
.lang_tl_top #tmp_maincontents #tmp_search_ttl li.search_ttl02 a,
.lang_tl #tmp_maincontents #tmp_search_ttl li.search_ttl02 a,
.lang_en_top #tmp_maincontents #tmp_search_ttl li.search_ttl03 a,
.lang_en #tmp_maincontents #tmp_search_ttl li.search_ttl03 a,
.lang_ko_top #tmp_maincontents #tmp_search_ttl li.search_ttl03 a,
.lang_ko #tmp_maincontents #tmp_search_ttl li.search_ttl03 a,
.lang_zh-cn_top #tmp_maincontents #tmp_search_ttl li.search_ttl03 a,
.lang_zh-cn #tmp_maincontents #tmp_search_ttl li.search_ttl03 a,
.lang_zh-tw_top #tmp_maincontents #tmp_search_ttl li.search_ttl03 a,
.lang_zh-tw #tmp_maincontents #tmp_search_ttl li.search_ttl03 a,
.lang_pt_top #tmp_maincontents #tmp_search_ttl li.search_ttl03 a,
.lang_pt #tmp_maincontents #tmp_search_ttl li.search_ttl03 a,
.lang_es_top #tmp_maincontents #tmp_search_ttl li.search_ttl03 a,
.lang_es #tmp_maincontents #tmp_search_ttl li.search_ttl03 a,
.lang_tl_top #tmp_maincontents #tmp_search_ttl li.search_ttl03 a,
.lang_tl #tmp_maincontents #tmp_search_ttl li.search_ttl03 a {
	background: -moz-linear-gradient(top, #ffffff 12%, #d2e8c0 65%);
	background: -webkit-linear-gradient(top, #ffffff 12%,#d2e8c0 65%);
	background: linear-gradient(to bottom, #ffffff 12%,#d2e8c0 65%);
}
#tmp_maincontents #tmp_search_ttl li a span{
	z-index: 1;
}
#tmp_maincontents #tmp_classification {
	background-color:#FFFFFF;
}
#tmp_maincontents #tmp_wrap_life_box {
	margin-bottom: 20px;
}
#tmp_maincontents #tmp_life_box h2 {
	width: 100%;
	height:50px;
	background:url(/shared/templates/top/images/contents/sp/life-box-ttl-bg.jpg) no-repeat right top;
	-webkit-background-size: auto 50px;
	background-size: auto 50px;
	margin-bottom: 15px;
	float:none;
	height: 32px;
}
#tmp_maincontents #tmp_wrap_edu_box {
	width:100%;
	float:none;
	margin-right:0;
	margin-bottom: 20px;
}
#tmp_maincontents #tmp_edu_box h2 {
	width: 100%;
	background:url(/shared/templates/top/images/contents/sp/edu-box-ttl-bg.jpg) no-repeat right top;
	-webkit-background-size: auto 30px;
	background-size: auto 30px;
	margin-bottom: 15px;
	height: 32px;
}
#tmp_maincontents #tmp_wrap_enjoy_box {
	width:100%;
	float:none;
	margin-right:0;
	margin-bottom: 20px;
}
#tmp_maincontents #tmp_enjoy_box h2 {
	width: 100%;
	background:url(/shared/templates/top/images/contents/sp/enjoy-box-ttl-bg.jpg) no-repeat right top;
	-webkit-background-size: auto 30px;
	background-size: auto 30px;
	margin-bottom: 15px;
	height: 32px;
}
#tmp_maincontents #tmp_life_scene {
	background-color:#FFFFFF;
}
#tmp_maincontents #tmp_wrap_life_scene_box {
	padding:0 2px;
}
#tmp_maincontents #tmp_life_scene_box li {
	float:left;
	width: 33.335%;
	margin:0 0 4px;
	padding: 0 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#tmp_maincontents #tmp_life_scene_box li img {
	width: 100%;
	height: auto;
}
#tmp_maincontents #tmp_classification h2 img {
	margin-top:0;
}
#tmp_maincontents #tmp_question {
	background-color:#FFFFFF;
}
#tmp_maincontents #tmp_much_faq li {
	background:url(/shared/templates/top/images/contents/sp/yokuaru-icon-q.png) no-repeat left 0.3em;
	-webkit-background-size: 16px;
	background-size: 16px;
}
#tmp_maincontents .info_cnt ul {
	margin:0.5em 0px 0.5em 0;
}
#tmp_maincontents .info_cnt table td{
	display: list-item;
	list-style: none;
}
#tmp_maincontents .info_cnt table tr td:last-child{
	margin-bottom: 10px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #AAAAAA;
}
#tmp_banner_box {
	padding:10px 15px;
	clear:both;
}
#tmp_banner_box p {
	padding:0 0 0 18px;
	background: url(/shared/images/common/sp/arrow-icon.png) no-repeat left center;
	-webkit-background-size: 14px;
	background-size: 14px;
	font-size:85.7%;
}
#tmp_banner_box .banner ul li {
	width: 49% !important;
	margin:0 0 8px;
	padding:0;
	float:left;
	line-height:0;
}
#tmp_banner_box .banner ul li:nth-of-type(odd) {
	margin:0 2% 8px 0;
}
#tmp_banner_box .banner ul li img {
	max-width: 100%;
	height: auto;
}
#tmp_rnavi #tmp_mymenu {
	display: none;
}
#tmp_rnavi #tmp_rnavi_menu{
	margin-bottom: 18px;
}
#tmp_rnavi #tmp_rnavi_menu li img {
	width: 100%;
	height: auto;
}
#tmp_rnavi #tmp_rnavi_banner{
	overflow: hidden;
}
#tmp_rnavi #tmp_rnavi_banner li {
	width: 49%;
	float: left;
}
#tmp_rnavi #tmp_rnavi_banner li:nth-child(odd) {
	margin-right: 2%;
}
#tmp_rnavi #tmp_rnavi_banner li img {
	width: 100%;
	height: auto;
}



/**/
#tmp_wrap_lc {
	float:none;
	width:100%;
	margin:0;
}
#tmp_wrap_lc2 {
	margin:0;
}
#tmp_wrap_lnavi {
	width:100%;
	margin:0;
	float:none;
	display: none;
}
#tmp_rnavi_contents #tmp_wrap_contents {
	margin:0;
}
#tmp_full_contents #tmp_wrap_contents,
#tmp_lnavi_contents #tmp_wrap_contents {
	margin:0;
	padding: 0;
}
#tmp_contents h1 {
	background:#F1F8E7 url(/shared/templates/free/images/contents/h1-bg.gif) no-repeat right bottom;
	-webkit-background-size: auto 22px;
	background-size: auto 22px;
	padding:6px 40px 10px 15px;
}
#tmp_contents h2 {
	clear:both;
	margin:1em 0 0.5em;
	padding:2px 0px 2px 15px;
	font-size:130%;
	background:#FFFFD4 url(/shared/templates/free/images/contents/sp/sp-h2-bg.jpg) repeat-y left top;
	-webkit-background-size: 300px auto;
	background-size: 300px auto;
	color:inherit;
	position: relative;
}
#tmp_contents h2:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 4px;
	height: 100%;
	background: #ffff66;
	background: -moz-linear-gradient(top, #ffff66 0%, #69a637 50%, #3d6020 51%, #3d6020 100%);
	background: -webkit-linear-gradient(top, #ffff66 0%,#69a637 50%,#3d6020 51%,#3d6020 100%);
	background: linear-gradient(to bottom, #ffff66 0%,#69a637 50%,#3d6020 51%,#3d6020 100%);
}
#tmp_contents h3 {
	background:url(/shared/templates/free/images/contents/sp/sp-h3-bg.png) no-repeat 0px 0.1em;
	-webkit-background-size: 21px 22px;
	background-size: 21px 22px;
}
#tmp_contents h4 {
	background:url(/shared/templates/free/images/contents/sp/sp-h4-bg.png) no-repeat 0px 0.1em;
	-webkit-background-size: 9px 23px;
	background-size: 9px 23px;
}
#tmp_h1 h1#h1_life {
	background:url(/shared/templates/free/images/contents/sp/h1-life-bg.jpg) no-repeat left top;
}
#tmp_h1 h1#h1_study {
	background:url(/shared/templates/free/images/contents/sp/h1-study-bg.jpg) no-repeat left top;
}
#tmp_h1 h1#h1_enjoy {
	background:url(/shared/templates/free/images/contents/sp/h1-enjoy-bg.jpg) no-repeat left top;
}
#tmp_h1 h1#h1_work {
	background:url(/shared/templates/free/images/contents/sp/h1-work-bg.jpg) no-repeat left top;
}
#tmp_h1 h1#h1_municipal {
	background:url(/shared/templates/free/images/contents/sp/h1-municipal-bg.jpg) no-repeat left top;
}
#tmp_h1 h1 {
	-webkit-background-size: auto 60px !important;
	background-size: auto 60px !important;
}
#tmp_h1 h1 img{
	  width: 315px;
	  height: auto;
}

#tmp_contents #tmp_news_ttl {
	background: url(/shared/templates/top/images/contents/sp/sp-info-ttl-bg.jpg) no-repeat left top;
    -webkit-background-size: cover;
    background-size: cover;
}
#tmp_contents #tmp_news_ttl h2:before {
	display: none;
}
#tmp_contents #tmp_news_cnt td {
	display: list-item;
	list-style: none;
}
#tmp_contents #tmp_news_cnt td:last-child{
	margin-bottom: 10px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #AAAAAA;
}
table.box_info .box_info_ttl,
div.box_info .box_info_ttl {
	padding:0px 3px !important;
	color:#000000;
	background: #fbfcf9;
	background: -moz-linear-gradient(top, #fbfcf9 0%, #e8efe3 100%);
	background: -webkit-linear-gradient(top, #fbfcf9 0%,#e8efe3 100%);
	font-weight:bold !important;
	border-bottom:1px solid #588A2E !important;
}
table.box_info .box_info_ttl p,
div.box_info .box_info_ttl p {
	padding:5px 0px 5px 30px !important;
	margin:0px !important;
	background:url(/shared/templates/free/images/contents/sp/boxinfo-ttl-icon.png) no-repeat left center !important;
	-webkit-background-size: 25px 24px !important;
	background-size: 25px 24px !important;
}
table.box_link .box_link_ttl,
div.box_link .box_link_ttl {
	padding:0px 3px !important;
	color:#000000;
	background: #fbfcf9;
	background: -moz-linear-gradient(top, #fbfcf9 0%, #e8efe3 100%);
	background: -webkit-linear-gradient(top, #fbfcf9 0%,#e8efe3 100%);
	font-weight:bold !important;
	border-bottom:1px solid #588A2E !important;
}
table.box_link .box_link_ttl p,
div.box_link .box_link_ttl p {
	padding:5px 0px 5px 30px !important;
	margin:0px !important;
	background:url(/shared/templates/free/images/contents/sp/boxlink-ttl-icon.png) no-repeat left center !important;
	-webkit-background-size: 25px 23px !important;
	background-size: 25px 23px !important;
}
table.box_faq .box_faq_ttl,
div.box_faq .box_faq_ttl {
	padding:0px 3px !important;
	color:#000000;
	background: #fbfcf9;
	background: -moz-linear-gradient(top, #fbfcf9 0%, #e8efe3 100%);
	background: -webkit-linear-gradient(top, #fbfcf9 0%,#e8efe3 100%);
	font-weight:bold !important;
	border-bottom:1px solid #588A2E !important;
}
table.box_faq .box_faq_ttl p,
div.box_faq .box_faq_ttl p {
	padding:5px 0px 5px 30px !important;
	margin:0px !important;
	background:url(/shared/templates/free/images/contents/sp/boxfaq-ttl-icon.png) no-repeat left center !important;
	-webkit-background-size: 25px 23px !important;
	background-size: 25px 23px !important;
}
table.box_faq table.box_faq_cnt,
div.box_faq div.box_faq_cnt {
	padding:5px 10px;
}
table.datatable,
table.enquete_table {
	width: 100%;
}
#tmp_inquiry_ttl {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e8ece6 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#e8ece6 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#e8ece6 100%);
	padding: 5px 5px 3px;
}
/* ==================================================
mayor
================================================== */
#tmp_mayor_ttl {
	margin: 0 -10px;
	padding: 5px;
}
#tmp_mayor_ttl h1{
	-webkit-background-size: auto 60px;
	background-size: auto 60px;
}
#tmp_mayor_ttl h1 img{
	width: auto;
	height: 60px;
}
/* contents */
#tmp_contents #tmp_message_cnt .wrap_photo_cnt .next a{
	padding:0;
	background:none;
}
#tmp_contents #tmp_message_cnt .wrap_photo_cnt .next:before{
	content: '..';
	margin-right: 5px;
}
#tmp_contents #tmp_message {
	border:none;
	margin-top: 15px;
}
#tmp_contents #tmp_message_ttl {
	background:url(/shared/templates/mayor/images/contents/message-ttl-bg.jpg) repeat-x left top;
	-webkit-background-size: auto 26px;
	background-size: auto 26px;
}
#tmp_contents #tmp_message_ttl h2 img{
	height: 26px;
	width: auto;
}
#tmp_contents #tmp_message_ttl h2:before {
	display: none;
}
#tmp_contents #tmp_message_ttl p {
	float:right;
	margin: 0;
}
#tmp_contents #tmp_message_ttl p img{
	height: 26px;
	width: auto;
}
#tmp_contents #tmp_message_cnt {
	padding:0;
	background:none;
	margin-bottom: 20px;
}
#tmp_contents  #tmp_message_cnt .photo {
	padding:0;
	background:none;	
	float:none;
}
#tmp_contents #tmp_message_cnt .wrap_photo_cnt {
	width:100%;
	margin:0;
	float:none;
}
#tmp_contents #tmp_message_cnt .wrap_photo_cnt p {
	display: inline;
}
#tmp_contents #tmp_message_cnt .wrap_photo_cnt p.date{
	display: block;
	text-align:right;
}
#tmp_contents #tmp_message_cnt .photo_cnt {
	margin:0;
}
#tmp_contents #tmp_message_cnt .photo_cnt h3 {
	clear:both;
	margin:0 0 0.5em;
	padding:2px 0px 2px 15px;
	font-size:130%;
	background:#FFFFD4 url(/shared/templates/free/images/contents/sp/sp-h2-bg.jpg) repeat-y left top;
	-webkit-background-size: 300px auto;
	background-size: 300px auto;
	color:inherit;
	position: relative;
}
#tmp_contents #tmp_message_cnt .photo_cnt h3:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 4px;
	height: 100%;
	background: #ffff66;
	background: -moz-linear-gradient(top, #ffff66 0%, #69a637 50%, #3d6020 51%, #3d6020 100%);
	background: -webkit-linear-gradient(top, #ffff66 0%,#69a637 50%,#3d6020 51%,#3d6020 100%);
	background: linear-gradient(to bottom, #ffff66 0%,#69a637 50%,#3d6020 51%,#3d6020 100%);
}
/* ==================================================
gikai
================================================== */
#tmp_gikai_ttl {
	margin: 0 -10px;
	padding: 5px;
}
#tmp_gikai_ttl h1{
	padding:0 ;
	background:url(/shared/templates/gikai/images/contents/sp/gikai-ttl-bg.jpg) no-repeat left top;
	-webkit-background-size: auto 60px;
	background-size: auto 60px;
	height:1%;
}
#tmp_gikai_ttl h1 img{
	width: auto;
	height: 60px;
}
/* ==================================================
eco
================================================== */
#tmp_wrap_flashcontent_eco{
	margin: 0 -10px 10px;
	background: none;
	border-right: 5px solid #F5F0DC;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#tmp_wrap_flashcontent_eco #tmp_flashcontent {
	height:0;
	background: none;
	padding-bottom:43.55%;
}
#tmp_wrap_flashcontent_eco #tmp_flashcontent #tmp_fla_ttl,
#tmp_wrap_flashcontent_eco #tmp_flashcontent #tmp_fla_ttl2{
	display: none;
}
#tmp_wrap_flashcontent_eco #tmp_flashcontent #tmp_fla_ttl3{
	display: block;
}
#tmp_wrap_flashcontent_eco #tmp_flashcontent #tmp_fla_ttl3 img{
	width: 100%;
	height: auto;
}
#tmp_contents #tmp_news_box_eco .info_ttl h2{
	width: auto;
}
#tmp_contents #tmp_approach_box .info_ttl h2 {
	width:auto;
	margin:0;
	float:none;
	background:none;
	font-size: 100%;
}
#tmp_contents #tmp_approach_box .info_ttl h2:before{
	display: none;
}
#tmp_approach_box .info_ttl h2 img {
	margin:0;
}
/*::::: faq :::::::::::::::*/
#tmp_faq_ttl h1 {
	padding:0;
	margin:0;
	background:url(/shared/templates/free/images/contents/faq-ttl-bg.jpg) no-repeat right top;
	-webkit-background-size: auto 40px;
	background-size: auto 40px;
}
#tmp_faq_ttl h1 img{
	height: 40px;
	width: auto;
}
/* ==================================================
kids
================================================== */
/*::::: layout ::::::::::::::::: */
#tmp_wrap_kids_top_body {
	height:1%;
	padding:5px 0 10px 0;
	text-align:center;
}
#tmp_kids_top_body {
	width:100%;
	margin:0 auto;
	text-align:left;
}
#tmp_wrap_kids_body {
	margin:0 0 10px 0;
	height:1%;
	background:url(/shared/templates/base/images/kids/main/main-lft-bg.jpg) repeat-y left top;
}
#tmp_wrap_kids_body2 {
	background:url(/shared/templates/base/images/kids/main/main-rgt-bg.jpg) repeat-y right top;
}
#tmp_wrap_kids_body3 {
	background:url(/shared/templates/base/images/kids/main/main-lft-top-bg.jpg) no-repeat left top;
}
#tmp_wrap_kids_body4 {
	background:url(/shared/templates/base/images/kids/main/main-lft-btm-bg.jpg) no-repeat left bottom;
}
#tmp_wrap_kids_body5 {
	background:url(/shared/templates/base/images/kids/main/main-rgt-top-bg.jpg) no-repeat right top;
}
#tmp_wrap_kids_body6 {
	padding:9px 10px 10px 10px;
	background:url(/shared/templates/base/images/kids/main/main-rgt-btm-bg.jpg) no-repeat right bottom;
}
#tmp_wrap_kids_body7 {
	padding:7px 8px 10px 8px;
	border:2px solid #D5AA00;
	background-color:#F0F9DB;
}
/*::::: top :::::::::::::::*/
#tmp_kids_top_body #tmp_flashcontent {
	width:100%;
	height:0;
	margin:8px 0 13px 0;
	padding-bottom:113.33%;
	font-size:0.1%;
	line-height:0.1;
	position:relative;
	background:url(/shared/templates/base/images/kids/contents/sp-flash-bg.png) no-repeat top left;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#tmp_kids_top_body #tmp_flashcontent #tmp_message,
#tmp_kids_top_body #tmp_flashcontent #tmp_shigoto,
#tmp_kids_top_body #tmp_flashcontent #tmp_machinokoto,
#tmp_kids_top_body #tmp_flashcontent #tmp_tokucho,
#tmp_kids_top_body #tmp_flashcontent #tmp_doyatte,
#tmp_kids_top_body #tmp_flashcontent #tmp_quiz,
#tmp_kids_top_body #tmp_flashcontent #tmp_link,
#tmp_kids_top_body #tmp_flashcontent #tmp_omake {
	position:absolute;
	margin:0;
	padding:0;
}
#tmp_kids_top_body #tmp_flashcontent img {
	width: 100%;
	height: auto;
}
#tmp_kids_top_body #tmp_flashcontent h1 {
	position: absolute;
	width: 70%;
	top: 0;
	left: -2.3%;
}
#tmp_kids_top_body #tmp_flashcontent ul {
	list-style:none;
}
#tmp_kids_top_body #tmp_flashcontent #tmp_message {
	width: 48.17%;
	left:5.5%;
	top:12.2%;
}
#tmp_kids_top_body #tmp_flashcontent #tmp_shigoto {
	width: 24.5%;
	left:70.2%;
	top:39%;
}
#tmp_kids_top_body #tmp_flashcontent #tmp_machinokoto {
	width: 23.3%;
	left:57.67%;
	top:14.85%;
}
#tmp_kids_top_body #tmp_flashcontent #tmp_tokucho {
	width: 24.5%;
	left:5.67%;
	top:52.2%;
}
#tmp_kids_top_body #tmp_flashcontent #tmp_doyatte {
	width: 29%;
	left:49.5%;
	top:57.35%;
}
#tmp_kids_top_body #tmp_flashcontent #tmp_quiz {
	width: 27.5%;
	left:8%;
	top:80.9%;
}
#tmp_kids_top_body #tmp_flashcontent #tmp_link {
	width: 12%;
	left:65.83%;
	top:74.7%;
}
#tmp_kids_top_body #tmp_flashcontent #tmp_omake {
	width: 47%;
	left:50.83%;
	top:80.74%;
}
#tmp_kids_top_body #tmp_shinchaku_box {
	margin:0 0 10px 0;
}
#tmp_kids_top_body #tmp_shinchaku_box_ttl {
	margin:0 0 10px 0;
}
#tmp_kids_top_body #tmp_shinchaku_box_ttl h2{
	background: none;
	padding: 0;
}
#tmp_kids_top_body #tmp_shinchaku_box_ttl h2:before{
	display: none;
}
#tmp_kids_top_body #tmp_shinchaku_box_ttl h2 img{
	width: 100%;
	height: auto;
}
#tmp_kids_top_body #tmp_shinchaku_box_cnt {
	padding:0 0 66px;
	background:url(/shared/templates/base/images/kids/contents/shinchaku-bg.png) no-repeat right bottom;
	-webkit-background-size: 156px 62px;
	background-size: 156px 62px;	
}
#tmp_kids_top_body #tmp_shinchaku_box_cnt table {
	width:100%;
}
#tmp_kids_top_body #tmp_shinchaku_box_cnt th {
	padding:0;
	display:block;
	margin-bottom:3px;
}
#tmp_kids_top_body #tmp_shinchaku_box_cnt td {
	padding:0;
	display:block;
	margin-bottom:8px;
}
/*::::: kids_head :::::::::::::::*/
#tmp_kids_head {
	background:none;
}
#tmp_kids_head_primary {
	width:100%;
	float:none;
	margin-bottom: 10px;
}
#tmp_kids_head_primary p img{
	width: 100%;
	height: auto;
}
#tmp_kids_head_primary p:first-child {
	width: 92%;
}
#tmp_to_top {
	width: 25.55%;
	margin:0 0 0 1.6%;
	padding:0;
	text-align:right;
}
#tmp_sarubi {
	width: 72.86%;
	margin:-35% -1% 0 0;
	padding:0;
	float: right;
}
#tmp_wrap_kids_head_secondary {
	width:100%;
	margin:0;
	float:none;
}
#tmp_kids_head_secondary {
	clear: both;
	margin:0;
	padding:0;
}
#tmp_kids_head_secondary ul {
	overflow: hidden;
	margin-bottom: 10px;
}
#tmp_kids_head_secondary li {
	margin:0 0.5% 3px 0;
	width: 33%;
	float:left;
}
#tmp_kids_head_secondary li:nth-child(3n) {
	margin: 0 0 3px;
}
#tmp_kids_head_secondary li img {
	width: 100%;
	height: auto;
}
/*::::: tmp_kids_contents :::::::::::::::*/
#tmp_wrap_kids_contents {
	padding:12px 10px;
	background-color:#FFFFFF;
}
#tmp_wrap_kids_contents img {
	max-width: 100%;
	height: auto;
}
#tmp_kids_contents h1 {
	clear:both;
	padding:5px 10px;
	font-size:140%;
	border:2px solid #FFCA2B;
	background:url(/shared/templates/base/images/kids/contents/sp-h1-bg.png) repeat left top;
	-webkit-background-size: auto 24px;
	background-size: auto 24px;
}
#tmp_kids_contents h2 {
	clear:both;
	margin:2em 0px 2em 0px;
	padding:2px 10px 7px 10px;
	font-size:115%;
	background:url(/shared/templates/base/images/kids/contents/sp-h2-bg.png) repeat-x left bottom;
	-webkit-background-size: 10px 3px;
	background-size: 10px 3px;
}
#tmp_kids_contents h3 {
	clear:both;
	margin:1em 0px 1em 0px;
	padding:2px 10px 2px 17px;
	font-size:115%;
	background:url(/shared/templates/base/images/kids/contents/sp-h3-bg.png) no-repeat left 0.1em;
	-webkit-background-size: 10px 24px;
	background-size: 10px 24px;
}
#tmp_kids_contents .comment img{
	max-width: 100%;
	height: auto;
}
/* image */
#tmp_kids_contents .float_lft {
	float:none;
	margin-right:0 !important;
	margin-bottom:10px !important;
}
#tmp_kids_contents .float_rgt {
	float:none;
	margin-left:0 !important;
	margin-bottom:10px !important;
}
#tmp_kids_contents .float_lft img {
	margin:0;
}
#tmp_kids_contents .float_rgt img {
	margin:0;
}
#tmp_wrap_kids_body .pnavi {
	padding: 0;
}
#tmp_wrap_kids_body .ptop img {
	width: 95px;
	height: auto;
}
#tmp_kids_contents .answer_list {
	margin-left:0;
	padding-left:0;
}
#tmp_kids_contents .answer_list li {
	float:none;
	white-space:normal;
}
#tmp_kids_contents .question_list {
	float:none;
	margin-top:20px;
	margin-left:0;
	padding-left:0;
}
#tmp_kids_contents .question_list li {
	padding-left:35px;
	background-position:5px 0 !important;
}
/*::::: tmp_accessmap :::::::::::::::*/
#tmp_contents #tmp_accessmap #tmp_accessmap_wrap_navi,
#tmp_contents #tmp_accessmap #tmp_accessmap_wrap_cnt {
	float:none;
	width:auto;
}
#tmp_contents #tmp_accessmap #tmp_accessmap_wrap_navi,
#tmp_contents #tmp_accessmap #tmp_accessmap_cnt {
	margin:0 0 20px;
	padding:0;
}
#tmp_contents #tmp_accessmap #tmp_accessmap_wrap_navi #tmp_accessmap_navi {
	text-align:center;
}
#tmp_contents #tmp_accessmap #tmp_accessmap_wrap_navi #tmp_accessmap_navi h2:before {
	background:none;
}
/*::::: tmp_accessmap :::::::::::::::*/
#tmp_contents #tmp_shisetsu_btn li {
	width:50%;
}
/*::::: youtube :::::::::::::::*/
#tmp_contents .frame_youtube {
	position:relative;
	display:block;
	height:0;
	padding-bottom:56.25%;
	overflow:hidden;
	min-width:200px;
}
#tmp_contents .frame_youtube object,
#tmp_contents .frame_youtube iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/*::::: Map popup :::::::::::::::*/
#popup_message table {
	width:auto !important;
}
/*::::: faq lnavi :::::::::::::::*/
#tmp_sma_lnavi_cnt li span.lnavi_faq_ttl {
    padding: 5px 15px;
    display: block;
    background-color: #F1F8E7;
}
/* ==================================================
clearfix
================================================== */
#tmp_sma_lnavi_cnt .switch_menu .noicon_list:after {
	content:"."; /* 変更しない */
	display:block; /* 変更しない */
	height:0; /* 変更しない */
	font-size:0.1%; /* 変更しない */
	line-height:0.1; /* 変更しない */
	clear:both; /* 変更しない */
	visibility:hidden; /* 変更しない */
}
}