@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */

body,
input,
select,
textarea {
	font-family:"游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight:500;
}

body #tmp_contents p em {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 105%;
}

a:link,
a:active,
a:visited {
	color: #333333;
}

a:hover {
	text-decoration: none;
}

body {

	font-size: 112.5%;
}
/* Styles
================================================== */
/* text */

.txt_red {
	color: #b81212;
	/* Setting by CMS sheets */
}

.txt_green {
	color: #1B594A;
	/* 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_green,
th.bg_green {
	color: inherit;
	background-color: #EFFFED;
	/* Setting by CMS sheets */
}

td.bg_blue,
th.bg_blue {
	color: inherit;
	background-color: #EEF9FF;
	/* Setting by CMS sheets */
}

td.bg_purple,
th.bg_purple {
	color: inherit;
	background-color: #EDE9FA;
	/* Setting by CMS sheets */
}

/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


/* ==================================================
Base-Layout
================================================== */
#tmp_wrapper {
	min-width: 1240px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.container {
	position: relative;
	width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
}
#tmp_contents {
	padding:0 0 40px;
}
/* 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;
	/* 変更しない */
}

/* free
============================== */
.format_free #tmp_main .container {
	padding-top: 29px;
	/* デザインによって変更 */
}
.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: #ffffff;
}

.format_free .wrap_col_rgt_navi,
.format_top.custom_corona .wrap_col_rgt_navi {
	width: 240px;
	/* デザインによって変更 */
}

.format_free .col_rgt_navi {
	color: inherit;
	background-color: #ffffff;
}
.format_free.custom_kids .col_rgt_navi {
	background-color:transparent;
}
.format_free .column_full .col_main {
	margin-left: 288px;
	/* デザインによって変更 */
}

.format_free .column_lnavi .col_main {
	margin-left: 288px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .wrap_col_main,
.format_top.custom_corona .column_rnavi .wrap_col_main {
	margin-right: -288px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .col_main,
.format_top.custom_corona .column_rnavi .col_main {
	margin-right: 288px;
	/* デザインによって変更 */
}
.type_idx .wrap_col_main,
.type_idx2 .wrap_col_main {
	padding: 0 0 93px;
}
/* noscript */
#tmp_wrapper > noscript p {
	text-align: center;
}
/* header
================================================== */
#tmp_header {
	position: relative;
	padding: 0;
	box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.1);
	z-index: 99;
}
#tmp_wrapper.fixed_header {
	padding-top: 70px;
}
.fixed_header #tmp_header {
	padding-top: 0;
	background-color: #ffffff;
	color: #000000;
	position: fixed;
	top: -70px;
	left: 0;
	right: 0;
	transition: top 0.5s ease-in-out;
	-webkit-transition: top 0.5s ease-in-out;
	-moz-transition: top 0.5s ease-in-out;
}
.fixed_header #tmp_header.disp_header {
	top: 0;
}
.fixed_header #tmp_header .header_wrap:before {
	min-height: 50px;
}
.fixed_header #tmp_header #tmp_hlogo {
	float: left;
	color: #000000;
	margin: 0 0 0 -5px;
}
.fixed_header #tmp_header #tmp_hlogo h1,
.fixed_header #tmp_header #tmp_hlogo p {
	background: #ffffff url(/shared/images/header/fixed_logo.png) no-repeat left center;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	display: block;
	width: 314px;
	height: 50px;
}
.fixed_header #tmp_header #tmp_hlogo a {
	display: block;
	width: 314px;
	height: 50px;
}
.fixed_header #tmp_header #tmp_means,
.fixed_header #tmp_header #tmp_sma_Mmenu,
.fixed_header #tmp_header #tmp_sma_lmenu {
	display: none !important;
}
#tmp_fixed_control {
	display: none;
	float: left;
	position: relative;
}
.fixed_header #tmp_header #tmp_fixed_control {
	display: block;
}
#tmp_fixed_control ul {
	overflow: hidden;
	list-style: none;
	margin-right: -11px;
	padding: 0 10px;
}
#tmp_fixed_control li {
	float: left;
	position: relative;
	border-left: 1px solid #ffffff;
	background-color: #0061c6;
	color: #ffffff;
	-webkit-transform: skewX( -12deg);
	-moz-transform: skewX(-12deg);
	transform: skewX( -12deg);
	line-height: 1;
	margin-right: -10px;
}
#tmp_fixed_control li span {
	position: relative;
	display: block;
	font-size: 1rem;
	font-weight: bold;
	color: #ffffff;
	background-color: #064c96;
	text-decoration: none;
	padding: 17px 65px 17px 35px;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}
