@charset "utf-8";
/* ==================================================
Setting by CMS sheets
================================================== */
body,
input,
select,
textarea {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight:500;
}
body #tmp_contents p em {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:105%;
}
a:link {
	color:#0062ae;
}
body {
	font-size:87.5%;
	color:#333333;
}
/* Styles
================================================== */
/* text */
.txt_red {
	color:#AD053C; /* Setting by CMS sheets */
}
.txt_green {
	color:#034c18; /* Setting by CMS sheets */
}
.txt_brown {
	color:#845900; /* 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_light_blue,
th.bg_light_blue {
	color:inherit;
	background-color:#DEEFEF; /* Setting by CMS sheets */
}
td.bg_pink,
th.bg_pink {
	color:inherit;
	background-color:#FFDFDF; /* Setting by CMS sheets */
}
td.bg_green,
th.bg_green {
	color:inherit;
	background-color:#C4E1C4; /* Setting by CMS sheets */
}
td.bg_cream,
th.bg_cream {
	color:inherit;
	background-color:#FFFFCC; /* Setting by CMS sheets */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ==================================================
Base-Layout
================================================== */
#tmp_wrapper {
	min-width:1240px;
	margin:0 auto;
}
#tmp_main {
	padding:0 0 180px;
}
.col_main {
	padding:10px 0;
}
/* header
================================================== */
#tmp_header {
    max-width: 1200px;
    margin: 0 auto;
	padding:0 0 23px;
}
#tmp_hlogo {
	float:left;
    margin: 32px 0 0;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display:block;
	width:310px;
	height:66px;
    background: #FFFFFF url("/shared/site_koan_re/images/logo.png") left top no-repeat;
}
#tmp_hlogo a {
	display:block;
	width:310px;
	height:66px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display:block;
	width:310px;
	height:66px;
	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
