@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;
}

body {
	font-size: 87.5%;
}


/* Styles
================================================== */


/* text */

.txt_red {
	color: #990000;
	/* Setting by CMS sheets */
}

.txt_green {
	color: #007500;
	/* Setting by CMS sheets */
}

.txt_big {
	font-size: 130%;
	/* Setting by CMS sheets */
}

.txt_small {
	font-size: 86%;
	/* Setting by CMS sheets */
}


/* 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 */
}


/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


/* ==================================================
Base-Layout
================================================== */

.wrapper {
	min-width: 1200px;
	width: 1200px;
	margin: 0 auto;
}

.container:before,
.container:after {
	content: '';
	display: table;
}

.container:after {
	clear: both;
}

.container {
	width: 1280px;
	margin: 0 auto;
}


/* 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: 10px 0;
	/* デザインによって変更 */
}


/* free
============================== */

.format_free .wrap_col_nm {
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .wrap_col_nm2 {
	margin-right: 210px;
	/* デザインによって変更 */
}

.format_free .wrap_col_lft_navi {
	width: 200px;
	/* デザインによって変更 */
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .col_lft_navi {
	padding: 10px;
	/* デザインによって変更 */
	color: inherit;
	background-color: #CCDDEE;
}

.format_free .wrap_col_rgt_navi {
	width: 200px;
	/* デザインによって変更 */
}

.format_free .col_rgt_navi {
	padding: 10px;
	/* デザインによって変更 */
	color: inherit;
	background-color: #CCDDEE;
}

.format_free .column_full .col_main {
	margin-left: 210px;
	/* デザインによって変更 */
}

.format_free .column_lnavi .col_main {
	margin-left: 210px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .wrap_col_main {
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .col_main {
	margin-right: 210px;
	/* デザインによって変更 */
}


/* header
================================================== */

#tmp_header {
	padding: 10px 10px 15px;
}

#tmp_hlogo {
	float: left;
}

#tmp_hlogo h1,
#tmp_hlogo p {
	display: block;
	width: 220px;
	height: 55px;
}

#tmp_hlogo a {
	display: block;
	width: 220px;
	height: 55px;
}

#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display: block;
	width: 220px;
	height: 55px;
	position: relative;
	z-index: -1;
	overflow: hidden;
}


/* gnavi
================================================== */

.gnavi {
	color: inherit;
	clear: both;
}

.gnavi ul {
	list-style: none;
}

.gnavi li {
	width: 120px;
	float: left;
}

.gnavi a {
	display: block;
	padding: 13px 10px 11px;
	text-align: center;
	text-decoration: none;
}

.gnavi .active a,
.gnavi a:hover,
.gnavi a:focus {
	text-decoration: underline;
}


/* footer
================================================== */

#tmp_footer {
	padding: 5px 0 10px;
	color: inherit;
}


/* fnavi  */

.fnavi {
	padding: 6px 10px 5px;
	color: inherit;
	list-style: none;
}

.fnavi li {
	margin: 0 15px 0 0;
	float: left;
}

.fnavi li:last-child {
	margin-right: 0;
}

.footer_cnt {
	padding: 0 10px;
}

.footer_cnt address {
	margin: 0 0 5px;
	font-style: normal;
}

.footer_cnt address span {
	margin: 0 1em 0 0;
}

.copyright {
	text-align: center;
}


/* ==================================================
layout
================================================== */


/* ==================================================
CMS-function
================================================== */


/* ==================================================
CMS-library
================================================== */


/* ==================================================
CMS-parts
================================================== */


/* col2
================================================== */


/* col2_cms */

table.col2 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.col2 td.col2L,
table.col2 td.col2R {
	width: 50%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.col2 td.col2L {
	border-right: 15px solid #FFFFFF;
}


/* col2_pub */

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 {
	width: 33.33%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.col3 td.col3L,
table.col3 td.col3M {
	border-right: 15px solid #FFFFFF;
}

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;
}


/* ==================================================
accessibility
================================================== */


/* model_change
================================================== */

.wrap_mc_pc,
.wrap_mc_sp {
	display: none;
}

.disp_pc .wrap_mc_sp,
.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
	display: block;
}

