﻿@charset "utf-8";

/* ==================================================
layout
================================================== */
/* body
============================== */
.format_top,
.format_free,
.format_base {
	color:#000000;
	background-color:#DEEFF8;
}
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 */
}
noscript {
	text-align:center;
}
/* wrapper
============================== */
#tmp_wrapper {
	min-width:980px;
	width:100%;
	background:url(/shared/images/wrapper/wrapper_bg.jpg) no-repeat center top;
}
#tmp_main_wrapper {
	background:url(/shared/images/wrapper/wrapper_main_bg.jpg) no-repeat center bottom;
	min-width:980px;
}
#tmp_foot_wrapper {
	background:url(/shared/images/wrapper/wrapper_foot_bg.jpg) no-repeat center top;
	min-width:980px;
}
#tmp_wrapper2 {
	width:980px; /* デザインによって変更 */
	margin:0 auto;
}
/* format_top */
.format_top #tmp_wrapper {
	background:none;
}
.format_top #tmp_main_wrapper {
	margin-top:-510px;
	padding-bottom:25px;
}
/* gallery
============================== */
#tmp_main_gallery {
    width: 100%;
    background:url(/shared/images/main/gallery/image01.jpg) no-repeat center top;
	position:absolute;
    top: 0;
	left:0;
    z-index: -10;
    text-align: center;
    height:510px;
	min-height:980px;
}
.used_javascript #tmp_main_gallery {
    top:0;
    background-image:none;
}
#tmp_main_gallery .gallery_1 {
    background-image: url(/shared/images/main/gallery/image01.jpg);
}
#tmp_main_gallery .gallery_2 {
    background-image: url(/shared/images/main/gallery/image02.jpg);
}
#tmp_main_gallery .gallery_3 {
    background-image: url(/shared/images/main/gallery/image03.jpg);
}
#tmp_main_gallery .gallery_4 {
    background-image: url(/shared/images/main/gallery/image04.jpg);
}
#tmp_main_gallery .gallery_5 {
    background-image: url(/shared/images/main/gallery/image05.jpg);
}
#tmp_main_gallery .gallery_6 {
    background-image: url(/shared/images/main/gallery/image06.jpg);
}
#tmp_main_gallery .gallery_7 {
    background-image: url(/shared/images/main/gallery/image07.jpg);
}
#tmp_main_gallery .gallery_8 {
    background-image: url(/shared/images/main/gallery/image08.jpg);
}
#tmp_main_gallery .box_parent_gallrey,
#tmp_main_gallery .box_gallrey {
    width:100%;
	min-width:980px;
}
#tmp_main_gallery .box_gallrey {
    top:0;
	left:0;
}
#tmp_main_gallery span {
    display:block;
    position:relative;
    width:100%;
	min-width:980px;
    height:510px;
    background-repeat:no-repeat;
    background-position:center top;
}
#tmp_wrap_main_gallery .gallery_bg {
	background:url(/shared/images/wrapper/wrapper_top_bg.png) no-repeat center top;
	min-width:980px;
	height:510px;
	position:relative;
	z-index:0;
}
/* top_main
============================== */
#tmp_top_main {
	width:960px;
	margin:0 auto;
	min-height:330px;
	position:relative;
	clear:both; /* 変更しない */
}
#tmp_top_main_l {
	width:700px;
	float:left;
}
#tmp_top_main_r {
	width:240px;
	float:right;
}
/* htop_btn */
#tmp_htop_btn {
	position:absolute;
	top:156px;
	left:9px;
}
#tmp_htop_btn p {
	width:270px;
	height:180px;
	background:url(/shared/templates/top/images/miryoku_btn.png) no-repeat left top;
}
#tmp_htop_btn p a {
	display:block;
	width:270px;
	height:180px;
	background:url(/shared/templates/top/images/miryoku_btn.png) no-repeat left top;
}
#tmp_htop_btn p span {
	display:block;
	padding:60px 70px;
	width:130px;
	height:60px;
	line-height:0.1;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
/* gallery_top */
#tmp_gallery_top {
	width:240px;
}
#tmp_wrap_gallery {
	padding:10px 10px 0;
	position: relative;
	margin-bottom:10px;
	background:url(/shared/images/gallery_top/gallery_bg.png) no-repeat left top;
}
#tmp_wrap_gallery ul {
	list-style:none;
	list-style-image:none;
}
.no_javascript #tmp_wrap_gallery ul {
	height:260px;
	overflow:hidden;
}
#tmp_wrap_gallery .list_order {
	list-style:none;
	padding:6px 8px 8px 1px;
}
#tmp_wrap_gallery .list_order li {
	float:left;
	margin:0 5px 0 0;
}
#tmp_gallery_player {
	position: absolute;
	bottom:12px;
	right:12px;
}
*:first-child+html #tmp_gallery_player {
	bottom:7px;
}
/* tmp_gallery_pc */
/* tmp_gallery_sp */
#tmp_gallery_sp {
	display:none;
}