#tmp_fixed_control li span:before {
	content: '';
	position: absolute;
	display: block;
	top: 19px;
	right: 26px;
	width: 24px;
	height: 12px;
	background: transparent url(/shared/images/icon/wh_arrow_icon.png) no-repeat top left;
	-webkit-transform: skewX( 12deg);
	-moz-transform: skewX(12deg);
	transform: skewX( 12deg);
}
.fixed_header #tmp_header #tmp_hnavi_midmenu {
	display: none;
}
.fixed_header #tmp_header #tmp_hnavi_rmenu {
	margin-bottom: -13px;
}
.fixed_header #tmp_header #tmp_hnavi_rmenu a {
	width: 463px;
	text-align: center;
	font-size: 1.5rem;
	height: 56px;
	padding: 14px 15px 11px 82px;
	background-position: 113px 11px;
}
.fixed_header #tmp_header #tmp_hnavi_rmenu a.active {
	padding: 14px 15px 11px 15px;
	background-position: 170px 17px;
}
#tmp_header .header_wrap {
	position: relative;
}
#tmp_header .header_wrap:after {
	content: '';
	display: table;
	clear: both;
}
#tmp_header .header_wrap:before {
	content: '';
	position: absolute;
	left: -100%;
	width: 100%;
	min-height: 70px;
	background-color: #ffffff;
	color: #333333;
}
.no_javascript #tmp_header .header_wrap:before {
	display: none;
}
#tmp_header .header_wrap:before {
	content: '';
	position: absolute;
	left: 100%;
	width: 100%;
	min-height: 70px;
	background-color: #064c96;
	color: #ffffff;
}
.color_blue #tmp_header .header_wrap:before,
.color_yellow #tmp_header .header_wrap:before,
.color_black #tmp_header .header_wrap:before {
	display: none;
}
#tmp_hlogo {
	float: left;
	color: #000000;
	margin: 5px 0 2px -8px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display: block;
	background: #ffffff url(/shared/images/header/hlogo.png) no-repeat left center;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	width: 330px;
	height: 60px;
	font-size: 1rem;
}
#tmp_hlogo a {
	display: block;
	width: 330px;
	height: 60px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	z-index: -1;
	overflow: hidden;
}
#tmp_setting_wrap {
	float: right;
}
#tmp_sma_lmenu .wrap_sma_easyjp,
#tmp_setting_language {
	display: none;
}
#tmp_means {
	float: left;
	position: relative;
}
#tmp_means ul{
	/*overflow: hidden;*/
	list-style: none;
	margin-right: -11px;
	padding: 0 10px;
}
#tmp_means li {
	float: left;
	position: relative;
	border-left: 1px solid #ffffff;
	background-color: #0061c6;
	color: #ffffff;
	padding: 0 9px;
	-webkit-transform: skewX(-12deg);
	-moz-transform: skewX(-12deg);
	transform: skewX(-12deg);
	line-height: 1;
}
#tmp_means ul li a {
	display: block;
	font-size: 0.875rem;
	padding: 28px 20px 28px 42px;
	text-decoration: none;
	font-weight: bold;
	background-repeat: no-repeat;
	background-color: #0061c6;
	color: #ffffff;
	-webkit-transform: skewX(12deg);
	-moz-transform: skewX(12deg);
	transform: skewX(12deg);
}
#tmp_means .setting_easy_japanese_page a {
	background-image: url(/shared/images/icon/icon_easy_japanese.png);
	-webkit-background-size: 23px auto;
	-moz-background-size: 23px auto;
	background-size: 23px auto;
	background-position: 10px center;
	padding: 28px 20px 28px 38px;
	max-width: 200px;
}
#tmp_means .setting_language a {
	background-image: url(/shared/images/icon/icon_language.png);
	-webkit-background-size: 20px auto;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
	background-position: 13px center;
	padding: 26px 14px 30px 40px;
	max-width: 178px;
}
#tmp_select_language {
    position: absolute;
    top: 70px;
	left: 55.1%;
	width: 10.2%;
	font-size: 87.5%;
}
#tmp_sma_lmenu .container {
	width: auto;
	padding: 0;
	margin: 0;
	position: static;
}
#tmp_select_language ul{
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color:inherit;
	border: 1px solid #003a77;
}
#tmp_select_language ul li {
	border-bottom: 1px solid #003a77;
}
#tmp_select_language ul li:last-child {
	border-bottom: none;
}
#tmp_select_language ul li a {
	text-decoration:none;
	padding: 10px 10px 10px 30px;
	background: transparent url(/shared/images/icon/blue_arrow_icon.png) no-repeat 10px 15px;
	background-size: 12px 13px;
	-webkit-background-size: 12px 13px;
	-moz-background-size: 12px 13px;
	display: block;
}
#tmp_means .setting_browsing_support a {
	background-image: url(/shared/images/icon/icon_support.png);
	-webkit-background-size: 21px auto;
	-moz-background-size: 21px auto;
	background-size: 21px auto;
	background-position: 12px center;
	padding: 28px 17px 28px 41px;
	max-width: 116px;
}
#tmp_select_language .select_language_ttl,
#tmp_sma_lmenu .close_btn,
#tmp_sma_lmenu .sma_means{
	display:none;
	visibility:hidden;
}
/*211222 GDITで追加 ここから*/
#tmp_means .setting_easy_japanese_page,
#tmp_means .setting_easy_japanese_page a {
	background-color: #0557ac;
}
#tmp_means .setting_language,
#tmp_means .setting_language a {
	background-color: #065eba;
}
#tmp_means .setting_browsing_support,
#tmp_means .setting_browsing_support a {
	background-color: #0061c6;
}
/*211222 GDITで追加 ここまで*/
#tmp_means ul li:hover,
#tmp_means ul li:focus,
#tmp_means ul li:active,
#tmp_means ul li:hover a,
#tmp_means ul li:focus a,
#tmp_means ul li:active a {
	background-color: #003a77;
}
/*211222 GDITで追加 ここから*/
#tmp_select_language ul li a:hover,
#tmp_select_language ul li a:focus {
	background-color: #EBF6FF;
	color: inherit;
}
/*211222 GDITで追加 ここまで*/
#tmp_hnavi_midmenu {
	float: left;
	background-color: #064c96;
	color: #ffffff;
	padding: 10px 28px 10px 20px;
	margin-right: -10px;
	min-height:70px;
	position: relative;
	-webkit-transform: skewX(-12deg);
	-moz-transform: skewX(-12deg);
	transform: skewX(-12deg);
}
#tmp_hnavi_midmenu a {
	position: relative;
	display: inline-block;
	padding: 13px 24px;
	width: 112px;
	font-size: 1rem;
	font-weight: bold;
	text-decoration: none;
	background-color: #ffe4e4;
	color: #b30000;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-transform: skewX(12deg);
	-moz-transform: skewX(12deg);
	transform: skewX(12deg);
	-webkit-box-shadow: 0 2px 0 0 rgba(0, 4, 6, 0.3);
	-moz-box-shadow: 0 2px 0 0 rgba(0, 4, 6, 0.3);
	box-shadow: 0 2px 0 0 rgba(0, 4, 6, 0.3);
}
#tmp_hnavi_midmenu a:before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 3px solid #b30000;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}
#tmp_hnavi_midmenu a:hover:before,
#tmp_hnavi_midmenu a:focus:before,
#tmp_hnavi_midmenu a:active:before {
	opacity: 1;
	visibility: visible;
}
#tmp_hnavi_rmenu {
	float: left;
	position: relative;
	padding: 0 4px 4px 4px;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	-webkit-box-shadow: 0 2px 0 0 rgba(0, 4, 6, 0.3);
	-moz-box-shadow: 0 2px 0 0 rgba(0, 4, 6, 0.3);
	box-shadow: 0 2px 0 0 rgba(0, 4, 6, 0.3);
	z-index: 1;
	margin-bottom: -9px;
	background-image: -webkit-linear-gradient( 0deg, #8fd460 80%, #48aed8 100%);
	background-image: -moz-linear-gradient( 0deg, #8fd460 80%, #48aed8 100%);
	background-image: linear-gradient( 0deg, #8fd460 80%, #48aed8 100%);
}
#tmp_hnavi_rmenu a {
	display: block;
	width: 153px;
	height: 75px;
	line-height: 1;
	font-size: 1rem;
	padding: 25px 15px 18px 70px;
	color: #0061c6;
	font-weight: bold;
	background: #ffffff url(/shared/images/icon/icon_hsearch.png) 20px center no-repeat;
	text-decoration: none;
}
#tmp_hnavi_rmenu a:hover,
#tmp_hnavi_rmenu a:active {
	background-color: #ecf6fd;
}
#tmp_hnavi_s {
	display: block;
	list-style: none;
	float: left;
}
#tmp_hnavi_s:after {
	content: '';
	display: table;
	clear: both;
}
#tmp_hnavi_lmenu {
	display: none;
}
#tmp_emergency {
	background-color: #ffe4e4;
	color: #333333;
	padding: 15px 0;
}
.emergency_inner {
	position: relative;
	border: 3px solid #b30000;
	background-color: #ffffff;
	color: #333333;
}
.emergency_ttl {
	font-size: 111.11%;
	font-weight: bold;
	background: transparent url(/shared/images/icon/alert_icon.png) no-repeat 6px 12px;
	background-size: 18px auto;
	-webkit-background-size: 18px auto;
	-moz-background-size: 18px auto;
	color: #b71818;
	padding: 5px 10px 0 29px;
}
.emergency_list ul {
	list-style: none;
	margin: 0;
	padding: 8px 10px 4px;
}
.emergency_list > p {
	padding: 8px 10px 4px;
}
.emergency_list li {
	margin-bottom: 10px;
}
.emergency_list a {
	background: transparent url(/shared/images/icon/red_arrow_icon.png) no-repeat 0 6px;
	background-size: 11px auto;
	-webkit-background-size: 11px auto;
	-moz-background-size: 11px auto;
	color: #333333;
	text-decoration: none;
	padding-left: 16px;
	display: inline-block;
}
.emergency_list a:hover,
.emergency_list a:focus,
.emergency_list a:active {
	text-decoration: underline;
}
#tmp_emergency .news_btn {
	margin: 10px 0;

}
#tmp_emergency .news_btn ul {
	margin: 0 20px;
	list-style: none;
	text-align: right;
}
#tmp_emergency .news_btn li {
    display: inline-block;
    margin-left: 12px;
}
#tmp_emergency .news_btn li a {
    position: relative;
    display: block;
    font-size: 77.77%;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    width: auto;
    min-height: 30px;
    text-align: left;
    padding: 6px 15px 5px 37px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	box-shadow: 0px 0px 3px 2px rgb(0, 4, 6, 0.1);
	-webkit-box-shadow: 0px 0px 3px 2px rgb(0, 4, 6, 0.1);
	-moz-box-shadow: 0px 0px 3px 2px rgba(0, 4, 6, 0.1);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