================================================== */
.pnavi {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.pnavi .ptop {
  position: absolute;
  bottom: 25px;
  right: 0;
}

.pnavi .ptop a {
	display: block;
    width: 79px;
	color:#006880;
	text-decoration:none;
	text-align:center;
	line-height:1.2;
	background-color: #ffffff;
	padding: 15px 4px 4px;
}
.pnavi .ptop a:before{
	content: "";
	display: block;
	width: 79px;
	height: 33px;
	position: absolute;
	top: -17px;
	left: 0;
	background: url("/shared/site_koan_re/images/page_top.png") top center no-repeat;
}
.pnavi .ptop a:hover:before,
.pnavi .ptop a:focus:before{
	background: url("/shared/site_koan_re/images/page_top_on.png") top center no-repeat;
}
.pnavi .ptop a span {
	display:block;
}
.pnavi .ptop a.fixTop {
  position: fixed;
  top: auto;
  bottom: 20px;
  right: calc(50% - 604px);
}

#tmp_footer {
	padding:25px 0 27px;
	color:#FFFFFF;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#003a4b+15,006880+85 */
    background: rgb(0,58,75); /* Old browsers */
    background: rgb(0,58,75) -moz-linear-gradient(left,  rgba(0,58,75,1) 15%, rgba(0,104,128,1) 85%); /* FF3.6-15 */
    background: rgb(0,58,75) -webkit-linear-gradient(left,  rgba(0,58,75,1) 15%,rgba(0,104,128,1) 85%); /* Chrome10-25,Safari5.1-6 */
    background: rgb(0,58,75) linear-gradient(to right,  rgba(0,58,75,1) 15%,rgba(0,104,128,1) 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003a4b', endColorstr='#006880',GradientType=1 ); /* IE6-9 */
}
/* fnavi  */
.fnavi {
	padding:10px 0 11px;
	color:inherit;
	list-style:none;
    width: 1200px;
    margin: 0 auto;
}
.fnavi li {
	margin:0 18px 0 0;
	float:left;
    font-size: 121.4%;
}
.fnavi li:last-child {
	margin-right:0;
}
.fnavi li a {
    color: inherit;
    text-decoration: none;
    display: block;
    padding: 2px 0 2px 18px;
    background: url("/shared/site_koan_re/images/f_link_list_icon.png") left center no-repeat;
}
.fnavi li a:hover,
.fnavi li a:focus {
    text-decoration: underline;
}
.footer_cnt {
	padding:0;
    width: 1200px;
    margin: 0 auto;
}
.footer_cnt address {
	margin:0 0 5px;
	font-style:normal;
    display: inline-block;
}
.footer_cnt address span {
	margin:0 1em 0 0;
}
.copyright {
    display: inline-block;
}

/* ==================================================
layout
================================================== */
#tmp_pankuzu {
    max-width: 1200px;
    margin: 0 auto 1em;
}
#tmp_pankuzu a:hover,
#tmp_pankuzu a:focus {
	text-decoration:none;
}
#tmp_wrap_main {
    max-width: 1200px;
    margin: 0 auto;
}
/* col_rgt_navi
============================== */
.wrap_col_rgt_navi {
	float:right;
}
.column_rnavi .wrap_col_main {
	width:100%;
	float:left;
}
.format_free .wrap_col_rgt_navi {
	width:240px;
}
.format_free .col_rgt_navi {
	padding:10px 0 0;
}
.format_free .column_rnavi .wrap_col_main {
	margin-right:-288px;
    clear: both;
}
.format_free .column_rnavi .col_main {
	margin-right:288px;
}
/* ==================================================
CMS-function
================================================== */
/* linkicon
============================== */
#tmp_main a.icon_pdf,
#tmp_main a.icon_word,
#tmp_main a.icon_excel,
#tmp_main a.icon_ppt,
#tmp_main a.icon_jtd,
#tmp_main a.icon_odf,
#tmp_main a.icon_odt,
#tmp_main a.icon_ods,
#tmp_main a.icon_xdw,
#tmp_main a.icon_mp3 {
	display:inline-block;
}
a.icon_pdf,
a.icon_word,
a.icon_excel,
a.icon_ppt,
a.icon_jtd,
a.icon_odf,
a.icon_odt,
a.icon_ods,
a.icon_xdw,
a.icon_mp3 {
	margin:0 3px;
	padding-left:52px;
	text-indent:0 !important;
}
li a.icon_pdf,
li a.icon_word,
li a.icon_excel,
li a.icon_ppt,
li a.icon_jtd,
li a.icon_odf,
li a.icon_odt,
li a.icon_ods,
li a.icon_xdw,
li a.icon_mp3 {
	background-position:0 0.3em;
}
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_ppt {
	background:url(/shared/system/images/linkicon/icon_ppt.gif) no-repeat 0 0.4em;
}
a.icon_jtd {
	background:url(/shared/system/images/linkicon/icon_jtd.gif) no-repeat 0 0.4em;
}
a.icon_odf,
a.icon_odt,
a.icon_ods {
	background:url(/shared/system/images/linkicon/icon_odf.gif) no-repeat 0 0.4em;
}
a.icon_xdw {
	background:url(/shared/system/images/linkicon/icon_xdw.gif) no-repeat 0 0.4em;
}
a.icon_mp3 {
	background:url(/shared/system/images/linkicon/icon_mp3.gif) no-repeat 0 0.4em;
}
/* plugin ▼変更しない
============================== */
.plugin {
	margin:0 0 20px;
	padding:10px;
	border:1px solid #a4a4a4;
	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;
}
/* ==================================================
CMS-library
================================================== */
#tmp_means {
	float:right;
}
#tmp_means img {
	vertical-align:top;
}
#tmp_hnavi_s,
#tmp_sma_menu {
	display:none; /* Do not edit */
}
/* primary
============================== */
#tmp_means_primary {
	margin:32px 0 11px;
}
#tmp_means_primary ul {
    list-style: none;
    text-align: right;
}
#tmp_means_primary ul li {
    display: inline-block;
    margin: 0 0 0 12px;
}
#tmp_means_primary ul li a {
    display: block;
    padding: 0 0 0 22px;
    color: inherit;
    text-decoration: none;
    font-size: 114.2%;
}
#tmp_means_primary ul li a:hover,
#tmp_means_primary ul li a:focus {
    text-decoration: underline;
}
#tmp_means_primary ul .size_link a {
    background: url("/shared/site_koan_re/images/font_size_icon.png") left center no-repeat;
	background-size:18px auto;
}
#tmp_means_primary ul .read_link a {
    background: url("/shared/site_koan_re/images/spearker_icon.png") left center no-repeat;
	background-size:20px auto;
}
#tmp_means_primary ul .language_link a {
    background: url("/shared/site_koan_re/images/language_icon.png") left center no-repeat;
	background-size:18px auto;
}
#tmp_means_primary ul .nihongo-li-easy a {
    background: url("/shared/site_koan_re/images/furigana_icon.png") left center no-repeat;
	background-size:19px auto;
}
.nihongo-menu {
    display: none;
}

