@charset "utf-8";
/* ==================================================
Setting by CMS sheets
================================================== */
body,
input,
select,
textarea {
    font-family:'メイリオ',Meiryo,sans-serif;
}
body #tmp_contents p em {
    font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
    font-size:105%;
}
a:link {
    color:#003377;
    background-color:transparent;
}
body {
    font-size:87.5%;
}
* {
    box-sizing: border-box;
}
/* Styles
================================================== */
/* text */
.txt_red {
    color:#990000; /* Setting by CMS sheets */
    background-color:transparent;
}
.txt_green {
    color:#007500; /* Setting by CMS sheets */
    background-color:transparent;
}
.txt_big {
    font-size:130%; /* Setting by CMS sheets */
}
.txt_small {
    font-size:86%; /* Setting by CMS sheets */
}
.space_lft1 {
	padding-left:1em;
}
p.indent1 {
	text-indent:1em;
}
/* bgcolor */
td.bg_red,
th.bg_red {
    color:inherit;
    background-color:#FCECEC; /* Setting by CMS sheets */
}
td.bg_yellow,
th.bg_yellow {
    color:inherit;
    background-color:#FBFBDF; /* Setting by CMS sheets */
}
td.bg_blue,
th.bg_blue {
    color:inherit;
    background-color:#EBF9FC; /* Setting by CMS sheets */
}
td.bg_gray,
th.bg_gray {
    color:inherit;
    background-color:#E9E9E9; /* Setting by CMS sheets */
}
td.bg_green,
th.bg_green {
    color:inherit;
    background-color:#EDFBEE; /* Setting by CMS sheets */
}
td.bg_purple,
th.bg_purple {
    color:inherit;
    background-color:#EDE9FA; /* Setting by CMS sheets */
}
/* 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 {
	padding-left:1.5em !important;
	text-indent:-1.5em !important;
	list-style:none !important;
	list-style-image:none !important;
}
ul.noicon ul {
	text-indent:0 !important;
}
/* sns
============================== */
.sns {
	float:left;
	padding-right:1em;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ==================================================
Base-Layout
================================================== */
#tmp_wrapper {
    min-width: 1280px;
    margin:0 auto;
}
#tmp_wrapper2 {
	width:904px;
	margin:0 auto;
}
#tmp_wrap_main {
    padding: 0;
}

#tmp_contents {
    padding:0 0 10px;
}
.col_main {
    padding:10px 0;
}
.container {
    width: 1200px;
    margin: 0 auto;
}
/* header
================================================== */
#tmp_header {
    padding: 0 10px 12px;
    border-top: 4px solid #22853d;
}
#tmp_header:before {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #fff1bc;
    display: block;
}
#tmp_hlogo {
    float:left;
    padding: 17px 0 0;
}
#tmp_hlogo h1,
#tmp_hlogo p {
    display: block;
	width: auto;
	height: 57px;
    color: inherit;
}
#tmp_hlogo h1 img:first-child,
#tmp_hlogo p a img {
	margin-right:10px;
}
#tmp_hlogo img.character_img {
	max-height:57px;
	width:auto;
	overflow:hidden;
}
#tmp_hlogo a {
    display:inline-block;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
    display: block;
	width: 178px;
	height: 57px;
    position: relative;
    z-index: -1;
    overflow: hidden;
    visibility: hidden;
}
#tmp_lmenu {
    display: none;
}
#tmp_means {
    float: right;
    width: 810px;
    margin-top: 7px;
}
#tmp_setting {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
}
#tmp_setting li {
    float: left;
    margin-left: 23px;
}
#tmp_setting a {
    display: block;
    font-size: 100%;
    color: #000000;
    text-decoration: none;
    line-height: 1.7;
}

#tmp_setting .setting_link {
    padding-left: 26px;
    background: url(/shared/rn/images/icon/icons_setting.png) no-repeat transparent left 4px;
}
#tmp_setting .setting_multilingual {
    padding-left: 23px;
    background: url(/shared/rn/images/icon/icons_world.png) no-repeat transparent left 2px;
}
#tmp_search {
    float: left;
}
#tmp_gsearch,
#tmp_gsearch_sp {
    display: inline-block;
}
#tmp_search .gsearch_control,
#tmp_search_sp .gsearch_control {
    margin-top: 7px;
    position: relative;
}
#tmp_search .gsearch_input, 
#tmp_search .search_submit {
    float: left;
}
#tmp_search .gsearch_input label,
#tmp_search_sp .gsearch_input label {
    vertical-align: middle;
    display: inline-block;
    color: #000000;
    width: 27px;
	text-indent: -9999999px;
    height: 27px;
    margin-right: 11px;
    background: url(/shared/rn/images/icon/icons_search.png) transparent no-repeat;
}
#tmp_func_sch_btn,
#tmp_func_sch_btn_sp {
    padding: 10px 17px 9px;
    line-height: 1.1;
    min-height: 36px;
    font-size: 100%;
    cursor: pointer;
    color: #ffffff;
    border: none;
    background-color: #437a52;
    font-weight: bold;
}
#tmp_setting a:hover,
#tmp_setting a:focus {
    text-decoration: underline;
}
#tmp_query,
#tmp_query_sp {
    display: inline-block;
    height: 36px;
    width: 341px;
    padding: 0 10px;
    border: 1px solid #427a52;
    color: #000000;
    background-color: #f6f5f5;
}
.search_method,
.search_method:link {
    display: inline-block;
    margin: 14px 0 0 15px;
    padding: 0 10px 0 15px;
    font-size: 100%;
    white-space: nowrap;
    vertical-align: top;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    color: #000000;
    background: url(/shared/rn/images/icon/icons_arrow_rght.png) left 4px no-repeat #ffffff;
}
.search_method:hover,
.search_method:focus {
    text-decoration: underline;
}
.mean_socical {
    float: right;
    text-align: right;
    margin-top: 13px;
}
.mean_socical .socical_item {
    display: inline-block;
    margin: 0 0 0 12px;
    vertical-align: top;
}
.mean_socical .socical_item a {
    display: block;
}
/* gnavi
================================================== */
.gnavi {
    color:inherit;
    clear:both;
    background: #22853d;
}
.gnavi ul {
    list-style:none;
}
.gnavi li {
    float:left;
    position: relative;
}
.gnavi .glist1 {
    width: 186px;
}
.gnavi .glist2 {
    width: 189px;
}
.gnavi .glist3 {
    width: 169px;
}
.gnavi .glist4 {
    width: 194px;
}
.gnavi .glist5 {
    width: 258px;
}
.gnavi .glist6 {
    width: 203px;
}
.gnavi a {
    display:block;
    padding: 11px 0 13px;
    text-align:center;
    text-decoration:none;
	border-bottom: 1px solid #22853d;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 128.6%;
    position: relative;
}
.gnavi a span {
    display: block;
    border-left: 1px solid #91bf91;
    padding: 5px 0 0;
}
.gnavi .glist6 span {
    border-right: 1px solid #91bf91; 
}
.gnavi .active a,
.gnavi a:hover,
.gnavi a:focus {
    background-color: #ffffe3;
    color: #22853d;
    border-bottom: 1px solid #22853d;
    transition: background 0.2s ease-in-out 0s;
}
.gnavi .active a:after,
.gnavi a:hover:after,
.gnavi a:focus:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #22853d;
    margin-left: -8px;

}
.gnavi ul .drop_down_hidden {
	display: none;
	position: absolute;
	z-index: 3;
	left: 0;
	width: 400px;
	border: 2px solid #22853d;
	border-top: 1px solid #22853d;
	color: #000000;
	background-color: #e4fbe9;
	list-style: none;
	padding: 11px 10px 0;
	top: 100%;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}
