@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */
body,
input,
select,
textarea {
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}
body #tmp_contents p em {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:105%;
}
body .cms8341-dataTable,
.cms8341-dataTable input,
.cms8341-dataTable select,
.cms8341-dataTable textarea {
	font-family:'メイリオ',Meiryo,sans-serif;
}
a:link {
	color:#0071bc;
}
body {
	font-size:87.5%;
}
/* Styles
================================================== */
/* text */
.txt_red {
    color:#C3000F; /* Setting by CMS sheets */
}
.txt_green {
    color:#1a7146; /* 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_pink,
th.bg_pink {
    color:inherit;
    background-color: #ffdfdf; /* Setting by CMS sheets */
}
td.bg_light_blue,
th.bg_light_blue {
    color:inherit;
    background-color: #d0eff9; /* Setting by CMS sheets */
}
td.bg_gray,
th.bg_gray {
    color:inherit;
    background-color: #eeeeee; /* Setting by CMS sheets */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ==================================================
Base-Layout
================================================== */
/* wrap
============================== */
#tmp_wrap_gnavi,
#tmp_footer,
#tmp_fnavi1,
#tmp_fnavi2 {
	min-width:1240px;
	clear:both;
}
#tmp_wrapper2,
#tmp_header,
#tmp_gnavi {
	width:1240px;
	margin:0 auto;
}
#tmp_wrap_readspeaker {
    width: 1240px;
    margin: 0 auto;
}
/* main
============================== */
#tmp_wrap_main {
	clear:both;
}
#tmp_main {
	width:100%;
	clear:both;
}
/* contents
============================== */
#tmp_contents {
	width:100%;
	padding:0 0 10px;
}
/* column
============================== */
.format_free .wrap_col_rgt_navi {
	float:right;
	width:250px;
}
.format_free .column_rnavi .wrap_col_main {
	width:100%;
	float:left;
	margin-right:-290px;
}
.format_free .column_rnavi .col_main {
	margin-right:290px;
	padding:0 0 100px;
}
/* header
================================================== */
#tmp_header {
	padding:9px 0 6px;
}
#tmp_hlogo {
	float:left;
	padding-left:18px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display:block;
	width:470px;
	height:96px;
	background: url(/shared/site_police_rn/images/header/hlogo.gif) no-repeat left top;
}
#tmp_hlogo a {
	display:block;
	width:470px;
	height:96px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display:block;
	width:470px;
	height:96px;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