/* main
============================== */
#tmp_wrap_main {
	padding:0 10px;
	clear:both; /* 変更しない */
}
.format_top #tmp_wrap_main {
	padding:10px;
}
/* sns
============================== */
#tmp_social_plugins {
	clear:both;
	float:left;
}
#tmp_social_plugins .social_media_btn{
	float:left;
	width:105px;
	padding:0 0 7px 0;
}
/* contents
============================== */
#tmp_contents,
#tmp_maincontents {
	width:100%; /* 変更しない */
}
#tmp_wrap_contents {
	color:inherit;
	background-color:#FFFFFF;
	padding:20px 20px 8px;
	margin-bottom:10px;
}
#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 0 10px; /* デザインによって変更 */
}
.format_top .col_main {
	padding-bottom:0;
}
/* top
============================== */
.format_top .wrap_col_nm {
	margin-right:-260px; /* デザインによって変更 */
}
.format_top .wrap_col_nm2 {
	margin-right:260px; /* デザインによって変更 */
}
.format_top .wrap_col_rgt_navi {
	width:240px; /* デザインによって変更 */
}
.format_top .column_rnavi .wrap_col_main {
	margin-right:-260px; /* デザインによって変更 */
}
.format_top .column_rnavi .col_main {
	margin-right:260px; /* デザインによって変更 */
}
/* free
============================== */
.format_free .wrap_col_nm {
	margin-right:-220px; /* デザインによって変更 */
}
.format_free .wrap_col_nm2 {
	margin-right:220px; /* デザインによって変更 */
}
.format_free .wrap_col_lft_navi {
	width:240px; /* デザインによって変更 */
	margin-right:-260px; /* デザインによって変更 */
}
.format_free .wrap_col_rgt_navi {
	width:200px; /* デザインによって変更 */
	color:inherit;
	background-color:#CCDDEE;
}
.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:-220px; /* デザインによって変更 */
}
.format_free .column_rnavi .col_main {
	margin-right:220px; /* デザインによって変更 */
}
/* ==================================================
header
================================================== */
#tmp_header {
	padding:8px 10px 12px 20px;
	position:relative;
	z-index:2000;
}
*:first-child+html .format_top #tmp_header {
	padding-bottom:10px;
}
#tmp_hlogo {
	float:left;
	padding:16px 0 0 2px;
}
#tmp_hlogo h1 img,
#tmp_hlogo p img {
	vertical-align:top;
}
#tmp_means {
	float:right;
	width:594px;
	position:relative;
}
#tmp_means img {
	vertical-align:top;
}
#tmp_hnavi_s,
#tmp_sma_menu {
	display:none; /* 変更しない */
}
/* primary
============================== */
#tmp_means_primary {
	margin:9px 0 11px;
	font-size:85.7%;
	font-weight:bold;
}
#tmp_means_primary a {
	text-decoration:none;
	display:block;
}
/* func_txt */
#tmp_func_txt {
	margin:0 5px 0 0;
	float:left;
}
#tmp_func_txt dd,
#tmp_func_clr dd {
	float:left;
	margin:0 2px 0 0;
	text-align:center;
}
#tmp_func_clr dd a {
	width:24px;
}
#tmp_func_txt dd a,
#tmp_func_clr dd.box_clr_01 a {
	width:32px;
}
#tmp_func_sound dd a {
	width:136px;
}
/* func_clr */
#tmp_func_clr {
	margin:0 6px 0 0;
	float:left;
}
#tmp_func_clr .box_clr_02 a {
	background-color:#0000D9;
	color:#FFFF00;
}
#tmp_func_clr .box_clr_03 a {
	background-color:#FFFF00;
	color:#353533;
}
#tmp_func_clr .box_clr_04 a {
	background-color:#000000;
	color:#F3F300;
}
/* func_sound */
#tmp_func_sound {
	margin:0 7px 0 0;
	float:left;
}
#tmp_func_sound dt {
	margin:0 5px 0 0;
}
#tmp_func_sound dd {
	float:left;
	text-align:center;
}
#tmp_func_furigana dd {
	float:left;
	text-align:center;
}
#tmp_func_furigana dd a {
	width:120px;
}
/* lang */
#tmp_select_lang {
	width:114px;
	position:absolute;
	top:10px;
	right:15px;
}
#tmp_select_lang select {
	border:none;
	padding:1px 3px;
	cursor:pointer;
}
#tmp_func_txt dt,
#tmp_func_clr dt,
#tmp_func_sound dt,
#tmp_func_furigana dt {
	text-shadow:1px 1px 1px #ffffff, 1px 1px 1px #ffffff, 1px 1px 1px #ffffff, 1px 1px 1px #ffffff, 1px 1px 1px #ffffff, 1px 1px 1px #ffffff, 1px 1px 1px #ffffff, 1px 1px 1px #ffffff;
	color:#382716;
	float:left;
	margin:5px 5px 3px 0;
}
#tmp_func_furigana dd a,
#tmp_func_txt dd a,
#tmp_func_sound dd a,
#tmp_func_clr dd a,
#tmp_func_sound dd a,
#tmp_func_furigana dd a {
	background-color:#ffffff;
	padding:5px 0;
	color:#32200E;
}
/* secondary
============================== */
#tmp_means_secondary {
	width:588px;
	float:left;
}
#tmp_hmenu_btn {
	position:absolute;
	bottom:3px;
	right:2px;
}
/* search */
#tmp_search {
	float:right;
	padding-bottom:10px;
}
#tmp_search dt {
	float:left;
	background-color:#205F81;
	padding:0 4px 0 4px;
	color:#FFFFFF;
}
#tmp_search dd {
	float:left;
}
#tmp_search dd p {
	float:left;
}
#tmp_query {
	vertical-align:top;
	width:270px;
	min-height:24px;
	border:1px solid #205F81;
	color:#000000;
	background-color:#FFFFFF;
}
#tmp_gsearch_switch {
	float:left;
}
#tmp_func_sch_btn {
	width:50px;
	min-height:26px;
	color:#FFFFFF;
	background:#2581B8;
	background:-webkit-gradient(linear, center top, center bottom, from(#2581B8), to(#1873A9));/* Webkit */
	background:-moz-linear-gradient(center top, #2581B8, #1873A9);/* Mozilla */
	background:linear-gradient(to bottom, #2581B8, #1873A9);/* CSS3 */
	border:1px solid #205F81;
	border-left:none;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
}
#tmp_func_sch_btn {
	min-height:24px\9;
}
*:first-child+html #tmp_func_sch_btn {
	border:none;
}
/* tertiary
============================== */
#tmp_means_tertiary {
	clear:both;
}
/* hnavi */
#tmp_hnavi {
	list-style:none;
	list-style-image:none;
	float:right;
}
#tmp_top_hnavi #tmp_hnavi {
	list-style:none;
	list-style-image:none;
	float:right;
	background-color:#ffffff;
	padding:5px;
}
#tmp_hnavi li {
	white-space:nowrap;
	margin:0 7px 0 0;
	float:left;
	background:url(/shared/images/header/menu_sch_icon.png) no-repeat left top;
	font-size:85.7%;
	text-shadow: 2px 2px 0 #ffffff, 0 2px 0 #ffffff, 2px 0 0 #ffffff, -1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 0 0 #ffffff, 0 -1px 0 #ffffff;
}
#tmp_hnavi li a{
	padding:0 0 0 13px;
	color:#0266A8;
	background-color:transparent;
	text-decoration:none;
	font-weight:bold;
}
#tmp_hnavi .last {
	margin-right:0;
}
/* hmenu
============================== */
#tmp_hmenu .box_hmenu_list {
	width:920px;
	background-color:#205F81;
	color:#321F0C;
}
#tmp_hmenu .hmenu_list {
	padding:25px 20px;
	position:relative;
}
#tmp_hmenu .wrap_hmenu_main {
	width:650px;
	float:left;
}
#tmp_hmenu .hmenu_main {
	background-color:#FFFFFF;
	color:inherit;
	padding:20px;
}
#tmp_hmenu .hmenu_navi {
	width:225px;
	float:right;
}
/* hmenu_main */
#tmp_hmenu .hmenu_main h1 {
	margin:0 0 0.8em; /* 変更しない */
	padding:11px 10px 8px 13px;
	font-size:128.6%; /* デザインによって相対指定で指定しなおす */
	background:#D9F4B8 url(/shared/templates/free/images/contents/h1_bg.jpg) no-repeat right bottom;
	border-bottom:2px solid #5EA82D;
	clear:both; /* 変更しない */
}
#tmp_hmenu .hmenu_main h2 {
	margin:1.5em 0 0.8em; /* 変更しない */
	padding:4px 10px 0 8px;
	font-size:114.3%; /* デザインによって相対指定で指定しなおす */
	background:#D3EAF5 url(/shared/templates/free/images/contents/h2_bg.gif) repeat-x left bottom;
	border-bottom:1px solid #97C8E8;
	clear:both; /* 変更しない */
}
#tmp_hmenu .hmenu_main ul {
	margin:0 0 1em 1.2em;
	list-style-image:url(/shared/images/icon/list_icon.gif);
}
#tmp_hmenu .hmenu_main ul li {
	margin:0 0 0.5em;
}
/* hmenu_navi */
#tmp_hmenu .hmenu_navi ul {
	list-style:none;
	list-style-image:none;
}
#tmp_hmenu .hmenu_navi ul.hmenu_list1 li,
#tmp_hmenu .hmenu_navi ul.hmenu_list2 li {
	margin-bottom:10px;
	font-weight:bold;
}
#tmp_hmenu .hmenu_navi ul.hmenu_list1 li a,
#tmp_hmenu .hmenu_navi ul.hmenu_list2 li a {
	display:block;
	padding:17px 10px 16px 37px;
	color:#321F0C;
	background-color:#FFFFFF;
	text-decoration:none;
	background-repeat:no-repeat;
	background-position:15px 16px;
}
#tmp_hmenu .hmenu_navi ul.hmenu_list1 li a {
	background-image:url(/shared/images/icon/navi_icon_og.png);
}
#tmp_hmenu .hmenu_navi ul.hmenu_list2 li a {
	background-image:url(/shared/images/icon/navi_icon_bl.png);
}
#tmp_hmenu .hmenu_navi ul.hmenu_list_btn {
	padding:2px 10px 10px 10px;
	color:#321F0C;
	background-color:#FFFFFF;
	margin-bottom:10px;
}
#tmp_hmenu .hmenu_navi ul.hmenu_list_btn li a {
	display:block;
	border-bottom:1px solid #CCCCCC;
	padding:17px 5px 16px 40px;
	background-repeat:no-repeat;
	background-position:left 4px;
}
#tmp_hmenu .hmenu_navi #tmp_hmenu_list_mv a {
	background-image:url(/shared/images/header/hmenu_list_mv.gif);
}
#tmp_hmenu .hmenu_navi #tmp_hmenu_list_sn a {
	background-image:url(/shared/images/header/hmenu_list_sn.gif);
}
#tmp_hmenu .hmenu_navi #tmp_hmenu_list_mv a {
	background-image:url(/shared/images/header/hmenu_list_mv.gif);
}
#tmp_hmenu .hmenu_navi #tmp_hmenu_list_ch a {
	background-image:url(/shared/images/header/hmenu_list_ch.gif);
}
#tmp_hmenu .hmenu_navi #tmp_hmenu_list_kd a {
	background-image:url(/shared/images/header/hmenu_list_kd.gif);
}
#tmp_hmenu .hmenu_navi #tmp_hmenu_list_qa a {
	background-image:url(/shared/images/header/hmenu_list_qa.gif);
}
#tmp_hmenu .hmenu_navi #tmp_hmenu_list_kn a {
	background-image:url(/shared/images/header/hmenu_list_kn.gif);
}
#tmp_hmenu .hmenu_navi #tmp_hmenu_list_ko a {
	background-image:url(/shared/images/header/hmenu_list_ko.gif);
}
#tmp_hmenu .hmenu_navi #tmp_hmenu_list_ev a {
	background-image:url(/shared/images/header/hmenu_list_ev.png);
}
#tmp_hmenu .hmenu_navi #tmp_hmenu_list_toke a {
	background-image:url(/shared/images/header/hmenu_list_toke.png);
}
#tmp_hmenu .hmenu_navi #tmp_hmenu_list_inu a {
	background-image:url(/shared/images/header/hmenu_list_inu.png);
}
#tmp_hmenu_close_btn .close_btn {
	position:absolute;
	right:20px;
	bottom:20px;
	width:220px;
	text-align:center;
	font-weight:bold;
}
#tmp_hmenu_close_btn .close_btn a {
	display:block;
	padding:8px;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	background-color:transparent;
	text-decoration:none;
	-webkit-border-radius:2px;/* Webkit */
	-moz-border-radius:2px;/* Mozilla */
	border-radius:2px;/* CSS3 */
}
#tmp_hmenu_close_btn a span {
	background:url(/shared/images/header/close_icon.gif) no-repeat left center;
	padding-left:23px;
}
/* ==================================================
navi
================================================== */
/* gnavi
============================== */
#tmp_gnavi {
	padding:0 10px 14px;
	clear:both;
}
#tmp_gnavi ul {
	width:960px;
	list-style:none;
	border-bottom:2px solid #5FA4CF;
	-webkit-border-radius:0 0 9px 9px;/* Webkit */
	-moz-border-radius:0 0 9px 9px;/* Mozilla */
	border-radius:0 0 9px 9px;/* CSS3 */
}
#tmp_gnavi li {
	float:left;
	position:relative;
	z-index:100;
	font-size:107%;
	font-weight:bold;
	text-align:center;
}
#tmp_gnavi #tmp_glist1,
#tmp_gnavi #tmp_glist1 a {
	-moz-border-radius:9px;/* Mozilla */
	border-bottom-left-radius:9px;/* CSS3 */
	border-top-left-radius:9px;/* CSS3 */
}
#tmp_gnavi #tmp_glist7,
#tmp_gnavi #tmp_glist7 a {
	-moz-border-radius:9px;/* Mozilla */
	border-bottom-right-radius:9px;/* CSS3 */
	border-top-right-radius:9px;/* CSS3 */
}
#tmp_gnavi #tmp_glist1,
#tmp_gnavi #tmp_glist6 {
	width:130px;
}
#tmp_gnavi #tmp_glist2,
#tmp_gnavi #tmp_glist3,
#tmp_gnavi #tmp_glist4 {
	width:128px;
}
#tmp_gnavi #tmp_glist5 {
	width:167px;
}
#tmp_gnavi #tmp_glist7 {
	width:130px;
	border-left:1px solid #77B9DD;
	border-right:2px solid #65A7D1;
}
#tmp_gnavi #tmp_glist1,
#tmp_gnavi #tmp_glist3,
#tmp_gnavi #tmp_glist5 {
	border-left:1px solid #77B9DD;
	border-right:1px solid #D2EAF4;
}
#tmp_gnavi #tmp_glist2,
#tmp_gnavi #tmp_glist4,
#tmp_gnavi #tmp_glist6 {
	border-left:1px solid #77B9DD;
	border-right:1px solid #D2EAF4;
	width:130px;
}
#tmp_gnavi li a {
	display:block;
	text-decoration:none;
	color:#342211;
	background:#9ECBE9 url(/shared/images/navi/gnavi/gnavi_off_bg.jpg) repeat-x left top;
	text-shadow:2px 2px 0 #ffffff, 0 2px 0 #ffffff, 2px 0 0 #ffffff, -1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 0 0 #ffffff, 0 -1px 0 #ffffff;
}
#tmp_gnavi li a:active,
#tmp_gnavi li a:hover,
#tmp_gnavi li a:focus {
	color:#342211;
	background:#A1CDEA url(/shared/images/navi/gnavi/gnavi_on_bg.jpg) repeat-x left top;
}
#tmp_gnavi #tmp_glist1 a {
	border-left:none;
}
#tmp_gnavi #tmp_glist7 a {
	border-right:none;
}
#tmp_gnavi ul li span {
	display:block;
	padding:23px 0 18px;
}
#tmp_gnavi li a.active_this span,
#tmp_gnavi li a:active span,
#tmp_gnavi li a:hover span,
#tmp_gnavi li a:focus span {
	background:url(/shared/images/navi/gnavi/gnavi_active_bg.png) no-repeat center center;
}
#tmp_gnavi li .drop_down_hidden a {
	border:none;
	background:none;
	text-shadow:none;
}
/* drop_down_hidden */
#tmp_gnavi .drop_down_hidden {
	display:none;
	width:330px;
	position:absolute;
	left:-3px;
	top:100%;
	z-index:1100;
}
#tmp_gnavi .inner_drop_down_hidden {
	padding:15px 5px 15px 10px;
	background-color:#DDEFF7;
	border:2px solid #5FA4CF;
	border-top:1xp solid #5FA4CF;
}
#tmp_gnavi .drop_down_hidden ul {
	width:auto;
	margin-left:0;
	border-bottom:none;
	-webkit-border-radius:0;/* Webkit */
	-moz-border-radius:0;/* Mozilla */
	border-radius:0;/* CSS3 */
}
#tmp_gnavi .drop_down_hidden li {
	width:49.5%;
	margin-bottom:0.2em;
	font-weight:normal;
	font-size:93.3%;
}
#tmp_gnavi .drop_down_hidden li a {
	display:block;
	padding:3px 4px 1px 19px;
	color:#0066A6 !important;
	background:url(/shared/images/icon/list_icon2.gif) no-repeat 6px 7px !important;
	border:none !important;
	text-align:left !important;
	text-decoration:underline;
}
/* for IE7.0 */
*:first-child+html #tmp_gnavi .drop_down_hidden li {
	min-height:1%;
}
/* pankuzu
============================== */
#tmp_pankuzu {
	padding:5px 20px;
	font-size:85.7%;
	clear:both;
}
/* read_all
============================== */
.read_all {
	clear:both;
}
.read_all ul {
	margin:0 !important;
	padding:0 !important;
	list-style:none !important;
	list-style-image:none !important;
	float:right !important;
}
.read_all li {
	float:left !important;
	margin:0 0 0 14px !important;
	background:none!important;
}
.read_all .list {
	background:url(/shared/images/icon/navi_icon_blue.png) no-repeat left center!important;
	padding:2px 0 2px 10px!important;
}
.read_all .rss {
	background:url(/shared/images/icon/rss_icon.png) no-repeat left center!important;
	padding:2px 0 2px 15px!important;
}
/* lnavi
============================== */
#tmp_lnavi {
	color:inherit;
	background-color:#FFFFFF;
	border-top:1px solid #FFFFFF;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	margin:0 0 20px;
	clear:both;
}
#tmp_lnavi_ttl {
	padding:7px 16px 5px 11px;
	background-color:#3779A1;
	color:#FFFFFF;
	font-size:114.3%;
}
#tmp_lnavi_ttl a {
	display:block;
	background:url(/shared/images/icon/navi_icon_wht.png) no-repeat right 8px;
	color:#FFFFFF;
}
#tmp_lnavi_cnt {
	padding:8px 10px;
	word-wrap:break-word;
	word-break:
}
#tmp_lnavi_cnt ul {
	list-style:none;
	list-style-image:none;
}
#tmp_lnavi_cnt ul li {
	padding:8px 0 8px 15px;
	background:url(/shared/images/icon/list_icon2.gif) no-repeat 3px 12px;
	border-bottom:1px dotted #BCCFD9;
}
#tmp_lnavi_cnt .switch_menu .noicon_list {
	padding-bottom:10px;
	padding-left:0;
	background:none;
}
#tmp_lnavi_cnt .switch_menu .noicon_list a {
	vertical-align:middle;
}
#tmp_lnavi_cnt .switch_menu .noicon_list a.switch img {
	margin-right:5px;
	vertical-align:top;
}
#tmp_lnavi_cnt .switch_cnt {
	padding:4px 0 0 28px;
}
#tmp_lnavi_cnt .switch_cnt li {
	margin-bottom:0.1em;
	border:none;
	padding-bottom:0;
}
/* lnavi_kusuchan */
.lnavi_kusuchan #tmp_lnavi_cnt {
	padding-bottom:16px;
}
.lnavi_kusuchan #tmp_lnavi_cnt ul {
	margin-bottom:18px;
}
.lnavi_kusuchan #tmp_lnavi_cnt ul li {
	background:url(/shared/templates/base/images/kusuchan/lnavi_icon.png) no-repeat 5px 10px;
}
.lnavi_kusuchan #tmp_lnavi_cnt ul ul {
	background-color:#EEEEEE;
	color:inherit;
	margin:5px 0 0 -18px;
	padding:5px 0;
}
.lnavi_kusuchan #tmp_lnavi_cnt ul ul li {
	background:url(/shared/images/icon/list_icon2.gif) no-repeat 19px 10px;
	padding:5px 0 5px 31px;
	border-bottom:none;
}
/* lnavi_guide
============================== */
#tmp_lnavi_guide {
	padding:10px;
	color:inherit;
	background-color:#FFFFFF;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	margin:0 0 20px;
	clear:both;
}
#tmp_lnavi_guide_ttl {
	background:#4C8427 url(/shared/images/navi/rnavi/guide_ttl_bg.jpg) repeat-x left top;
	color:#FFFFFF;
	padding:0 5px;
	margin-bottom:8px;
	-webkit-border-radius:3px;/* Webkit */
	-moz-border-radius:3px;/* Mozilla */
	border-radius:3px;/* CSS3 */
}
#tmp_lnavi_guide_cnt ul {
	list-style:none;
	list-style-image:none;
}
#tmp_lnavi_guide_cnt ul li {
	margin-bottom:3px;
	font-weight:bold;
}
#tmp_lnavi_guide_cnt ul li a {
	display:block;
	text-decoration:none;
	padding:6px 5px 5px 9px;
	color:#467B24;
	background:#F4F4F4 url(/shared/images/navi/rnavi/guide_btn_bg.jpg) repeat-x left bottom;
	border:1px solid #D4D4D4;
	-webkit-border-radius:4px;/* Webkit */
	-moz-border-radius:4px;/* Mozilla */
	border-radius:4px;/* CSS3 */
}
#tmp_lnavi_guide_cnt ul li a span {
	background-repeat:no-repeat;
	background-position:left center;
	padding:3px 0 3px 30px;
}
#tmp_lnavi_guide_cnt #tmp_lnavi_guide_menu1 span {
	background-image:url(/shared/images/navi/rnavi/guide_icon1.png);
}
#tmp_lnavi_guide_cnt #tmp_lnavi_guide_menu2 span {
	background-image:url(/shared/images/navi/rnavi/guide_icon2.png);
}
#tmp_lnavi_guide_cnt #tmp_lnavi_guide_menu3 span {
	background-image:url(/shared/images/navi/rnavi/guide_icon3.png);
}
#tmp_lnavi_guide_cnt #tmp_lnavi_guide_menu4 span {
	background-image:url(/shared/images/navi/rnavi/guide_icon4.png);
}
#tmp_lnavi_guide_cnt #tmp_lnavi_guide_menu5 span {
	background-image:url(/shared/images/navi/rnavi/guide_icon5.png);
}
/* event_cal
============================== */
#tmp_event_cal {
	background:#FFFFFF url(/shared/images/navi/event/cal_ttl_bg.gif) repeat-x left top;
}
/* 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:5px 0 7px;
}
#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 {
	color:#000000;
	background-color:transparent;
}
#tmp_event_cal_cnt .calendar .today {
	display:block;
	color:inherit;
	font-weight:bold; /* 変更しない */
	background-color:#FFFFCC !important;
}
#tmp_event_cal_cnt .calendar .cal_selday {
	display:block;
	color:inherit;
	font-weight:bold; /* 変更しない */
	background-color:#FFFFCC !important;
}
#tmp_event_cal_cnt .calendar .cal_today {
	display:block;
	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.1;
	float:left;
	width:33.3%;
	font-size:85.7%;
}
#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:inline-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:inline-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;
}
/* event_cal
============================== */
#tmp_lnavi_event_cal {
	clear:both;
}
/* event_cal_ttl */
#tmp_lnavi_event_cal_ttl {
	background-color:#F5F5F5;
	color:#333333;
	padding:7px 5px 0 5px;
	text-align:center;
}
#tmp_lnavi_event_cal_ttl p {
	font-weight:bold;
	line-height:1.2;
	font-size:100%;
	margin-bottom:0 !important;
}
#tmp_lnavi_event_cal_ttl span {
	padding-left:5px;
	font-size:128.6%;
}
/* event_cal_cnt */
#tmp_lnavi_event_cal_cnt {
	padding:5px 11px 15px 12px;
	clear:both;
	background-color:#F5F5F5;
}
#tmp_lnavi_event_cal_cnt .calendar,
#tmp_lnavi_event_cal_cnt .calendar td,
#tmp_lnavi_event_cal_cnt .calendar th {
	padding:0;
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #AAAAAA;
}
#tmp_lnavi_event_cal_cnt .calendar th {
	border-bottom:2px solid #BBBBBB;
}
#tmp_lnavi_event_cal_cnt .calendar {
	width:100%;
	margin:0 0 9px;
}
#tmp_lnavi_event_cal_cnt .calendar th,
#tmp_lnavi_event_cal_cnt .calendar td.bgcolor {
	padding:4px 0;
	text-align:center;
	font-weight:normal;
	background-color:#E4E4E4;
}
#tmp_lnavi_event_cal_cnt .calendar td {
	text-align:center;
	background-color:#FFFFFF;
}
#tmp_lnavi_event_cal_cnt .calendar a {
	color:#333333;
	background-color:transparent;
	padding:6px 2px 6px 2px;
	display:block;
}
#tmp_lnavi_event_cal_cnt .calendar .today {
	display:block;
	color:inherit;
	font-weight:bold; /* 変更しない */
	background-color:#FEFAC2 !important;
}
#tmp_lnavi_event_cal_cnt .calendar .cal_today {
	color:inherit;
	font-weight:bold; /* 変更しない */
	background-color:#E7F6DA !important;
}
#tmp_lnavi_event_cal_cnt .calendar .day {
	display:block;
	color:inherit;
	font-weight:bold; /* 変更しない */
	background-color:#FEFAC2 !important;
}
#tmp_lnavi_event_cal_cnt .calendar td.sun a {
	color:#D11818;
	background-color:transparent;
}
#tmp_lnavi_event_cal_cnt .calendar td.cal_sun,
#tmp_lnavi_event_cal_cnt .calendar td.cal_sun a {
	color:#D11818;
}
#tmp_lnavi_event_cal_cnt .calendar td.sat a {
	color:#114A9F;
	background-color:transparent;
}
#tmp_lnavi_event_cal_cnt .calendar td.cal_sat,
#tmp_lnavi_event_cal_cnt .calendar td.cal_sat a {
	color:#114A9F;
}
/* cal_navi */
#tmp_lnavi_event_cal_cnt .cal_navi {
	list-style:none;
	margin:0;
	width:100%;
	clear:both;
	font-size:85.7%;
}
#tmp_lnavi_event_cal_cnt .cal_navi li {
	line-height:1.1;
}
#tmp_lnavi_event_cal_cnt .cal_navi .prev {
	float:left;
	padding:0 6px 0 14px;
}
#tmp_lnavi_event_cal_cnt .cal_navi .prev a {
	display:inline-block;
	margin:0 0 0 -14px;
	padding:0 0 0 14px;
	background:url(/shared/templates/free/images/event/prev_s_icon.png) no-repeat left center;
}
#tmp_lnavi_event_cal_cnt .cal_navi .next {
	float:right;
	padding:0 14px 0 6px;
}
#tmp_lnavi_event_cal_cnt .cal_navi .next a {
	display:inline-block;
	margin:0 -14px 0 0;
	padding:0 14px 0 0;
	background:url(/shared/templates/free/images/event/next_s_icon.png) no-repeat right center;
}
#tmp_lnavi_event_cal_cnt .cal_navi .list {
	float:left;
	padding:0 39px 0 42px;
}
/* rnavi
============================== */
#tmp_rnavi_iin {
	background-color:#FFFFFF;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:10px 5px 2px 10px;
	margin:0 0 15px;
	clear:both;
}
#tmp_rnavi_iin ul {
	list-style:none;
	list-style-image:none;
	float:left;
	width:45%;
}
#tmp_rnavi_iin ul:first-child {
	width:55%;
}
#tmp_rnavi_iin ul li {
	padding-bottom:10px;
	margin-right:5px;
}
#tmp_rnavi_iin ul li a{
	background:url(/shared/images/icon/navi_icon_blue.png) no-repeat left 2px;
	padding-left:10px;
	color:#0266A8;
	display:block;
}
/* rnavi_btn
============================== */
.rnavi_btn {
	list-style:none;
	list-style-image:none;
	padding-bottom:10px;
}
.rnavi_btn li {
	font-size:114.3%;
	font-weight:bold;
	margin-bottom:10px;
	-webkit-border-radius:4px;/* Webkit */
	-moz-border-radius:4px;/* Mozilla */
	border-radius:4px;/* CSS3 */
}
.rnavi_btn li a {
	display:block;
	color:#FFFFFF;
	padding:30px 15px;
	text-decoration:none;
	-webkit-border-radius:4px;/* Webkit */
	-moz-border-radius:4px;/* Mozilla */
	border-radius:4px;/* CSS3 */
}
.rnavi_btn li a span {
	display:block;
	background:url(/shared/images/icon/navi_icon_wt.png) no-repeat left center;
	padding-left:20px;
}
/* chiji_btn */
.rnavi_btn .rnavi_chiji_btn {
	background:#1E7BB5 url(/shared/images/navi/rnavi/rnavi_chiji_bg.jpg) repeat-x left top;
	border-right:1px solid #186291;
	border-bottom:1px solid #186291;
}
.rnavi_btn .rnavi_chiji_btn a {
	background:url(/shared/images/navi/rnavi/rnavi_chiji.png) no-repeat right bottom;
	text-shadow:0px 2px 1px #1873A9, 2px 2px 1px #1873A9, 2px 0px 1px #1873A9, 2px -2px 1px #1873A9, 0px -2px 1px #1873A9, -2px -2px 1px #1873A9, -2px 2px 1px #1873A9, -2px 0px 1px #1873A9;
}
/* gikai_btn */
.rnavi_btn .rnavi_gikai_btn {
	background:#427322 url(/shared/images/navi/rnavi/rnavi_gikai_bg.jpg) repeat-x left top;
	border-right:1px solid #355C1B;
	border-bottom:1px solid #355C1B;
}
.rnavi_btn .rnavi_gikai_btn a {
	background:url(/shared/images/navi/rnavi/rnavi_gikai.png) no-repeat right bottom;
	text-shadow:0px 2px 1px #3E6A20, 2px 2px 1px #3E6A20, 2px 0px 1px #3E6A20, 2px -2px 1px #3E6A20, 0px -2px 1px #3E6A20, -2px -2px 1px #3E6A20, -2px 2px 1px #3E6A20, -2px 0px 1px #3E6A20;
}
/* hinata_btn */
.rnavi_btn .rnavi_hinata_btn {
	background:#EF8200 url(/shared/images/navi/rnavi/rnavi_hinata_bg.jpg) repeat-x left top;
	border-right:1px solid #F9BE00;
	border-bottom:1px solid #F9BE00;
}
.rnavi_btn .rnavi_hinata_btn a {
	color:#403222;
	background:url(/shared/images/navi/rnavi/rnavi_hinata.jpg) no-repeat right bottom;
}
/* voice_btn */
.rnavi_btn .rnavi_voice_btn {
	background:#FFD581 url(/shared/images/navi/rnavi/rnavi_voice_bg.jpg) repeat-x left top;
	border-right:1px solid #D8A842;
	border-bottom:1px solid #D8A842;
}
.rnavi_btn .rnavi_voice_btn a {
	color:#403222;
	background:url(/shared/images/navi/rnavi/rnavi_voice.png) no-repeat right bottom;
}
/* kokubunsai_btn */
.rnavi_btn .rnavi_kokubunsai_btn {
	background:#0070C0 url(/shared/images/navi/rnavi/rnavi_kokubunsai_bg.jpg) repeat-x left top;
	border-right:1px solid #00518C;
	border-bottom:1px solid #00518C;
}
.rnavi_btn .rnavi_kokubunsai_btn a {
	color:#ffffff;
	padding:30px 15px;
	background:url(/shared/images/navi/rnavi/rnavi_nouzei_btn.png) no-repeat right center;
	text-shadow:0px 2px 1px #026DBC, 2px 2px 1px #026DBC, 2px 0px 1px #026DBC, 2px -2px 1px #026DBC, 0px -2px 1px #026DBC, -2px -2px 1px #026DBC, -2px 2px 1px #026DBC, -2px 0px 1px #026DBC;
}
/* tandem_gallery
============================== */
#tmp_tandem_gallery {
	border-left:1px solid #FFA601;
	border-right:1px solid #FFA601;
	border-bottom:1px solid #FFA601;
	margin-bottom:15px;
	clear:both;
}
#tmp_tandem_gallery_ttl {
	background:url(/shared/images/navi/rnavi/gallery_s/sp_gallery_ttl.jpg) no-repeat left top;
	width:239px;
	height:38px;
}
#tmp_tandem_gallery_ttl a {
	display:block;
}
#tmp_tandem_gallery_ttl span {
	text-align:center;
	display:block;
	width:239px;
	height:38px;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
