@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */
body,
input,
select,
textarea {
	font-family:"UD Shin Go Regular", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: 500;
}
body #tmp_contents p em {
	font-family:"UD Shin Go DemiBold", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: 500;
    font-size: 105%;
}
body {
    font-size: 112.5%;
    font-weight: 500;
	color:#222222;
	background-color:transparent;
}
a:link,
a:active,
a:visited {
	color: #175237;
}
a:hover {
	text-decoration: none;
}
/* Styles
================================================== */
/* text */
.txt_red {
	color: #b81212;	/* Setting by CMS sheets */
}
.txt_green {
	color: #175237;	/* 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: #f6dcdc;	/* Setting by CMS sheets */
}
td.bg_yellow,
th.bg_yellow {
	color: inherit;
	background-color: #fffed5;	/* Setting by CMS sheets */
}
td.bg_blue,
th.bg_blue {
	color: inherit;
	background-color: #eaf4ff;	/* Setting by CMS sheets */
}

/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ==================================================
Base-Layout
================================================== */
#tmp_wrapper {
    min-width: 980px;
    margin: 0 auto;
}
.container {
    width: 980px;
    margin: 0 auto;
    padding: 0 10px;
}
#tmp_contents {
	padding:0 0 40px;
}

/* format カラムのレイアウトのbaseロジック
================================================== */
.wrap_col_rgt_navi {
    float: right;
}
.column_rnavi .wrap_col_main {
    width: 100%;
    float: left;
}
/* free
================================================== */
.format_free .wrap_col_rgt_navi {
    width: 200px;
}
.format_free .column_rnavi .wrap_col_main {
    margin-right: -240px;
}
.format_free .column_rnavi .col_main {
    margin-right: 240px;
}

/* regulation
================================================== */
#tmp_wrap_regulation {
	color:#222222;
	background-color:#fbf4e7;
	border-bottom:2px solid #fbf4e7;
}
#tmp_regulation {
    width: 960px;
    margin: 0 auto;
	padding:0 0 3px;
	background:url(/shared/site_rn/images/regulation/regulation_bg.jpg) no-repeat right top;
}
#tmp_regulation p {
	float:right;
	width:121px;
}
#tmp_regulation p a {
	display:block;
	text-align:center;
	background:#ffffff url(/shared/site_rn/images/regulation/chiba_logo.jpg) no-repeat center top;
	border:2px solid #e4d4b3;
	border-top:none;
	-webkit-border-radius:0 0 6px 6px;
	-moz-border-radius:0 0 6px 6px;
	border-radius:0 0 6px 6px;
}
#tmp_regulation p span {
	display:block;
	height:40px;
	position:relative;
	z-index:-1;
	overflow:hidden;
}

/* header
================================================== */
#tmp_header{
    color: #FFFFFF;
    background-color: #175237;
    padding: 16px 0 15px;
	border-bottom:1px solid #175237;
}
#tmp_hlogo {
    float: left;
    width: 354px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: bold;
    color: #ffffff;
    background: #175237 url(/shared/site_identity/images/header/logo.png) no-repeat;
    -webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
#tmp_hlogo h1,
#tmp_hlogo p,
#tmp_hlogo a,
#tmp_hlogo span {
    display: block;
	width: 354px;
	height: 56px;
}
#tmp_hlogo p a {
    text-decoration: none;
    color: #ffffff;
}
#tmp_hlogo span {
	position:relative;
	z-index:-1;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	text-align:left;
}
/* search
================================================== */
#tmp_wrap_search{
    float: right;
    padding: 4px 0;
}
#tmp_sma_search{
    float: left;
    width: 324px;
    margin-right: 16px;
    border: 1px solid #222222;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