.disp_pc #tmp_hnavi_s,
.disp_pc #tmp_sma_lmenu,
.disp_pc #tmp_sma_rmenu {
	display: none;
}


/* ==================================================
accessibility style change:color
================================================== */


/* change_color commons
================================================== */

.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper *,
.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper *,
.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	background-image: none !important;
	list-style-image: none !important;
}

.color_blue #tmp_wrapper span,
.color_yellow #tmp_wrapper span,
.color_black #tmp_wrapper span {
	z-index: auto !important;
}

.color_blue #tmp_event_cal_cnt .calendar .today,
.color_yellow #tmp_event_cal_cnt .calendar .today,
.color_black #tmp_event_cal_cnt .calendar .today {
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main #tmp_cate_ttl h1,
.color_yellow #tmp_wrap_main #tmp_cate_ttl h1,
.color_black #tmp_wrap_main #tmp_cate_ttl h1 {
	padding: 0 !important;
	border: none !important;
}


/* headding */

.color_blue #tmp_wrap_main h1,
.color_blue #tmp_wrap_main h2,
.color_blue #tmp_wrap_main h3,
.color_blue #tmp_wrap_main h4,
.color_blue #tmp_wrap_main h5,
.color_blue #tmp_wrap_main h6,
.color_yellow #tmp_wrap_main h1,
.color_yellow #tmp_wrap_main h2,
.color_yellow #tmp_wrap_main h3,
.color_yellow #tmp_wrap_main h4,
.color_yellow #tmp_wrap_main h5,
.color_yellow #tmp_wrap_main h6,
.color_black #tmp_wrap_main h1,
.color_black #tmp_wrap_main h2,
.color_black #tmp_wrap_main h3,
.color_black #tmp_wrap_main h4,
.color_black #tmp_wrap_main h5,
.color_black #tmp_wrap_main h6 {
	padding: 5px !important;
	border: none !important;
}

.color_blue.format_top #tmp_wrap_main h1,
.color_blue.format_top #tmp_wrap_main h2,
.color_blue.format_top #tmp_wrap_main h3,
.color_blue.format_top #tmp_wrap_main h4,
.color_blue.format_top #tmp_wrap_main h5,
.color_blue.format_top #tmp_wrap_main h6,
.color_yellow.format_top #tmp_wrap_main h1,
.color_yellow.format_top #tmp_wrap_main h2,
.color_yellow.format_top #tmp_wrap_main h3,
.color_yellow.format_top #tmp_wrap_main h4,
.color_yellow.format_top #tmp_wrap_main h5,
.color_yellow.format_top #tmp_wrap_main h6,
.color_black.format_top #tmp_wrap_main h1,
.color_black.format_top #tmp_wrap_main h2,
.color_black.format_top #tmp_wrap_main h3,
.color_black.format_top #tmp_wrap_main h4,
.color_black.format_top #tmp_wrap_main h5,
.color_black.format_top #tmp_wrap_main h6 {
	border: none !important;
	padding: 0 !important;
}


/* icon */

.color_blue #tmp_wrap_main a.icon_pdf,
.color_blue #tmp_wrap_main a.icon_word,
.color_blue #tmp_wrap_main a.icon_excel,
.color_yellow #tmp_wrap_main a.icon_pdf,
.color_yellow #tmp_wrap_main a.icon_word,
.color_yellow #tmp_wrap_main a.icon_excel,
.color_black #tmp_wrap_main a.icon_pdf,
.color_black #tmp_wrap_main a.icon_word,
.color_black #tmp_wrap_main a.icon_excel {
	margin: 0 !important;
	padding: 0 !important;
}


/* used_bg_img */