#tmp_emergency .news_btn li.list_btn a,
#tmp_emergency .news_btn li.rss_btn a {
	background: #b30000 url(/shared/images/icon/news_list_icon.png) no-repeat 16px 7px;
}
/* 緊急防災メール */
#tmp_emergency_m .container {
	width:auto;
	padding: 0;
}
#tmp_emergency_m .disaster_head {
	font-size: 111.11%;
	font-weight: bold;
	background: transparent url(/shared/images/icon/alert_icon.png) no-repeat 6px 12px;
	background-size: 18px auto;
	-webkit-background-size: 18px auto;
	-moz-background-size: 18px auto;
	color: #b71818;
	padding: 5px 10px 0 29px;
}
#tmp_emergency_m .disaster_cnt #urgency_list ul {
	list-style: none;
	margin: 0;
	padding: 8px 10px 4px;
}
#tmp_emergency_m .disaster_cnt #urgency_list ul li {
	margin-bottom: 10px;
}
#tmp_emergency_m .disaster_cnt #urgency_list ul a {
	background: transparent url(/shared/images/icon/red_arrow_icon.png) no-repeat 0 6px;
	background-size: 11px auto;
	-webkit-background-size: 11px auto;
	-moz-background-size: 11px auto;
	color: #333333;
	text-decoration: none;
	padding-left: 16px;
	display: inline-block;
}
/*211222 GDITで追加 ここから*/
#tmp_emergency .news_btn li a:hover,
#tmp_emergency .news_btn li a:focus {
	background-color: #970000;
}
/*211222 GDITで追加 ここまで*/
#tmp_emergency .close_btn a {
	position: absolute;
	display: inline-block;
	width: 104px;
	font-size: 0.875rem;
	font-weight: bold;
	top: 5px;
	right: 5px;
	color: #b30000;
	background-color: #ffe4e4;
	text-align: center;
	text-decoration: none;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	box-shadow: 0 2px 0 0 rgba(0, 4, 6, 0.3);
	-webkit-box-shadow: 0 2px 0 0 rgba(0, 4, 6, 0.3);
	-moz-box-shadow: 0 2px 0 0 rgba(0, 4, 6, 0.3);
	padding: 2px 5px 1px;
}
#tmp_emergency .close_btn a:before {
	content: '';
	position: relative;
	display: inline-block;
	width: 11px;
	height: 10px;
	background: transparent url(/shared/images/icon/close_icon.png) no-repeat top left;
	margin-right: 6px;
	left: 3px;
}
#tmp_emergency .close_btn a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #b30000;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	display: block;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}
#tmp_emergency .close_btn a:hover:after,
#tmp_emergency .close_btn a:focus:after,
#tmp_emergency .close_btn a:active:after {
	opacity: 1;
	visibility: visible;
}
/* gnavi
================================================== */
#tmp_hnavi_rmenu .active {
	padding: 31px 15px 25px 70px;
	background: #ffffff url(/shared/images/icon/blue_close_btn.png) 39px center no-repeat;
	text-decoration: none;
}
.spmenu_open #tmp_hnavi_rmenu {
	background-color: #8fd460;
	background-image: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.spmenu_open #tmp_hnavi_rmenu:before {
	content: '';
	position: absolute;
	display: block;
	width: auto;
	height: 15px;
	background-color: #ffffff;
	bottom: -6px;
	left: 0;
	right: 4px;
}
#tmp_wrapper.spmenu_open:before {
	content: '';
	z-index: 98;
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(6, 76, 150, 0.6);
}
#tmp_sma_rmenu {
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
	z-index: 98;
}
.fixed_header #tmp_sma_rmenu {
	top: 50px;
}
#tmp_menu_inner {
	position: relative;
	border: 4px solid #8ed461;
	border-top: none;
	background-color: #ffffff;
	color: #333333;
	padding: 28px 21px 22px;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	box-shadow: 0 2px 0 0 rgb(0, 4, 6, 0.3);
	-webkit-box-shadow: 0 2px 0 0 rgb(0, 4, 6, 0.3);
	-moz-box-shadow: 0 2px 0 0 rgba(0, 4, 6, 0.3);
	overflow: hidden;
}
.fixed_header #tmp_menu_inner {
	max-height: calc(100vh - 80px);
	overflow: auto;
}
#tmp_menu_inner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 333px;
	height: 0;
	box-shadow: 0 0 6px 4px rgb(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 6px 4px rgb(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.1);
}
#tmp_menu_inner #tmp_keyword_search{
	padding: 0 0 16px;
	border-bottom: 3px solid #49aed8;
}
#tmp_menu_inner #tmp_fsearch{
	color: #333333;
	background-color: #ebf6ff;
	padding: 19px 15px;
}
#tmp_menu_inner #tmp_fsearch .sch_ttl{
	margin: 0;
}
#tmp_menu_inner #tmp_fsearch .sch_ttl label{
	background-color: transparent;
	color: #000000;
	font-size: 122.22%;
	font-weight: bold;
	padding-right: 19px;
}
#tmp_menu_inner #tmp_fsearch .sch_ttl a {
	position: relative;
	top: -3px;
	text-decoration: none;
	font-size: 77.77%;
	color: #000000;
	background: transparent url(/shared/images/icon/blue_arrow_icon.png) no-repeat 0 3px;
	background-size: 10px 11px;
	-webkit-background-size: 10px 11px;
	-moz-background-size: 10px 11px;
	padding-left: 20px;
}
#tmp_menu_inner #tmp_fsearch .sch_ttl a:hover,
#tmp_menu_inner #tmp_fsearch .sch_ttl a:focus,
#tmp_menu_inner #tmp_fsearch .sch_ttl a:active {
	text-decoration: underline;
}
#tmp_menu_inner #tmp_fsearch {
	position: relative;
}
#tmp_menu_inner #tmp_fsearch .sch_box {
	position: relative;
}
#tmp_menu_inner #tmp_fsearch #tmp_fquery {
	position: relative;
	width: 100%;
	min-height: 50px;
	border: none;
	margin: 12px 0 0;
	box-shadow: 0 0 3px 2px rgb(0, 4, 6, 0.2);
	-webkit-box-shadow: 0 0 3px 2px rgb(0, 4, 6, 0.2);
	-moz-box-shadow: 0 0 3px 2px rgba(0, 4, 6, 0.2);
	padding: 5px 255px 5px 55px;/*211222 GDITで追加 */
	border-radius: 0 25px 25px 0;
	-webkit-border-radius: 0 25px 25px 0;
	-moz-border-radius: 0 25px 25px 0;
	background-size: 80px auto !important;/*211221 GDで追加*/
}