/* func_txt */
#tmp_func_txt {
	margin:0 10px 5px 0;
	float:left;
}
#tmp_func_txt dt {
	margin:0 5px 0 0;
	padding:2px 0 0;
	float:left;
}
#tmp_func_txt dd {
	margin:0 5px 0 0;
	border:1px solid #AABBCC;
	color:inherit;
	background-color:#CCDDEE;
	float:left;
}
#tmp_func_txt dd a {
	padding:1px;
	display:block;
	text-decoration:none;
}
/* func_clr */
#tmp_func_clr {
	margin:0 0 5px;
	float:left;
}
#tmp_func_clr dt {
	margin:0 5px 0 0;
	padding:2px 0 0;
	float:left;
}
#tmp_func_clr dd {
	margin:0 5px 0 0;
	border:1px solid #AABBCC;
	float:left;
}
#tmp_func_clr dd a {
	padding:1px;
	display:block;
	text-decoration:none;
}
#tmp_color_default {
	color:#000000;
	background-color:#FFFFFF;
}
#tmp_darkblue {
	color:#FFFF00;
	background-color:#00008B;
}
#tmp_yellow {
	color:#000000;
	background-color:#FFFF00;
}
#tmp_black {
	color:#FFFF00;
	background-color:#000000;
}
/* secondary
============================== */
#tmp_means_secondary {
	margin:0 0 5px 0;
	clear:both;
	display: inline-block;
	vertical-align: top;
	font-size:114.3%;
}
/* search */
#tmp_search dt {
	margin:0 10px 0 0;
	padding:7px 0 0;
	float:left;
}
#tmp_search dt label {
    padding: 0 0 0 18px;
    background: url("/shared/site_koan_re/images/search_g_icon.png") left center no-repeat;
}
#tmp_search dd {
	float:left;
}
#tmp_search dd p {
	float:left;
}
#tmp_query {
	width:187px;
	min-height:31px;
	margin:0;
	border:1px solid #333333;
}
#tmp_func_sch_btn {
	width:30px;
	height: 31px;
	border:none;
	background: #333333 url("/shared/site_koan_re/images/search_w_icon.jpg") center no-repeat;
	padding:1px;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
	text-indent: -9999px;
	overflow: hidden;
}
#tmp_func_sch_btn:hover,
#tmp_func_sch_btn:focus {
	background: #005064 url("/shared/site_koan_re/images/search_w_icon_on.jpg") center no-repeat;
}
/* tertiary
============================== */
#tmp_means_tertiary {
    display: inline-block;
    vertical-align: top;
    clear:both;
}
#tmp_means_tertiary #tmp_hnavi {
    list-style: none;
}
#tmp_means_tertiary #tmp_hnavi li {
    display: inline-block;
    margin: 0 0 0 7px;
}
#tmp_means_tertiary #tmp_hnavi li a {
    display: block;
    color: #FFFFFF;
    background-color: #006880;
    text-decoration: none;
    font-size: 114.2%;
    padding: 6px 5px 2px;
    min-width: 184px;
    text-align: center;
}
#tmp_means_tertiary #tmp_hnavi li a:hover,
#tmp_means_tertiary #tmp_hnavi li a:focus {
    background-color: #005064;
}
/* update
============================== */
#tmp_update {
	margin:0 0 0.8em;
	text-align:right;
	float: right;
}

