@charset "utf-8";
/* ==================================================
Setting by CMS sheets
================================================== */
body,
input,
select,
textarea {
	font-family:"游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight:500;
}
a:link {
	color:#0049ba;
}
body {
	font-size: 87.5%;
	color:#000000;
	background-color:#ffffff;
}
/* Styles
================================================== */
/* text */
.txt_red {
	color:#bf1111; /* Setting by CMS sheets */
}
.txt_green {
	color: #17721e; /* Setting by CMS sheets */
}
.txt_orange {
	color: #C54914; /* Setting by CMS sheets */
}
.txt_big {
	font-size:130%; /* Setting by CMS sheets */
}
.txt_small {
	font-size:86%; /* Setting by CMS sheets */
}
/* bgcolor */
td.bg_red,
th.bg_red {
	color:inherit;
	background-color: #f2f2f2; /* Setting by CMS sheets */
}
td.bg_yellow,
th.bg_yellow {
	color:inherit;
	background-color:#FBFBDF; /* Setting by CMS sheets */
}
td.bg_blue,
th.bg_blue {
	color:inherit;
	background-color: #eaf9fd; /* Setting by CMS sheets */
}
td.bg_gray,
th.bg_gray {
	color:inherit;
	background-color:#E9E9E9; /* Setting by CMS sheets */
}
td.bg_green,
th.bg_green {
	color:inherit;
	background-color: #e7fef4; /* Setting by CMS sheets */
}
td.bg_purple,
th.bg_purple {
	color:inherit;
	background-color: #e6eefa; /* Setting by CMS sheets */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ==================================================
Base-Layout
================================================== */
#tmp_wrapper {
	min-width: 1280px;
	margin:0 auto;
}
.col_main {
	padding:10px 0;
}
.type_idx .col_main {
	padding-top:30px;
}
#tmp_contents {
	margin:0 0 40px;
}
.bosai_top #tmp_contents,
.child_top #tmp_contents,
.pet_top #tmp_contents,
.recycle_top #tmp_contents,
.saiyo_top #tmp_contents,
.edospo_top #tmp_contents {
	margin:0 !important;
}
.container {
	width:1240px;
	margin:0 auto;
}
/* header
================================================== */
#tmp_header {
	padding:6px 30px;
}
#tmp_hlogo {
	float:left;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display:block;
	width:240px;
	height:42px;
}
#tmp_hlogo h1,
#tmp_hlogo p a {
	display:block;
	width:240px;
	height:42px;
	color: #000000;
	background-color:#ffffff;
	background-image:url(/shared/images/main/h_logo.png) !important;
	background-repeat:no-repeat;
	background-position:left top;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display:block;
	width:240px;
	height:42px;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
#tmp_means {
	float: right;
	text-align: right;
	width: 80%;
	padding:5px 0 4px;
}
#tmp_setting {
    margin: 0 4px 0 25px;
    display: inline-block;
    vertical-align: middle;
}
#tmp_setting p {
    font-size: 92.8%;
    margin-right: 9px;
    display: inline-block;
	vertical-align:middle;
}
#tmp_setting p:last-child {
    margin-right: 0;
}
#tmp_setting a {
    text-decoration: none;
	display:block;
    color: #555555;
	background-color:transparent;
	background-position:left center;
	background-repeat:no-repeat;
}
#tmp_setting .setting_link a {
    background-image:url(/shared/images/icon/icon_setting.png);
    padding-left: 18px;
}
#tmp_setting .setting_sound a {
    background-image:url(/shared/images/icon/icon_sound.png);
    padding-left: 20px;
}
#tmp_setting .setting_kana a {
    background-image:url(/shared/images/icon/icon_kana.png);
    padding-left: 20px;
}
#tmp_setting .setting_multilingual a {
    background-image:url(/shared/images/icon/icon_multilingual.png);
    padding-left: 20px;
}
#tmp_setting p a:hover {
    text-decoration: underline;
}
/* 総合トップ非表示対応 ここから */
/*
 #tmp_config_page {
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px;
}
*/
#tmp_config_page,
.config_top,
.config_page {
    display: none !important;
}
#tmp_alert {
	font-size:285.7%;
	font-weight:bold;
	line-height:1.2;
	color:#ffffff;
	background-color:#ed4444;
}
#tmp_alert a {
	display:block;
	padding:25px 10px;
	color:#ffffff;
	text-align:center;
	text-decoration:underline;
}
#tmp_alert a span {
	padding:10px 10px 10px 50px;
	background:url(/shared/templates/top/images/alert_icon.png) no-repeat left 0.5em;
}
#tmp_alert .alert_en {
	font-size:60%;
	text-align:center;
	padding:5px 0 0;
	display:block;
	background-image:none;
}
/* 総合トップ非表示対応 ここまで */
#tmp_config_page p {
    display: inline-block;
}
#tmp_config_page p a {
    display:block;
    border: 1px solid #cccccc;
    border-radius: 4px;
    text-decoration: none;
    position: relative;
    color: #000000;
	background-color:transparent;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}