.color_blue #tmp_menu_inner #tmp_fsearch #tmp_fquery,
.color_yellow #tmp_menu_inner #tmp_fsearch #tmp_fquery,
.color_black #tmp_menu_inner #tmp_fsearch #tmp_fquery,
.color_blue #tmp_menu_inner #tmp_fsearch #tmp_sch_idx_btn,
.color_yellow #tmp_menu_inner #tmp_fsearch #tmp_sch_idx_btn,
.color_black #tmp_menu_inner #tmp_fsearch #tmp_sch_idx_btn {
	border-width: 1px;
	border-style: solid;
}
.fsize_big2 #tmp_menu_inner #tmp_fsearch #tmp_sch_idx_btn {
	padding: 2px 10px;
}
#tmp_menu_inner #tmp_fsearch .wrap_sch_box {
	position: relative;
}
#tmp_menu_inner #tmp_fsearch .sch_lbl label {
	content: '';
	position: absolute;
	display: block;
	cursor: pointer;
	width: 20px;
	height: 19px;
	bottom: 16px;
	left: 13px;
	background: transparent url(/shared/images/icon/search_icon.png) no-repeat top left;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	z-index: 1;
	text-indent: -9999px;
}
#tmp_menu_inner #tmp_fsearch #tmp_sch_idx_btn{
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	margin: 25px auto 0;
	padding: 9px 10px;
	letter-spacing: 2px;
	border: none;
	background-color: #0c539d;
	background-image: -moz-linear-gradient( 0deg, rgb(12,83,157) 40%, rgb(19,115,183) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(12,83,157) 40%, rgb(19,115,183) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(12,83,157) 40%, rgb(19,115,183) 100%);
	box-shadow: 0 0 3px 2px rgba(0, 4, 6, 0.1);
	-webkit-box-shadow: 0 0 3px 2px rgba(0, 4, 6, 0.1);
	-moz-box-shadow: 0 0 3px 2px rgba(0, 4, 6, 0.1);
	width: 247px;
	min-height:50px;
	font-size: 111.11%;
	font-weight: bold;
	color: #ffffff;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}
#tmp_menu_inner #tmp_fsearch #tmp_sch_idx_btn:hover,
#tmp_menu_inner #tmp_fsearch #tmp_sch_idx_btn:focus,
#tmp_menu_inner #tmp_fsearch #tmp_sch_idx_btn:active {
	cursor: pointer;
	background-color: #003a77;
	background-image: none;
}

#tmp_menu_inner .category_txt {
	font-weight: bold;
	padding: 27px 15px 0 0;
}
#tmp_menu_inner .category_search_cnt .category_list {
	margin: 0 -12px;
	padding: 19px 0 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 1;
	flex: 1;
	-ms-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
#tmp_menu_inner .category_search_cnt .category_item {
	width: 25%;
	display: block;
	padding: 0 12px;
	margin: 0 0 14px;
}
#tmp_menu_inner .category_search_cnt .category_item:nth-of-type(4n) {
	clear: right;
}
#tmp_menu_inner .category_search_cnt .category_item:nth-of-type(4n+1) {
	clear: left;
}
.category_idx_ajax {
	display: none;
	width: calc(100% - 24px);
	margin-left: 12px;
	border: 1px solid #0c539d;
	background-color: #cae7ff;
	color: #333333;
	margin-top: -2px;
	margin-bottom: 14px;
	padding: 7px 6px;
}
.idx_ajax_inner {
	background-color: #ffffff;
	color: #333333;
}
.idx_ajax_inner:after {
	content: '';
	display: table;
	clear: both;
}
.idx_ajax_lft {
	width: 354px;
	float: left;
	padding: 32px 10px 15px 16px;
}
.idx_ajax_ttl a {
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	background: transparent url(/shared/images/icon/blue_arrow_icon.png) no-repeat 0 11px;
	background-size: 15px auto;
	-webkit-background-size: 15px auto;
	-moz-background-size: 15px auto;
	padding-left: 28px;
	font-size: 144.44%;
}
.idx_ajax_ttl a:hover,
.idx_ajax_ttl a:focus,
.idx_ajax_ttl a:active {
	text-decoration: underline;
}
.idx_ajax_sub_ttl {
	font-size: 88.88%;
	font-weight: bold;
	padding: 15px 5px 10px 2px;
}
.idx_ajax_rgt {
	overflow: hidden;
}
.ajax_list {
	margin: 17px 7px 0 -7px;
	width: auto;
}
.ajax_item {
	padding: 0 5px;
	width: 33.33%;
	float: left;
	margin-bottom: 12px;
}
.ajax_item:nth-child(3n) {
	clear: right;
}
.ajax_item:nth-child(3n+1) {
	clear: left;
}
.ajax_item a {
	display: table-cell;
	width: 300px;
	height: 60px;
	vertical-align: middle;
	text-decoration: none;
	background: #d5f3ea url(/shared/images/icon/blue_arrow_icon.png) no-repeat 13px 20px;
	padding-left: 41px;
	background-size: 15px auto;
	-webkit-background-size: 15px auto;
	-moz-background-size: 15px auto;
	color: #282828;
	font-weight: bold;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}
.ajax_item a:hover,
.ajax_item a:focus,
.ajax_item a:active {
	background-color: #b4d4c6;
}
.ajax_list:after {
	content: '';
	display: table;
	clear: both;
}
#tmp_menu_inner .category_search_cnt .category_idx_item {
	position: relative;
	display: table;
	width: 100%;
	background-color: #cae8ff;
	background-image: -moz-linear-gradient( 0deg, rgb(202,231,255) 78%);
	background-image: -webkit-linear-gradient( 0deg, rgb(202,231,255) 78%);
	background-image: -ms-linear-gradient( 0deg, rgb(202,231,255) 78%);
	box-shadow: 0 0 4.9px 0.1px rgba(68, 68, 68, 0.4);
	-webkit-box-shadow: 0 0 4.9px 0.1px rgba(68, 68, 68, 0.4);
	-moz-box-shadow: 0 0 4.9px 0.1px rgba(68, 68, 68, 0.4);
	color: #333333;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}
#tmp_menu_inner .category_search_cnt .category_idx_item.hover_item {
	background-color: #eef8ff;
}
#tmp_menu_inner .category_search_cnt .active_item .category_idx_item {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	background-color: #cae7ff;
}
#tmp_menu_inner .category_search_cnt .category_idx_item:before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	border: 1px solid #0c539d;
	border-bottom: none;
	background-color: #cae7ff;
	width: 100%;
	min-height: 0;
	opacity: 0;
	visibility: hidden;
	border-radius: 25px 25px 0 0;
	-webkit-border-radius: 25px 25px 0 0;
	-moz-border-radius: 25px 25px 0 0;
	-ms-border-radius: 25px 25px 0 0;
	-o-border-radius: 25px 25px 0 0;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}