.color_blue #tmp_wrapper .used_bg_img,
.color_yellow #tmp_wrapper .used_bg_img,
.color_black #tmp_wrapper .used_bg_img {
	width: auto !important;
	height: auto !important;
}

.color_blue #tmp_wrapper .used_bg_img a,
.color_yellow #tmp_wrapper .used_bg_img a,
.color_black #tmp_wrapper .used_bg_img a {
	width: auto !important;
	height: auto !important;
	text-decoration: underline !important;
}

.color_blue #tmp_wrapper .used_bg_img span,
.color_yellow #tmp_wrapper .used_bg_img span,
.color_black #tmp_wrapper .used_bg_img span {
	z-index: 1 !important;
	height: auto !important;
}


/* for Firefox3.0 */

.color_blue #tmp_wrap_main caption,
.color_yellow #tmp_wrap_main caption,
.color_black #tmp_wrap_main caption {
	background-color: transparent !important;
}


/* for google box common */

#tmp_wrap_main #tmp_gmap_box button,
#tmp_wrap_main #tmp_gmap_box .gmnoprint *,
#tmp_wrap_main #tmp_gmap_box .gm-style-cc * {
	background-color: #FFFFFF !important;
}


/* bg:blue
/* text:yellow
/* link:white
================================================== */

.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #00008B !important;
	border-color: #FFFF00 !important;
}

.color_blue #tmp_wrapper a,
.color_blue #tmp_wrapper a span,
.color_blue #tmp_wrapper button,
.color_blue #tmp_wrapper .used_bg_img a span,
.color_blue #tmp_wrapper input[type="submit"],
.color_blue #tmp_wrapper input[type="button"],
.color_blue #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_blue #tmp_wrap_main h2 {
	border-bottom: 1px solid yellow !important;
	border-left: 3px solid yellow !important;
}

.color_blue #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}


/* for google box */

.color_blue #tmp_wrap_main #tmp_gmap_box,
.color_blue #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_blue #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* bg:yellow
/* text:black
/* link:blue
================================================== */

.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper * {
	color: #000000 !important;
	background-color: #FFFF00 !important;
	border-color: #000000 !important;
}

.color_yellow #tmp_wrapper a,
.color_yellow #tmp_wrapper a span,
.color_yellow #tmp_wrapper button,
.color_yellow #tmp_wrapper .used_bg_img a span,
.color_yellow #tmp_wrapper input[type="submit"],
.color_yellow #tmp_wrapper input[type="button"],
.color_yellow #tmp_wrapper input[type="reset"] {
	color: #0000FF !important;
	background-color: transparent !important;
}

.color_yellow #tmp_wrap_main h1 {
	border: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h2 {
	border-bottom: 1px solid black !important;
	border-left: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h3 {
	border-left: 3px solid black !important;
}


/* for google box */

.color_yellow #tmp_wrap_main #tmp_gmap_box,
.color_yellow #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: black !important;
	list-style-image: none !important;
}

.color_yellow #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* bg:black
/* text:yellow
/* link:white
================================================== */

.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #000000 !important;
	border-color: #FFFF00 !important;
}

.color_black #tmp_wrapper a,
.color_black #tmp_wrapper a span,
.color_black #tmp_wrapper button,
.color_black #tmp_wrapper .used_bg_img a span,
.color_black #tmp_wrapper input[type="submit"],
.color_black #tmp_wrapper input[type="button"],
.color_black #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_black #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_black #tmp_wrap_main h2 {
	border-left: 3px solid yellow !important;
	border-bottom: 1px solid yellow !important;
}

.color_black #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}


/* for google box */

.color_black #tmp_wrap_main #tmp_gmap_box,
.color_black #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_black #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* ==================================================
accessibility style change:font-size
================================================== */


/* small
================================================== */

.fsize_small {
	font-size: 75% !important;
}


/* big
================================================== */

.fsize_big {
	font-size: 125% !important;
}


/* biggest(doubled)
================================================== */