#tmp_config_page .config_top a {
    background: url(/shared/images/icon/icon_top.png) no-repeat 12px 9px;
    padding: 4px 20px 3px 30px;
    margin-right: 9px;
}
#tmp_config_page .config_top a::after {
    content: " ";
    position: absolute;
    right: 0;
    bottom: 0;
    border-bottom: #1368d7 solid 8px;
    border-left: #ffffff solid 8px;
    width: 8px;
    height: 8px;
}
#tmp_config_page p a:hover {
    border-color: #000066;
}
#tmp_config_page .config_page a {
    background:url(/shared/images/icon/icon_home.png) no-repeat 16px 9px;
    padding: 4px 16px 3px 37px;
}
#tmp_config_page .config_page a::after {
    content: " ";
    position: absolute;
    right: 0;
    bottom: 0;
    border-bottom: #1368d7 solid 8px;
    border-left: #ffffff solid 8px;
    width: 8px;
    height: 8px;
}
/* search */
#tmp_search {
    display: inline-block;
    vertical-align: middle;
}
#tmp_gsearch {
    float: left;
}
#tmp_search ul {
    list-style: none;
}
#tmp_search .label {
    float: left;
    margin-right: 8px;
}
#tmp_search label {
    position: relative;
    display: block;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
    width: 23px;
    height: 23px;
    background: transparent url(/shared/images/icon/icon_search.png) no-repeat;
    color: #000000;
    margin-top: 4px;
    text-align: left;
}
#tmp_search .input_control {
    float: left;
    position: relative;
    width: 365px;
}
#tmp_query {
    background: #ffffff;
    color: #000000;
    border-radius: 4px;
    border: 1px solid #cccccc;
    padding: 3px 60px 3px 9px;
    width: 100%;
}
#tmp_query:focus::placeholder {
	color: transparent;
}
.search_submit {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
#tmp_search .search_submit input {
    height: 100%;
    background: #000066;
    color: #ffffff;
    border: 0;
    min-width: 55px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor:pointer;
    transition: all 0.2s ease-in-out;
}
#tmp_search .search_submit input:hover {
    background: #1368d7;
}
#tmp_search .type_search {
    float: left;
    margin: 4px 0 0 12px;
}
#tmp_search .type_search a {
	display:inline-block;
    text-decoration: none;
	background-image:url(/shared/images/icon/icon_arrow.png);
	background-repeat:no-repeat;
	background-position:left center;
    padding-left: 8px;
    color: #0049ba;
}
#tmp_search .type_search a:hover {
    text-decoration: underline;
}
@media screen and (max-width : 1700px) {
	.format_top.setting_top #tmp_means {
		width: 68%;
	}
	.format_top.setting_top #tmp_setting {
		margin-right: 0;
		margin-bottom: 8px;
		display: block;
	}
    .format_top.setting_top #tmp_hlogo {
        margin-top: 12px;
    }
}
@media screen and (max-width : 1440px) {
	#tmp_means {
		width: 68%;
	}
	#tmp_setting {
		margin-right: 0;
		margin-bottom: 8px;
		display: block;
	}
    #tmp_hlogo {
        margin-top: 12px;
    }
}
/* gnavi
================================================== */
#tmp_sma_gnavi {
	display:none;
}
.gnavi {
	clear:both;
}
.gnavi ul {
	list-style:none;
	background:#1368d7;
	color:#FFFFFF;
}
.gnavi li {
	width:12%;
	float:left;
	position: relative;
	font-size: 107%;
	font-weight: bold;
}
.gnavi li.glist5,
.gnavi li.glist6 {
	width:14%;
}
.gnavi li:before {
    content: "";
    position: absolute;
    right: 0;
    background: #5a98ea;
    color: #000000;
    top: 21px;
    bottom: 21px;
    width: 1px;
}
.glist8:before {
	display:none;
}
.gnavi a {
	display:block;
	padding: 50px 5px 8px;
	text-align:center;
	text-decoration:none;
    color: #ffffff;
	background-color:#1368d7;
	background-repeat:no-repeat;
	background-position:center 10px;
}
.glist1 a {
    background-image:url(/shared/images/icon/icon_menu1.png);
}
.glist2 a{
    background-image:url(/shared/images/icon/icon_menu2.png);
}
.glist3 a{
    background-image:url(/shared/images/icon/icon_menu3.png);
}
.glist4 a{
    background-image:url(/shared/images/icon/icon_menu4.png);
}
.glist5 a{
    background-image:url(/shared/images/icon/icon_menu5.png);
}
.glist6 a{
    background-image:url(/shared/images/icon/icon_menu6.png);
}
.glist7 a{
    background-image:url(/shared/images/icon/icon_menu7.png);
}
.glist8 a{
    background-image:url(/shared/images/icon/icon_menu8.png);
}
.gnavi .active a,
.gnavi a:hover,
.gnavi a:focus {
	text-decoration:underline;
}
/* footer
================================================== */
#tmp_footer {
	color:#ffffff;
	background-color:#1368d7;
	background-image:url(/shared/images/main/bg_footer.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	min-width:1240px;
	padding-top:114px;
}
.footer_logo {
    float: left;
    margin-right: 60px;
}
.footer_logo .logo {
	font-size:200%;
	font-weight:bold;
	line-height:1.2;
	margin:0 0 5px;
}
.footer_logo .number a {
	color:#FFFFFF;
}
.footer_logo .number a:hover,
.footer_logo .number a:focus,
.footer_logo .number a:active {
	text-decoration:none;
}
/* fnavi  */
.fnavi {
	list-style:none;
	padding: 10px 0 10px 31px;
	border-left: 1px solid #89b4eb;
}
.fnavi li {
    display: block;
}
.fnavi li a {
    color: #ffffff;
    background: #1368d7 url(/shared/images/icon/arrow_rw2.png) no-repeat center left;
    text-decoration: none;
    padding-left: 22px;
    margin-bottom: 20px;
    display: block;
}
.fnavi li:last-child a {
    margin-bottom: 0;
}
.fnavi li a:hover,
.fnavi li a:focus {
    text-decoration: underline;
}
.fnavi li:last-child {
	margin-right:0;
}
.footer_link,
.footer_cnt {
	float: left;
}
.footer_cnt {
    width: 495px;
    margin-right: 57px;
}
.footer_cnt .large {
    font-size: 114.2%;
    line-height: 1.5;
}
.footer_link {
    width: 286px;
}
.footer_cnt address {
	margin:0 0 5px;
	font-style:normal;
}
.footer_cnt address p {
	margin-bottom:0.3em;
}
.footer_cnt address .special {
    overflow: hidden;
}
.footer_cnt address .open_time {
    float: left;
}
.footer_cnt address span.txt {
	float: left;
	width: 80%;
	text-align: left;
}
.copyright {
	text-align:center;
	padding-left: 26px;
	font-size: 85.7%;
	margin-bottom: 6px;
}
/* pnavi
================================================== */
.ptop {
	text-align:right;
	clear:both;
}
#tmp_footer .pnavi {
    float: right;
    margin-top: 15px;
}
#tmp_footer .pnavi a {
    background: #1367d8 url(/shared/images/icon/icon_backtop.png) no-repeat;
    background-size: 100%;
    color: #ffffff;
    width: 102px;
    height: 102px;
    display: block;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}