#tmp_means {
	width:730px;
	float:right;
}
#tmp_hnavi_s,
#tmp_sma_menu,
#tmp_means .how_btn {
	display:none;
}
/* primary
============================== */
#tmp_means_primary {
	margin:15px 0;
	float:right;
}
/* hnavi */
#tmp_hnavi {
	list-style:none;
}
#tmp_hnavi li {
	margin:0 0 0 20px;
	float:left;
}
#tmp_hnavi li a {
	padding:0 0 0 10px;
	color:#222222;
	background: url(/shared/site_police_rn/images/icon/hnavi_icon.png) no-repeat 0 0.2em;
	text-decoration:none;
}
#tmp_hnavi li a:hover {
	text-decoration:underline;
}
/* secondary
============================== */
#tmp_means_secondary {
	float:right;
	clear:both;
}
/* search */
#tmp_search dt {
	margin:0 10px 0 0;
	padding:4px 0 0 20px;
	float:left;
	background:url(/shared/site_police_rn/images/icon/sch_icon.png) no-repeat left 4px;
}
#tmp_search dd {
	float:left;
}
#tmp_search dd p {
	float:left;
}
#tmp_query {
	width:234px;
	padding:0 5px;
	min-height:28px;
	border:1px solid #0071bc;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#tmp_func_sch_btn {
	min-width:54px;
	border:1px solid #0071bc;
	background:#0071bc;
	color:#ffffff;
	padding:1px;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
}
/* gnavi
================================================== */
#tmp_wrap_gnavi {
	background-color:#0071bc;
	color:#ffffff;
	clear:both;
}
#tmp_gnavi ul {
	list-style:none;
}
#tmp_gnavi li {
	width:248px;
	float:left;
	text-align:center;
	font-weight:bold;
	font-size:128.6%;
}
#tmp_gnavi a {
	display:block;
	padding:14px 10px;
	background-color:#0071bc;
	color:#ffffff;
	text-decoration:none;
	border-right:1px solid #ffffff;
}
#tmp_gnavi li:first-child a {
	border-left:1px solid #ffffff;
}
#tmp_gnavi .active a {
	background-color:#0071bc;
	background-image:url(/shared/site_police_rn/images/navi/gnavi/gnavi_line.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
}
#tmp_gnavi a:hover,
#tmp_gnavi .dd_active a {
	background-color:#2e3192 !important;
	background-image:none !important;
}
/* dropdown menu */
#tmp_gnavi .drop_down_hidden {
    width: 100%;
    padding: 40px 0 70px;
    color: #ffffff;
    background-color:#2e3192;
    position:absolute;
    left: 0;
	right:0;
	margin:auto;
    top: auto;
    display: none;
    z-index: 9999;
    box-sizing: border-box;
}
.drop_down_hidden ul {
	width:1240px;
	margin:0 auto;
	text-align:left;
}
#tmp_gnavi .drop_down_hidden li {
	width:234px;
	margin:0 35px 20px;
    display:inline-block;
	vertical-align:top;
	border-bottom:1px dashed #ffffff;
	font-size:100%;
}
#tmp_gnavi .drop_down_hidden li a {
    text-align: left;
    font-weight: normal;
    padding:0 0 15px 30px;
    background:url(/shared/site_police_rn/images/icon/gnavi_dropdown_icon.png) no-repeat 10px 3px !important;
    width: auto;
    height: auto;
	color:#ffffff;
	border:none;
}
#tmp_gnavi .drop_down_hidden li a:hover {
	text-decoration:underline;
}
/* pankuzu
============================== */
#tmp_pankuzu {
	font-size:114.3%;
	padding:30px 0 5px;
	clear:both;
}
#tmp_sma_pankuzu {
	display:none;
}
/* lnavi
============================== */
#tmp_lnavi {
	border:1px solid #0071bc;
	margin:0 0 30px;
	clear:both;
}
#tmp_lnavi_ttl {
	font-size:130%;
	font-weight:bold;
	padding:15px 17px 13px 22px;
	border-bottom:1px solid #0071bc;
	font-weight:bold;
	color:#2e3192;
	background-color:#eaf5fd;
}
#tmp_lnavi_ttl a {
	display:block;
	color:#2e3192;
	background: url(/shared/site_police_rn/images/icon/rnavi_icon.png) no-repeat right center;
	text-decoration:none;
}
#tmp_lnavi_ttl a:hover {
	text-decoration:underline;
}
#tmp_lnavi_cnt ul {
	list-style:none;
}
#tmp_lnavi_cnt li {
	line-height:1.2;
	font-size:114.3%;
	padding:14px 10px 13px 30px;
	border-top:1px dotted #0071bc;
	background: url(/shared/site_police_rn/images/icon/lnavi_icon.png) no-repeat 10px 18px;
}
#tmp_lnavi_cnt li:first-child {
	border-top:none;
}
#tmp_lnavi_cnt li a {
	color:#2e3192;
}
#tmp_lnavi_cnt .switch_menu .noicon_list {
	padding-left:0;
	background:none;
}
#tmp_lnavi_cnt .switch_menu .noicon_list a.switch {
	margin-right:5px;
}
#tmp_lnavi_cnt .switch_menu .noicon_list a.switch img {
	vertical-align:middle;
}
#tmp_lnavi_cnt .switch_cnt {
	padding:0 0 0 10px;
}
#tmp_lnavi_cnt .switch_cnt li {
	margin-top:10px;
	margin-bottom:0;
	padding-bottom:0;
	border:none;
}
/* cnavi
============================== */
#tmp_cnavi {
	margin:0 0 30px;
	clear:both;
}
#tmp_cnavi_ttl {
	text-align:center;
	background:url(/shared/site_police_rn/images/navi/cnavi/cnavi_ttl_bg.gif) repeat-x left center;
	margin:0 0 15px;
}
#tmp_cnavi_ttl p {
	display:inline-block;
	padding:0 10px;
	background-color:#ffffff;
	color:#d6420d;
	font-size:130%;
	font-weight:bold;
}
#tmp_cnavi_cnt ul {
	list-style:none;
}
#tmp_cnavi_cnt ul li {
	margin:0 0 10px;
	font-size:121.4%;
}
#tmp_cnavi_cnt ul li a {
	display:block;
	text-decoration:none;
	padding:32px 15px 32px 100px;
	border:1px solid #f15a24;
	color:#222222;
	background-color:#ffe5d8;
	background-repeat:no-repeat;
	background-position:20px center;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#tmp_cnavi_cnt ul .cnavi_driver a {
	background-image:url(/shared/site_police_rn/images/navi/cnavi/driver_bg.png);
}
#tmp_cnavi_cnt ul .cnavi_lost a {
	background-image:url(/shared/site_police_rn/images/navi/cnavi/lost_bg.png);
}
#tmp_cnavi_cnt ul .cnavi_mountain a {
	background-image:url(/shared/site_police_rn/images/navi/cnavi/mountain_bg.png);
}
#tmp_cnavi_cnt ul li a:hover {
    opacity: 0.7;
}
#tmp_cnavi_cnt ul li span {
	display:block;
	background:url(/shared/site_police_rn/images/icon/cnavi_icon.png) no-repeat right center;
	padding-right:20px;
}
/* rnavi_btn
============================== */
.rnavi_btn {
	padding:0 0 30px;
	list-style:none;
	clear:both;
}
.rnavi_btn li {
	margin:0 0 7px;
	font-size:121.4%;
	font-weight:bold;
}
.rnavi_btn li a {
	display:table;
	width:100%;
	text-decoration:none;
	border:2px solid #75b3dc;
	padding:8px 10px 8px 80px;
	color:#2e3192;
	background-color:#eaf5fd;
	background-repeat:no-repeat;
	background-position:3px bottom;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.rnavi_btn li a:hover {
    opacity: 0.7;
}
.rnavi_btn .rnavi_news24 a {
	background-image:url(/shared/site_police_rn/images/navi/rnavi/rnavi_news24.png);
}
.rnavi_btn .rnavi_saiyo a {
	background-image:url(/shared/site_police_rn/images/navi/rnavi/rnavi_saiyo.png);
}
.rnavi_btn .rnavi_access a {
	background-image:url(/shared/site_police_rn/images/navi/rnavi/rnavi_access.png);
}
.rnavi_btn li span {
	display:table-cell;
	vertical-align:middle;
	width:100%;
	height:70px;
	padding-right:10px;
	background:url(/shared/site_police_rn/images/icon/rnavi_icon.png) no-repeat right center;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
/* top用 */
.format_top .rnavi_btn {
	padding:0;
}
.format_top .rnavi_btn li {
	margin:0 0 3px;
	font-size:185.7%;
}
.format_top .rnavi_btn li a {
	border:1px solid #ffffff;
	padding:17px 10px 16px;
}
.format_top .rnavi_btn li a:hover {
    opacity: 0.9;
}
.format_top .rnavi_btn .rnavi_news24 a {
	background-image:url(/shared/site_police_rn/images/navi/rnavi/rnavi_top_news24.png);
	background-position:295px bottom;
	padding-right:150px;
}
.format_top .rnavi_btn .rnavi_saiyo a {
	background-image:url(/shared/site_police_rn/images/navi/rnavi/rnavi_top_saiyo.png);
	background-position:30px bottom;
	padding-left:180px;
	padding-right:55px;
}
.format_top .rnavi_btn .rnavi_access a {
	background-image:url(/shared/site_police_rn/images/navi/rnavi/rnavi_top_access.png);
	background-position:276px bottom;
	padding-right:160px;
}
.format_top .rnavi_btn li span {
	text-align:center;
	width:260px;
	height:100px;
	background-image:url(/shared/site_police_rn/images/icon/rnavi_icon2.png);
}
/* pnavi
============================== */
.pnavi {
	position:absolute;
	right:0;
	bottom:200px;
	clear:both;
}
.pnavi .ptop {
	margin-bottom:0 !important;
}
.pnavi .ptop a {
	background:url(/shared/site_police_rn/images/footer/ptop.gif) no-repeat left top;
	width:60px;
	height:160px;
	display:block;
}
.pnavi .ptop a span {
	width:60px;
	height:160px;
	display:block;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
.ptop {
	text-align:right;
	clear:both;
}
.no_javascript .pnavi .ptop a {
	display:block;
}
.used_javascript .ptop.ptop_show a {
    position: fixed;
    right: 0;
    top: auto;
    bottom: 85px;
    left: auto;
    z-index: 999;
	overflow:hidden;
    text-indent: 100%;
    white-space: nowrap;
}
/* footer
================================================== */
#tmp_wrap_footer {
	position:relative;
	clear:both;
}
#tmp_footer {
	padding:0 0 215px;
	background:url(/shared/site_police_rn/images/footer/footer_bg.jpg) no-repeat center bottom;
	text-align:center;
}
/* fnavi
============================== */
#tmp_fnavi1,
#tmp_fnavi2 {
	border-top:1px solid #2e3192;
}
#tmp_fnavi1 ul,
#tmp_fnavi2 ul {
	list-style:none;
	padding:30px 0 20px;
}
#tmp_fnavi1 ul li,
#tmp_fnavi2 ul li {
	display:inline-block;
	vertical-align:top;
	white-space:nowrap;
	font-size:114.3%;
}
#tmp_fnavi2 ul li {
	line-height:1;
}
#tmp_fnavi1 ul li a,
#tmp_fnavi2 ul li a {
	text-decoration:none;
	color:#2e3192;
}
#tmp_fnavi1 ul li a:hover,
#tmp_fnavi2 ul li a:hover span {
	text-decoration:underline;
}
#tmp_fnavi1 ul li a {
	background:url(/shared/site_police_rn/images/icon/navi_icon.png) no-repeat left center;
	padding:0 20px;
	display:inline-block;
}
#tmp_fnavi2 ul li span {
	border-right:1px solid #2e3192;
	padding:0 20px;
	display:table-cell;
}
#tmp_fnavi2 ul li:first-child span {
	border-left:1px solid #2e3192;
}
/* footer_ttl
============================== */
#tmp_footer_ttl {
	padding:40px 0 20px;
	clear:both;
}
/* footer_cnt
============================== */
#tmp_footer_cnt {
	padding:0 10px;
	clear:both;
}
#tmp_footer_cnt address {
	margin:0 0 5px;
	font-style:normal;
}
#tmp_footer_cnt address span {
	margin:0 1em 0 0;
}
#tmp_copyright {
	text-align:center;
	clear:both;
}
/* ==================================================
layout
================================================== */
/* ==================================================
CMS-function
================================================== */
/* social_plugins
============================== */
#tmp_custom_update #tmp_social_plugins {
	float:left;
}
#tmp_social_plugins .social_media_btn {
	margin:0 0 0 10px;
	padding:0 0 10px;
	float:left;
}
#tmp_custom_update .social_media_btn {
	margin:0 0 0 10px;
}
#tmp_social_plugins .social_media_btn a.twitter-share-button {
	padding:0 10px 0 0;
	line-height:1.2;
}
/* update
============================== */
.column_cnt #tmp_wrap_custom_update {
	padding-right: 10px;
}
#tmp_wrap_custom_update {
	padding-right:290px;
	clear:both;
}
#tmp_custom_update {
	float:right;
}
#tmp_custom_update #tmp_update {
	margin-left:10px;
	float:right;
}
#tmp_update {
	font-size:114.3%;
	margin:0 0 0.2em !important;
	text-align:right;
}
/* plugin ▼変更しない
============================== */
.plugin {
	margin:0 0 20px;
	padding:10px;
	border:1px solid #CCCCCC;
	clear:both;
}
.plugin .plugin_img {
	margin:0 10px 0 0 !important;
	float:left;
}
.plugin .plugin_img img {
	vertical-align:top;
}
.plugin p {
	margin:0 !important;
}
/* linkicon
============================== */
#tmp_main a.icon_pdf,
#tmp_main a.icon_word,
#tmp_main a.icon_excel,
#tmp_main a.icon_wmv,
#tmp_main a.icon_wav {
	display:inline-block;
	vertical-align:top;
}
a.icon_pdf,
a.icon_word,
a.icon_excel,
a.icon_wmv,
a.icon_wav {
	margin:0 3px;
	padding-left:65px;
	text-indent:0 !important;
	min-height:18px;
}
a.icon_wmv,
a.icon_wav {
	min-height:22px;
}
a.icon_pdf {
	background:url(/shared/site_police_rn/system/images/linkicon/icon_pdf.gif) no-repeat 0 0;
}
a.icon_word {
	background:url(/shared/site_police_rn/system/images/linkicon/icon_word.gif) no-repeat 0 0;
}
a.icon_excel {
	background:url(/shared/site_police_rn/system/images/linkicon/icon_excel.gif) no-repeat 0 0;
}
a.icon_wmv {
	background:url(/shared/site_police_rn/system/images/linkicon/icon_wmv.png) no-repeat 12px 0;
}
a.icon_wav {
	background:url(/shared/site_police_rn/system/images/linkicon/icon_wav.png) no-repeat 12px 0;
}