#tmp_wrap_tandem_gallery_cnt {
	position:relative;
}
#tmp_tandem_gallery_cnt {
	position:relative;
	padding:32px 14px 50px 14px;
	background-color:#FFFFFF;
	color:inherit;
}
#tmp_tandem_gallery_cnt ul {
	list-style:none;
	list-style-image:none;
}
#tmp_tandem_gallery_cnt ul li {
	margin-bottom:5px;
}
#tmp_tandem_gallery_cnt img {
	padding:0 0 5px;
}
#tmp_tandem_gallery .prev {
	position:absolute;
	top:12px;
	left:14px;
}
#tmp_tandem_gallery .next {
	position:absolute;
	bottom:30px;
	left:14px;
}
#tmp_tandem_gallery .prev a {
	background:url(/shared/images/navi/rnavi/gallery_s/prev_btn.gif) no-repeat left top;
}
#tmp_tandem_gallery .next a {
	background:url(/shared/images/navi/rnavi/gallery_s/next_btn.gif) no-repeat left top;
}
#tmp_tandem_gallery .prev a,
#tmp_tandem_gallery .next a {
	display:block;
	width:210px;
	height:14px;
}
#tmp_tandem_gallery .prev span,
#tmp_tandem_gallery .next span {
	text-align:center;
	display:block;
	width:210px;
	height:14px;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