/* emergency
================================================== */
#tmp_wrap_emergency {
	background-color:#ffeeee;
	color:inherit;
	min-width:1240px;
	clear:both;
}
#tmp_emergency {
	display:block;
	width:100%;
	padding:9px 0 8px;
	position: relative;
}
#tmp_emergency_ttl {
	width:9em;
	text-align:center;
	color:#de0808;
	background-color:transparent;
	font-weight:bold;
	font-size:121.4%;
	line-height:1.3;
	padding:0 15px;
	float: left;
	box-sizing: border-box;
	min-height: 100%;
	z-index:5;
	position:relative;
}
#tmp_emergency_ttl a {
	color:#de0808;
	text-decoration:none;
}
#tmp_emergency_ttl a:hover {
	text-decoration:underline;
}
#tmp_emergency_cnt {
	padding:2px 20px 1px 12em;
	position:relative;
}
#tmp_emergency_cnt::before {
	content:"";
	position:absolute;
	left:10.8em;
	top:0;
	width:2px;
	height:100%;
	border-left:2px solid #e83131;
}
#tmp_emergency_cnt ul {
	list-style:none;
}
#tmp_emergency_cnt .emergency_list li {
	margin:10px 0 0;
	background: url(/shared/images/icon/emergency_icon1.png) no-repeat left 0.2em;
	padding-left: 18px;
	min-height:15px;
}
#tmp_emergency_cnt .emergency_list_s li a,
#tmp_emergency_cnt .emergency_list li a {
	color:#de0808;
	background-color:transparent;
	text-decoration:none;
}
#tmp_emergency_cnt .emergency_list.mid li {
	font-weight:bold;
	background: url(/shared/images/icon/emergency_icon2.png) no-repeat left 0.1em;
	padding-left:28px;
	min-height:20px;
}
#tmp_emergency_cnt .emergency_list_s li a:hover,
#tmp_emergency_cnt .emergency_list li a:hover {
	text-decoration:underline;
}
/* emergency_info */
#tmp_emergency_info {
	float:right;
	width:50%;
	margin:0 0 0 10px;
	padding:9px 5px 8px;
	background-color:#ffffff;
	position: relative;
	z-index: 1;
}
#tmp_emergency_info_ttl,
#tmp_emergency_info_cnt,
#tmp_emergency_info_cnt ul li {
	display:inline-block;
	vertical-align:top;
}
#tmp_emergency_info_ttl {
	padding:0 12px 0 40px;
	color:#de0808;
	background:transparent url(/shared/templates/top/images/anshin_ttl_icon.png) no-repeat 16px center;
	font-weight:bold;
	font-size:121.4%;
	border-right:2px solid #e83131;
	line-height:1.3;
	min-height:17px;
}
#tmp_emergency_info_cnt {
	padding:1px 5px 0 15px;
}
#tmp_emergency_info_cnt ul {
	list-style:none;
}
#tmp_emergency_info_cnt ul li {
	margin:0 15px 0 0;
	background:url(/shared/images/icon/icon_arrow.png) no-repeat left center;
	padding-left:12px;
}
#tmp_emergency_info_cnt ul li a {
	text-decoration:none;
}
#tmp_emergency_info_cnt ul li a:hover {
	text-decoration:underline;
}
/* ==================================================
layout
================================================== */
/* 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: 285px;
}
.format_free .col_rgt_navi {
	padding: 0;
}
.format_free .column_rnavi .wrap_col_main {
	margin-right: -325px;
}
.format_free .column_rnavi .col_main {
	margin-right: 325px;
	padding: 0;
}
/* main
================================================== */
#tmp_wrap_main {
	max-width:1240px;
	margin:0 auto 60px;
	padding:30px 0 0;
}
.format_top #tmp_wrap_main {
	max-width:1680px;
	margin:0;
	padding:0;
}
/* ==================================================
Navi
================================================== */
.wrap_col_rgt_navi .col_rgt_navi ul {
    list-style: none;
}
/* rnavi
================================================== */
.rnavi_cnavi,
.rnavi_tnavi {
    padding-top:20px;
    margin:0 0 20px;
    position:relative;
}
.rnavi_cnavi:before,
.rnavi_tnavi::before {
    content: "";
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height: 3px;
	color:#ffffff;
	background-color:#006fc5;
	background:-webkit-gradient(linear, center top, center bottom, from(#003389), to(#006fc5));
	background:-moz-linear-gradient(center top, #003389, #006fc5);
	background:-ms-linear-gradient(top, #003389, #006fc5);
	background:linear-gradient(to bottom, #003389, #006fc5);
}
/* cnavi */
.cnavi {
	list-style:none;
}
.cnavi li {
	margin:0 0 10px;
    font-weight: bold;
    font-size: 128.6%;
}
.cnavi li a {
    display: block;
    text-decoration: none;
    min-height: 56px;
    padding: 16px 10px 15px 65px;
    border: 1px solid #cccccc;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    position: relative;
    color: #000000;
	background-color:#ffffff;
	background-repeat:no-repeat;
	background-position:23px center;
}
.cnavi .cnavi_list1 a {
    background-image:url(/shared/images/icon/icon_lamp.png);
}
.cnavi .cnavi_list2 a {
    background-image:url(/shared/images/icon/icon_message.png);
}
.cnavi .cnavi_list3 a {
    background-image:url(/shared/images/icon/icon_build_r.png);
}
.cnavi .cnavi_list4 a {
    background-image:url(/shared/images/icon/icon_calendar.png);
}
.cnavi li a::after {
    content: " ";
    position: absolute;
	right:0;
	bottom:0;
    width: 13px;
    height: 13px;
	background:url(/shared/images/icon/arrow_blue.png) no-repeat right bottom; 
}
.rnavi_tnavi .tnavi_ttl,
.rnavi_bnavi .bnavi_ttl {
	display:none;
}
/* tnavi */
.tnavi {
	list-style:none;
}
.tnavi li {
	margin:0 0 10px;
    font-weight: bold;
    font-size:128.6%;
}
.tnavi li a {
    display: block;
    text-decoration: none;
    min-height: 56px;
    padding:16px 10px 15px 65px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    color: #000000;
	background-color:#ffffff;
	background-repeat:no-repeat;
	background-position:23px center;
}
.tnavi li a:hover {
	text-decoration:underline;
}
.tnavi .tnavi_list1 a {
	background-image:url(/shared/images/icon/icon_child.png);
    border:1px solid #188f42;
}
.tnavi .tnavi_list2 a {
    background-image:url(/shared/images/icon/icon_mature.png);
    border:1px solid #e92b1c;
}
.tnavi .tnavi_list3 a {
    background-image:url(/shared/images/icon/icon_entre.png);
    border:1px solid #0068be;
}
.tnavi li a::after {
    content:"";
    position: absolute;
	right:0;
	bottom:0;
    width:13px;
    height:13px;
	background:url(/shared/images/icon/arrow_blue.png) no-repeat right bottom; 
}
.tnavi .tnavi_list1 a::after {
	background-image:url(/shared/images/icon/arrow_green.png);
}
.tnavi .tnavi_list2 a::after {
	background-image:url(/shared/images/icon/arrow_red.png);
}
/* bnavi */
.rnavi_bnavi {
    margin:0 0 20px;
}
.bnavi {
	list-style:none;
}
.bnavi .bnavi_list1 {
	float:left;
}
.bnavi .bnavi_list2 {
	float:right;
}
.bnavi li a,
.bnavi li span {
	width:137px;
	height:130px;
}
.format_top .bnavi li a,
.format_top .bnavi li span {
	width:130px;
	height:130px;
}
.bnavi .bnavi_list1 a {
	background:url(/shared/images/main/bnavi_list1.jpg) no-repeat top center;
}
.bnavi .bnavi_list2 a {
	background:url(/shared/images/main/bnavi_list2.jpg) no-repeat top center;
}

.bnavi li a {
	background-size:100% auto;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.2);
}
.format_top .bnavi .bnavi_list1 a,
.format_top .bnavi .bnavi_list2 a {
	background:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display:block;
}
.format_top .bnavi .bnavi_list1 a img,
.format_top .bnavi .bnavi_list2 a img{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.2);
	width: 100%;
	height: auto;
}
.format_top .bnavi .bnavi_list1 a .pc_display,
.format_top .bnavi .bnavi_list2 a .pc_display{
	display:block;
	visibility:visible;
}
.format_top .bnavi .bnavi_list1 a .sp_display,
.format_top .bnavi .bnavi_list2 a .sp_display{
	display:none;
	visibility:hidden;
}
/* rnavi_form */
.rnavi_form {
    color: #000000;
    background: #eaf9fd;
}
.rnavi_form .form_ttl {
    font-size:  128.6%;
    color:  #ffffff;
    background-color:  #1368d7;
    font-weight:  bold;
    width:  210px;
    text-align:  center;
    padding-top:  2px;
}
.rnavi_form .form_cnt {
    padding: 15px 10px 9px 15px;
}
.rnavi_form .form_cnt .note_id {
	position: relative;
	z-index:  0;
}
.rnavi_form .form_cnt .note_id:after {
	content: " ";
	width: 94%;
	height: 50%;
	position: absolute;
	color:  #000000;
	background-color: #c8eeab;
	left: 3px;
	bottom:  0;
	z-index: -1;
}
.rnavi_form .search_rnavi {
    padding: 0 10px 10px 15px;
    position: relative;
}
.rnavi_form .search_rnavi input {
    display: block;
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 4px;
    min-height: 36px;
    padding: 0 85px 0 10px;
	color:#333333;
	font-size:107%;
}
.rnavi_form .search_rnavi input:focus::placeholder {
	color: transparent;
}
.rnavi_form .search_rnavi button {
    position: absolute;
    right: 11px;
    top: 1px;
    bottom: 11px;
    border:  none;
    height: auto;
    font-size:  128.6%;
    min-width: 77px;
    color:  #ffffff;
    background-color: #1368d7;
    border-radius:  0 4px 4px 0;
    cursor:  pointer;
    transition: all 0.2s ease-in-out;
}
.rnavi_form .search_rnavi button:hover,
.rnavi_form .search_rnavi button:focus {
	background-color: #004ca2;
}
.rnavi_func a:hover,
.rnavi_func .rnavi_cnt a:hover,
.rnavi_cnavi a:hover,
.rnavi_tnavi a:hover {
    text-decoration: underline;
}
.rnavi_form .sch_how {
	text-align:right;
	padding:0 10px 10px 0;
}
.rnavi_form .sch_how a {
	display:inline-block;
	color:#000000;
	background:url(/shared/images/icon/arrow_r.png) no-repeat left center;
	padding:0 0 0 20px;
	text-decoration:none;
}
.rnavi_form .sch_how a:hover {
	text-decoration:underline;
}
/* rnavi_asset_btn
================================================== */
#tmp_rnavi_asset_btn {
	margin:0 0 20px;
}
#tmp_rnavi_asset_btn a {
	border:4px solid #dd0707;
	background:url(/shared/templates/recycle_top/images/rnavi_pr.png) no-repeat left top;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
#tmp_rnavi_asset_btn a,
#tmp_rnavi_asset_btn span {
	width:285px;
	height:100px;
}
#tmp_rnavi_asset_btn2 {
	margin:0 0 20px;
}
#tmp_rnavi_asset_btn2 a {
	border:4px solid #dd0707;
	background:url(/shared/templates/recycle_top/images/rnavi_pr2.png) no-repeat left top;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