#tmp_sma_search .wrap_sch_box{
    position: relative;
    height: 100%;
}
#tmp_sma_search .wrap_sch_box:first-child{
    float: left;
    width: calc(100% - 70px);
}
#tmp_sma_search .wrap_sch_box:last-child{
    overflow: hidden;
}
#tmp_sma_search .wrap_sch_box .sch_btn input{
    width: 70px;
}
#tmp_sma_search .wrap_sch_box input{
	display: block;
	padding: 2px 5px;
	width: 100%;
    height: 32px;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#tmp_sma_search .sch_ttl{
    display: none;
}
#tmp_sma_search .sch_box{
    color: #222222;
    background: #ffffff url(/shared/site_identity/images/icon/icon_search.png) no-repeat 10px center;
    -webkit-border-radius: 7px 0 0 7px;
    -moz-border-radius: 7px 0 0 7px;
    border-radius: 7px 0 0 7px;
    overflow: hidden;
}
#tmp_sma_search .sch_box input{
    padding-left: 34px;
    -webkit-border-radius: 7px 0 0 7px;
	-moz-border-radius: 7px 0 0 7px;
	border-radius: 7px 0 0 7px;
	overflow: hidden;
    font-size: 77.78%;
    color: inherit;
    background-color: transparent;
}
#tmp_sma_search .sch_box input:placeholder{
    opacity: 1;
}
#tmp_sma_search .sch_box input:-webkit-placeholder{
    opacity: 1;
}
#tmp_sma_search .sch_box input:-moz-placeholder{
    opacity: 1;
}
#tmp_sma_search .sch_btn input{
	width: 100%;
	-webkit-border-radius: 0 7px 7px 0;
	-moz-border-radius: 0 7px 7px 0;
	border-radius: 0 7px 7px 0;
	overflow: hidden;
	cursor: pointer;
    font-size: 88.8%;
    font-weight: bold;
	color: #ffffff;
    background-color: #222222;
    border: 2px solid #222222;
    letter-spacing: 2px;
    text-indent: 2px;
    transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
}
#tmp_sma_search .sch_btn input:hover,
#tmp_sma_search .sch_btn input:focus{
	text-decoration: none;
    background-color: #175237;
    border-color: #FFFFFF;
}
#tmp_wrap_search .browsing_support{
    position: relative;
    float: right;
}
#tmp_wrap_search .browsing_btn{
    float: right;
}
#tmp_wrap_search .browsing_btn a{
    display: block;
    padding:5px 5px 2px 38px;
    min-height: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-width: 118px;
    font-size: 88.8%;
    line-height: 1.2;
    font-weight: bold;
    color: #175237;
    background: #FFFFFF url(/shared/site_identity/images/icon/icon_setting.png) no-repeat 15px center;
    border: 2px solid transparent;
    text-decoration: none;
    transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
}
#tmp_wrap_search .browsing_btn.active a,
#tmp_wrap_search .browsing_btn a:hover,
#tmp_wrap_search .browsing_btn a:focus{
    text-decoration: none;
    color: #FFFFFF;
    border-color: #FFFFFF;
    background: #175237 url(/shared/site_identity/images/icon/icon_setting_hvr.png) no-repeat 15px center;
}
#tmp_wrap_search .browsing_popup{
    position: absolute;
    display: none;
    top: 46px;
    right: 0;
    z-index: 101;
}
/* means
================================================== */
#tmp_means{
    position: relative;
    padding: 21px 10px 20px 30px;
    width: 824px;
    min-height: 87px;
    color: #ffffff;
    background-color: #175237;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#tmp_means:after,