#tmp_tandem_gallery_player {
	position: absolute;
	bottom:10px;
	right:12px;
}
*:first-child+html #tmp_tandem_gallery_player {
	bottom:7px;
}
#tmp_tandem_gallery .list_order {
	display:none;
}
/* mymenu
============================== */
#tmp_mymenu {
	background:#FFFFFF;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:10px 9px 10px 9px;
	margin:0 0 10px;
	clear:both;
}
#tmp_mymenu_ttl {
	background:url(/shared/images/navi/rnavi/mymenu/mymenu_ttl_bg.jpg) no-repeat right top;
	-webkit-border-radius:2px;/* Webkit */
	-moz-border-radius:2px;/* Mozilla */
	border-radius:2px;/* CSS3 */
}
#tmp_mymenu_ttl div {
	float:left;
	color:#32200E;
	background-color:transparent;
	font-size:85.7%;
	font-weight:bold;
}
#tmp_mymenu_ttl .mymenu_ttl {
	padding:3px 8px 2px;
}
#tmp_mymenu_ttl .mymenu_btn {
	float:right;
}
#tmp_mymenu_ttl .mymenu_btn a {
	display:block;
	border-left:1px solid #FFFFFF;
	padding:3px 5px 2px;
	text-decoration:none;
	color:#32200E;
}
#tmp_mymenu_ttl .mymenu_btn a span {
	background:url(/shared/images/icon/navi_icon_blk.png) no-repeat left 3px;
	padding-left:10px;
}
#tmp_mymenu_cnt {
	padding:10px 0 0;
	clear:both;
}
#tmp_mymenu_cnt ul {
	list-style:none;
	list-style-image:url(/shared/images/icon/list_icon.gif);
	margin:0 0 0 1.2em;
}
#tmp_mymenu_cnt ul li,
#tmp_mymenu_cnt p {
	margin-bottom:5px;
}
#tmp_mymenu_cnt .mymenu_btn {
	text-align:center;
	font-size:85.7%;
	font-weight:bold;
}
#tmp_mymenu_cnt .mymenu_btn a {
	display:block;
	padding:3px 0;
	text-decoration:none;
	color:#0266A8;
	background:#DFDFDF url(/shared/images/navi/rnavi/mymenu/mymenu_btn_bg.jpg) repeat-x left top;
	border:1px solid #D4D4D4;
	-webkit-border-radius:3px;/* Webkit */
	-moz-border-radius:3px;/* Mozilla */
	border-radius:3px;/* CSS3 */
}
#tmp_contents .mymenu_allcheck_btn {
	border-right: 1px solid #000000;
    margin: 0 5px 0 0;
    padding: 0 5px 0 0;
}
/* lhodo
============================== */
#tmp_lhodo {
	background:#FFFFFF;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:1px 0 0;
	margin:0 0 15px;
	clear:both;
}
#tmp_lhodo_ttl {
	background-color:#3779A1;
	color:#FFFFFF;
	padding:5px 10px;
	font-size:114.3%;
}
#tmp_lhodo_cnt {
	padding:10px 9px 15px 10px;
}
#tmp_lhodo_cnt p {
	margin-bottom:10px;
}
#tmp_lhodo_cnt .box_lhodo {
	clear:both;
}
#tmp_lhodo_cnt .box_lhodo_ttl {
	font-size:85.7%;
	font-weight:bold;
	background:#C9EAFA url(/shared/images/navi/rnavi/lhodo_ttl_bg.jpg) repeat-x left top;
	color:#0166A7;
	padding:2px 4px;
	-webkit-border-radius:1px;/* Webkit */
	-moz-border-radius:1px;/* Mozilla */
	border-radius:1px;/* CSS3 */
	margin-bottom:10px;
}
#tmp_lhodo_cnt .box_lhodo_ttl p {
	margin-bottom:0;
}
#tmp_lhodo_kwd {
	margin:0 0 10px;
}
#tmp_lhodo_kwd .box_lhodo_cnt {
	font-size:85.7%;
}
#tmp_lhodo_cate .box_lhodo_cnt ul {
	list-style:none;
	list-style-image:none;
}
#tmp_lhodo_cate .box_lhodo_cnt ul li {
	text-align:center;
	font-weight:bold;
	margin-bottom:3px;
}
#tmp_lhodo_cate .box_lhodo_cnt ul li.last {
	margin-top:10px;
	margin-bottom:0;
	padding-top:9px;
	border-top:2px dotted #C3D7E3;
}
#tmp_lhodo_cate .box_lhodo_cnt ul li a {
	display:block;
	border:1px solid #D4D4D4;
	background:#DFDFDF url(/shared/images/navi/rnavi/lhodo_cate_bg.jpg) repeat-x left top;
	color:#0066A6;
	padding:12px 5px;
	text-decoration:none;
	-webkit-border-radius:3px;/* Webkit */
	-moz-border-radius:3px;/* Mozilla */
	border-radius:3px;/* CSS3 */
}
#tmp_lhodo_query {
	float:left;
	vertical-align:top;
	width:168px;
	min-height:26px;
	border:1px solid #205F81;
}
#tmp_lhodo_sch_btn {
	width:49px;
	padding:2px 0 3px;
	min-height:21px;
	color:#FFFFFF;
	background:#2581B8;
	background:-webkit-gradient(linear, center top, center bottom, from(#2581B8), to(#1873A9));/* Webkit */
	background:-moz-linear-gradient(center top, #2581B8, #1873A9);/* Mozilla */
	background:linear-gradient(to bottom, #2581B8, #1873A9);/* CSS3 */
	border:1px solid #205F81;
	border-left:none;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
}
*:first-child+html #tmp_lhodo_sch_btn {
	border:none;
}
/* pnavi
============================== */
.pnavi {
	color:inherit;
	background-color:#DDEEFF;
	clear:both;
}
.pnavi .ptop {
	margin-bottom:0 !important;
}
.ptop {
	text-align:right;
	clear:both;
}
/* f_pnavi
============================== */
.f_pnavi {
	clear:both;
}
.f_pnavi .f_ptop {
	text-align:center;
	float:right;
	width:201px;
	height:31px;
	background:url(/shared/images/navi/pnavi/ptop.png) no-repeat left top;
	margin-bottom:0 !important;
}
.f_pnavi .f_ptop a {
	width:201px;
	height:31px;
	display:block;
}
.f_pnavi .f_ptop span {
	display:block;
	width:201px;
	height:21px;
	padding-top:10px;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
/* ==================================================
main
================================================== */
#tmp_main {
	width:100%; /* 変更しない */
	clear:both; /* 変更しない */
}
/* hcate_ttl
============================== */
#tmp_hcate_ttl {
	margin:0 10px 20px;
	clear:both;
}
/* chiji */
#tmp_hcate_ttl.hcate_ttl_chiji p {
	background:url(/shared/templates/base/images/chiji/hcate_ttl_chiji_bg.jpg) no-repeat left top;
	border-bottom:1px solid #2B76A1;
	padding:20px 0 15px 30px;
}
/* kusuchan */
#tmp_hcate_ttl.hcate_ttl_kusuchan p {
	background:url(/shared/templates/base/images/kusuchan/kusuchan_ttl.jpg) no-repeat left top;
	width:960px;
	height:100px;
}
#tmp_hcate_ttl.hcate_ttl_kusuchan p span {
	display:block;
	width:960px;
	height:100px;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