/* ==================================================
CMS-library
================================================== */
/* inquiry
============================== */
#tmp_inquiry {
	margin:0 0 44px;
	border:1px solid #2e3192;
	clear:both;
}
#tmp_inquiry_ttl {
	padding:11px 15px 10px;
	color:#ffffff;
	background-color:#2e3192;
}
#tmp_inquiry_ttl p {
	font-size:171.4%;
	line-height:1.2;
	font-weight:bold;
	margin-bottom:0 !important;
}
#tmp_inquiry_cnt {
	padding:10px 15px 25px;
}
#tmp_inquiry_cnt p {
	font-size:130%;
	margin-bottom:0 !important;
}
#tmp_inquiry_cnt .inquiry_parts {
	margin:0 0 0.8em;
}
#tmp_inquiry_cnt .inquiry_btn {
	margin:0.3em 0 0;
	text-align:center;
}
#tmp_inquiry_cnt .inquiry_btn input {
	margin:0 auto;
	border:1px solid #2e3192;
	padding:3px 40px 2px 60px;
	background:#ffffff url(/shared/site_police_rn/images/icon/arrow_icon.png) no-repeat 40px center;
	color:#2e3192;
	font-size:111%;
	font-weight:bold;
	-webkit-border-radius:1.5em;
	-moz-border-radius:1.5em;
	border-radius:1.5em;
	cursor:pointer;
}
/* feedback
============================== */
#tmp_feedback {
	margin:0 0 44px;
	border:1px solid #2e3192;
	clear:both;
}
#tmp_feedback_ttl {
	padding:11px 15px 10px;
	color:#ffffff;
	background-color:#2e3192;
}
#tmp_feedback_ttl p {
	font-size:171.4%;
	line-height:1.2;
	font-weight:bold;
	margin-bottom:0 !important;
}
#tmp_feedback_cnt {
	padding:10px 15px 25px;
}
#tmp_feedback_cnt fieldset {
	margin:0 0 0.5em 0;
	clear:both;
}
#tmp_feedback_cnt fieldset legend {
	margin:0 0 0.5em 0;
	font-weight:bold;
	clear:both;
}
#tmp_feedback_cnt fieldset p {
	display:inline;
	margin:0 1em 0 0;
	float:left;
}
#tmp_feedback_cnt .submit {
	margin:0.8em 0 0 0 !important;
	text-align:center;
	clear:both;
}
#tmp_feedback_cnt .submit input {
	margin:0 auto;
	border:1px solid #2e3192;
	padding:3px 80px 2px;
	background:#ffffff url(/shared/site_police_rn/images/icon/arrow_icon.png) no-repeat 60px center;
	color:#2e3192;
	font-size:143%;
	font-weight:bold;
	-webkit-border-radius:1.5em;
	-moz-border-radius:1.5em;
	border-radius:1.5em;
	cursor:pointer;
}
/* publicity
============================== */
#tmp_publicity {
	clear:both;
	position:relative;
}
#tmp_publicity_ttl {
	margin:0 0 20px;
}
#tmp_publicity_ttl h2 {
	font-size:130%;
	font-weight:bold;
	color:#2e3192;
	background-color:transparent;
	margin-right:30px;
	padding-left:15px;
	position:relative;
}
#tmp_publicity_ttl h2::before {
	content:"";
	position:absolute;
	top:0.4em;
	left:0;
	width:5px;
	height:16px;
	background:#2e3192;
}
#tmp_publicity_cnt ul {
	list-style-type:none;
}
#tmp_publicity_cnt ul li {
	margin:0 10px 0 0;
	float:left;
}
#tmp_publicity_cnt ul li img {
	vertical-align:top;
}
/* publicity_btn */
#tmp_publicity .publicity_btn {
	position:absolute;
	left:5em;
	top:0.2em;
}
#tmp_publicity .publicity_btn a {
	display:inline-block;
	color:#000000;
	position:relative;
	padding-right:1em;
}
/* ==================================================
CMS-parts
================================================== */
/* col2
================================================== */
/* col2_cms */
table.col2 {
	width:99%;
	border-collapse:collapse;
	border-spacing:0;
}
table.col2 td.col2L,
table.col2 td.col2R {
	width:50%;
	padding:0;
	vertical-align:top;
	text-align:left;
}
table.col2 td.col2L {
	border-right:15px solid #FFFFFF;
}
/* col2_pub */
div.col2 {
	width:100%;
}
div.col2 div.col2L {
	display:table;
	width:48.5%;
	margin-right:2%;
	float:left;
}
div.col2 div.col2R {
	display:table;
	width:48.5%;
	float:left;
}
/* nestcol2 */
table.col2 table.col2 td.col2L {
	padding:0;
}
div.col2 div.col2 div.col2L {
	width:47.5%;
	margin-right:4%;
}
div.col2 div.col2 div.col2R {
	width:47.5%;
}
/* fixed_col2 */
div.fixed_col2 {
	width:100%;
}
div.fixed_col2 div.fixed_col2L {
	display:table;
	width:48.5%;
	margin-right:2%;
	float:left;
}
div.fixed_col2 div.fixed_col2R {
	display:table;
	width:48.5%;
	float:right;
}
/* col3
================================================== */
table.col3 {
	width:99%;
	border-collapse:collapse;
	border-spacing:0;
}
table.col3 td.col3L,
table.col3 td.col3M,
table.col3 td.col3R {
	width:33.33%;
	padding:0;
	vertical-align:top;
	text-align:left;
}
table.col3 td.col3L,
table.col3 td.col3M {
	border-right:15px solid #FFFFFF;
}
div.col3 {
	width:100%;
}
div.col3 div.col3L,
div.col3 div.col3M {
	display:table;
	width:31.7%;
	margin-right:2%;
	float:left;
}
div.col3 div.col3R {
	display:table;
	width:31.7%;
	float:left;
}