.gnavi ul > li:hover .drop_down_hidden {
	visibility: visible;
	opacity: 1;
}
.gnavi ul .drop_down_hidden li {
	width: 50%;
	float: left;
	padding:0;
	display:block;
	margin:0 0 13px;
}
.gnavi ul .drop_down_hidden li:nth-child(2n+1) {
	clear:both;
}
.gnavi ul .drop_down_hidden a {
	width:auto;
	display:block;
	font-size:100%;
	font-weight:normal;
	color: #333333;
	 font-weight: normal;
	 border: none;
	padding: 5px 5px 7px 14px;
	 background: url(/shared/rn/images/icon/icons_arrow_rght.png) left 8px no-repeat transparent;
	text-decoration: none;
	height:auto !important;
	text-align:left;
}
.gnavi ul .drop_down_hidden .active a,
.gnavi ul .drop_down_hidden li:hover a,
.gnavi ul .drop_down_hidden li:active a,
.gnavi ul .drop_down_hidden li:focus a {
	text-decoration: underline;
	background-color: transparent;
	color: #333333;
    border: none;
}
.gnavi ul .drop_down_hidden a:before,
.gnavi ul .drop_down_hidden a:after{
	content:none;
}
/* tmp_banner_slider
================================================== */
#tmp_banner_slider .banner_slick .slick_img  {
    height: 530px;
}
#tmp_banner_slider .banner_slick .slick_img  img {
	max-width: 100%;
	height: auto;
	width: 100%;
}
#tmp_banner_slider .banner_slick {
    position: relative;
    height: 530px;
}
#tmp_banner_slider .banner_slick .slick-list {
    height: 100%;
    z-index: 0;
}
#tmp_banner_slider .slick_item .link_slide {
	display: none;
}
.format_top .slick-control {
    display: inline-block;
    background: rgba(61,54,46,0.8);
    padding: 7px 10px;
    border: 1px solid;
    margin-bottom: 10px;
}
.format_top .slick-control button {
    background-color: #82d996;
    border: 3px solid #82d996;
    border-radius: 3px;
}
.format_top .slick-control .slick-stop,
.format_top .slick-control .slick-play {
    font-weight: bold;
    min-width: 76px;
    line-height: 1;
    padding: 4px 0 4px;
    vertical-align: bottom;
    cursor: pointer;
}
.format_top .slick-control .slick-stop span,
.format_top .slick-control .slick-play span {
	width: 53px;
	height: 10px;
	position: relative;
	overflow: hidden;
	z-index: -1;
}
.format_top .slick-control .slick-stop {
    background: #82d996 url(/shared/rn/images/icon/icon_stop.png) no-repeat center;
}
.format_top .slick-control .slick-play {
    background: #82d996 url(/shared/rn/images/icon/icon_play.png) no-repeat center;
}
.format_top .slick-control .slick-dots {
    display: inline-block !important;
    margin: 0 0 0 10px;
    vertical-align: bottom;
}
.format_top .slick-control .slick-dots li {
    display: inline-block;
    margin: 0 10px;
}
.format_top .slick-control .slick-dots li button {
	display: block;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    cursor: pointer;
	text-indent: -9999px;
}
.format_top .slick-control .slick-dots li.slick-active button {
    background-color: #fff1bc;
}
.format_top .slick-control .slick-dots li.slick-active button:focus {
    outline: 0;
}
#tmp_banner_slider .slick-control .link_slide,
#tmp_banner_slider .slick-control .link_slider {
    color: #FFFFFF;
    background: transparent url(/shared/rn/images/icon/icon_arrow_wh.png) no-repeat left center;
    padding: 0 0 0 17px;
    margin-left: 48px;
}
#tmp_banner_slider .slick-control .link_slide:hover,
#tmp_banner_slider .slick-control .link_slide:focus,
#tmp_banner_slider .slick-control .link_slider:hover,
#tmp_banner_slider .slick-control .link_slider:focus  {
    text-decoration: none;
}
#tmp_banner_slider .banner_slick .banner_cnt {
    position: absolute;
    left: 50%;
    margin-left: -560px;
    bottom: 20px;
    height: auto;
}
#tmp_banner_slider .banner_cnt .banner_emergency {
    color: #ffffff;
    background-color: #c4282d;
    padding: 10px 10px 10px 20px;
    width: 1120px;
    bottom: 0;
    position: static;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