/* cate_ttl
============================== */
#tmp_cate_ttl {
	margin:0 0 20px;
	clear:both;
}
/* emergency
============================== */
#tmp_wrap_emergency {
	background:url(/shared/images/main/emergency_bg.png) repeat left top;
	padding:10px;
	margin-bottom:10px;
	clear:both;
}
#tmp_emergency {
	border:1px solid #CD2A53;
}
#tmp_emergency_ttl {
	padding:3px 8px;
	color:#FFFFFF;
	background:#CD2A53 url(/shared/images/main/emergency_ttl_bg.jpg) repeat-x left top;
}
#tmp_emergency_ttl h2 {
	font-size:100%;
	color:#FFFFFF;
	background-color:#CD2A53;
}
#tmp_emergency_cnt {
	background-color:#FFFFFF;
	color:inherit;
	padding:10px 10px 5px;
}
#tmp_emergency_cnt ul {
	margin-left:1em;
	list-style-image:url(/shared/images/icon/list_icon.gif);
}
#tmp_emergency_cnt ul li {
	margin-bottom:5px;
}
/* emergency_s
============================== */
#tmp_wrap_emergency_s {
	clear:both;
	padding:10px;
	margin-bottom:10px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color:#FFFFFF;
	color:inherit;
}
#tmp_emergency_s {
	border:1px solid #CD2A53;
	background:#FFFFFF url(/shared/images/main/emergency_s_ttl_bg.jpg) no-repeat left top;
}
#tmp_emergency_s_ttl {
	float:left;
	width:119px;
	text-align:center;
}
#tmp_emergency_s_ttl h2 {
	font-size:100%;
	padding:7px 8px;
	color:#FFFFFF;
	background-color:#CD2A53;
}
#tmp_emergency_s_cnt {
	float:right;
	width:550px;
	padding:8px 0 0 0;
}
#tmp_emergency_s_cnt ul {
	padding:10px 10px 3px;
	margin-left:1em;
	list-style:none;
	list-style-image:url(/shared/images/icon/list_icon.gif);
}
#tmp_emergency_s_cnt ul li {
	margin-bottom:0.3em;
}
/* update
============================== */
#tmp_update {
	text-align:right;
	margin-bottom:0 !important;
}
/* 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;
	border:1px solid #999999;
	clear:both;
}
#tmp_inquiry_ttl {
	font-weight:bold;
	padding:5px 10px;
	color:inherit;
	background-color:#F9D89B;
}
#tmp_inquiry_ttl p {
	margin-bottom:0 !important;
}
#tmp_inquiry_cnt {
	padding:7px 15px;
}
#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;
}
/* feedback
============================== */
#tmp_feedback {
	margin:0 0 20px;
	border:1px solid #999999;
	clear:both;
}
#tmp_feedback_ttl {
	font-weight:bold;
	padding:5px 10px;
	color:inherit;
	background-color:#F1F1E2;
}
#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_wrap_publicity {
	padding:0 10px;
	clear:both;
}
#tmp_publicity {
	padding:10px 0 0 0;
	width:100%;
	color:inherit;
	background:url(/shared/system/images/publicity_bg.png) repeat left top;
	clear:both;
	position:relative;
}
#tmp_publicity_ttl {
	padding:0 10px 5px;
}
#tmp_publicity_ttl a {
	background:url(/shared/images/icon/navi_icon_blue.png) no-repeat left 5px;
	padding-left:12px;
}
#tmp_publicity_cnt ul {
	list-style-type:none;
	padding-left:10px;
}
#tmp_publicity_cnt ul li {
	margin:0 10px 0 0;
	padding:0 0 10px;
	float:left;
}
#tmp_publicity_cnt ul li img {
	vertical-align:top;
}
#tmp_publicity_close {
	position:absolute;
	top:7px;
	right:9px;
}
/* ==================================================
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-device-width : 480px) {
#tmp_model_change {
	display:block;
}
}
/* ==================================================
footer
================================================== */
#tmp_wrap_footer {
	width:960px;
	margin:0 auto;
	padding:19px 0 10px;
	clear:both;
}
#tmp_footer_ttl {
	width:106px;
	float:left;
}
#tmp_wrap_footer_cnt {
	width:830px;
	float:right;
}
/* fnavi
============================== */
#tmp_fnavi {
	padding-left:135px;
}
#tmp_fnavi ul {
	list-style:none;
	list-style-image:none;
	border-left:1px solid #5FACE0;
}
#tmp_fnavi li {
	padding:5px;
	min-width:174px;
	white-space:nowrap;
	float:left;
	text-align:center;
	border-right:1px solid #5FACE0;
}
/* footer_ttl
============================== */
#tmp_footer_ttl p {
	margin:0 0 0 15px;
}
/* footer_cnt
============================== */
#tmp_footer_cnt {
	padding:19px 0 15px;
}
#tmp_footer_cnt address {
	font-style:normal;
	float:left;
	margin-right:8px;
	padding-top:5px;
}
#tmp_fnavi2 {
	list-style:none;
	list-style-image:none;
	float:right;
}
#tmp_fnavi2 li {
	float:left;
	font-weight:bold;
	text-align:center;
	width:160px;
	margin-right:10px;
}
#tmp_fnavi2 li.last {
	margin-right:0;
}
#tmp_fnavi2 li a {
	display:block;
	min-width:80px;
	padding:6px 5px 4px;
	border:1px solid #D4D4D4;
	text-decoration:none;
	background:#DFDFDF url(/shared/images/footer/btn_bg.jpg) repeat-x left top;
	-webkit-border-radius:3px;/* Webkit */
	-moz-border-radius:3px;/* Mozilla */
	border-radius:3px;/* CSS3 */
}
#tmp_copyright {
	font-size:85.7%;
	clear:both;
}
/* ==================================================
used_bg_img
================================================== */
.used_bg_img a,
.used_bg_img span {
	display:block; /* 変更しない */
}
.used_bg_img span {
	position:relative; /* 変更しない */
	z-index:-1; /* 変更しない */
}
/* ==================================================
class
================================================== */
/* text
============================== */
.underline {
	text-decoration:underline; /* 変更しない */
}
.strike {
	text-decoration:line-through; /* 変更しない */
}
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
.txt_red {
	color:#BF1313; /* デザインによって変更 */
	background-color:transparent; /* 変更しない */
}
.txt_green {
	color:#2E631A; /* デザインによって変更 */
	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 {
	display:table;
	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; /* 変更しない */
	border:1px solid #999999;
	clear:both; /* 変更しない */
}
.box_faq .box_faq_ttl {
	font-weight:bold;
	padding:5px 10px;
	color:inherit;
	background-color:#F1F1E2;
}
.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; /* 変更しない */
}
/* ==================================================
XHTML 1.0 Strict
================================================== */
/* text ▼変更しない
============================== */
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
table.center,
div.center table {
	margin-right:auto !important;
	margin-left:auto !important;
}
/* image ▼変更しない
============================== */
img.left {
	float:left;
}
img.right {
	float:right;
}
img.center {
	vertical-align:middle;
}
img.top {
	vertical-align:text-top;
}
img.bottom {
	vertical-align:text-bottom;
}
/* table div ▼変更しない
============================== */
table.left {
	float:left;
}
table.right {
	float:right;
}
table.center,
div.center table {
	margin-right:auto !important;
	margin-left:auto !important;
}
th.nowrap,
td.nowrap {
	white-space:nowrap;
}
/* ==================================================
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;
}
/* linkicon
============================== */
#tmp_main a.icon_pdf,
#tmp_main a.icon_word,
#tmp_main a.icon_excel,
#tmp_main a.icon_ichitaro {
	display:inline-block;
}
a.icon_pdf,
a.icon_word,
a.icon_excel,
a.icon_ichitaro {
	margin:0 3px;
	padding-left:36px;
	text-indent:0 !important;
}
li a.icon_pdf,
li a.icon_word,
li a.icon_excel,
li a.icon_ichitaro {
	background-position:0 0.2em;
}
a.icon_pdf {
	background:url(/shared/system/images/linkicon/icon_pdf.gif) no-repeat 0 0.4em;
}
a.icon_word {
	background:url(/shared/system/images/linkicon/icon_word.gif) no-repeat 0 0.4em;
}
a.icon_excel {
	background:url(/shared/system/images/linkicon/icon_excel.gif) no-repeat 0 0.4em;
}
a.icon_ichitaro {
	background:url(/shared/system/images/linkicon/icon_ichitaro.gif) no-repeat 0 0.4em;
}
/* bgcolor
============================== */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
td.bg_yellow,
th.bg_yellow {
	color:inherit;
	background-color:#FDFDD7; /* デザインによって変更 */
}
td.bg_blue,
th.bg_blue {
	color:inherit;
	background-color:#ECF7FD; /* デザインによって変更 */
}
td.bg_gray,
th.bg_gray {
	color:inherit;
	background-color:#EFEFEF; /* デザインによって変更 */
}
@media screen and (max-width : 480px) {
/* smartphone判別 ▼削除しない
============================== */
#tmp_resize_width {
	width:320px;
}
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ==================================================
トップページメインビジュアル拡張
================================================== */
#tmp_top_main2 {
	width:960px;
	margin:0 auto;
	position:relative;
	clear:both; /* 変更しない */
}
#tmp_top_main2 #tmp_emergency {
	margin-bottom:10px;
}
#tmp_top_main2 #tmp_gallery_top {
	width:960px;
}
#tmp_wrap_gallery {
	background:url(/shared/images/gallery_top/gallery_bg.png) repeat left top;
}
#tmp_wrap_gallery ul {
	margin-bottom:10px;
}
#tmp_wrap_gallery .list_order {
	margin-bottom:0;
}
#tmp_top_main2 #tmp_wrap_gallery .list_order {
	padding:6px 60px 8px 1px;
	float:right;
	margin-bottom:0;
}
#tmp_wrap_gallery ul a,
#tmp_wrap_gallery .list_order a {
	display:block;
}
#tmp_gallery_player {
	bottom:7px;
}
/* ==================================================
トップページメインビジュアル拡張2
================================================== */
.no_javascript #tmp_top_main2 .gallery_top_left {
	width: 610px;
	float: left;
}
.no_javascript #tmp_top_main2 .gallery_top_right {
	width: 330px;
	float: right;
}
#tmp_top_main2 #tmp_gallery_top.right_bnr_on {
	letter-spacing: -0.4em;
}
#tmp_top_main2 #tmp_gallery_top.right_bnr_on #tmp_wrap_gallery{
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	width: 590px;
}
#tmp_top_main2 #tmp_gallery_top.right_bnr_on .box_gallery_right {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	width: 330px;
	margin-left: 15px;
}
#tmp_top_main2 .box_gallery_right {
	margin-bottom: 10px;
}
#tmp_top_main2 .gr_link {
	display: block;
	position: relative;
	overflow: hidden;
}
#tmp_top_main2 .box_gallery_right .gr_link .gr_images,
#tmp_gallery_top .box_gallery_right .gr_link .gr_images {
	display: block;
	position: relative;
	z-index:1;
}
.box_gallery_right .gr_link .gr_images {
	display: block;
	position: relative;
	z-index:1;
}
#tmp_top_main2 .box_gallery_right .gr_images_sp,
#tmp_top_main2 #tmp_gallery_top.right_bnr_on .box_gallery_right .gr_images_pc {
	display: block;
	max-width: 100%;
	height: auto;
}
#tmp_top_main2 .box_gallery_right .gr_images_sp {
	display: none;
}
#tmp_top_main2 .box_gallery_right .gr_caption {
	box-sizing: border-box;
	overflow: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	display: inline-block;
	width: 100%;
	height: 297px;
	padding-top: 25px;
}
/* 画像非表示用設定 */
#tmp_top_main2 #tmp_gallery_top.right_bnr_on .box_gallery_right .gr_images_pc:after {
	content: '';
	width: 100%;
	height: 297px;
	display: block;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_top_main2:after,