#tmp_means:before {
	bottom: 100%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#tmp_means:after {
    right: 47px;
	border-color: rgba(23, 82, 55, 0);
	border-bottom-color: #175237;
	border-width: 8px;
	margin-left: -8px;
}
#tmp_means:before {
    right: 44px;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 11px;
	margin-left: -11px;
}
#tmp_means .means_inner{
    overflow: hidden;
}
#tmp_means .changestyle_area{
    float: left;
}
#tmp_means .setting_fontsize {
    width: 265px;
}
#tmp_means .setting_color{
    width: 248px;
}
#tmp_means .browsing_buttons{
    float: left;
}
#tmp_means .changestyle_area .fontsize_ttl,
#tmp_means .changestyle_area .color_ttl{
    float: left;
    margin-right: 8px;
    padding-top: 8px;
    font-size: 88.8%;
    font-weight: bold;
}
#tmp_means .changestyle_area{
    padding-right: 10px;
}
#tmp_means .changestyle_area li{
    margin-bottom: 4px;
    display: inline-block;
    vertical-align: top;
    list-style: none;
    margin-right: -1px;
}
#tmp_means .changestyle_area a{
    display: inline-block;
	vertical-align: middle;
	background-color: #ffffff;
    padding: 11px 2px;
	min-width: 38px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #FFFFFF;
	line-height: 1;
	text-decoration: none;
	color: #222222;
	font-size: 77.8%;
	text-align: center;
    font-weight: bold;
}
#tmp_means .changestyle_area a#tmp_fsize_big,
#tmp_means .changestyle_area a#tmp_fsize_big2,
#tmp_means .changestyle_area a#tmp_fsize_default{
    font-weight: bold;
}
#tmp_means .changestyle_area a#tmp_fsize_big,
#tmp_means .changestyle_area a#tmp_fsize_big2{
    font-size: 83.3%;
}
#tmp_means .changestyle_area .list_fontsize a#tmp_fsize_small{
    font-weight: normal;
}
#tmp_means .changestyle_area a:hover,
#tmp_means .changestyle_area a:focus{
    text-decoration: underline;
}
#tmp_means .changestyle_area .list_fontsize a,
#tmp_means .changestyle_area .list_color a#tmp_fsize_default{
    min-width: 48px;
}
#tmp_means .changestyle_area .list_color a#tmp_color_blue{
	color: #ffff00;
	background-color: #00008B;
	border-color: #ffffff;
}
#tmp_means .list_fontsize,
#tmp_means .list_color{
    padding: 2px 0 0 2px;
    overflow: hidden;
}
#tmp_means .changestyle_area .list_color a#tmp_color_default{
	color: #222222 !important;
	background-color: #ffffff !important;
	border-color: #ffffff !important;
}
#tmp_means .changestyle_area .list_color a#tmp_color_yellow{
	color: #222222 !important;
	background-color: #ffff00 !important;
	border-color: #ffffff !important;
}
#tmp_means .changestyle_area .list_color a#tmp_color_black{
	color: #ffff00 !important;
	background-color: #000000 !important;
	border-color: #ffffff !important;
}
#tmp_means .browsing_buttons{
    width: 255px;
}
#tmp_means .browsing_buttons_list{
    padding-top: 4px;
    margin: 0 -3px;
}
#tmp_means .browsing_buttons_list li{
    float: left;
    width: 50%;
    padding: 0 3px;
    list-style: none;
}
#tmp_means .browsing_buttons_list a{
    display: block;
    padding: 7px 2px 5px;
    width: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 77.8%;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border: 1px solid #ffffff;
    color: #175237;
    background-color: #ffffff;
}
#tmp_means .browsing_buttons_list a:hover,
#tmp_means .browsing_buttons_list a:focus{
    text-decoration: none;
    background-color: #d3f7f1;
}
.disp_pc #tmp_header{
    top: 90px;
}
.disp_pc.format_free #tmp_header{
    top: 0;
}
.disp_pc.format_free #tmp_header:after{
   background-position: left top;
}
.action_button{
    padding: 15px 20px 0;
    margin-bottom: 8px;
    overflow: hidden;
    border-top: 1px solid #FFFFFF;
}
.chiba_city_home,
a.chiba_city_home{
	position: relative;
	padding: 8px 10px 7px;
	display: block;
	text-align: center;
	color: #222222;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	text-decoration: none;
}
.chiba_city_home:before{
	position: relative;
	top: -1px;
	margin-right: 5px;
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	color: inherit;
	background: transparent url(/shared/\site_identity/images/icon/chiba_logo_btn.png) no-repeat;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
}
/* lnavi
================================================== */
#tmp_lnavi{
    overflow: hidden;
    border: 1px solid #175237;
    margin-bottom: 36px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
#tmp_lnavi_ttl {
    font-weight: bold;
    padding: 20px;
    color: #ffffff;
    background-color: #175237;
	border-bottom:1px solid #175237;
}
#tmp_lnavi_ttl a {
	display:block;
    text-decoration: none;
    display: block;
	margin:-20px;
    padding: 20px 10px 20px 44px;
    color: #ffffff;
    background: #175237 url(/shared/site_identity/images/icon/wht_arr_icon.png) no-repeat 14px center;
}
#tmp_lnavi_ttl a:hover,
#tmp_lnavi_ttl a:focus{
    text-decoration: underline;
}
#tmp_lnavi_cnt{
    color: #175237;
    background-color: #ffffff;
	padding:0 13px;
}
#tmp_lnavi_cnt ul {
    list-style: none;
    font-size: 88.9%;
}
#tmp_lnavi_cnt ul li {
    padding:13px;
	background:url(/shared/site_identity/images/icon/rnavi_icon.png) no-repeat left 21px;
    border-bottom: 1px solid #f7f3eb;
}
#tmp_lnavi_cnt a {
    display: block;
    text-decoration: underline;
    padding:13px 13px 13px 26px;
	margin:-13px -26px;
    transition: 0.3s ease-in-out background-color;
    -webkit-transition: 0.3s ease-in-out background-color;
    -moz-transition: 0.3s ease-in-out background-color;
}
#tmp_lnavi_cnt li.active a,
#tmp_lnavi_cnt li a:hover,
#tmp_lnavi_cnt li a:focus{
    background-color: #d3f7f1;
	background-image:url(/shared/site_identity/images/icon/rnavi_icon.png);
	background-repeat:no-repeat;
	background-position:13px 21px;
}