#tmp_banner_slider .emergency_info_div {
    display: table-cell;
    width: 130px;
    height: auto;
    vertical-align: middle;
}
#tmp_banner_slider .emergency_info {
    background: #c4282d url(/shared/rn/images/icon/icon_speaker.png) no-repeat left center;
    padding: 6px 0 3px 32px;
    font-size: 128.6%;
    color: #FFFFFF;
}
#tmp_banner_slider .banner_emergency .emergency_cnt {
	display: table-cell;
	width: 960px;
}
#tmp_banner_slider .banner_emergency ul {
    list-style: none;
    background: #FFFFFF;
    padding: 5px 10px;
    display: block;
    max-height: 300px;
    overflow: auto;
}
#tmp_banner_slider .banner_emergency .emergency_text {
    color: #000000;
    background-color: #FFFFFF;

}
#tmp_banner_slider .banner_emergency .emergency_cnt p{
	padding: 12px 10px;
	color: #000000;
	background-color: #FFFFFF;
}
#tmp_banner_slider .emergency_text a {
    color: #000000;
    text-decoration: none;
    display: block;
    padding: 5px 0 6px 19px;
    border-top: 1px solid #ebebeb;
    background: transparent url(/shared/rn/images/icon/icons_arrow_red.png) no-repeat left 9px;
}
#tmp_banner_slider li.emergency_text:first-child a {
    border-top: none;
}
#tmp_banner_slider .emergency_text a:hover,
#tmp_banner_slider .emergency_text a:focus {
    text-decoration: underline;
}
/* tmp_publicity
================================================== */
#tmp_publicity_sculpture {
    margin: 52px 0 43px;    
}
#tmp_publicity_sculpture ul {
    list-style: none;
	padding: 0 8px 0 16px;
}
#tmp_publicity_sculpture #tmp_publicity {
    width: 660px;
    float: left;
    padding: 10px 14px 6px 17px;
    border: 2px solid #ebebeb;
    border-radius: 5px;
}
#tmp_publicity_sculpture #tmp_publicity_ttl .publicity_title {
    display: inline-block;
    font-weight: bold;
}
#tmp_publicity_sculpture #tmp_publicity_ttl a {
    float: right;
    background: transparent url(/shared/rn/images/icon/icons_arrow_rght.png) no-repeat left center;
    padding: 3px 0 0 18px;
    color: #333333;
    text-decoration: none;
}
#tmp_publicity_sculpture #tmp_publicity_ttl a:hover,
#tmp_publicity_sculpture #tmp_publicity_ttl a:focus {
    text-decoration: underline;
}
#tmp_publicity_sculpture #tmp_publicity_ttl {
    margin-bottom: 12px;
}
#tmp_publicity_sculpture #tmp_publicity_ttl .publicity_title,
#tmp_publicity_sculpture .sculpture_head .sculpture_title {
    font-size: 128.6%;
    color: #0f4a1f;
    background: transparent;
}
#tmp_publicity_sculpture .sculpture_head .sculpture_title{
    font-weight: bold;
}
#tmp_publicity_sculpture .sculpture_head .sculpture_title a{
    color: #0f4a1f;
    text-decoration: none;
}
#tmp_publicity_sculpture .sculpture_head .sculpture_title a:hover,
#tmp_publicity_sculpture .sculpture_head .sculpture_title a:focus{
    text-decoration: underline;
}
#tmp_publicity_sculpture #tmp_publicity #tmp_publicity_cnt li {
    display: inline-block;
    padding-right: 6px;
    width: 120px;
    vertical-align: top;
    margin-bottom: 6px;
}
#tmp_publicity_sculpture #tmp_publicity #tmp_publicity_cnt li img{
    width: 100%;
    height: auto;
}
#tmp_publicity_sculpture .sculpture:before,
#tmp_publicity_sculpture .sculpture:after{
    content: '';
    display: table;
}
#tmp_publicity_sculpture .sculpture:after{
    clear: both;
}
#tmp_publicity_sculpture .sculpture {
    padding: 15px;
    width: 520px;
    float: right;
    background: #e4fbe9;
    border-radius: 5px;
}
#tmp_publicity_sculpture .sculpture_img {
    width: 250px;
    float: left;
    margin-right: 13px;
}
#tmp_publicity_sculpture .sculpture_img img{
    width: 100%;
    height: auto;
}
#tmp_publicity_sculpture .sculpture_head {
    overflow: hidden;
}
#tmp_publicity_sculpture .sculpture_head .sculpture_title {
    line-height: 1;
    margin-bottom: 10px;
}
#tmp_publicity_sculpture .sculpture_cnt li {
    padding: 6px 0;
}
#tmp_publicity_sculpture .sculpture_cnt li p {
    display: inline-block;
    line-height: 1.2;
}
#tmp_publicity_sculpture .sculpture_cnt li p:first-child {
    padding-right: 11px;
    border-right: 1px solid;
}
#tmp_publicity_sculpture .sculpture_cnt li p:last-child {
    padding-left: 7px;
}
/* footer
================================================== */
#tmp_footer {
    padding: 5px 0 0;
    color:inherit;
}
#tmp_switch_sp_style {
    font-size: 85.7%;
    color: #FFFFFF;
    background-color: #22853d;
    position: relative;
    display: block;
    width: 100%;
    padding: 9px 0 12px;
    text-align: center;
    text-decoration: none;
}
#tmp_switch_sp_style:before {
    content: '';
    width: 11px;
    height: 19px;
    background: url(/shared/rn/images/icon/icon_sw_sp.png) no-repeat left center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