/* social_plugins
============================== */
#tmp_social_plugins {
	float:left;
}
#tmp_social_plugins .social_media_btn {
	margin:0 0 0 10px;
	padding:0 0 10px;
	float:left;
}
.social_media_btn {
	margin:0 0 0 10px;
}
#tmp_social_plugins .social_media_btn a.twitter-share-button {
	padding:0 10px 0 0;
	line-height:1.2;
}
/* inquiry
============================== */
#tmp_inquiry {
    font-size: 128.5%;
	margin:0 0 40px;
	border:2px solid #006880;
	clear:both;
}
#tmp_inquiry_ttl {
	padding:17px 19px 15px;
	background-color:#006880;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 122.22%;
}
#tmp_contents #tmp_inquiry_ttl p {
	margin-bottom:0 !important;
}
#tmp_inquiry_cnt {
	padding:19px 19px;
}
#tmp_inquiry_cnt p {
	margin-bottom:0 !important;
}
#tmp_inquiry_cnt .inquiry_parts {
	margin:0 0 0.8em;
}
#tmp_inquiry_cnt .inquiry_btn {
	margin:1.1em auto 0;
    padding: 14px 50px;
	text-align:center;
    display: block;
    border: none;
	color:#000000;
    background: #f5f2e9 url("/shared/site_koan_re/images/link_list.png") calc(100% - 23px) center no-repeat;
    cursor: pointer;
	min-width: 310px;
}
#tmp_inquiry_cnt .inquiry_btn:hover,
#tmp_inquiry_cnt .inquiry_btn:focus {
    background-color: #cce1e6;
}
/* feedback
============================== */
#tmp_feedback {
    font-size: 128.5%;
	border:2px solid #006880;
	clear:both;
}
#tmp_feedback_ttl {
	padding: 16px 18px 14px;
    color: #FFFFFF;
    background-color: #006880;
    font-weight: bold;
    font-size: 122.22%;
}
#tmp_contents #tmp_feedback_ttl p {
	margin-bottom:0 !important;
}
#tmp_feedback_cnt {
	padding:21px 18px 27px;
}
#tmp_contents #tmp_feedback_cnt p {
    margin: 0 10px 1px 3px;
}
#tmp_feedback_cnt fieldset {
	margin:0 0 0.5em 0;
	clear:both;
}
#tmp_feedback_cnt fieldset legend {
	margin:0 0 0.1em 0;
	font-weight:bold;
	clear:both;
	width:100%;
}
#tmp_feedback_cnt fieldset p {
	display:inline;
	margin:0 1em 0 0;
	float:left;
}
#tmp_feedback_cnt .submit input {
	margin:1.1em auto 0 !important;
    padding: 14px 50px;
	text-align:center;
    display: block;
    border: none;
	color:#000000;
    background: #f5f2e9 url("/shared/site_koan_re/images/link_list.png") calc(100% - 23px) center no-repeat;
    cursor: pointer;
	min-width: 310px;
}
#tmp_feedback_cnt .submit input:hover,
#tmp_feedback_cnt .submit input:focus {
    background-color: #cce1e6;
}

/* ==================================================
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;
}
#tmp_main 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;
}
#tmp_main table.col3 td.col3L,
#tmp_main 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_pc_style {
	display: block;
	text-align: center;
	margin:0 0 40px;
}
.disp_pc .wrap_mc_sp #tmp_switch_pc_style {
	margin: 0 20px 20px 20px;
}
.disp_pc .wrap_mc_sp a {
    display: block;
    background-color: #FFFFFF;
    border: 1px solid #006880;
    text-decoration: none;
    padding: 10px;
    color: #006880;
    font-weight: bold;
	font-size: 114.3%;
}
.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;
}
/* header */
.color_blue #tmp_hlogo h1,
.color_blue #tmp_hlogo p,
.color_blue #tmp_hlogo h1 span,
.color_blue #tmp_hlogo p span,
.color_yellow #tmp_hlogo h1,
.color_yellow #tmp_hlogo p,
.color_yellow #tmp_hlogo h1 span,
.color_yellow #tmp_hlogo p span,
.color_black #tmp_hlogo h1,
.color_black #tmp_hlogo p,
.color_black #tmp_hlogo h1 span,
.color_black #tmp_hlogo p span {
	width:auto;
	height:auto;
}
.color_blue #tmp_wrapper #tmp_func_sch_btn,
.color_yellow #tmp_wrapper #tmp_func_sch_btn,
.color_black #tmp_wrapper #tmp_func_sch_btn {
	width:auto;
	height: auto;
	border-width:1px;
	border-style:solid;
	text-indent:inherit;
	overflow:auto;
}
/* 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 */
}