/* cnavi
================================================== */
#tmp_cnavi ul{
    list-style: none;
}
#tmp_cnavi ul li{
    margin-bottom: 14px;
    font-size: 88.9%;
    font-weight: bold;
    line-height: 1.2;
}
#tmp_cnavi ul li a {
    position: relative;
	display:block;
	min-height:100px;
    border: 1px solid #175237;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0 2px 0 0 #175237;
    -webkit-box-shadow: 0 2px 0 0 #175237;
    -moz-box-shadow: 0 2px 0 0 #175237;
    background-repeat: no-repeat;
	background-position:left top;
    transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
}
#tmp_cnavi li.cnavi_kasori a {
	background-image:url(/shared/site_identity/images/navi/cnavi/cnavi_img01.jpg);
}
#tmp_cnavi li.cnavi_ogahus a {
	background-image:url(/shared/site_identity/images/navi/cnavi/cnavi_img02.jpg);
}
#tmp_cnavi li.cnavi_chiba a {
	background-image:url(/shared/site_identity/images/navi/cnavi/cnavi_img03.jpg);
}
#tmp_cnavi li.cnavi_seaside a {
	background-image:url(/shared/site_identity/images/navi/cnavi/cnavi_img04.jpg);
}
#tmp_cnavi ul li span {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
    justify-content: center;
	align-items: center;
	text-align:center;
	width:80px;
	min-height:86px;
    padding:38px 5px 5px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: 13px 7px;
    border-right: 3px solid;
    border-bottom: 3px solid;
    -webkit-border-radius: 6px 0 0 0;
    -moz-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}
#tmp_cnavi li.cnavi_kasori span {
    border-right-color: #00823a;
    border-bottom-color: #00823a;
    color: #00823a;
    background-image: url(/shared/site_identity/images/navi/cnavi/cnavi_icon01.png);
}
#tmp_cnavi li.cnavi_ogahus span {
    border-right-color: #c54681;
    border-bottom-color: #c54681;
    color: #c54681;
    background-image: url(/shared/site_identity/images/navi/cnavi/cnavi_icon02.png);
}
#tmp_cnavi li.cnavi_chiba span {
    border-right-color: #8b621e;
    border-bottom-color: #8b621e;
    color: #8b621e;
    background-image: url(/shared/site_identity/images/navi/cnavi/cnavi_icon03.png);
}
#tmp_cnavi li.cnavi_seaside span {
    border-right-color: #0068b7;
    border-bottom-color: #0068b7;
    color: #0068b7;
    background-image: url(/shared/site_identity/images/navi/cnavi/cnavi_icon04.png);
}
#tmp_cnavi ul li a:hover,
#tmp_cnavi ul li a:focus {
    text-decoration: none;
	opacity:0.7;
}
/* pankuzu
================================================== */
#tmp_pankuzu {
	padding-top: 34px;
	font-size: 88.9%;
}
#tmp_pankuzu a:focus,
#tmp_pankuzu a:hover {
	text-decoration: none;
}
/* social
================================================== */
#tmp_wrap_custom_update {
	float:right;
	clear:both;
	margin:0 0 40px;
}
#tmp_wrap_social {
	float:left;
}
#tmp_sp_social .social_media_btn {
	float:left;
	margin:0 20px 0 0;
}
/* update
================================================== */
#tmp_update {
	float:right;
    text-align: right;
    font-size: 77.8%;
}