/* fnavi
============================== */
#tmp_fnavi {
    padding: 6px 10px 7px;
    color:inherit;
    list-style:none;
    text-align: center;
    border-top: 2px solid #22853d;
}
#tmp_fnavi li {
    margin: 0 31px 0 0;
    white-space:nowrap;
    display: inline-block;
}
#tmp_fnavi li a {
    color: #333333;
    text-decoration: none;
    background: transparent url(/shared/rn/images/icon/icons_arrow_rght.png) no-repeat left center;
    padding: 0 3px 0 18px;
}
#tmp_fnavi li a:hover,
#tmp_fnavi li a:focus {
    text-decoration: underline;
}
#tmp_fnavi li:last-child {
    margin-right:0;
}
#tmp_footer_cnt {
    padding: 10px;
    background: #faf7da;
    color: #333333;
}
#tmp_footer_cnt .office_title {
    font-size: 114.4%;
    color: #333333;
    background: transparent;
    font-weight: bold;
    padding: 10px 0 3px;
}
#tmp_footer_cnt .footer_address {
    width: 80%;
    float: left;
}
#tmp_footer_cnt address {
    margin:0 0 5px;
    font-style:normal;
}
#tmp_footer_cnt address p {
    margin-bottom: 3px;
    color: #333333;
}
#tmp_footer_cnt address span {
    margin: 0 1em 0 0;
}
#tmp_copyright {
    text-align:center;
}
#tmp_footer_cnt .footer_btn {
	float:right;
}
#tmp_footer_cnt .footer_btn .pnavi {
    position: fixed;
    bottom: 20px;
    display: none;
	z-index: 9999;
}
.no_javascript #tmp_footer_cnt .footer_btn .pnavi {
    position: fixed;
    bottom: 20px;
    display: block;
}
.pc_view #tmp_footer_cnt .footer_btn .pnavi {
    right: 20px;
}
#tmp_footer_cnt .footer_btn .ptop {
    background: transparent url(/shared/rn/images/main/btn_backtop.png) no-repeat center;
	background-size: 100% auto;
    width: 68px;
    height: 68px;
    display: block;
}
#tmp_footer_cnt .footer_btn .pnavi span {
    display: block;
    width: 68px;
    height: 68px;
    position: relative;
    z-index: -1;
    overflow: hidden;
}
#tmp_footer_cnt .footer_btn .ptop:hover {
    background: transparent url(/shared/rn/images/main/btn_backtop_hover.png) no-repeat center;
	background-size: 100% auto;
}
/* ==================================================
layout
================================================== */
/* main
============================== */
.format_free #tmp_wrap_main,
.format_event #tmp_wrap_main,
.format_chisan_top #tmp_wrap_main,
.format_chisan_free #tmp_wrap_main {
	margin:10px 1px 0 3px;
	padding: 0 0 40px 0;
}
/* contents
============================== */
#tmp_contents,
#tmp_maincontents{
	width:100%;
}
/* format
============================== */
.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:left;
}
/* free
============================== */
.format_free .col_main {
	padding:10px 20px 10px 0;
}
.format_free .wrap_col_nm {
	margin-right:-200px;
}
.format_free .wrap_col_nm2 {
	margin-right:200px;
}
.format_free .wrap_col_rgt_navi {
	width:200px;
}
.format_free .col_rgt_navi {
	padding:10px 0 0;
}
.format_free .column_lnavi .wrap_col_main {
	margin-right:-200px;
}
.format_free .column_lnavi .col_main {
	margin-right:200px;
}
.format_free .column_cnt .col_main {
	padding:10px 1px 10px 0;
}
/* event
============================== */
.format_event .wrap_col_nm {
	margin-right:-220px;
}
.format_event .wrap_col_nm2 {
	margin-right:220px;
}
.format_event .wrap_col_rgt_navi {
	width:220px;
}
.format_event .col_rgt_navi {
	padding:10px 0 0;
}
.format_event .column_lnavi .wrap_col_main {
	margin-right:-220px;
}
.format_event .column_lnavi .col_main {
	margin-right:240px;
}
.format_free .column_cnt .col_main {
	padding:10px 1px 10px 0;
}
/* chisan
============================== */
.format_chisan_top .wrap_col_nm,
.format_chisan_free .wrap_col_nm {
	margin-right:-220px;
}
.format_chisan_top .wrap_col_nm2,
.format_chisan_free .wrap_col_nm2 {
	margin-right:215px;
}
.format_chisan_top .wrap_col_rgt_navi,
.format_chisan_free .wrap_col_rgt_navi {
	width:202px;
}
.format_chisan_top .column_lnavi .wrap_col_main,
.format_chisan_free .column_lnavi .wrap_col_main {
	margin-right:-215px;
}
.format_chisan_top .column_lnavi .col_main,
.format_chisan_free .column_lnavi .col_main {
	margin-right:215px;
}