.fsize_big2 {
	font-size: 175% !important;
}


/* ==================================================
clearfix
================================================== */


/* for modern browser */

#tmp_header:after,
#tmp_hnavi:after,
.gnavi:after,
.gnavi ul:after,
#tmp_main:after,
#tmp_main_menu:after,
#tmp_main:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
#tmp_wrap_custom_update:after,
#tmp_custom_update:after,
#tmp_social_plugins: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 fieldset:after,
#tmp_publicity_cnt:after,
#tmp_footer:after,
.fnavi:after,
.footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.box_faq:after,
.box_faq_ttl:after,
.box_faq_cnt:after {
	content: "";
	/* Do not edit */
	display: table;
	/* Do not edit */
	clear: both;
	/* Do not edit */
}

/* smp
============================== */
#tmp_hnavi_s {
	display:none;
}
#tmp_sma_menu {
	display:none;
}
/* ==================================================
header
================================================== */
#tmp_wrap_header {
width: 1200px;
}
#tmp_header {
	margin:0 0 10px;
	padding:0 0 15px 27px;
	background:url(/shared/site/images/header/header_bg.gif) repeat-x left top;
}
#tmp_hlogo {
	margin: 29px 0 0;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	font-size:0.1%;
	line-height:0.1;
}
#tmp_means {
	width: 618px;
	float:right;
}
/* primary
============================== */
#tmp_means_primary {
	margin:17px 19px 12px 0;
	font-size:100%;
	line-height:1.6;
	float:right;
}
/* hnavi */
#tmp_hnavi {
	list-style:none;
	list-style-image:none;
	float:left;
}
#tmp_hnavi li {
	margin:0 12px 0 0;
	float:left;
}
#tmp_hnavi .last {
	margin-right:0;
}
/* secondary
============================== */
#tmp_wrap_means_secondary {
	min-height:82px;
	clear:both;
}
* html #tmp_wrap_means_secondary {
	height:82px;
}
#tmp_means_secondary {
	float: right;
    color: #FFFFFF;
    background-color: #265E1C;
    padding: 9px 16px 10px 14px;
    clear: both;
    margin: 0 0 8px;
}
/* search */
#tmp_search {
	margin:0 3px 0 0;
	float:left;
}
#tmp_search dt {
    margin: 2px 14px 0 1px;
    font-size: 114%;
    line-height: 1.6;
    float: left;
    color: #FFFFFF;
}
#tmp_search dd {
	float:left;
}
#tmp_search dd p {
	float:left;
}
#tmp_query {
    width: 406px;
    min-height: 24px;
    margin: 0 5px 0 0;
    border: 1px solid #BDBDAE;
}
* html #tmp_query {
	width:222px;
	height:20px;
}
/* tertiary
============================== */
#tmp_wrap_means_tertiary {
	clear:both;
}
#tmp_means_tertiary {
    font-size: 100%;
    line-height: 1.6;
    float: right;
    clear: both;
}
/* snavi */
#tmp_snavi {
	list-style:none;
	list-style-image:none;
	float:left;
}
#tmp_snavi li {
	float:left;
    margin: 0 11px 0 0;
    padding: 4px 9px 5px 0;
    border-right: 1px solid #E9EEE9;
}
/* 文字サイズ、色合い */
.rnew #tmp_fsize {
	margin:3px 10px 0 0;
	float:left;
}
.rnew #tmp_fsize dt {
	float:left;
	padding:5px 5px 0 0;
	color:#265E1C;
	font-weight:bold;
}
.rnew #tmp_fsize dd {
	float:left;
	padding:0 4px 0 0;
}
.rnew #tmp_color {
	margin:3px 13px 3px 0;
	float:left;
}
.rnew #tmp_color dt {
	padding:4px 7px 0 0;
	float:left;
	color:#265E1C;
	font-weight:bold;
}
.rnew #tmp_color dd {
	padding:0 2px 0 0;
	float:left;
}
.rnew #tmp_foreign {
	float:left;
}
.rnew #tmp_foreign a {
	display:block;
	border:1px solid #468737;
	border-radius:3px;
	background: -webkit-gradient(linear, center top, center, from(#FFFFFF), to(#E5E5E5));
	background: -webkit-linear-gradient(top, #FFFFFF, #E5E5E5);
	background: -moz-linear-gradient(center top, #FFFFFF, #E5E5E5);
	background: linear-gradient(to bottom, #FFFFFF, #E5E5E5);
	text-decoration:none;
    font-size: 84%;
    font-weight: bold;
    display: block;
    padding: 4px 4px 3px 2px;
    letter-spacing: 0.001em;
	color:#265E1B;
}
.rnew #tmp_foreign a span {
	padding:0 0 0 20px;
	background:url(/shared/site/images/header/icn_foreign.gif) no-repeat 3px center;
}
.rnew #tmp_means_secondary #tmp_func_sch_btn {
    min-width: 60px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    color: #265E1B;
    background-color: #FFFFFF;
    background: -webkit-gradient(linear, center top, center, from(#FFFFFF), to(#E7EBEF));
    background: -webkit-linear-gradient(top, #FFFFFF, #E7EBEF);
    background: -moz-linear-gradient(center top, #FFFFFF, #E7EBEF);
    background: linear-gradient(to bottom, #FFFFFF, #E7EBEF);
    border: none;
    padding: 3px 3px 2px;
}
.rnew #tmp_means_tertiary #tmp_snavi li a {
    padding: 3px 2px 2px 24px;
    display: block;
    font-size: 86%;
    font-weight: bold;
    text-decoration: none;
	color:#265E1B;
}
.rnew #tmp_means_tertiary #tmp_snavi li.soshiki {
    margin: 0 15px 0 0;
    padding: 4px 15px 5px 0;
}
.rnew #tmp_means_tertiary #tmp_snavi li.soshiki a {
	background:url(/shared/site/images/header/icn_soshiki.gif) no-repeat left center;
}
.rnew #tmp_means_tertiary #tmp_snavi li.shisetsu {
    margin: 0 15px 0 0;
    padding: 4px 16px 5px 0;
}
.rnew #tmp_means_tertiary #tmp_snavi li.shisetsu a {
	background:url(/shared/site/images/header/icn_shisetsu.gif) no-repeat left center;
}
.rnew #tmp_means_tertiary #tmp_snavi li.faq {
    margin: 0 15px 0 0;
    padding: 4px 14px 5px 0;
}
.rnew #tmp_means_tertiary #tmp_snavi li.faq a {
	background:url(/shared/site/images/header/icn_faq.gif) no-repeat left center;
}
.rnew #tmp_means_tertiary #tmp_snavi li.keitai {
	border:none;
    margin: 4px 21px 5px 0;
    padding: 0;
}
.rnew #tmp_means_tertiary #tmp_snavi li.keitai a {
	background:url(/shared/site/images/header/icn_keitai.gif) no-repeat left center;
}
/* ==================================================
navi
================================================== */
/* gnavi
============================== */
#tmp_gnavi {
	display: inline-block;
	padding:4px 0;
	color:#FFFFFF;
	background-color:#265E1C;
	border-bottom:3px solid #222B1F;
	width: 100%;
	height: auto;
	clear:both;
}
* html #tmp_gnavi {
	text-align:center;
}
#tmp_gnavi ul {
	width:808px;
	margin:0 auto;
	font-size:0.1%;
	line-height:0.1;
	list-style:none;
}
* html #tmp_gnavi ul {
	margin-left:0;
}
#tmp_gnavi ul li {
	margin:0 7px 0 0;
	float:left;
}
#tmp_gnavi ul .last {
	margin-right:0;
}
#tmp_gnavi ul li img {
	vertical-align:top;
}
#tmp_gnavi a {
	color:#FFFFFF;
	background-color:transparent;
}
/* ==================================================
publicity rnew
================================================== */
#tmp_publicity_rnew {
	display: flex;
	gap: 25px;
	clear:both;
	background-color:#f6f6f6;
	color:#000000;
	padding: 30px;
    margin: 0 0 60px;
	border-radius: 5px;
}
#tmp_publicity_rnew #tmp_publicity_rnew_ttl {
	width: 157px;
	vertical-align: middle;
}
#tmp_publicity_rnew #tmp_publicity_rnew_ttl h2 {
	font-size:157.2%;
	font-weight: 400;
	color: #222222;
}
#tmp_publicity_rnew #tmp_publicity_rnew_ttl p {
    margin: 0 0 5px;
}
#tmp_publicity_rnew #tmp_publicity_rnew_ttl p a {
	font-size: 114.3%;
	font-weight: 400;
	color: #233d72;
    padding: 0 0 0 12px;
    background: url(/shared/images/navi/event/cal_next.gif) no-repeat left center;
}
#tmp_publicity_rnew #tmp_publicity_rnew_cnt {
	vertical-align: middle;
}
#tmp_publicity_rnew #tmp_publicity_rnew_cnt .banner {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
#tmp_publicity_rnew #tmp_publicity_rnew_cnt ul {
	display: flex;
	gap: 10px;
	list-style:none;
	list-style-image:none;
}
#tmp_publicity_rnew #tmp_publicity_rnew_cnt ul:nth-child(1) {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
#tmp_publicity_rnew #tmp_publicity_rnew_cnt ul:nth-child(2) {
	grid-template-columns: 1fr 1fr;
}
/* pnavi
============================== */
.pnavi {
	margin:20px 0 0;
	clear:both;
}
.pnavi .ptop {
	margin-bottom:0 !important;
}
.ptop {
	text-align:right;
	clear:both;
}
/* ==================================================
footer
================================================== */
#tmp_footer {
	padding:5px 0 18px;
	clear:both;
}
#tmp_footer_cnt {
	clear:both;
    padding: 0 20px;
}
#tmp_footer_cnt .time {
	float:left;
	margin:0 10px 0 0;
}
#tmp_footer_cnt address {
	margin:0 0 5px;
	font-style:normal;
}
#tmp_footer_cnt address span {
    margin-right:1em;
}
#tmp_footer_navi {
	margin:0 0 18px;
	clear:both;
}
/* contact_navi */
#tmp_contact_navi {
	font-size:0.1%;
	line-height:0.1;
	list-style:none;
	float:left;
}
#tmp_contact_navi li {
	margin:0 6px 0 0;
	float:left;
}
#tmp_contact_navi .last {
	margin-right:0;
}
/* fnavi */
#tmp_fnavi {
	padding:0 0 0 10px;
	font-size:120%;
	border-left:1px solid #C0C0C0;
	list-style:none;
	float:right;
}
#tmp_fnavi li {
	margin:0 10px 0 0;
	padding:0 10px 0 0;
	border-right:1px solid #C0C0C0;
	float:left;
}
#tmp_fnavi .last {
	margin-right:0;
}
#tmp_footer.rnew #tmp_copyright {
	padding:5px 0 0;
	text-align:center;
	clear:both;
}
/* ==================================================
footer rnew
================================================== */
#tmp_footer.rnew #tmp_footer_cnt .time {
    float: none;
    margin: 0 0 20px;
}
#tmp_footer.rnew #tmp_wrap_fnavi {
	clear:both;
}
#tmp_footer.rnew #tmp_wrap_fnavi #tmp_fnavi {
    margin: 0 24px 20px 0;
    font-size: 114%;
}
#tmp_footer.rnew #tmp_wrap_fnavi #tmp_fnavi li {
    margin: 0;
    padding:7px 14px 5px;
}
#tmp_footer.rnew #tmp_copyright {
    padding: 15px 0 0;
}