/* inquiry
================================================== */
#tmp_inquiry {
	margin:0 0 40px;
	border:1px solid #175237;
	clear:both;
}
#tmp_inquiry_ttl {
	padding: 17px 19px;
	color:inherit;
	background-color:#f7f3eb;
	font-size: 111.1%;
	font-weight: bold;
	border-bottom:1px solid #f7f3eb;
}
#tmp_inquiry_ttl p {
	margin-bottom:0;
}
#tmp_inquiry_cnt {
	padding: 21px 20px 14px;
}
#tmp_inquiry_cnt p {
	margin-bottom:0;
}
#tmp_inquiry_cnt a:focus,
#tmp_inquiry_cnt a:hover {
	text-decoration: none;
}
#tmp_inquiry_cnt .inquiry_parts {
	margin:0 0 0.8em;
}
/* feedback
================================================== */
#tmp_feedback {
	margin:0 0 40px;
	border:1px solid #175237;
	clear:both;
}
#tmp_feedback_ttl {
	padding: 17px 20px;
	color:inherit;
	background-color:#f7f3eb;
	font-size: 111.1%;
	font-weight: bold;
	border-bottom:1px solid #f7f3eb;
}
#tmp_feedback_ttl p {
	margin-bottom:0;
}
#tmp_feedback_cnt2 {
	padding: 20px 22px 21px;
}
#tmp_feedback_cnt dt {
	margin:0 0 0.5em 0;
	font-weight:bold;
	clear:both;
}
#tmp_feedback_cnt dd {
	margin:0 0 0.8em 0;
	clear:both;
}
#tmp_feedback_cnt dd p {
	margin:0 1em 0 0;
	float:left;
}
#tmp_feedback_cnt fieldset,
#tmp_feedback_cnt2 fieldset {
	margin:0 auto;
	width: auto;
	clear:both;
}
#tmp_feedback fieldset legend {
	width:100%;
	box-sizing:border-box;
	font-weight: bold;
}
#tmp_feedback fieldset p {
	float: left;
	margin:0 1em 0 0;
	text-align: center;
}
#tmp_feedback fieldset p:last-child {
	margin-right: 0;
}
#tmp_feedback fieldset p label {
	display: block;
	text-align: center;
	padding: 3px 0;
}
#tmp_feedback .txt_label {
	font-weight: bold;
}
#tmp_feedback fieldset p label,
#tmp_feedback fieldset input {
	display: inline-block;
	vertical-align: middle;
}
#tmp_feedback_cnt .txt_area {
	color: #175237;
	background-color: #f7f3eb;
	border:1px solid #f7f3eb;
	padding: 3px;
	margin:0;
}
#tmp_feedback_cnt textarea {
	padding:10px;
	width:665px;
	color:#666666;
	border:none;
}
#tmp_feedback_cnt .edit {
	display: none;
	color: #175237;
	background-color: #f7f3eb;
	border-top:1px solid #f7f3eb;
	padding: 24px 10px;
	text-align:center;
}
#tmp_feedback_cnt .submit input,
#tmp_feedback_cnt .edit a {
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 7px;
	color: #175237;
	background-color: #ffffff;
	border: 1px solid #175237;
	font-weight:bold;
}
#tmp_feedback_cnt .submit {
	text-align:center;
	margin-top:15px;
}
#tmp_feedback_cnt .submit input {
	cursor:pointer;
	padding:2px 10px;
	width:200px;
	min-height:40px;
	display:inline-block;
}
#tmp_feedback_cnt .edit a {
	display:inline-block;
	min-width:260px;
	padding:4px 20px;
	margin:0 12px;
	text-decoration:none;
}
#tmp_feedback_cnt .edit #a_edit {
	min-width:385px;
}
#tmp_feedback_cnt .submit input:hover,
#tmp_feedback_cnt .edit a:hover {
	text-decoration:underline;
}

/* ptop
================================================== */
.ptop {
	text-align:right;
	clear:both;
}
/* pnavi
================================================== */
.pnavi{
    position: absolute;
    right: 50%;
    margin-right: -480px;
    top: -18px;
    z-index: 99;
    display: none;
}
.pnavi_fixed.pnavi {
    position: fixed;
    bottom: 10px;
    top: auto;
    right: 50%;
    margin-right: -480px;
}
.pnavi,
.pnavi .ptop,
.pnavi a{
    width: 92px;
    height: 70px;
}
.pnavi .ptop {
	text-align:left;
}
.pnavi a{
    position: relative;
    padding: 26px 5px 10px;
    font-size: 77.8%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 1.2;
    display: block;
    color: #FFFFFF;
    background-color: #222222;
    border: 1px solid #ffffff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.pnavi a:before{
    position: absolute;
    top: 9px;
    left: 50%;
    margin-left: -8px;
    content: '';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #FFFFFF;
}
.pnavi a:hover,
.pnavi a:focus{
    text-decoration: none;
    color: #222222;
    border-color: #222222;
    background-color: #ffffff;
}
.pnavi a:hover:before,
.pnavi a:focus:before{
    border-bottom-color: #222222;
}
/* footer
================================================== */
/* fnavi  */
#tmp_fnavi {
	border-top:1px solid #ffffff;
	background-color:#ffffff;
	text-align:center;
	padding:22px 0 24px;
}
#tmp_fnavi ul,
#tmp_fnavi ul li,
#tmp_fnavi ul li a {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#tmp_fnavi ul {
    list-style: none;
	padding:0 20px 0 18px;
	align-items:flex-start;
}
#tmp_fnavi ul li {
    padding: 0 10px;
    line-height: 1.3;
    border-right: 1px solid #222222;
	justify-content: center;
	align-items: center;
	flex-grow:1;
}
#tmp_fnavi ul li:first-child{
    border-left: 1px solid #222222;
}
#tmp_fnavi ul li a {
    text-decoration: underline;
    font-size: 88.9%;
    color: #175237;
    background-color: #FFFFFF;
}
#tmp_fnavi ul li a:hover,
#tmp_fnavi ul li a:focus{
    text-decoration: none;
}
/* footer_cnt */
#tmp_footer .footer_cnt{
    position: relative;
    padding: 44px 0 40px;
    color: #FFFFFF;
    background-color: #175237;
	border-top:1px solid #175237;
}
#tmp_footer .footer_cnt address {
    margin: 0;
    font-style: normal;
}
#tmp_footer .footer_cnt address span{
    margin-bottom: 2px;
    display: block;
}
#tmp_footer .footer_cnt address span br{
    display: none;
}
#tmp_footer .footer_info,
#tmp_footer .footer_address{
    float: left;
    width: 50%;
}
#tmp_footer .footer_info{
    padding: 0 30px 0 48px;
}
#tmp_footer .footer_address{
    padding: 0 30px 0 32px;
}
#tmp_footer .footer_logo{
    padding-left: 48px;
    margin-bottom: 14px;
    font-size: 111.1%;
    font-weight: bold;
}
#tmp_footer .footer_panel{
    margin-bottom: 35px;
}
#tmp_footer .footer_contact,
#tmp_footer .footer_address{
    font-size: 88.9%;
}
.copyright {
    text-align: center;
    font-size: 77.8%;
}
/* ==================================================
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 #FFFFFF;
}


/* col2_pub */