.box_sitemap:after,
#tmp_social_plugins:after,
#tmp_top_wrapper:after,
.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_hmenu .box_hmenu_list:after,
#tmp_hmenu .hmenu_list:after,
#tmp_hmenu .hmenu:after,
tmp_hmenu:after,
#tmp_gnavi:after,
#tmp_gnavi ul:after,
#tmp_main:after,
#tmp_wrap_main:after,
.read_all:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_lnavi_guide:after,
#tmp_lnavi_guide_ttl:after,
#tmp_lnavi_guide_cnt:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
#tmp_lnavi_event_cal:after,
#tmp_lnavi_event_cal_ttl:after,
#tmp_lnavi_event_cal_cnt:after,
#tmp_lnavi_event .cal_navi:after,
#tmp_wrap_gallery:after,
#tmp_wrap_gallery .list_order:after,
#tmp_rnavi_iin:after,
#tmp_rnavi_iin ul:after,
.rnavi_btn:after,
#tmp_mymenu:after,
#tmp_mymenu_ttl:after,
#tmp_mymenu_cnt:after,
#tmp_wrap_emergency: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,
.plugin: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_fnavi ul:after,
#tmp_footer_cnt:after,
#tmp_footer_add:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.box_faq:after,
.box_faq_ttl:after,
.box_faq_cnt:after {
	content:"."; /* 変更しない */
	display:block; /* 変更しない */
	height:0; /* 変更しない */
	font-size:0.1%; /* 変更しない */
	line-height:0.1; /* 変更しない */
	clear:both; /* 変更しない */
	visibility:hidden; /* 変更しない */
}