#tmp_menu_inner .category_search_cnt .active_item .category_idx_item:before {
	min-height: 63px;
	opacity: 1;
	visibility: visible;
	border-bottom: 1px solid #cae7ff;
}
#tmp_menu_inner .category_search_cnt .active_item .category_idx_item:after{
	position: absolute;
	bottom: -15px;
	left: 1px;
	right: 1px;
	z-index: 5;
	content: '';
	height: 6px;
	color: inherit;
	background-color: #cae7ff;
}
.fsize_big #tmp_menu_inner .category_search_cnt .active_item .category_idx_item:before {
	min-height: 65px;
	opacity: 1;
	visibility: visible;
}
.fsize_big2 #tmp_menu_inner .category_search_cnt .active_item .category_idx_item:before {
	min-height: 106px;
	opacity: 1;
	visibility: visible;
}
#tmp_menu_inner .category_idx_item .category_img{
	position: absolute;
	display: table-cell;
	vertical-align: middle;
	width: 45px;
	height: 45px;
	padding: 5px 0 0 5px;
}
#tmp_menu_inner .category_idx_item .category_img img{
	max-width:38px;
	height:auto;
}
#tmp_menu_inner .category_idx_item .category_caption {
	display: table-cell;
	vertical-align: middle;
	padding: 0;
}
#tmp_menu_inner .category_idx_item .category_caption:before {
	content: '';
	display: block;
	width: 15px;
	height: 11px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	right: 10px;
	background: transparent url(/shared/images/icon/expand_icon.png) no-repeat top left;
}
#tmp_menu_inner .active_item .category_idx_item .category_caption:before {
	background: transparent url(/shared/images/icon/expand_rotate_icon.png) no-repeat top left;
}
#tmp_menu_inner .category_idx_item .category_caption a{
	position: relative;
	display: block;
	width: 100%;
	color: #333333;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
	padding: 12px 30px 10px 53px;
}

#tmp_menu_inner .purpose_search{
	padding: 4px 0 0;
	margin: 0 0 41px;
}
#tmp_menu_inner .purpose_search ul{
	list-style: none;
	margin: 0;
	border: 4px solid #a4d2c0;
}
#tmp_menu_inner .purpose_search ul:after {
	content: '';
	display: table;
	clear: both;
}
#tmp_menu_inner .purpose_search p{
	margin: 0;
}
#tmp_menu_inner .purpose_search ul::after{
	content: '';
	display: table;
	clear: both;
}
#tmp_menu_inner .purpose_search ul li{
	position: relative;
	margin: 0;
	width: 25%;
	float: left;
	border-right: 1px solid #a4d2c0;
}
#tmp_menu_inner .purpose_search ul li:nth-child(4n+1){
	clear: left;
}
#tmp_menu_inner .purpose_search ul li:nth-child(4n) {
	clear: right;
}
#tmp_menu_inner .purpose_search .purpose_item{
	padding: 9px 11px 12px;
	text-align: center;
	background-color: #e6fdf6;
	color: #333333;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}
#tmp_menu_inner .purpose_search .purpose_item:before{
	content: '';
	position: absolute;
	display: block;
	top: -1px;
	left: -1px;
	bottom: -1px;
	right: -1px;
	border-right: 3px solid #a4d2c0;
	border-left: 3px solid #a4d2c0;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	opacity: 0;
	visibility: hidden;
}
#tmp_menu_inner .purpose_search li:first-child .purpose_item:before{
	border-left: none;
}
#tmp_menu_inner .purpose_search li:last-child .purpose_item:before{
	border-right: none;
}
#tmp_menu_inner .purpose_search .purpose_item.hover_item {
	background-color: #c9efe3;
}
#tmp_menu_inner .purpose_search .purpose_item.hover_item:before {
	opacity: 1;
	visibility: visible;
}
#tmp_menu_inner .purpose_search .purpose_item.hover_item a {
	text-decoration: underline;
}
#tmp_menu_inner .purpose_search .purpose_img {
	position: relative;
	text-align: center;
	margin-bottom: 4px;
}
#tmp_menu_inner .purpose_search .purpose_img img {
	max-width: 66px;
	height: auto;
}
#tmp_menu_inner .purpose_search .purpose_txt {
	font-weight: bold;
}
#tmp_menu_inner .purpose_search .purpose_txt a{
	text-decoration: none;
	background-color: transparent;
	color: #333333;
}
#tmp_menu_inner .close_btn a {
	position: relative;
	display: block;
	text-decoration: none;
	font-size: 111.11%;
	font-weight: bold;
	background-color: #0c539d;
	color: #ffffff;
	text-align: center;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	padding: 9px 10px;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}
#tmp_menu_inner .close_btn a:hover,
#tmp_menu_inner .close_btn a:focus,
#tmp_menu_inner .close_btn a:active {
	background-color: #003a77;
}
#tmp_menu_inner .close_btn a:before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	position: relative;
	background: transparent url(/shared/images/icon/wh_close_btn.png) no-repeat top left;
	margin-right: 7px;
	left: -2px;
}
/* ==================================================
START Rnavi Kids
================================================== */
/* rnavi_category_kids  */
.custom_kids .rnavi_category_kids {
	background-color: #ffffff;
	color:inherit;
	margin-bottom: 44px;
	border: 3px solid #57c5ed;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.custom_kids .rnavi_category_kids li {
	list-style: none;
}
.custom_kids .rnavi_category_kids .category_heading {
	padding: 0 10px 5px 29px;
	background: transparent url(/shared/templates/free/images/icon/icon_shell.png) no-repeat left 5px;
	color: #333333;
	font-size: 111.1%;
	font-weight: bold;
}
.custom_kids .rnavi_category_kids .category_ttl a {
	display: block;
	position: relative;
	padding: 20px 15px 6px 34px;
	background: #dbf2ff url(/shared/templates/kids_free/images/icon_round_arrow.png) no-repeat 10px 24px;
	-webkit-background-size: 18px 18px;
	-moz-background-size: 18px 18px;
	background-size: 18px 18px;
	color: #333333;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	font-weight: bold;
	text-decoration: none;
}
.custom_kids .rnavi_category_kids .category_ttl .active a,
.custom_kids .rnavi_category_kids .category_ttl a:focus,
.custom_kids .rnavi_category_kids .category_ttl a:hover {
	text-decoration: underline;
}
.custom_kids .rnavi_category_kids .category_cnt li {
	border-bottom: 1px solid #57c5ed;
}
.custom_kids .rnavi_category_kids .category_cnt li:last-child {
	border-bottom: none;
}
.custom_kids .rnavi_category_kids .category_cnt li:first-child a {
	font-weight: bold;
	color: #0074d7;
	background-color: transparent;
}
.custom_kids .rnavi_category_kids .category_cnt a {
	display: block;
	padding: 18px 22px 19px 29px;
	font-size: 88.8%;
	background: transparent url(/shared/templates/kids_free/images/icon_arrow_blue.png) no-repeat 10px 24px;
	-webkit-background-size: 11px 11px;
	-moz-background-size: 11px 11px;
	background-size: 11px 11px;
	text-decoration: none;
	color: #333333;
}
.custom_kids .rnavi_category_kids .category_cnt .active a,
.custom_kids .rnavi_category_kids .category_cnt a:focus,
.custom_kids .rnavi_category_kids .category_cnt a:hover {
	text-decoration: underline;
	color: #0074d7;
}
/* rnavi sub_block  */
.custom_kids .sub_inner {
	padding: 120px 0 90px;
}
.custom_kids.format_free .sub_inner {
	padding: 0;
}
.custom_kids .sub_inner ul {
	list-style: none;
}
.custom_kids .sub_inner li {
	width: 33.333333%;
	float: left;
	padding: 0 15px 30px;
}
.custom_kids .sub_inner li:nth-child(3n) {
	clear: right;
}
.custom_kids .sub_inner li:nth-child(3n+1) {
	clear: left;
}
.custom_kids.format_free .sub_inner li {
	width: 100%;
	padding: 0 0 21px;
}
.custom_kids .sub_inner li a {
	position: relative;
	display: block;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.custom_kids .sub_inner li a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	opacity: 0;
	visibility: hidden;
}
.custom_kids .sub_inner li a:hover:before,
.custom_kids .sub_inner li a:focus:before,
.custom_kids .sub_inner li a:active:before {
	opacity: 1;
	visibility: visible;
}
.custom_kids .sub_inner li:nth-child(1) a:before {
	border: 2px solid #0074d7;
}
.custom_kids .sub_inner li:nth-child(2) a:before {
	border: 2px solid #ff7e00;
}
.custom_kids .sub_inner li:nth-child(3) a:before {
	border: 2px solid #f3277f;
}
.format_top.custom_kids .sub_inner li a:before {
	border-width:4px;
}
.custom_kids .sub_inner li img {
	vertical-align: top;
}
.custom_kids .sub_inner li img {
	max-width: 100%;
	height: auto;
}