div.col2 {
    width: 100%;
}

div.col2 div.col2L,
div.col2 div.col2R {
	display: table;
	width: 50%;
	float: left;
}

div.col2 div.col2L {
	padding-right: 10px;
}

div.col2 div.col2R {
	padding-left: 10px;
}


/* 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;
}
/* plugin ▼変更しない
================================================== */
.plugin {
	margin:0 0 20px;
	padding:18px;
	border:3px solid #d9d9d9;
	clear:both;
}
.plugin .plugin_img {
	margin:15px 20px 15px 0 !important;
	float:left;
}
.plugin .plugin_img img {
	vertical-align:top;
}
.plugin p {
	margin:0 !important;
	line-height: 1.8;
}

/* ==================================================
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;
}
#tmp_switch_sp_style{
    padding: 10px 0;
    border-bottom: 1px solid #c7baa7;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #222222;
	font-size:2rem;
	font-weight:bold;
}

.disp_pc #tmp_hnavi_s,
.disp_pc #tmp_sma_lmenu,
.disp_pc #tmp_sma_rmenu {
    display: none;
}
#tmp_hnavi_rmenu {
	color: #175237;
	background-color:#ffffff;
}
#tmp_sma_rmenu{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
}
/* ==================================================
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;
}
.color_black #tmp_wrapper #tmp_regulation p span,
.color_yellow #tmp_wrapper #tmp_regulation p span,
.color_blue #tmp_wrapper #tmp_regulation p span{
    text-indent: 0;
    width: auto !important;
    height: auto !important;
}
.color_black #tmp_hlogo,
.color_black #tmp_hlogo h1,
.color_black #tmp_hlogo p,
.color_black #tmp_hlogo a,
.color_black #tmp_hlogo span,
.color_yellow #tmp_hlogo,
.color_yellow #tmp_hlogo h1,
.color_yellow #tmp_hlogo p,
.color_yellow #tmp_hlogo a,
.color_yellow #tmp_hlogo span,
.color_blue #tmp_hlogo,
.color_blue #tmp_hlogo h1,
.color_blue #tmp_hlogo p,
.color_blue #tmp_hlogo a,
.color_blue #tmp_hlogo span {
    width: auto !important;
    height: auto !important;
}

.color_black #tmp_wrapper #tmp_hlogo h1 span,
.color_black #tmp_wrapper #tmp_hlogo p span,
.color_yellow #tmp_wrapper #tmp_hlogo h1 span,
.color_yellow #tmp_wrapper #tmp_hlogo p span,
.color_blue #tmp_wrapper #tmp_hlogo h1 span,
.color_blue #tmp_wrapper #tmp_hlogo p span{
    text-indent: 0;
    visibility: visible;
}

/* 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;
}
/* color共通
================================================== */
.color_blue #tmp_wrapper #tmp_means .changestyle_area a#tmp_color_blue,
.color_yellow #tmp_wrapper #tmp_means .changestyle_area a#tmp_color_blue,
.color_black #tmp_wrapper #tmp_means .changestyle_area a#tmp_color_blue{
    color: #ffff00 !important;
    background-color: #00008B !important;
    border-color: #ffffff !important;
}
.color_blue #tmp_wrapper #tmp_means .changestyle_area a#tmp_color_yellow,
.color_black #tmp_wrapper #tmp_means .changestyle_area a#tmp_color_yellow{
    color: #222222 !important;
    background-color: #ffff00 !important;
    border-color: #ffffff !important;
}
.color_yellow #tmp_wrapper #tmp_means .changestyle_area a#tmp_color_yellow{
    color: #222222 !important;
    background-color: #ffff00 !important;
    border-color: #000000 !important;
}
.color_blue #tmp_wrapper #tmp_means .changestyle_area a#tmp_color_black,
.color_yellow #tmp_wrapper #tmp_means .changestyle_area a#tmp_color_black,
.color_black #tmp_wrapper #tmp_means .changestyle_area a#tmp_color_black{
    color: #ffffff !important;
    background-color: #000000 !important;
    border-color: #ffffff !important;
}
.color_blue #tmp_wrapper #tmp_means .changestyle_area .list_color a#tmp_fsize_default,
.color_black #tmp_wrapper #tmp_means .changestyle_area .list_color a#tmp_fsize_default{
    color: #222222 !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}