/* for IE7.0 */
*:first-child+html #tmp_top_main2,
*:first-child+html .box_sitemap,
*:first-child+html #tmp_social_plugins,
*:first-child+html #tmp_top_wrapper,
*: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_hmenu .box_hmenu_list,
*:first-child+html #tmp_hmenu .hmenu_list,
*:first-child+html #tmp_hmenu .hmenu,
*:first-child+html #tmp_hmenu,
*:first-child+html #tmp_gnavi,
*:first-child+html #tmp_gnavi ul,
*:first-child+html #tmp_wrap_main,
*:first-child+html #tmp_main,
*:first-child+html .read_all,
*:first-child+html #tmp_lnavi,
*:first-child+html #tmp_lnavi_ttl,
*:first-child+html #tmp_lnavi_cnt,
*:first-child+html #tmp_lnavi_guide,
*:first-child+html #tmp_lnavi_guide_ttl,
*:first-child+html #tmp_lnavi_guide_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_lnavi_event_cal,
*:first-child+html #tmp_lnavi_event_cal_ttl,
*:first-child+html #tmp_lnavi_event_cal_cnt,
*:first-child+html #tmp_lnavi_event .cal_navi,
*:first-child+html #tmp_wrap_gallery,
*:first-child+html #tmp_wrap_gallery .list_order,
*:first-child+html #tmp_rnavi_iin,
*:first-child+html #tmp_rnavi_iin ul,
*:first-child+html .rnavi_btn,
*:first-child+html #tmp_mymenu,
*:first-child+html #tmp_mymenu_ttl,
*:first-child+html #tmp_mymenu_cnt,
*:first-child+html #tmp_wrap_emergency,
*: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 .plugin,
*: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_fnavi ul,
*:first-child+html #tmp_footer_cnt,
*:first-child+html #tmp_footer_add,
*: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 {
	min-height:1%; /* 変更しない */
}