/* ==================================================
END Rnavi Kids
================================================== */

/* rnavi_category  */
.rnavi_category {
	margin-bottom: 45px;
}
.rnavi_category li {
	list-style: none;
}
.rnavi_category .category_heading {
	padding: 0 10px 5px 29px;
	background: transparent url(/shared/templates/free/images/icon/icon_shell.png) no-repeat left 5px;
	color: #333333;
	font-size: 111.1%;
	font-weight: bold;
}
.rnavi_category .category_block {
	border: 2px solid #c8dced;
}
.rnavi_category .category_ttl {
	border-bottom: 1px solid #b5b3b3;
}
.rnavi_category .category_ttl a {
	display: block;
	position: relative;
	padding: 19px 13px 16px 33px;
	background: transparent url(/shared/templates/free/images/icon/icon_arrow_light_blue.png) no-repeat 9px 29px;
	color: #333333;
	border-bottom: 3px solid #0061c6;
	font-size: 122.2%;
	font-weight: bold;
	text-decoration: none;
}
.rnavi_category .category_ttl .active a,
.rnavi_category .category_ttl a:focus,
.rnavi_category .category_ttl a:hover {
	background-color: #c9efe3;
}
.rnavi_category .category_cnt li {
	border-bottom: 1px solid #aec9de;
}
.rnavi_category .category_cnt a {
	display: block;
	padding: 18px 22px 18px 29px;
	font-size: 88.8%;
	background: transparent url(/shared/templates/free/images/icon/arrow_blue_icon.png) no-repeat 6px 20px;
	-webkit-background-size: 13px 13px;
	-moz-background-size: 13px 13px;
	background-size: 13px 13px;
	text-decoration: none;
	color: #333333;
}
.rnavi_category .category_cnt .active a,
.rnavi_category .category_cnt a:focus,
.rnavi_category .category_cnt a:hover {
	background-color: #ebf6ff;
	text-decoration: underline;
}

/* recommend
========================== */
#tmp_article_recomment{
	margin-bottom: 38px;
	border: 2px solid #a4d2c0;
}
#tmp_article_recomment .box_article_ttl {
	background-color: #064c96;
	color: #ffffff;
	padding: 11px 10px 14px;
	font-weight: bold;
	line-height: 1.3;
}
#tmp_article_recomment .box_article_cnt li{
	border-bottom: 1px solid #a4d2c0;
	list-style: none;
}
#tmp_article_recomment .box_article_cnt li:last-child {
	border-bottom: none;
}
#tmp_article_recomment .box_article_cnt a{
	display: block;
	padding: 20px 20px 17px 30px;
	background: transparent url(/shared/templates/free/images/icon/arrow_blue_icon.png) no-repeat 9px 24px;
	-webkit-background-size: 13px 13px;
	-moz-background-size: 13px 13px;
	background-size: 13px 13px;
	font-size: 88.8%;
	text-decoration: none;
	color: #333333;
}
#tmp_article_recomment .box_article_cnt .active a,
#tmp_article_recomment .box_article_cnt a:focus,
#tmp_article_recomment .box_article_cnt a:hover {
	background-color: #ebf6ff;
	text-decoration: underline;
}
/* btn_more */
.btn_more {
	margin: 0 auto;
	max-width: 220px;
	padding: 22px 0 11px;
}
.btn_more a {
	position: relative;
	display: block;
	padding: 5px 50px 3px 85px;
	font-size: 83.3%;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	background-color: #0c539d;
	background-image: -moz-linear-gradient( 0deg, rgb(12,83,157) 40%, rgb(22,122,180) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(12,83,157) 40%, rgb(22,122,180) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(12,83,157) 40%, rgb(22,122,180) 100%);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	overflow: hidden;
}
.btn_more a:after {
	content: '';
	position: absolute;
	left: 66px;
	top: 16px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	background: #ffffff url(/shared/templates/free/images/icon/icon_plus.png) no-repeat;
	color: inherit;
	-webkit-background-size: 15px 15px;
	-moz-background-size: 15px 15px;
	background-size: 15px 15px;
}
.btn_more a:active,
.btn_more a:focus,
.btn_more a:hover {
	background-image: none;
	background-color: #003a77;
}
.btn_more a.active:after {
	background-image: url(/shared/templates/free/images/icon/icon_minus.png);
}
.btn_more a.active:after:active,
.btn_more a.active:after:focus,
.btn_more a.active:after:hover {
	background-image: none;
	background-color: #003a77;
}
.no_javascript .btn_more {
	display: none;
}
/* rnavi index */
.pickup_rnavi{
	padding: 0 0 34px;
}
.pickup_rnavi .pickup_rnavi_ttl{
	text-align: center;
	font-weight: bold;
	background-color: transparent;
	color: #025484;
	font-size:133.33%;
	padding: 8px 5px 16px;
}
.pickup_rnavi .pickup_rnavi_ttl span{
	display: inline-block;
	position: relative;
	max-width: 144px;
}
.pickup_rnavi .pickup_rnavi_ttl span:before{
	content: '';
	position: absolute;
	top: 2px;
	left: -47px;
	width: 36px;
	height: 26px;
	background: transparent url(/shared/images/main/pickup_idx_icon.png) no-repeat;
}
.pickup_rnavi .pickup_rnavi_ttl span:after{
	content: '';
	position: absolute;
	top: 2px;
	right: -47px;
	width: 36px;
	height: 26px;
	background: transparent url(/shared/images/main/pickup_idx_icon.png) no-repeat;
}
.pickup_rnavi .pickup_slide{
	margin-bottom: 10px;
}
.pickup_rnavi .pickup_slide img{
	width: 100%;
	height: auto;
	vertical-align: top;
}
.pickup_rnavi .pickup_slide .pickup_image{
	cursor: pointer;
}
.pickup_rnavi .pickup_slide a{
	display: block;
	position: relative;
}
.pickup_rnavi .pickup_slide .pickup_image a:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 5px solid #0557ac;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}
.pickup_rnavi .pickup_slide .pickup_image:hover a:before{
	opacity: 1;
	visibility: visible;
}
/* footer
================================================== */
/* fnavi  */
#tmp_fnavi {
	background-color: #0c539d;
	color: #ffffff;
	padding: 14px 0 11px;
}
.fnavi {
	margin: 0;
	list-style: none;
	padding: 0 225px;/*211222 GDITで追加 ここから*/
	font-size: 87.5%;
}
.fnavi li {
	margin: 0 40px 0 0;
	float: left;
}
.fnavi li:last-child {
	margin-right: 0;
}
.fnavi li a {
	display: inline-block;
	text-decoration: none;
	color: inherit;
	font-weight: bold;
	font-size: 88.88%;
	padding: 5px 5px 5px 18px;
	background: transparent url(/shared/images/icon/icon_arrow_white.png) 0 7px no-repeat;
	-webkit-background-size: 11px auto;
	-moz-background-size: 11px auto;
	background-size: 11px auto;
}
.fnavi li a:hover,
.fnavi li a:focus,
.fnavi li a:active {
	text-decoration: underline;
}
#tmp_footer_cnt {
	background-color: #ebf6ff;
	color: #333333;
}
/* footer_wrap  */
.footer_wrap {
	padding: 34px 700px 15px 0;
	background: url(/shared/images/footer/footer_map.png) no-repeat right bottom;
	min-height:300px;
}
.footer_cnt address {
	margin: 0 0 34px;
	font-style: normal;
}
.footer_cnt .footer_ttl {
	font-size: 77.77%;
	font-weight: bold;
	margin: 0 0 12px;
}
.footer_cnt .footer_ttl span {
	font-size: 157.14%;
	margin-right: 20px;
	display: inline-block;
	vertical-align: middle;
}
.footer_cnt .footer_address {
	font-size: 77.77%;
	font-weight: bold;
}
.footer_cnt .footer_address span {
	display: block;
	margin: 0 0 2px;
}
/* footer_link */
.footer_link {
	padding:0 0 30px;
}
.footer_link ul {
	list-style: none;
}
.footer_link ul li {
	display:inline-block;
	vertical-align:top;
	text-align:center;
	min-width: 126px;
	margin: 0 16px 10px 0;
}
.footer_link a {
	display:block;
	text-decoration: none;
	background-color: #0c539d;
	color: #ffffff;
	font-weight: bold;
	font-size: 77.77%;
	padding: 5px 15px;
	background-image: -moz-linear-gradient( 0deg, rgb(12,83,157) 40%, rgb(22,122,180) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(12,83,157) 40%, rgb(22,122,180) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(12,83,157) 40%, rgb(22,122,180) 100%);
	-webkit-box-shadow: 0 0 3px 2px rgba(0, 4, 6, 0.1);
	-moz-box-shadow: 0 0 3px 2px rgba(0, 4, 6, 0.1);
	box-shadow: 0 0 3px 2px rgba(0, 4, 6, 0.1);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}