.color_yellow #tmp_wrapper #tmp_means .changestyle_area .list_color a#tmp_fsize_default{
    color: #222222 !important;
    background-color: #ffffff !important;
    border-color: #000000 !important;
}
.color_blue #tmp_wrapper #tmp_hlogo h1 span,
.color_blue #tmp_wrapper #tmp_hlogo p span,
.color_black #tmp_wrapper #tmp_hlogo h1 span,
.color_black #tmp_wrapper #tmp_hlogo p span,
.color_yellow #tmp_wrapper #tmp_hlogo h1 span,
.color_yellow #tmp_wrapper #tmp_hlogo p span{
    text-indent: inherit;
    visibility: visible;
    width: auto !important;
    height: auto !important;
}
.color_blue #tmp_wrapper #tmp_means:after{
    border-bottom-color: #00008B !important;
}
.color_black #tmp_wrapper #tmp_means:after{
    border-bottom-color: #000000 !important;
}
.color_blue #tmp_wrapper #tmp_means:before,
.color_black #tmp_wrapper #tmp_means:before{
    border-bottom-color: #FFFF00 !important;
}
.color_yellow #tmp_wrapper #tmp_means:after{
    border-bottom-color: #FFFF00 !important;
}
.color_yellow #tmp_wrapper #tmp_means:before{
    border-bottom-color: #000000 !important;
}
.color_blue #tmp_lnavi_cnt li.active a {
    color: #00008B !important;
	background-color:#FFFF00 !important;
}
.color_black #tmp_lnavi_cnt li.active a {
    color: #000000 !important;
	background-color:#FFFF00 !important;
}
.color_yellow #tmp_lnavi_cnt li.active a {
    color: #ffff00 !important;
    background-color: #0000ff !important;
}
.color_blue #tmp_wrapper #tmp_pickup .slick-dots .slick-active button,
.color_blue #tmp_wrapper #tmp_pickup .slick-dots .slick-active a,
.color_blue #tmp_wrapper #tmp_pickup .slick-dots li button:hover,
.color_blue #tmp_wrapper #tmp_pickup .slick-dots li a:hover,
.color_black #tmp_wrapper #tmp_pickup .slick-dots .slick-active button,
.color_black #tmp_wrapper #tmp_pickup .slick-dots .slick-active a,
.color_black #tmp_wrapper #tmp_pickup .slick-dots li button:hover,
.color_black #tmp_wrapper #tmp_pickup .slick-dots li a:hover{
    color: #00008B !important;
    background-color: #FFFF00 !important;
    border-color: #FFFF00 !important;
}
.color_yellow #tmp_wrapper #tmp_pickup .slick-dots .slick-active button,
.color_yellow #tmp_wrapper #tmp_pickup .slick-dots .slick-active a,
.color_yellow #tmp_wrapper #tmp_pickup .slick-dots li button:hover,
.color_yellow #tmp_wrapper #tmp_pickup .slick-dots li a:hover{
    color: #ffff00 !important;
    background-color: #0000ff !important;
    border-color: #ffffff !important;
}
.color_yellow #tmp_wrapper .pnavi a:before{
    border-bottom-color:#000000 !important;
}
.color_blue #tmp_wrapper .pnavi a:hover:before,
.color_black #tmp_wrapper .pnavi a:hover:before {
    border-bottom-color:#ffffff !important;
}
.color_blue #tmp_wrapper #tmp_news,
.color_yellow #tmp_wrapper #tmp_news,
.color_black #tmp_wrapper #tmp_news,
.color_blue #tmp_wrapper #tmp_recommend_about,
.color_yellow #tmp_wrapper #tmp_recommend_about,
.color_black #tmp_wrapper #tmp_recommend_about,
.color_blue #tmp_wrapper .recommend_wrap,
.color_yellow #tmp_wrapper .recommend_wrap,
.color_black #tmp_wrapper .recommend_wrap,
.color_blue #tmp_wrapper .pickup_wrap,
.color_yellow #tmp_wrapper .pickup_wrap,
.color_black #tmp_wrapper .pickup_wrap{
		border-bottom-width:1px  !important;
		border-bottom-style: solid !important;
}
.color_blue #tmp_wrapper #tmp_related_links .btn_related_link a,
.color_yellow #tmp_wrapper #tmp_related_links .btn_related_link a,
.color_black #tmp_wrapper #tmp_related_links .btn_related_link a,
.color_blue #tmp_wrapper .btn_readmore a,
.color_yellow #tmp_wrapper .btn_readmore a,
.color_black #tmp_wrapper .btn_readmore a {
		border-width:1px  !important;
		border-style: solid !important;
}
/* ==================================================
accessibility style change:font-size
================================================== */
/* small
================================================== */
.fsize_small {
    font-size: 75% !important;
}
/* big
================================================== */