.lang_en_top #tmp_means,
.lang_en #tmp_means {
	width:688px;
}
.lang_ko_top #tmp_means,
.lang_ko #tmp_means {
	width:591px;
}
.lang_zh-cn_top #tmp_means,
.lang_zh-cn #tmp_means {
	width:598px;
}
/* format_free */
.format_free #tmp_wrap_publicity {
	clear:both;
	padding:10px;
	background:url(/shared/templates/free/images/contents/publicity_bg.gif);
}
.format_free #tmp_publicity {
	padding:10px;
	color:inherit;
	background-color:#F8FAFC;
	clear:both;
	text-align:center;
}
/* tmp_pankuzu */
#tmp_pankuzu {
	margin: 10px 0 0;
}
.format_free #tmp_publicity_ttl {
	padding:0 0 5px 0;
	margin:0 auto;
}
.format_free #tmp_publicity_cnt {
	clear:both;
	margin:0 auto;
}
.format_free #tmp_publicity_cnt ul {
	list-style-type:none;
	margin:0 0 10px 0;
}
.format_free #tmp_publicity_cnt ul li {
    margin: 0 auto 2px;
}
/* lnavi
============================== */
/* format_free */
.format_free #tmp_lnavi {
	margin-bottom:10px;
	padding:5px 0 0 0;
	background:url(/shared/images/navi/lnavi/lnavi_ttl_top.gif) no-repeat left top;
}
.format_free #tmp_lnavi_ttl {
	font-size:0.1%;
	line-height:0.1;
	margin:-5px 0 0 0;
}
.format_free #tmp_wrap_lnavi_cnt {
	background:url(/shared/images/navi/lnavi/lnavi_bottom.gif) no-repeat left bottom;
	padding:0 0 5px;
}
.format_free #tmp_lnavi_cnt,
.format_free #tmp_lnavi_cnt2 {
	background:url(/shared/images/navi/lnavi/lnavi_bg.gif) repeat-y left top;
	padding:0 5px;
}
.format_free #tmp_lnavi_cnt ul li.noicon_list {
	margin:0;
	padding:6px 0 4px 13px;
	text-indent:-20px;
	background:none;
	color:inherit;
	background-color:#FFFFFF;
}
.format_free #tmp_lnavi_cnt ul,
.format_free #tmp_lnavi_cnt2 ul {
	border-top:1px solid #CBD3DE;
	border-bottom:1px solid #CBD3DE;
}
.format_free #tmp_lnavi_cnt ul ul {
	border:none;	
}
.format_free #tmp_lnavi_cnt ul li,
.format_free #tmp_lnavi_cnt2 ul li {
	margin:0;
	padding:6px 4px 4px 32px;
	text-indent:0;
	list-style:none;
	list-style-image:none;
	border-left:1px solid #CBD3DE;
	border-right:1px solid #CBD3DE;
	border-bottom:1px solid #CBD3DE;
}
.format_free #tmp_lnavi_cnt ul li {
	background:#FFFFFF url(/shared/images/navi/lnavi/icon_list.gif) no-repeat 10px 0.7em;
}
.format_free #tmp_lnavi_cnt2 ul li {
	background:#FFFFFF url(/shared/images/navi/lnavi/icon_list2.gif) no-repeat 10px 0.4em;
}
.format_free #tmp_lnavi_cnt ul li li {
	border-bottom:none;
}
.format_free #tmp_lnavi_cnt ul li img {
	margin:0 5px 0 10px;
	vertical-align:middle;
}
.format_free #tmp_lnavi_cnt ul li.noicon_list ul {
	margin:8px 0 -4px -13px;
}
.format_free #tmp_lnavi_cnt ul li.noicon_list ul li {
	border:none;
	text-indent:0;
	padding:5px 5px 5px 45px;
	border-top:1px dashed #CBD3DE;
	color:inherit;
	background:#F2F6F8 url(/shared/images/navi/lnavi/icon_list.gif) no-repeat 30px 0.6em;
}
/* format_chisan */
.format_chisan_top .box_lnavi,
.format_chisan_free .box_lnavi {
	margin:0 0 15px 0;
	padding:0 0 10px;
	background:url(/shared/images/navi/lnavi_chisan/bg_l_box_btm.gif) no-repeat left bottom;
}
.format_chisan_top .box_lnavi img,
.format_chisan_free .box_lnavi img {
	vertical-align:top;
}
.format_chisan_top .box_lnavi_ttl,
.format_chisan_free .box_lnavi_ttl {
	
}
.format_chisan_top .box_lnavi_cnt,
.format_chisan_free .box_lnavi_cnt {
	padding:0 8px 1px 12px;
	background:url(/shared/images/navi/lnavi_chisan/bg_l_box_mdl.gif) repeat-y left top;
}
.format_chisan_top .box_lnavi_cnt ul,
.format_chisan_free .box_lnavi_cnt ul {
	list-style:none;
	font-size:0.1%;
	line-height:0.1;
}
.format_chisan_top .box_lnavi_cnt li,
.format_chisan_free .box_lnavi_cnt li {
	margin:0 0 8px;
}
/* tmp_lnavi_mayor
============================== */
.format_free #tmp_lnavi_mayor {
	border:1px solid #BFCBD5;
	margin:0 0 20px 0;
	color:inherit;
	background:#FFFFFF url(/shared/images/navi/lnavi/lnavi_mayor_bg.jpg) repeat-y left top;
}
.format_free #tmp_lnavi_mayor ul {
	list-style:none;
	border:2px solid #E3F1FC;
}
.format_free #tmp_lnavi_mayor ul li {
	list-style:none;
	list-style-image:none;
	padding:7px 5px 7px 26px;
	background:url(/shared/images/navi/lnavi/icon_list_mayor.gif) no-repeat 3px 0.6em;
	border-bottom:1px solid #BFCBD5;
}
/* sp_bnr
============================== */
#tmp_sp_bnr ul {
	list-style:none;
	list-style-image:none;
	font-size:0.1%;
	line-height:0.1;
}
#tmp_sp_bnr li {
	margin:0 0 4px;
}
/* cnavi
============================== */
#tmp_cnavi {
	border-bottom:1px solid #CDD8DC;
	margin-bottom:7px;
}
#tmp_cnavi ul {
	list-style:none;
	list-style-image:none;
	font-size:0.1%;
	line-height:0.1;
}
#tmp_cnavi li {
	font-size:0.1%;
	line-height:0.1;
}
/* event_cal
============================== */
#tmp_event_cal {
	padding:17px 0 0;
}
.event_cal_bg3,
.event_cal_bg4,
.event_cal_bg5 {
	background:url(/shared/templates/free/images/contents/event/event_cal_ttl_bg1.gif) no-repeat left top;
}
.event_cal_bg6,
.event_cal_bg7,
.event_cal_bg8 {
	background:url(/shared/templates/free/images/contents/event/event_cal_ttl_bg2.gif) no-repeat left top;
}
.event_cal_bg9,
.event_cal_bg10,
.event_cal_bg11 {
	background:url(/shared/templates/free/images/contents/event/event_cal_ttl_bg3.gif) no-repeat left top;
}
.event_cal_bg12,
.event_cal_bg1,
.event_cal_bg2 {
	background:url(/shared/templates/free/images/contents/event/event_cal_ttl_bg4.gif) no-repeat left top;
}
/* event_cal_ttl */
#tmp_event_cal_ttl {
	font-size:0.1%;
	line-height:0.1;
	padding:0 0 2px 12px;
}
#tmp_event_year {
	float:left;
	margin:8px 11px 0 0;
}
#tmp_event_month {
	float:left;
}
/* event_cal_cnt */
#tmp_event_cal_cnt {
	width:100%;
	clear:both;
	background:url(/shared/templates/free/images/contents/event/event_cal_bg.gif) repeat-y left top;
}
.event_cal_bg3 #tmp_event_cal_cnt2,
.event_cal_bg4 #tmp_event_cal_cnt2,
.event_cal_bg5 #tmp_event_cal_cnt2 {
	background:url(/shared/templates/free/images/contents/event/event_cal_cnt_bg1.gif) no-repeat left top;
	padding:0 10px;
}
.event_cal_bg6 #tmp_event_cal_cnt2,
.event_cal_bg7 #tmp_event_cal_cnt2,
.event_cal_bg8 #tmp_event_cal_cnt2 {
	background:url(/shared/templates/free/images/contents/event/event_cal_cnt_bg2.gif) no-repeat left top;
	padding:0 10px;
}
.event_cal_bg9 #tmp_event_cal_cnt2,
.event_cal_bg10 #tmp_event_cal_cnt2,
.event_cal_bg11 #tmp_event_cal_cnt2 {
	background:url(/shared/templates/free/images/contents/event/event_cal_cnt_bg3.gif) no-repeat left top;
	padding:0 10px;
}
.event_cal_bg12 #tmp_event_cal_cnt2,
.event_cal_bg1 #tmp_event_cal_cnt2,
.event_cal_bg2 #tmp_event_cal_cnt2 {
	background:url(/shared/templates/free/images/contents/event/event_cal_cnt_bg4.gif) no-repeat left top;
	padding:0 10px;
}
#tmp_event_cal_cnt .calendar,
#tmp_event_cal_cnt .calendar td,
#tmp_event_cal_cnt .calendar th {
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #BDC8D2;
	color:inherit;
	background-color:#FFFFFF;
}
#tmp_event_cal_cnt .calendar {
	width:100%;
	margin:0 0 7px;
}
* html #tmp_event_cal_cnt .calendar {
	width:200px;
}
#tmp_event_cal_cnt .calendar th {
	font-weight:normal;
}
#tmp_event_cal_cnt .calendar td {
	text-align:center;
}
#tmp_event_cal_cnt .calendar .today {
	display:block;
	color:#000000;
	background-color:#FFFFCC !important;
	font-weight:bold;
}
#tmp_event_cal_cnt .calendar a:link {
	color:#000000;
	background-color:#FFFFFF;
}
#tmp_event_cal_cnt .calendar th.sun,
#tmp_event_cal_cnt .calendar td.sun a {
	color:#CC0000 !important;
	background-color:#FFFFFF;
}
#tmp_event_cal_cnt .calendar th.sat,
#tmp_event_cal_cnt .calendar td.sat a {
	color:#0000FF !important;
	background-color:#FFFFFF;
}
/* cal_navi */
#tmp_cal_navi {
	list-style:none;
	background:url(/shared/templates/free/images/contents/event/cal_navi_bg.gif) no-repeat left bottom;
	padding:5px 10px;
	margin:0 0 10px 0;
}
#tmp_cal_navi li {
	height:1%;
}
#tmp_cal_navi li {
	float:left;
	line-height:1.1;
}
#tmp_cal_navi .prev {
	padding:3px 6px 3px 22px;
	border-right:1px solid #000000;
}
#tmp_cal_navi .prev a {
	display:inline-block;
	margin:-3px 0 -3px -22px;
	padding:3px 0 3px 22px;
	background:url(/shared/templates/free/images/contents/event/event_cal_prev.gif) no-repeat left center;
}
#tmp_cal_navi .next {
	padding:3px 0 3px 6px;
}
#tmp_cal_navi .next a {
	display:inline-block;
	margin:-3px 0;
	padding:3px 22px 3px 0;
	background:url(/shared/templates/free/images/contents/event/event_cal_next.gif) no-repeat right center;
}
#tmp_cal_navi .list {
	float:right;
	padding:3px 0;
}
/* ev box_navi
============================== */
/* tmp_ev_sch */
#tmp_ev_sch {
	clear:both;
	margin:0 0 10px 0;
}
#tmp_ev_sch_ttl {
	font-size:0.1%;
	line-height:0.1;
}
#tmp_ev_sch_cnt * {
	vertical-align:middle;
}
#tmp_ev_sch_cnt #q {
	width:150px;
	margin:0 2px 0 0;
	border-top:1px solid #B3BBBF;
	border-left:1px solid #B3BBBF;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}