.footer_link a:hover,
.footer_link a:focus,
.footer_link a:active {
	background-color: #003a77;
	background-image: none;
}
.copyright {
	font-size: 77.77%;
	font-weight: bold;
}
/* footer_map */
.footer_top .footer_wrap {
	padding-right:325px;
	background: url(/shared/images/footer/footer_top_map.png) no-repeat right bottom;
}
.footer_top .footer_inner {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width:100%;
}
.footer_top .footer_cnt {
	order: 1;
	width: 385px;
}
.footer_map {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items:flex-end;
	order: 2;
	width:490px;
	padding:0 0 120px 228px;
}
.footer_map .map_infor {
	width:100%;
	background:#ffffff url(/shared/images/footer/footer_top_map_infor_bg.png) no-repeat left bottom;
	padding:10px;
	-webkit-border-radius:12px 12px 0 0;
	-moz-border-radius:12px 12px 0 0;
	border-radius:12px 12px 0 0;
	min-height:145px;
	position:relative;
}
.footer_map .map_infor::after {
	content:'';
	position:absolute;
	top:-2px;
	right:-6px;
	background:url(/shared/images/footer/footer_top_map_infor_icon.png) no-repeat;
	width:30px;
	height:29px;
}
.footer_map .map_infor table {
	border-collapse:collapse;
	border-spacing:0;
	margin:0 auto 0 32px;
	font-size:77.78%;
}
.footer_map .map_infor table caption {
	font-weight:bold;
	padding:0 0 10px;
}
.footer_map .map_infor table th,
.footer_map .map_infor table td {
	text-align:left;
	font-weight:bold;
}
.footer_map .map_infor table th {
	padding-right:2em;
	background:url(/shared/images/footer/dot.png) repeat-x 10px 50%;
}
.footer_map .map_infor table th p {
	background-color:#ffffff;
	color:inherit;
	display:inline-block;
	padding:0 3px;
}
.footer_map .map_infor table td {
	padding-left:1em;
}
/* pnavi
================================================== */
#tmp_fnavi .container {
	position: relative;
}
.pnavi{
	position: absolute;
	right: 0;
	top: -52px;
	z-index: 97;
}
.pnavi.pnavi_fixed {
	position: fixed;
	right: 9px;
	bottom: 20px;
	top: auto;
	margin-right: 0;
}
.pnavi a{
	display: block;
	width: 65px;
	height: 65px;
	text-indent: -9999em;
	color: #ffffff;
	background: #166cbe url(/shared/images/icon/icon_pnavi.png) no-repeat center center;
	transition: 0.3s background ease-in-out;
	-webkit-transition: 0.3s background ease-in-out;
	-moz-transition: 0.3s background ease-in-out;
	-ms-transition: 0.3s background ease-in-out;
	-o-transition: 0.3s background ease-in-out;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	overflow: hidden;
}
.pnavi a:hover,
.pnavi a:focus,
.pnavi a:active {
	background: #166cbe url(/shared/images/icon/icon_pnavi_hover.png) no-repeat center center;
}
.color_blue .pnavi,
.color_yellow .pnavi,
.color_black .pnavi {
	border-width: 1px;
	border-style: solid;
}
.color_blue .pnavi a,
.color_yellow .pnavi a,
.color_black .pnavi a {
	text-indent: 0;
	font-size: 0.8rem;
	text-align: center;
	padding-top: 10px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
/* ==================================================
layout
================================================== */

/* ==================================================
Custom Kids
================================================== */
/* social list
================================================== */
.custom_kids #tmp_wrap_social {
	text-align: center;
	padding: 26px 0 10px;
}
.custom_kids #tmp_social_plugins {
	display: inline-block;
}
.custom_kids #tmp_social_plugins .social_list {
	list-style: none;
	margin: 0;
}
.custom_kids #tmp_social_plugins .social_list li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 5px;
	line-height: 1;
}
.custom_kids #tmp_social_plugins .social_list li:last-child {
	margin-right: 0;
}
.custom_kids #tmp_social_plugins .social_list li a {
	display: inline-block;
}
.custom_kids #tmp_social_plugins .social_list img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.custom_kids #tmp_social_plugins .social_list img:focus,
.custom_kids #tmp_social_plugins .social_list img:hover {
	opacity: 0.7;
}
/* print
================================================== */
.custom_kids #tmp_print {
	display: inline-block;
}
.custom_kids #tmp_print a {
	text-decoration: none;
}
.custom_kids #print_mode_link {
	padding: 0 8px 0 26px;
	background: #e6fdf6 url(/shared/images/icon/print_btn.png) no-repeat 5px center;
	color: #333333;
	font-size: 77.7%;
	border: 1px solid #a4d2c0;
}
/* pankuzu
================================================== */
.custom_kids #tmp_pankuzu {
	padding: 8px 0 46px;
	background-color: #ffffff;
	color: #333333;
	font-size: 88.9%;
}
.custom_kids #tmp_pankuzu a {
	color: #333333;
	background-color: transparent;
	margin-right: 6px;
}
.custom_kids #tmp_pankuzu a:focus,
.custom_kids #tmp_pankuzu a:hover {
	text-decoration: none;
}
.custom_kids #tmp_footer_cnt .map_person {
	left: 65px;
}
.fsize_small.custom_kids #print_mode_link {
	padding: 3px 8px 3px 26px;
}
.fsize_small.custom_kids #tmp_contents .service_item .service_heading a{
	background-position: 10px 25px
}
/* ==================================================
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: 20px solid transparent;
}


/* col2_pub */