.fsize_big {
    font-size: 125% !important;
}
.fsize_big #tmp_means .changestyle_area,
.fsize_big2 #tmp_means .changestyle_area{
    padding-right: 3px;
}
.fsize_big #tmp_sma_search .sch_btn input,
.fsize_big2 #tmp_sma_search .sch_btn input{
    font-size: 1rem;
}
.fsize_big #tmp_means .changestyle_area .fontsize_ttl,
.fsize_big #tmp_means .changestyle_area .color_ttl,
.fsize_big2 #tmp_means .changestyle_area .fontsize_ttl,
.fsize_big2 #tmp_means .changestyle_area .color_ttl{
    margin-right: 5px;
}
.fsize_big #tmp_hnavi_s li a,
.fsize_big2 #tmp_hnavi_s li a{
    font-size: 0.625rem;
}
.fsize_big .pnavi a,
.fsize_big2 .pnavi a{
    font-size: 1rem;
}
/* biggest(doubled)
================================================== */

.fsize_big2 {
    font-size: 175% !important;
}
/* ==================================================
No javascript
================================================== */
.no_javascript .pnavi {
    right: 50%;
    margin-right: -480px;
	display: block;
}

/* ==================================================
font - bold -
================================================== */
#tmp_contents table th,
#tmp_contents em,
#tmp_contents strong,
#tmp_hlogo h1,
#tmp_hlogo p,
#tmp_sma_search .sch_btn input,
#tmp_wrap_search .browsing_btn a,
#tmp_means .changestyle_area .fontsize_ttl,
#tmp_means .changestyle_area .color_ttl,
#tmp_means .changestyle_area a,
#tmp_means .changestyle_area a#tmp_fsize_big,
#tmp_means .changestyle_area a#tmp_fsize_big2,
#tmp_means .changestyle_area a#tmp_fsize_default,
#tmp_means .browsing_buttons_list a,
#tmp_lnavi_ttl,
#tmp_cnavi ul li,
#tmp_inquiry_ttl,
#tmp_feedback_ttl,
#tmp_feedback_cnt dt,
#tmp_feedback fieldset legend,
#tmp_feedback .txt_label,
#tmp_feedback_cnt .submit input,
#tmp_feedback_cnt .edit a,
.pnavi a,
#tmp_footer .footer_logo,
#tmp_switch_sp_style,
#tmp_switch_pc_style {
	font-family:"UD Shin Go DemiBold", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#tmp_means .changestyle_area .list_fontsize a#tmp_fsize_small {
	font-family:"UD Shin Go Regular", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/* ==================================================
clearfix
================================================== */
/* for modern browser */
.container:after,
#tmp_regulation:after,
#tmp_header:after,
#tmp_hnavi:after,
#tmp_header .header_inner:after,
#tmp_wrap_search:after,
#tmp_means:after,
#tmp_means .changestyle_area:after,
.browsing_buttons_list: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_wrap_social:after,
#tmp_sp_social: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_feedback_cnt dd: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,
.fnavi_wrap:after,
.footer_panel:after,
#tmp_means:after {
    content: "";    /* Do not edit */
    display: table;    /* Do not edit */
    clear: both;    /* Do not edit */
}