#tmp_rnavi_asset_btn2 a,
#tmp_rnavi_asset_btn2 span {
	width:285px;
	height:100px;
}
/* ==================================================
CMS-library
================================================== */
/* related_link
================================================== */
.related_link {
	padding-bottom:10px;
	clear:both;
}
.related_link_ttl {
	text-align:center;
	color:#003d93;
	background-color:transparent;
	font-size:171.4%;
	font-weight:bold;
	position:relative;
	padding:15px 0 14px;
}
.related_link_ttl::before {
    content: "";
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:auto;
	width: 100%;
	height: 3px;
	color:#ffffff;
	background-color:#006fc5;
	background:-webkit-gradient(linear, center top, center bottom, from(#003389), to(#006fc5));
	background:-moz-linear-gradient(center top, #003389, #006fc5);
	background:-ms-linear-gradient(top, #003389, #006fc5);
	background:linear-gradient(to bottom, #003389, #006fc5);
}
.related_link_cnt ul li {
	margin:0 0 10px;
}
.related_link_cnt ul li img {
	max-width:100%;
	height:auto;
    -webkit-box-shadow: 0 1px 5px rgba(204, 204, 204, 0.75);
    -moz-box-shadow: 0 1px 5px rgba(204, 204, 204, 0.75);
    box-shadow: 0 1px 5px rgba(204, 204, 204, 0.75);
}
.related_link_cnt ul li img {
	vertical-align:top;
}
.related_link_cnt .more_btn {
	text-align:right;
}
.related_link_cnt .more_btn a {
	color:#0d0d0d;
	background-color:transparent;
	display:inline-block;
	position:relative;
}
.custom_shokuiku .related_link_cnt ul li img {
	box-shadow:none;
}
/* list_link */
.related_link_cnt ul li.list_link {
	margin:15px 0 25px;
}
.related_link_cnt ul li.list_link a {
	text-decoration:none;
	color:#000000;
	background:url(/shared/templates/easy_top/images/arrow_icon.png) no-repeat left 0.3em;
	padding:2px 0 0 24px;
	display:inline-block;
	min-height:14px;
}
.related_link_cnt ul li.list_link a:hover {
	text-decoration:underline;
}
/* やさしい日本語 */
.related_link .related_lang_en,
.related_link .related_lang_cn,
.related_link .related_lang_ko {
	margin:0 0 10px;
	font-weight:bold;
}
.related_link .related_lang_en a,
.related_link .related_lang_cn a,
.related_link .related_lang_ko a {
	display:block;
	text-decoration:none;
	color:#000000;
	background-color:#ffffff;
	border-width:1px;
	border-style:solid;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
    -webkit-box-shadow: 0 1px 5px rgba(204, 204, 204, 0.75);
    -moz-box-shadow: 0 1px 5px rgba(204, 204, 204, 0.75);
    box-shadow: 0 1px 5px rgba(204, 204, 204, 0.75);
	position:relative;
}
.related_link .related_lang_en a::after,
.related_link .related_lang_cn a::after,
.related_link .related_lang_ko a::after {
	content:"";
	position:absolute;
	right:0;
	bottom:0;
	width:0;
	height:0;
	border-style: solid;
	border-width: 0 0 12px 12px;
}
.related_link .related_lang_en span,
.related_link .related_lang_cn span,
.related_link .related_lang_ko span {
	display:block;
}
.related_link .related_lang_en a:hover span,
.related_link .related_lang_cn a:hover span,
.related_link .related_lang_ko a:hover span {
	text-decoration:underline;
}
.related_link .related_lang_en span img,
.related_link .related_lang_cn span img,
.related_link .related_lang_ko span img {
	display:inline-block;
	vertical-align:middle;
}
.related_link .related_lang_en span.ttl,
.related_link .related_lang_cn span.ttl,
.related_link .related_lang_ko span.ttl {
	text-align:center;
	padding:6px 5px;
	border-top-width:1px;
	border-top-style:solid;
	-webkit-border-radius:0 0 6px 6px;
	-moz-border-radius:0 0 6px 6px;
	border-radius:0 0 6px 6px;
}
.related_link .related_lang_en span.cnt,
.related_link .related_lang_cn span.cnt,
.related_link .related_lang_ko span.cnt {
	padding:9px 15px;
}
@media screen and (max-width : 457px) {
	#wagayanobosai img {
		width: 45%;
	}
}
/* en */
.related_link .related_lang_en a {
	border-color:#00a3ec;
}
.related_link .related_lang_en a::after {
	border-color: transparent transparent #00a3ec transparent;
}
.related_link .related_lang_en span.ttl {
	background-color:#65c2ec;
	border-top-color:#00a3ec;
}
/* cn */
.related_link .related_lang_cn a {
	border-color:#feac00;
}
.related_link .related_lang_cn a::after {
	border-color: transparent transparent #feac00 transparent;
}
.related_link .related_lang_cn span.ttl {
	background-color:#fece6a;
	border-top-color:#feac00;
}
/* ko */
.related_link .related_lang_ko a {
	border-color:#6ba000;
}
.related_link .related_lang_ko a::after {
	border-color: transparent transparent #6ba000 transparent;
}
.related_link .related_lang_ko span.ttl {
	background-color:#b5e84e;
	border-top-color:#6ba000;
}
/* list_link */
.custom_easy .related_link_cnt ul li a {
	text-decoration:none;
	color:#000000;
	display:inline-block;
	text-align:left;
}
.custom_easy .related_link_cnt ul li a:hover {
	text-decoration:underline;
}
.custom_easy .related_link_cnt ul li a span.list_link {
	margin:15px 0 25px;
	background:url(/shared/templates/easy_top/images/arrow_icon.png) no-repeat left 0.3em;
	padding:2px 0 0 24px;
	display:block;
	min-height:14px;
}
/* publicity
================================================== */
#tmp_wrap_publicity {
	width:1240px;
	margin:0 auto 50px;
	clear:both;
}
#tmp_publicity {
	display:table;
	width:100%;
	margin:0 0 10px;
}
#tmp_publicity_ttl {
	display:table-cell;
	vertical-align:middle;
	width:230px;
	border:1px solid #1368d7;
	background-color:#1368d7;
	color:#ffffff;
	font-weight:bold;
	font-size:142.8%;
	padding-left:0;
	position:relative;
}
#tmp_publicity_ttl::before {
	content:"";
	position:relative;
	left:-1px;
	margin-right:5px;
	width:34px;
	height:2px;
	border-bottom:2px solid #ffffff;
	vertical-align:middle;
	display:inline-block;
}
#tmp_publicity_ttl p {
	vertical-align:middle;
	display:inline-block;
}
#tmp_publicity_cnt {
	display:table-cell;
	vertical-align:top;
}
#tmp_publicity_cnt ul {
	list-style:none;
	margin:-12px 0 0 8px;
}
#tmp_publicity_cnt ul li {
	float:left;
	margin:12px 0 0 17px;
}
#tmp_publicity_cnt ul li img {
	vertical-align:top;
}
#tmp_wrap_publicity .more_btn {
	clear:both;
	float:right;
}
#tmp_wrap_publicity .more_btn a {
	display:inline-block;
	text-decoration:none;
	color:#000000;
	background:url(/shared/images/icon/arrow_r.png) no-repeat left 0.4em;
	padding:1px 0 0 22px;
	min-height:16px;
}
#tmp_wrap_publicity .more_btn a:hover {
	text-decoration:underline;
}
/* ==================================================
CMS-parts
================================================== */
/* col2
================================================== */
/* col2_cms */
table.col2 {
	width:100%;
	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: 34px solid #FFFFFF;
}
table.col2 td.col2R {
	border-left: 34px solid #FFFFFF;
}
/* col2_pub */
div.col2 {
	clear:both;
}
div.col2 div.col2L {
	display: block;
	width: 50%;
	padding-right: 17px;
	float:left;
}
div.col2 div.col2R {
	display:table;
	width: 50%;
	float:left;
	padding-left: 17px;
}
/* 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: 100%;
	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: 38px solid #FFFFFF;
}
div.col3 div.col3L,
div.col3 div.col3M {
	display:table;
	width: 33.33%;
	padding-right: 19px;
	float:left;
}
div.col3 div.col3R {
	display:table;
	width:33.33%;
	float:left;
	padding-left: 19px;
}
div.col3 div.col3M{
	padding-left: 19px;
}
.txt_letter {
	letter-spacing:normal !important;
}
/* ==================================================
custom update
================================================== */
#tmp_wrap_custom_update {
	margin:-25px 0 30px;
	clear:both;
}
#tmp_custom_update {
	float:right;
}
#tmp_wrap_custom_update #tmp_update {
	float: right;
	margin-left:10px;
}
#tmp_social_plugins,
#tmp_social_plugins .social_media_btn {
	float: left;
	margin-left:10px;
}
#tmp_social_plugins .social_media_btn.facebook_btn > div >span {
	vertical-align:middle !important;
}
#tmp_social_plugins .social_media_btn.twitter_btn {
	padding-top:2px;
}
/* ==================================================
pankuzu
================================================== */
#tmp_pankuzu {
	padding: 5px 0;
}
#tmp_pankuzu a {
	text-decoration: none;
}
#tmp_pankuzu a:hover,
#tmp_pankuzu a:focus,
#tmp_pankuzu a:active{ 
	text-decoration: underline;
}
/* index用 */
#tmp_idx_cate {
	background: #326cc3 url(/shared/images/pankuzu_bg.jpg) center center repeat;
	color: #ffffff;
}
.type_idx #tmp_idx_cate {
	margin:0 0 30px;
}
#tmp_idx_cate #tmp_pankuzu {
	background-image:none;
	background-color:transparent;
}
#tmp_idx_ttl {
	padding:25px 0;
	text-align:center;
}
#tmp_idx_ttl h1,
#tmp_idx_ttl p {
	font-size:342.8%;
	line-height:1.3;
	font-weight:bold;
}
@media all and (-ms-high-contrast: none) {
	#tmp_idx_ttl {
		padding:32px 0 18px;
	}
	#tmp_query {
		padding-top:6px;
	}
	#tmp_setting a,
	#tmp_search .type_search a,
	#tmp_search .search_submit input,
	.fnavi li a {
		padding-top:4px;
	}
	#tmp_config_page .config_top a {
		padding-top:6px;
		padding-bottom:1px;
	}
}
/* ==================================================
accessibility
================================================== */