div.col2 {
	width: 100%;
}

div.col2 div.col2L {
	display: table;
	width: 50%;
	margin-right: 0;
	padding-right: 10px;
	float: left;
}

div.col2 div.col2R {
	display: table;
	width: 50%;
	padding-left: 10px;
	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: 20px solid transparent;
}

div.col3 {
	width: 100%;
}

div.col3 div.col3L,
div.col3 div.col3M {
	display: table;
	width: 33.3333333%;
	margin-right: 0;
	padding-right: 10px;
	float: left;
}

div.col3 div.col3R {
	display: table;
	width: 33.3333333%;
	padding-left: 10px;
	float: left;
}

div.col3 div.col3M {
	padding-left: 10px;
}


/* ==================================================
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 .wrap_mc_sp #tmp_switch_sp_style {
	padding: 20px 10px 30px;
	background-color: #0062c7;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
/*.disp_pc #tmp_hnavi_s,*/
.disp_pc #tmp_sma_lmenu,
.disp_pc #tmp_sma_rmenu {
	display: none;
}
/* custom update
================================================== */
#tmp_wrap_custom_update {
	margin: 0 0 13px;
}
#tmp_update {
	color: #333333;
	background-color: transparent;
	line-height: 1.4;
	font-size: 77.7%;
}
/* pankuzu
================================================== */
#tmp_pankuzu {
	padding: 18px 0 47px;
	background-color: #ffffff;
	color: #333333;
	font-size: 88.9%;
}
.type_idx.custom_hontai #tmp_pankuzu,
.type_idx2.custom_hontai #tmp_pankuzu {
	margin-bottom: 23px;
	padding: 4px 0;
}
.type_idx.custom_hontai #tmp_main #tmp_pankuzu .container,
.type_idx2.custom_hontai #tmp_main #tmp_pankuzu .container {
	padding: 0;
	width:100%;
}
#tmp_pankuzu a {
	color: #333333;
	background-color: transparent;
	margin-right: 6px;
}
#tmp_pankuzu a:focus,
#tmp_pankuzu a:hover {
	text-decoration: none;
}
/* social list
================================================== */
#tmp_wrap_social {
	text-align: center;
}
.format_top.custom_corona #tmp_wrap_social {
	margin-bottom: 40px;
}
#tmp_social_plugins {
	display: inline-block;
}
#tmp_social_plugins .social_list {
	list-style: none;
	margin: 0;
}
#tmp_social_plugins .social_media_btn,
#tmp_social_plugins .social_list li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 5px;
	line-height: 1;
}
#tmp_social_plugins .social_media_btn:last-child,
#tmp_social_plugins .social_list li:last-child {
	margin-right: 0;
}
#tmp_social_plugins .social_list li a {
	display: inline-block;
}
#tmp_social_plugins .social_list img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
#tmp_social_plugins .social_list img:focus,
#tmp_social_plugins .social_list img:hover {
	opacity: 0.7;
}
/* print
================================================== */
#tmp_print {
	display: inline-block;
}
#tmp_print a {
	text-decoration: none;
}
#print_mode_link {
	padding: 0 8px 0 26px;
	background: #e6fdf6 url(/shared/templates/free/images/icon/print_btn.png) no-repeat 5px center;
	color: #333333;
	font-size: 77.7%;
	border: 1px solid #a4d2c0;
}
/* ==================================================
 gmap
================================================== */
#tmp_gmap_link {
	width:540px;
	margin:50px auto 60px;
	clear:both;
}
#tmp_contents .box_gmap {
	margin:50px 40px 60px;
	clear:both;
	text-align:center;
}
#tmp_contents #tmp_gmap_img {
	font-weight:bold;
	text-align:center;
	margin:0 0 20px;
}
#tmp_gmap_img a {
	padding:7px 20px;
	text-decoration:none;
	border:2px solid #4a9a7b;
	color:#333333;
	display:block;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	box-shadow: 0 0 5px rgba(11, 2, 5, 0.2);
	-moz-box-shadow: 0 0 5px rgba(11, 2, 5, 0.2);
	-webkit-box-shadow: 0 0 5px rgba(11, 2, 5, 0.2);
	background: #ffffff url(/shared/images/icon/gmap_icon_arrow.png) no-repeat right bottom;
}
#tmp_gmap_img a:hover {
	background-color:#c9efe3;
}
#tmp_gmap_img span {
	display:inline-block;
	background:url(/shared/images/icon/gmap_icon.png) no-repeat left center;
	padding:12px 0 12px 65px;
}
/* ==================================================
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;
}
.fsize_small .rnavi_category .category_ttl a {
	background-position: 9px 22px;
	letter-spacing: 0;
}
.fsize_small .rnavi_category .category_cnt a {
	background-position: 6px 16px;
}
.fsize_small .btn_more a:after{
	top: 13px;
}
.fsize_small #tmp_article_recomment .box_article_cnt a{
	background-position: 9px 20px;
}
.fsize_small.custom_kids .rnavi_category_kids .category_ttl a {
	background-position: 11px 19px;
}
.fsize_small.custom_kids .rnavi_category_kids .category_cnt a {
	background-position: 10px 19px;
}

/* big
================================================== */

.fsize_big {
	font-size: 125% !important;
}


/* biggest(doubled)
================================================== */

.fsize_big2 {
	font-size: 175% !important;
}
.fsize_big2 .btn_more a {
	padding: 5px 15px 3px 85px;
}
.fsize_big2 .btn_more a:after{
	top: 23px;
}
.fsize_big2 #tmp_article_recomment .box_article_cnt a{
	background-position: 9px 29px;
}
.fsize_big2 .pickup_rnavi .pickup_rnavi_ttl span:before,
.fsize_big2 .pickup_rnavi .pickup_rnavi_ttl span:after{
	top: 12px;
}
.fsize_big2 .pickup_rnavi .pickup_rnavi_ttl span:before{
	left: -36px;
}
.fsize_big2 .pickup_rnavi .pickup_rnavi_ttl span:after{
	right: -36px;
}

/* ==================================================
used_bg_img
================================================== */
.used_bg_img a,
.used_bg_img span {
	display:block;
}
.used_bg_img span {
	position:relative;
	z-index:-1;
	overflow:hidden;
}

/* ==================================================
MyKuWanna
================================================== */
.format_top.custom_sougo #WagamachiPortalBanner {
	position: fixed !important;
	bottom: 50px !important;
	left: 10px !important;
	display: inline-block;
	width: 150px !important;
	height: 144px !important;
	z-index: 999 !important;
	margin-left: 0 !important;
}
@media only screen and (max-width: 750px) {
	.format_top.custom_sougo #WagamachiPortalBanner {
		bottom: 2vw !important;
		left: 2vw !important;
		width: 22vw !important;
		height: 22vw !important;
	}
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
.container:after,
#tmp_header:after,
#tmp_hnavi:after,
.gnavi:after,
.gnavi ul: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_wrap_social: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_wrap:after,
.footer_cnt:after,
.footer_link ul:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.box_faq:after,
.box_faq_bnr:after,
.box_faq_cnt:after {
	content: "";	/* Do not edit */
	display: table;	/* Do not edit */
	clear: both;	/* Do not edit */
}