/* ==================================================
accessibility
================================================== */

/* model_change
================================================== */
.wrap_mc_pc,
.wrap_mc_sp {
    display: none;
}
.disp_pc .wrap_mc_sp,
.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
    display: block;
}
.disp_pc #tmp_hnavi_s,
.disp_pc #tmp_sma_lmenu,
.disp_pc #tmp_sma_rmenu {
    display:none;
}
.mc_pc .wrap_mc_sp,
.disp_pc .wrap_mc_sp {
	font-size:250%;
	width:1240px;
	display: block;
}
.disp_pc #tmp_gnavi .drop_down_hidden,
.mc_pc #tmp_gnavi .drop_down_hidden {
	display: none !important;
}
.mc_pc #tmp_gnavi li {
	width: 20%;
}
.mc_pc #tmp_wrap_footer {
	width: 1240px;
}
.disp_pc.used_javascript .ptop.ptop_show a,
.mc_pc.used_javascript .ptop.ptop_show a {
	position: static;
	display: block !important;
	opacity: 1 !important;
}
.wrap_mc_pc,
.wrap_mc_sp {
    background: #f2f2ef;
    color: #000000;
    padding:10px;
}
.wrap_mc_pc a,
.wrap_mc_sp a {
    display: block;
    text-decoration: none;
    text-align: center;
    border: 1px solid #d2d2d2;
    background: #ffffff;
    color: #000000;
    padding: 10px 2px 8px;
}
/* ==================================================
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;
}
/* element
================================================== */
.color_blue #tmp_footer,
.color_yellow #tmp_footer,
.color_black #tmp_footer {
	border:1px solid #000000;
}
.color_blue #tmp_wrapper h3.ttl_content,
.color_yellow #tmp_wrapper h3.ttl_content,
.color_black #tmp_wrapper h3.ttl_content {
	min-height: 280px;
}
.color_blue #tmp_wrapper h3.ttl_content img,
.color_yellow #tmp_wrapper h3.ttl_content img,
.color_black #tmp_wrapper h3.ttl_content img {
	display:none;
}
/* 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;
}
.color_blue #tmp_footer_ttl p 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;
}
.color_yellow #tmp_footer_ttl p 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;
}
.color_black #tmp_footer_ttl p img {
	background-color:#ffffff !important;
}

/* hlogo */
.color_blue #tmp_hlogo,
.color_yellow #tmp_hlogo,
.color_black #tmp_hlogo,
.color_blue #tmp_hlogo h1,
.color_yellow #tmp_hlogo h1,
.color_black #tmp_hlogo h1,
.color_blue #tmp_hlogo p,
.color_yellow #tmp_hlogo p,
.color_black #tmp_hlogo p,
.color_blue #tmp_hlogo a,
.color_yellow #tmp_hlogo a,
.color_black #tmp_hlogo a {
	width:inherit !important;
	height:inherit !important;
}
.color_blue #tmp_hlogo h1 span,
.color_blue #tmp_hlogo p span,
.color_yellow #tmp_hlogo h1 span,
.color_yellow #tmp_hlogo p span,
.color_black #tmp_hlogo h1 span,
.color_black #tmp_hlogo p span {
	width:inherit !important;
	height:inherit !important;
	overflow: inherit !important;
	text-indent: inherit !important;
	white-space: inherit !important;
}
/* ==================================================
accessibility style change:font-size
================================================== */
/* small
================================================== */
.fsize_small {
	font-size:75% !important;
}
/* big
================================================== */
.fsize_big {
	font-size:125% !important;
}
/* biggest(doubled)
================================================== */
.fsize_big2 {
	font-size:175% !important;
}

/* ==================================================
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 */
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_header:after,
#tmp_hnavi:after,
#tmp_gnavi:after,
#tmp_gnavi ul:after,
#tmp_main:after,
#tmp_main_menu:after,
#tmp_main:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
#tmp_wrap_custom_update:after,
#tmp_custom_update:after,
#tmp_social_plugins:after,
.plugin:after,
.pnavi:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
#tmp_inquiry_cnt:after,
#tmp_feedback:after,
#tmp_feedback_ttl:after,
#tmp_feedback_cnt:after,
#tmp_feedback_cnt fieldset:after,
#tmp_publicity_cnt:after,
#tmp_footer:after,
.fnavi:after,
.footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.box_faq:after,
.box_faq_ttl:after,
.box_faq_cnt:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}