/* model_change
================================================== */
.wrap_mc_pc,
.wrap_mc_sp {
	display: none;
}
.disp_pc .wrap_mc_sp,
.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
	display: block;
}
.disp_pc #tmp_hnavi_s,
.disp_pc #tmp_sma_lmenu,
.disp_pc #tmp_sma_rmenu {
	display:none;
} 
.wrap_mc_pc a,
.wrap_mc_sp a {
    display: block;
    font-weight: bold;
    width: 100%;
    color: #ffffff;
    background-color: #000014;
} 
.wrap_mc_pc a {
	background-size:20px auto;
    padding:7px 10px;
    font-size:92.8%;
}
.wrap_mc_sp a {
	text-align:center;
	padding:20px 10px;
    font-size:400%;
	text-decoration:none;
}
.wrap_mc_pc span {
	display:inline-block;
	padding:2px 0 1px 20px;
	background:url(/shared/images/sp/pc_icon.png) no-repeat left center;
	background-size:15px auto;
}
/* ==================================================
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;
}
/* before / after */
.color_blue #tmp_config_page .config_top a::after,
.color_yellow #tmp_config_page .config_top a::after,
.color_black #tmp_config_page .config_top a::after,
.color_blue #tmp_wrapper .cnavi li a::after,
.color_yellow #tmp_wrapper .cnavi li a::after,
.color_black #tmp_wrapper .cnavi li a::after,
.color_blue #tmp_wrapper .tnavi .tnavi_list1 a::after,
.color_yellow #tmp_wrapper .tnavi .tnavi_list1 a::after,
.color_black #tmp_wrapper .tnavi .tnavi_list1 a::after,
.color_blue #tmp_wrapper .tnavi .tnavi_list2 a::after,
.color_yellow #tmp_wrapper .tnavi .tnavi_list2 a::after,
.color_black #tmp_wrapper .tnavi .tnavi_list2 a::after,
.color_blue #tmp_wrapper .tnavi .tnavi_list3 a::after,
.color_yellow #tmp_wrapper .tnavi .tnavi_list3 a::after,
.color_black #tmp_wrapper .tnavi .tnavi_list3 a::after,
.color_blue #tmp_contents h2::before,
.color_yellow #tmp_contents h2::before,
.color_black #tmp_contents h2::before,
.color_blue #tmp_contents h3::before,
.color_yellow #tmp_contents h3::before,
.color_black #tmp_contents h3::before,
.color_blue #tmp_contents h4::before,
.color_yellow #tmp_contents h4::before,
.color_black #tmp_contents h4::before,
.color_blue #tmp_greeting .greeting_menu li a::after,
.color_yellow #tmp_greeting .greeting_menu li a::after,
.color_black #tmp_greeting .greeting_menu li a::after,
.color_blue #tmp_greeting_profile a::after,
.color_yellow #tmp_greeting_profile a::after,
.color_black #tmp_greeting_profile a::after,
.color_blue #tmp_contents #tmp_greeting_topics .box_topics_ttl h3::after,
.color_yellow #tmp_contents #tmp_greeting_topics .box_topics_ttl h3::after,
.color_black #tmp_contents #tmp_greeting_topics .box_topics_ttl h3::after,
.color_blue #tmp_contents #tmp_meeting_topics .box_topics_ttl h3::after,
.color_yellow #tmp_contents #tmp_meeting_topics .box_topics_ttl h3::after,
.color_black #tmp_contents #tmp_meeting_topics .box_topics_ttl h3::after {
	content:none !important;
}
/* hlogo */
.color_blue #tmp_hlogo h1,
.color_blue #tmp_hlogo p a,
.color_blue #tmp_hlogo h1 span,
.color_blue #tmp_hlogo p span,
.color_yellow #tmp_hlogo h1,
.color_yellow #tmp_hlogo p a,
.color_yellow #tmp_hlogo h1 span,
.color_yellow #tmp_hlogo p span,
.color_black #tmp_hlogo h1,
.color_black #tmp_hlogo p a,
.color_black #tmp_hlogo h1 span,
.color_black #tmp_hlogo p span {
	width:auto !important;
	height:auto !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;
	width: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;
}
.color_blue #tmp_tokyo2020_ttl h1,
.color_blue #tmp_tokyo2020_ttl h1 span,
.color_blue #tmp_countdown_olympic,
.color_blue #tmp_countdown_paralympic,
.color_yellow #tmp_tokyo2020_ttl h1,
.color_yellow #tmp_tokyo2020_ttl h1 span,
.color_yellow #tmp_countdown_olympic,
.color_yellow #tmp_countdown_paralympic,
.color_black #tmp_tokyo2020_ttl h1,
.color_black #tmp_tokyo2020_ttl h1 span,
.color_black #tmp_countdown_olympic,
.color_black #tmp_countdown_paralympic {
	width:auto !important;
	height:auto !important;
	position:static !important;
}
/* TOP
========================= */
.color_blue #tmp_emergency,
.color_yellow #tmp_emergency,
.color_black #tmp_emergency {
	display:table;
	clear:both;
}
.color_blue #tmp_emergency_ttl,
.color_blue #tmp_emergency_cnt,
.color_yellow #tmp_emergency_ttl,
.color_yellow #tmp_emergency_cnt,
.color_black #tmp_emergency_ttl,
.color_black #tmp_emergency_cnt {
	float:none;
	vertical-align:top;
	padding:10px;
}
.color_blue #tmp_emergency_cnt::before,
.color_yellow #tmp_emergency_cnt::before,
.color_black #tmp_emergency_cnt::before {
	content:none;
}
/* countdown */
.color_blue #tmp_countdown .countdown_ttl,
.color_yellow #tmp_countdown .countdown_ttl,
.color_black #tmp_countdown .countdown_ttl {
	height:auto !important;
	z-index:1 !important;
	overflow:inherit !important;
	font-size:143% !important;
}
.color_blue #tmp_countdown .countdown_num,
.color_yellow #tmp_countdown .countdown_num,
.color_black #tmp_countdown .countdown_num {
	display:none !important;
}
.color_blue #tmp_footer .pnavi a,
.color_yellow #tmp_footer .pnavi a,
.color_black #tmp_footer .pnavi a {
	overflow: inherit !important;
	text-indent: inherit !important;
	width:inherit !important;
	height:inherit !important;
}
.color_blue #tmp_oshirase_slide .gallery_cntrol,
.color_yellow #tmp_oshirase_slide .gallery_cntrol,
.color_black #tmp_oshirase_slide .gallery_cntrol {
	position:static !important;
	float:right !important;
}
.color_blue #tmp_oshirase_slide .list_order,
.color_yellow #tmp_oshirase_slide .list_order,
.color_black #tmp_oshirase_slide .list_order {
	position:static !important;
	float:left !important;
}
/* tokyo2020 */
.color_blue.tokyo2020_top #tmp_topics_ttl,
.color_yellow.tokyo2020_top #tmp_topics_ttl,
.color_black.tokyo2020_top #tmp_topics_ttl {
	padding:0 !important;
}
.color_blue.tokyo2020_top #tmp_topics_ttl h2,
.color_yellow.tokyo2020_top #tmp_topics_ttl h2,
.color_black.tokyo2020_top #tmp_topics_ttl h2 {
	display:block !important;
}
/* recycle_top */
.color_blue.recycle_top .wrap_dust_ttl,
.color_blue.recycle_top .wrap_convey_ttl,
.color_yellow.recycle_top .wrap_dust_ttl,
.color_yellow.recycle_top .wrap_convey_ttl,
.color_black.recycle_top .wrap_dust_ttl,
.color_black.recycle_top .wrap_convey_ttl,
.color_blue.pet_top #tmp_case_ttl,
.color_yellow.pet_top #tmp_case_ttl,
.color_black.pet_top #tmp_case_ttl {
	text-align:left !important;
}
.color_blue.recycle_top .dust_ttl,
.color_blue.recycle_top .convey_ttl,
.color_blue.recycle_top .dust_ttl h2,
.color_blue.recycle_top .convey_ttl h2,
.color_yellow.recycle_top .dust_ttl,
.color_yellow.recycle_top .convey_ttl,
.color_yellow.recycle_top .dust_ttl h2,
.color_yellow.recycle_top .convey_ttl h2,
.color_black.recycle_top .dust_ttl,
.color_black.recycle_top .convey_ttl,
.color_black.recycle_top .dust_ttl h2,
.color_black.recycle_top .convey_ttl h2,
.color_blue.pet_top #tmp_case_ttl h2,
.color_yellow.pet_top #tmp_case_ttl h2,
.color_black.pet_top #tmp_case_ttl h2 {
	display:block !important;
}
.color_blue.recycle_top #tmp_wrapper .dust_ttl h2 img,
.color_blue.recycle_top #tmp_wrapper .convey_ttl h2 img,
.color_yellow.recycle_top #tmp_wrapper .dust_ttl h2 img,
.color_yellow.recycle_top #tmp_wrapper .convey_ttl h2 img,
.color_black.recycle_top #tmp_wrapper .dust_ttl h2 img,
.color_black.recycle_top #tmp_wrapper .convey_ttl h2 img {
	background-color:#ffffff !important;
}
/* pet_top */
.color_blue.pet_top #tmp_info_ttl h2::before,
.color_yellow.pet_top #tmp_info_ttl h2::before,
.color_black.pet_top #tmp_info_ttl h2::before,
.color_blue.pet_top #tmp_case_ttl h2::after,
.color_yellow.pet_top #tmp_case_ttl h2::after,
.color_black.pet_top #tmp_case_ttl h2::after {
	content:none !important;
}
.color_blue.pet_top .box_special,
.color_yellow.pet_top .box_special,
.color_black.pet_top .box_special {
	padding-left:0 !important;
}
/* メンビジュアル*/
.color_blue #tmp_wrapper #tmp_youtube_slide .slick-next span, 
.color_blue #tmp_wrapper #tmp_youtube_slide .slick-prev span,
.color_blue #tmp_wrapper #tmp_wrap_leading .slick-prev span,
.color_blue #tmp_wrapper #tmp_wrap_leading .slick-next span,
.color_yellow #tmp_wrapper #tmp_youtube_slide .slick-next span, 
.color_yellow #tmp_wrapper #tmp_youtube_slide .slick-prev span,
.color_yellow #tmp_wrapper #tmp_wrap_leading .slick-prev span,
.color_yellow #tmp_wrapper #tmp_wrap_leading .slick-next span,
.color_black #tmp_wrapper #tmp_youtube_slide .slick-next span, 
.color_black #tmp_wrapper #tmp_youtube_slide .slick-prev span,
.color_black #tmp_wrapper #tmp_wrap_leading .slick-prev span,
.color_black #tmp_wrapper #tmp_wrap_leading .slick-next span {
	text-indent: unset !important;
	text-indent: 0 !important;
}
.color_blue #tmp_wrapper #tmp_youtube_slide .slick_slides .box_move_ttl a{
	border:1px solid #FFFF00;
}
.color_yellow #tmp_wrapper #tmp_youtube_slide .slick_slides .box_move_ttl a{
	border:1px solid #000000;
}
.color_black #tmp_wrapper #tmp_youtube_slide .slick_slides .box_move_ttl a{
	border:1px solid #FFFF00;
}
/* 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;
	background-color:transparent !important;
	border-color:yellow !important;
	list-style-image:none !important;
}
.color_blue #tmp_wrap_main #tmp_gmap_box a {
	color:#7777CC !important;
}
/* idx_ttl */
.color_blue #tmp_contents #tmp_idx_ttl h1::before,
.color_blue #tmp_contents #tmp_idx_ttl h1::after,
.color_blue .dust_ttl::before,
.color_blue .dust_ttl::after,
.color_blue .convey_ttl::before,
.color_blue .convey_ttl::after {
	content:none !important;
}
.color_blue #tmp_contents #tmp_idx_ttl h1 img,
.color_blue .dust_ttl h2 img,
.color_blue .convey_ttl h2 img {
	background-color:#ffffff !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;
	background-color:transparent !important;
	border-color:black !important;
	list-style-image:none !important;
}
.color_yellow #tmp_wrap_main #tmp_gmap_box a {
	color:#7777CC !important;
}
/* idx_ttl */
.color_yellow #tmp_contents #tmp_idx_ttl h1::before,
.color_yellow #tmp_contents #tmp_idx_ttl h1::after,
.color_yellow .dust_ttl::before,
.color_yellow .dust_ttl::after,
.color_yellow .convey_ttl::before,
.color_yellow .convey_ttl::after {
	content:none !important;
}
.color_yellow #tmp_contents #tmp_idx_ttl h1 img,
.color_yellow .dust_ttl h2 img,
.color_yellow .convey_ttl h2 img {
	background-color:#ffffff !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 * {
	background-color:transparent !important;
	color:#000000 !important;
	border-color:yellow !important;
	list-style-image:none !important;
}
.color_black #tmp_wrap_main #tmp_gmap_box a {
	color:#7777CC !important;
}
/* idx_ttl */
.color_black #tmp_contents #tmp_idx_ttl h1::before,
.color_black #tmp_contents #tmp_idx_ttl h1::after,
.color_black .dust_ttl::before,
.color_black .dust_ttl::after,
.color_black .convey_ttl::before,
.color_black .convey_ttl::after {
	content:none !important;
}
.color_black #tmp_contents #tmp_idx_ttl h1 img,
.color_black .dust_ttl h2 img,
.color_black .convey_ttl h2 img {
	background-color:#ffffff !important;
}