* html #tmp_ev_sch_cnt #q {
	width:152px;
}
#tmp_ev_gsearch dl dt {
	padding:15px 0 5px;
}
/* ev_extra
============================== */
#tmp_ev_extra {
	clear:both;
	margin:0 0 10px 0;
}
#tmp_ev_extra_ttl {
	font-size:0.1%;
	line-height:0.1;
}
#tmp_ev_extra_cnt ul {
	width:188px;
	list-style:none;
	padding:5px;
	color:inherit;
	background-color:#FFFFFF;
	border:1px solid #BDC8D2;
}
* html #tmp_ev_extra_cnt ul {
	width:198px;
}
/* box_navi */
#tmp_ev_sch .box_navi,
#tmp_ev_extra .box_navi {
	background:url(/shared/templates/free/images/contents/event/ev_box_bg1.gif) repeat-y left top;
}
* html #tmp_ev_sch .box_navi,
* html #tmp_ev_extra .box_navi {
	height:1%;
}
*:first-child+html #tmp_ev_sch .box_navi,
*:first-child+html #tmp_ev_extra .box_navi {
	min-height:1%;
}
#tmp_ev_extra .box_navi p{
	padding:15px 0 5px;
}
#tmp_ev_sch .box_navi2,
#tmp_ev_extra .box_navi2 {
	background: url(/shared/templates/free/images/contents/event/ev_box_bg2.gif) no-repeat left top;
}
#tmp_ev_sch .box_navi3,
#tmp_ev_extra .box_navi3 {
	background: url(/shared/templates/free/images/contents/event/ev_box_bg3.gif) no-repeat left bottom;
	padding:0 10px 10px;
}
/* ev_genre */
/* ev_obj */
/* ev_place */
#tmp_ev_genre ul,
#tmp_ev_obj ul,
#tmp_ev_place ul {
	height:100px;
	overflow:auto;
}
#tmp_ev_genre li,
#tmp_ev_obj li,
#tmp_ev_place li {
	padding:2px 0;
}
/* pnavi
============================== */
.pnavi {
	clear:both;
	margin-top:40px;
}
.ptop {
	text-align:right;
	clear:both;
}
.ptop a {
	background:url(/shared/templates/free/images/contents/pnavi_icon.gif) no-repeat scroll left center;
	padding:3px 0 3px 23px;
}
/* update
============================== */
#tmp_update {
	text-align:right;
}
/* plugin
============================== */
.plugin {
	margin:0 0 10px;
	padding:10px;
	border:3px solid #E4E4E4;
	clear:both;
	color:inherit;
	background-color:#FFFFFF;
}
.plugin .plugin_img {
	margin:0 10px 0 0 !important;
	font-size:0.1%;
	line-height:0.1;
	float:left;
}
.plugin p {
	margin:0 !important;
}
/* faq
============================== */
/* format_free */
.format_free #tmp_faq {
	margin:0 0 0.8em;
	border:3px solid #DFE6EA;
	border-top:2px solid #DFE6EA;
	clear:both;
	color:inherit;
	background-color:#F8FFF4;
}
.format_free #tmp_faq #tmp_faq_ttl {
	padding:10px 7px 3px 40px;
	color:#1F3A4B;
	font-weight:bold;
	background:#F5FBFE url(/shared/images/main/faq/faq_ttl.jpg) no-repeat left top;
}
.format_free #tmp_faq #tmp_faq_ttl p {
	margin:0;
}
.format_free #tmp_faq_8341 {
	border:1px solid #CCD7DD;
	border-top:none;
}
.format_free #tmp_faq #tmp_faq_cnt p {
	padding:10px;
	border-top:1px solid #CCD7DD;
	color:inherit;
	background-color:#FFFFFF;
}
.format_free #tmp_faq ul {
	margin:0;
	border-top:none;
	color:inherit;
	background-color:#FFFFFF;
	list-style:none;
	list-style-image:none;
}
.format_free #tmp_faq ul li {
	padding:5px 5px 5px 28px;
	margin:0;
	border-top:1px solid #CCD7DD;
	background:url(/shared/images/main/faq/icon_faq.gif) no-repeat 5px 7px;
}
/* format_chisan */
.format_chisan_top #tmp_faq,
.format_chisan_free #tmp_faq {
	margin:0 0 0.8em;
	border:1px solid #86C9DF;
	clear:both;
}
.format_chisan_top #tmp_faq_ttl,
.format_chisan_free #tmp_faq_ttl {
	padding:3px 11px;
	color:inherit;
	font-weight:bold;
	background:#DFEFFF url(/shared/templates/chisan_free/images/contents/box_faq_ttl_bg.gif) no-repeat left bottom;
}
.format_chisan_top #tmp_faq_ttl p,
.format_chisan_free #tmp_faq_ttl p {
	margin:0;
}
.format_chisan_top #tmp_faq_cnt,
.format_chisan_free #tmp_faq_cnt {
	padding:10px 10px 0 10px;
}
.format_chisan_top #tmp_faq_cnt ul,
.format_chisan_free #tmp_faq_cnt ul {
	margin-left:18px;
	list-style-image:url(/shared/templates/chisan_free/images/contents/icon_list2.gif);
}
.format_chisan_free #tmp_faq_cnt p {
	margin:0 0 0.5em;
}
/* inquiry
============================== */
#tmp_inquiry {
	padding-bottom:2px;
	border:3px solid #E7E798;
	border-top:2px solid #E7E798;
	clear:both;
	color:inherit;
	background:#F9F9F9 url(/shared/images/main/inquiry/inquiry_bg.jpg) no-repeat left top;
    margin: 10px 0;
}
#tmp_inquiry_ttl {
	padding:10px 7px 3px 40px;
	font-weight:bold;
}
#tmp_inquiry_ttl h2 {
	font-size:100%;
}
#tmp_inquiry_cnt {
	padding:7px 15px;
	margin:2px 2px 0 2px;
	border:1px solid #DADAA5;
	color:inherit;
	background-color:#FFFFFF;
}
#tmp_inquiry_cnt .inquiry_parts {
	margin:0 0 0.8em;
	clear:both;
}
#tmp_inquiry_cnt .inquiry_btn {
	margin:0.3em 0 0;
	float:right;
}
#tmp_inquiry_cnt .inquiry_memo {
	clear:both;
}
/* feedback
============================== */
#tmp_feedback {
	margin:0 0 10px;
	padding-bottom:2px;
	border:3px solid #E4E4E4;
	border-top:2px solid #E4E4E4;
	clear:both;
	color:inherit;
	background:#FFFFFF url(/shared/images/main/feedback/feedback_bg.jpg) no-repeat left top;
}
#tmp_feedback_ttl {
	padding:5px 7px;
	font-weight:bold;
}
#tmp_feedback_cnt {
	padding:10px 15px;
	margin:2px 2px 0 2px;
	border:1px solid #D4D4D4;
	color:inherit;
	background-color:#FFFFFF;
}
#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;
}
/* format_free */
.format_free #tmp_wrap_publicity {
	clear:both;
	padding:10px;
	background:url(/shared/templates/free/images/contents/publicity_bg.gif);
}
.format_free #tmp_publicity {
	padding:10px;
	color:inherit;
	background-color:#F8FAFC;
	clear:both;
	text-align:center;
}
.format_free #tmp_publicity_ttl {
	padding:0 0 5px 0;
	margin:0 auto;
}
.format_free #tmp_publicity_cnt {
	clear:both;
	margin:0 auto;
}
.format_free #tmp_publicity_cnt ul {
	list-style-type:none;
	margin:0 0 10px 0;
}
.format_free #tmp_publicity_cnt ul li {
    margin: 0 auto 2px;
}
#tmp_contents table.enquete_table textarea {
    width: 100%;
}
/* ==================================================
parts
================================================== */
/* col2
============================== */
table.col2 {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
}
table.col2 td.col2L,
table.col2 td.col2R {
	vertical-align:top;
	text-align:left;
}
table.col2 td.col2L {
	width:51%;
	padding-right:4%;
}
table.col2 td.col2R {
	width:49%;
	padding:0;
}
div.col2 {
	width:100%;
}
div.col2 div.col2L {
	display:table;
	width:49%;
	margin-right:2%;
	float:left;
}
div.col2 div.col2R {
	display:table;
	width:48%;
	float:left;
}
/* nestcol2
============================== */
table.col2 table.col2 td.col2L {
	padding:0;
	border-right:15px solid #FFFFFF;
}
div.col2 div.col2 div.col2L {
	width:48%;
	margin-right:4%;
}
div.col2 div.col2 div.col2R {
	width:47%;
}
/* col3
============================== */
table.col3 {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
}
table.col3 td.col3L,
table.col3 td.col3M,
table.col3 td.col3R {
	vertical-align:top;
	text-align:left;
}
table.col3 td.col3L,
table.col3 td.col3M {
	width:33%;
	padding-right:6%;
}
table.col3 td.col3R {
	width:31%;
	padding:0;
}
div.col3 {
	width:100%;
}
div.col3 div.col3L,
div.col3 div.col3M {
	display:table;
	width:32%;
	margin-right:2%;
	float:left;
}
div.col3 div.col3R {
	display:table;
	width:31%;
	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 th,
table.layouttable td {
	padding:0 15px 0 0;
	vertical-align:top;
	text-align:left;
}
/* ==================================================
XHTML 1.0 Strict
================================================== */
/* text
============================== */
p.left,
div.left {
	text-align:left;
}
p.right,
div.right {
	text-align:right;
}
p.center,
div.center {
	text-align:center;
}
/* 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
============================== */
table.left {
	float:left;
}
table.right {
	float:right;
}
th.nowrap,
td.nowrap {
	white-space:nowrap;
}
/* ==================================================
system
================================================== */
/* indent
============================== */
div.section,
blockquote {
	padding:0 0 0 1em;
}
/* bgcolor
============================== */
td.bg_red,
th.bg_red {
	color:inherit;
	background-color:#FCECEC;
}
/* ==================================================
class
/* ==================================================
accessibility
================================================== */

/* ==================================================
Print
================================================== */
@media print {
body {
	background:#FFFFFF !important;
}
#tmp_wrapper,
#tmp_wrapper2 {
	width:100% !important;
	min-width:inherit !important;
}
#tmp_header {
	width:100% !important;
	margin-bottom:10px !important;
	padding-bottom:10px !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-top: none;
	border-bottom:1px solid #000000 !important;
}
#tmp_footer {
	width:100% !important;
	margin-top:10px !important;
	padding-top:10px !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-top:1px solid #000000 !important;
}
#tmp_header .container,
#tmp_footer_cnt .container,
.format_top .container {
	width:100% !important;
}
.container {
	min-width:inherit !important;
}
#tmp_means,
.gnavi,
#tmp_search,
.wrap_col_lft_navi,
.wrap_col_rgt_navi,
.pnavi,
#tmp_fnavi,
.plugin,
#tmp_inquiry_cnt .inquiry_btn,
#tmp_feedback {
	display:none !important;
}
.wrap_col_nm,
.column_lnavi .wrap_col_main,
.column_rnavi .wrap_col_main {
	float:none !important;
}
.format_free .column_lnavi .wrap_col_main {
	margin-right:0 !important;
}
.format_free .col_main {
	padding-right:0 !important;
}
.format_free #tmp_contents {
	padding:0 0 15px 0;
}
.wrap_col_nm,
.wrap_col_nm2,
.col_main {
	margin:0 !important;
	padding:0 !important;
}
#tmp_wrap_main {
	padding:0 10px !important;
}
#tmp_contents .box_gmap {
	margin:0;
	padding:170px 0 0 0;
	position:relative;
	top:-170px;
	page-break-before:always;
}
#tmp_copyright {
	text-align:left !important;
	padding:0;
}
#tmp_footer_cnt {
	border:none;
	padding:0;
}
#tmp_footer_cnt .footer_contact,
#tmp_footer_cnt .footer_phone {
	display:block;
	width:100% !important;
	float:none;
	margin:0;
}
/* for Firefox */
#tmp_main:after,
.col_nm:after {
	content:"."; /* Do not edit */
	height:1px; /* Do not edit */

}
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
.inquiry_parts:after,
.clearfix: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_search_sp:after,
#tmp_means_tertiary:after,
#tmp_hnavi:after,
#tmp_gnavi:after,
#tmp_gnavi ul:after,
#tmp_main:after,
#tmp_main_menu:after,
#tmp_main_cnt:after,
#tmp_wrap_main:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_cal_navi:after,
#tmp_main:after,
.plugin:after,
#tmp_feedback_cnt dd:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
#tmp_emergency:after,
#tmp_emergency_ttl:after,
#tmp_emergency_cnt:after,
#tmp_emergency_s:after,
#tmp_emergency_s_ttl:after,
#tmp_emergency_s_cnt:after,
#tmp_publicity_cnt:after,
div.col2:after,
div.col3:after,
#tmp_full_contents:after,
#tmp_footer:after,
#tmp_fnavi:after,
#tmp_footer_cnt:after,
.container:after,
.gsearch_control:after,
.banner_emergency:after,
.service_cnt:after,
.mcourse_tab_ttl:after,
#tmp_setting:after,
.gnavi ul .drop_down_hidden ul:after {
    content: ""; /* Do not edit */
    display: table; /* Do not edit */
    clear: both; /* Do not edit */
}
/* for IE7.0 */
*:first-child+html #tmp_contents,
*:first-child+html #tmp_maincontents,
*:first-child+html #tmp_header,
*:first-child+html #tmp_means,
*:first-child+html #tmp_func_txt,
*:first-child+html #tmp_func_clr,
*:first-child+html #tmp_means_primary,
*:first-child+html #tmp_search,
*:first-child+html #tmp_hnavi,
*:first-child+html #tmp_gnavi,
*:first-child+html #tmp_event_cal_ttl,
*:first-child+html #tmp_event_cal_cnt,
*:first-child+html #tmp_cal_navi,
*:first-child+html #tmp_main,
*:first-child+html .plugin,
*:first-child+html #tmp_inquiry_cnt,
*:first-child+html #tmp_feedback_cnt dd,
*:first-child+html #tmp_publicity_ttl,
*:first-child+html #tmp_publicity_cnt,
*:first-child+html #tmp_publicity_cnt ul,
*:first-child+html #tmp_footer,
*:first-child+html #tmp_fnavi,
*:first-child+html div.col2,
*:first-child+html div.col3,
*:first-child+html #tmp_rnavi_cnt,
*:first-child+html #tmp_rnavi_cnt_body,
*:first-child+html #tmp_rnavi ul li.noicon_list,
*:first-child+html #tmp_publicity,
*:first-child+html #tmp_full_contents,
*:first-child+html #tmp_wrap_lnavi_cnt,
*:first-child+html #tmp_lnavi_cnt,
*:first-child+html #tmp_lnavi_cnt2 {
	min-height:1%;
}
/* for IE6.0 */
* html #tmp_contents,
* html #tmp_maincontents,
* html #tmp_header,
* html #tmp_means,
* html #tmp_func_txt,
* html #tmp_func_clr,
* html #tmp_means_primary,
* html #tmp_means_secondary,
* html #tmp_search,
* html #tmp_hnavi,
* html #tmp_gnavi,
* html #tmp_event_cal_ttl,
* html #tmp_event_cal_cnt,
* html #tmp_cal_navi,
* html #tmp_main,
* html .plugin,
* html #tmp_inquiry_cnt,
* html #tmp_feedback_cnt dd,
* html #tmp_publicity_ttl,
* html #tmp_publicity_cnt,
* html #tmp_publicity_cnt ul,
* html #tmp_footer,
* html #tmp_fnavi,
* html div.col2,
* html div.col3,
* html #tmp_rnavi_cnt,
* html #tmp_rnavi_cnt #tmp_rnavi_cnt_body,
* html #tmp_rnavi_cnt #tmp_rnavi ul li.noicon_list,
* html #tmp_publicity,
* html #tmp_full_contents,
* html #tmp_wrap_lnavi_cnt,
* html #tmp_lnavi_cnt,
* html #tmp_lnavi_cnt2 {
	height:1%;
}