/* ==================================================
accessibility style change:font-size
================================================== */
/* small
================================================== */
.fsize_small {
	font-size:75% !important;
}
/* big
================================================== */
.fsize_big {
	font-size:125% !important;
}
/* hnavi_s */
.fsize_big #tmp_hnavi_s .nav_text {
	font-size:64% !important;
}
/* biggest(doubled)
================================================== */
.fsize_big2 {
	font-size:175% !important;
}
.fsize_big2 #tmp_countdown .countdown_num p {
	font-size: 210%;
}
.fsize_big2 #tmp_oshirase_slide .list_order {
    bottom: -27px;
}
/* hnavi_s */
.fsize_big2 #tmp_hnavi_s .nav_text {
	font-size:45% !important;
}
/* ==================================================
used_bg_img
================================================== */
.used_bg_img a,
.used_bg_img span {
	display:block; /* Do not edit */
}
.used_bg_img span {
	position:relative; /* Do not edit */
	z-index:-1; /* Do not edit */
	overflow:hidden; /* Do not edit */
}
/* ==================================================
mapbox
================================================== */
.no_javascript #tmp_mapbox {
	display:none;
}
#tmp_mapbox {
	margin:0 0 20px;
}
/* ==================================================
box_seeing
================================================== */
.box_seeing {
	margin:0 0 20px;
	clear:both;
}
.box_seeing_ttl {
	padding: 8px 25px;
	color: #003d93;
	font-weight:bold;
	background-color: #f2f2f2;
	border-bottom: 1px solid #cccccc;
	font-size: 142.8%;
	border-top: 1px solid #003d93;
}
.box_seeing_ttl p {
	margin-bottom:0;
}
.box_seeing_cnt {
	padding: 25px 28px 12px;
	border-bottom: 1px solid #003d93;
}
.box_seeing ul {
	margin-bottom:0.8em;
	margin-left:24px;
	list-style-image:url(/shared/images/icon/list_icon.png); /* Do not edit */
}
.box_seeing ol {
	margin-bottom:0.8em;
	margin-left:24px;
}
.box_seeing ul li,
.box_seeing ol li {
	margin:0 0 0.5em; /* Do not edit */
	line-height: 1.8;
}
.box_seeing ul ul,
.box_seeing ul ol,
.box_seeing ol ul,
.box_seeing ol ol {
	margin:0.3em 0 0 24px;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#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,
.rnavi_bnavi:after,
.bnavi:after,
.tnavi: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,
#tmp_contents:after,
.plugin:after,
.pnavi:after,
#tmp_wrap_publicity:after,
#tmp_publicity:after,
#tmp_publicity_cnt:after,
#tmp_footer:after,
.fnavi:after,
.footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.rnavi_tnavi:after,
#tmp_wrap_emergency2:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}
@media print {
  body {
    background: #FFFFFF !important;
  }
  #tmp_wrapper {
    width: 100% !important;
	min-width: 100% !important;
  }
  #tmp_header {
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
    color: #000000 !important;
    background: #FFFFFF !important;
    border-bottom: 1px solid #000000 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #tmp_footer {
	min-width: 100% !important;
    margin-top: 10px !important;
    padding-top: 10px !important;
    color: #000000 !important;
    background: #FFFFFF !important;
    border-top: 1px solid #000000 !important;
  }
  .container {
	min-width: 100% !important;
  }
  #tmp_wrap_main {
    width: 100% !important;
  }
  .gnavi,
  #tmp_pankuzu,
  .footer_logo .number,
  #tmp_wrap_custom_update,
  .pnavi,
  #tmp_footer:before,
  #tmp_footer .fnavi,
  #tmp_means {
    display: none !important;
  }
  .container,
  .footer_link {
    width: 100% !important;
  }
  .footer_cnt {
    width: 80% !important;
    margin-right: 0 !important;
  }
  .footer_logo .logo a {
    width:auto;
    height:auto;
    text-indent: inherit;
	background-image:none;
	background-color:#ffffff;
    color: #000000;
	text-decoration:none;
	font-weight:bold;
	font-size:143%;
  }
  .copyright {
    padding-left: 0 !important;
  }
}


