@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;
}
a:link,
a:active,
a:visited {
	color: #222222;
}
a:hover {
	text-decoration: none;
}

/* Styles
================================================== */
/* text */
.txt_red {
	color: #ba1414;	/* Setting by CMS sheets */
}
.txt_green {
	color: #275f1f;	/* 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: 1280px;
    margin: 0 auto;
}
.container {
    width: 960px;
    margin: 0 auto;
}
#tmp_contents {
	padding:0 0 20px;
}
/* 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: 240px;
}
.format_free .col_rgt_navi {
    padding: 10px 6px 2px;
    color: inherit;
    background: #fcf7d3 url(/shared/site_seaside/images/icon/yellow_bg.jpg) repeat left top;
}
.format_free .column_rnavi .wrap_col_main {
    margin-right: -270px;
}

.format_free .column_rnavi .col_main {
    margin-right: 270px;
}
/* regulation
================================================== */
#tmp_wrap_regulation {
	color:#222222;
	background-color:#fbf4e7;
	border-bottom:2px solid #2a7bb8;
}
#tmp_regulation {
    width: 960px;
    margin: 0 auto;
	padding:0 0 5px;
	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_wrapper_inner {
    background: url(/shared/site_seaside/images/header/header_bg.jpg) no-repeat top center;
}
.format_top #tmp_wrapper_inner {
	background:url(/shared/templates/seaside_top/images/main/visual_main_bg.jpg) no-repeat top center;
}
#tmp_header {
    padding: 7px 0 20px;
}
.format_top #tmp_header {
    padding: 13px 0 15px;
}
#tmp_hlogo {
    float: left;
    width: 414px;
}
.format_top #tmp_hlogo {
    padding-top:5px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	background:url(/shared/site_seaside/images/header/hlogo.png) no-repeat left top;
}
#tmp_hlogo h1,
#tmp_hlogo p,
#tmp_hlogo .hlogo a {
	display:block;
    width: 414px;
	height:70px;
}
#tmp_hlogo .hlogo {
	display:block;
    width: 414px;
	height:42px;
	font-size:1.7rem;
	font-weight:bold;
}
#tmp_hlogo .hlogo_cap {
	display:block;
    width: 414px;
	height:28px;
	font-size:1rem;
	font-weight:bold;
}
#tmp_hlogo span {
    position: relative;
	z-index: -1;
	overflow:hidden;
}
#tmp_wrap_search {
    float: right;
    padding:14px 0;
}
.format_top #tmp_wrap_search{
    padding: 18px 0;
}
#tmp_sma_search{
    float: left;
    width: 300px;
    margin-right: 10px;
}
#tmp_sma_search .wrap_sch_box{
    position: relative;
    height: 100%;
}
#tmp_sma_search .wrap_sch_box:first-child{
    float: left;
    width: 238px;
}
#tmp_sma_search .wrap_sch_box:last-child{
    overflow: hidden;
}
#tmp_sma_search .wrap_sch_box input{
	display: block;
	padding: 7px 5px;
	width: 100%;
    height: 40px;
	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{
    background: #ffffff url(/shared/site_seaside/images/icon/icon_search.png) no-repeat 12px center;
    -webkit-background-size: 16px auto;
    -moz-background-size: 16px auto;
    background-size: 16px auto;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    overflow: hidden;
}
#tmp_sma_search .sch_box input{
    background-color: transparent;
    padding-left: 34px;
    -webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	overflow: hidden;
    font-size: 77.7%;
    color: #000000;
}
#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{
	color: #ffffff;
	background-color: #285fa5;
	width: 100%;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	overflow: hidden;
	cursor: pointer;
    font-size: 88.8%;
}
#tmp_sma_search .sch_btn input:hover,
#tmp_sma_search .sch_btn input:focus{
	text-decoration: underline;
}
#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: 10px 5px 8px 38px;
	color:#ffffff;
    background: #285fa5 url(/shared/site_seaside/images/icon/icon_setting.png) no-repeat 16px center;
    -webkit-background-size: 16px auto;
    -moz-background-size: 16px auto;
    background-size: 16px auto;
    min-height: 40px;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(8, 24, 53, 0.15);
    -moz-box-shadow: 0px 4px 10px 0px rgba(8, 24, 53, 0.15);
    box-shadow: 0px 4px 10px 0px rgba(8, 24, 53, 0.15);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    min-width: 118px;
    font-size: 88.8%;
    line-height: 1.3;
    text-decoration: none;
}
#tmp_wrap_search .browsing_btn.active a,
#tmp_wrap_search .browsing_btn a:hover,
#tmp_wrap_search .browsing_btn a:focus{
    text-decoration: underline;
}
#tmp_wrap_search .browsing_popup{
    position: absolute;
    display: none;
    top: 52px;
    right: 0;
    z-index: 101;
}
#tmp_means{
    position: relative;
    padding: 25px 10px 22px 18px;
    width: 820px;
    min-height: 82px;
    background-color: #fcf7d2;
    color: #222222;
}
#tmp_means:before{
    content: '';
    position: absolute;
    right: 50px;
    top: -12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 12px 9px;
    border-color: transparent transparent #fcf7d2 transparent;
}
#tmp_means .changestyle_area{
    float: left;
    width: 33%;
}
#tmp_means .browsing_buttons{
    float: left;
    width: 34%;
}
#tmp_means .changestyle_area .fontsize_ttl,
#tmp_means .changestyle_area .color_ttl{
    float: left;
    margin-right: 10px;
    padding-top: 5px;
    font-size: 88.8%;
    font-weight: bold;
}
#tmp_means .changestyle_area{
    padding-right: 8px;
}
#tmp_means .changestyle_area li{
    display: inline-block;
    list-style: none;
}
#tmp_means .changestyle_area a{
    display: inline-block;
	vertical-align: middle;
	background-color: #ffffff;
    padding: 11px 2px;
	min-width: 38px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #000000;
	line-height: 1;
	text-decoration: none;
	color: #222222;
	font-size: 77.8%;
	font-weight: bold;
	text-align: center;
}
#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[name="default"]{
    min-width: 48px;
}
#tmp_means .changestyle_area .list_color a#tmp_color_blue{
	color: #ffff00;
	background-color: #00008B;
	border-color: #ffffff;
}
#tmp_means .changestyle_area .list_color a#tmp_color_yellow{
	color: #222222;
	background-color: #ffff00;
	border-color: #ffffff;
}
#tmp_means .changestyle_area .list_color a#tmp_color_black{
	color: #ffffff;
	background-color: #000000;
	border-color: #ffffff;
}
#tmp_means .browsing_buttons_list{
    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 5px;
    background-color: #ffffff;
    width: 100%;
    border: 1px solid #c7baa7;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 88.8%;
    line-height: 1.4;
    font-weight: bold;
    color: #222222;
    text-align: center;
    text-decoration: none;
}
#tmp_means .browsing_buttons_list a:hover,
#tmp_means .browsing_buttons_list a:focus{
    text-decoration: underline;
}

/* lnavi
================================================== */
#tmp_lnavi_ttl a{
    text-decoration: none;
    display: block;
    padding: 7px 30px 16px 8px;
    font-size: 111.1%;
    font-weight: bold;
    color: #222222;
    background: transparent url(/shared/site_seaside/images/icon/arrow_blue_m.png) no-repeat right 10px top 16px;
}
#tmp_lnavi_ttl a:hover,
#tmp_lnavi_ttl a:focus{
    text-decoration: underline;
}
#tmp_lnavi_cnt ul{
    list-style: none;
}
#tmp_lnavi_cnt li{
    margin-bottom: 3px;
}
#tmp_lnavi_cnt li a{
    display: block;
    text-decoration: none;
    padding: 16px 31px 15px 10px;
    font-size: 88.9%;
    color: #222222;
    background: #ffffff url(/shared/site_seaside/images/icon/arrow_blue_s.png) no-repeat right 10px center;
    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 a:hover,
#tmp_lnavi_cnt li a:focus,
#tmp_lnavi_cnt li.active a{
    background-color: #dfeef5;
}
/* pankuzu
================================================== */
#tmp_pankuzu {
    font-size: 77.8%;
	margin-bottom: 4px;
}
#tmp_pankuzu a:focus,
#tmp_pankuzu a:hover {
	text-decoration: none;
}
/* update
================================================== */
#tmp_update {
    text-align: right;
    font-size: 77.8%;
	margin-bottom: 32px;
}
/* social
================================================== */
#tmp_sp_social {
	margin:20px 0;
	clear:both;
}
#tmp_sp_social .social_media_btn {
	float:left;
}
#tmp_sp_social .social_media_btn.line_btn {
	margin:0 30px 0 0;
}
#tmp_sp_social .social_media_btn.facebook_btn {
	margin:0 27px 0 0;
}
/* inquiry
================================================== */
#tmp_inquiry {
	padding:0 18px;
	border:1px solid #cccccc;
	margin:0 0 40px;
	clear:both;
}
#tmp_inquiry_ttl {
	padding:17px 0;
	border-bottom:1px solid #e5e5e5;
}
#tmp_inquiry_ttl p {
	margin-bottom:0 !important;
	font-weight:bold;
	font-size:122.22%;
}
#tmp_inquiry_cnt {
	padding:17px 0;
}
#tmp_inquiry_cnt p {
	margin-bottom:0 !important;
}
#tmp_inquiry_cnt .inquiry_parts {
	margin:0 0 0.8em;
}
#tmp_inquiry_cnt .inquiry_btn {
	margin:0.3em 0 0;
}
/* feedback
================================================== */
#tmp_feedback {
	border:1px solid #cccccc;
	margin:0 0 40px;
	clear:both;
}
#tmp_feedback_ttl {
	padding:10px 18px;
}
#tmp_feedback_ttl p {
	margin-bottom:0 !important;
	font-weight:bold;
	font-size:122.22%;
}
#tmp_feedback_cnt2 {
	padding:0 18px 30px;
}
#tmp_feedback_cnt2 form {
	border-top:1px solid #e5e5e5;
	padding-top:15px;
}
#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 {
	display:inline;
	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 {
	display:block;
	margin-right:0;
	border:1px solid #AAAAAA;
	float:none;
	margin-top: 0.4em;
	margin-bottom: 0.5em;
}
#tmp_feedback_cnt textarea {
	padding:10px;
	width:650px;
	color:#666666;
	border:none;
}
#tmp_feedback_cnt .submit {
	margin:10px 0 0 0 !important;
	text-align:center;
	clear:both;
}
#tmp_feedback_cnt .edit {
	display: none;
	background-color:#f2f2f2;
	color:inherit;
	padding:20px 10px;
	text-align:center;
}
#tmp_feedback_cnt .submit input,
#tmp_feedback_cnt .edit a {
	font-size:88.89%;
	color:#222222;
	background-color:#FFFFFF;
	background-image:url(/shared/site_seaside/images/icon/arr_link.png);
	background-repeat:no-repeat;
	background-position:right 20px center;
	font-weight:bold;
	border:1px solid #deedf4;
	-webkit-border-radius:2em;
	-moz-border-radius:2em;
	border-radius:2em;
	-webkit-box-shadow: 0 4px 10px rgba(8, 24, 53, 0.15);
	-moz-box-shadow: 0 4px 10px rgba(8, 24, 53, 0.15);
	box-shadow: 0 4px 10px rgba(8, 24, 53, 0.15);
}
#tmp_feedback_cnt .submit input {
	cursor:pointer;
	padding:2px 35px 1px;
	width:200px;
	min-height:60px;
}
#tmp_feedback_cnt .edit a {
	display:inline-block;
	padding:11px 35px;
	margin:0 10px;
	text-decoration:none;
}
#tmp_feedback_cnt .submit input:hover,
#tmp_feedback_cnt .edit a:hover {
	text-decoration:underline;
}
/* ptop
================================================== */
.ptop {
	text-align:right;
	clear:both;
}
/* pnavi */
#tmp_footer .pnavi {
    position: absolute;
    right: 4.8% !important;
	margin-right:auto !important;
    top: -40px;
    padding: 14px 0 10px;
    background-color: #ffffff;
    width: 80px;
    height: 80px;
    -webkit-box-shadow: 0 4px 10px 0 rgba(8, 24, 53, 0.15);
    -moz-box-shadow: 0 4px 10px 0 rgba(8, 24, 53, 0.15);
    box-shadow: 0 4px 10px 0 rgba(8, 24, 53, 0.15);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #c6e5f4;
    color: #285fa5;
    font-size: 72.2%;
    line-height: 1.2;
    font-weight: bold;
	z-index:10;
}
#tmp_footer .pnavi .ptop {
	text-align:center;
}
#tmp_footer .pnavi a {
    display: inline-block;
    vertical-align: middle;
    padding-top: 16px;
    background: url(/shared/site_seaside/images/icon/arr_backtop.png) no-repeat center top;
    -webkit-background-size: 14px auto;
    -moz-background-size: 14px auto;
    background-size: 14px auto;
    text-decoration: none;
    color: #285fa5;
    line-height: 1.3;
}
#tmp_footer .pnavi a:hover,
#tmp_footer .pnavi a:focus{
    text-decoration: underline;
}
#tmp_footer .pnavi_fixed.pnavi {
    position: fixed;
    bottom: 10px;
    top: auto;
    right: 50%;
    margin-right: -480px;
}
/* footer
================================================== */
#tmp_footer {
	margin-top:20px;
	clear:both;
	word-break: break-word;
}
#tmp_footer .footer_cnt {
    position: relative;
    padding: 35px 0 6px;
    background: url(/shared/site_seaside/images/footer/pattern_bgr.png),url(/shared/site_seaside/images/footer/bgr_pattern.jpg);
    background-repeat: no-repeat, repeat;
    -webkit-background-size: 100% auto, cover;
    -moz-background-size: 100% auto, cover;
    background-size: 100% auto, cover;
    background-position: left bottom, left top;
    color: #222222;
    text-align: center;
}
#tmp_footer .footer_cnt .container {
	position:relative;
}
#tmp_footer .footer_intro{
    margin-bottom: 6px;
    font-size: 111.1%;
    font-weight: bold;
    line-height: 1.6;
}
#tmp_footer address{
    margin-bottom: 68px;
    font-style: normal;
    font-size: 88.8%;
    line-height: 1.7;
}
#tmp_footer address span {
	margin-right:1em;
}
#tmp_footer .copyright{
    font-size: 66.6%;
    font-weight: bold;
    line-height: 1.3;
}
/* ==================================================
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;
}

.disp_pc #tmp_hnavi_s,
.disp_pc #tmp_sma_lmenu,
.disp_pc #tmp_sma_rmenu {
    display: none;
}
#tmp_switch_sp_style{
    padding: 10px 0;
	background-color: #222222;
	color: #ffffff;
    border-top: 1px solid #c7baa7;
    text-align: center;
    text-decoration: none;
	font-size:2rem;
	font-weight:bold;
}


/* ==================================================
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;
	width: auto !important;
	height: auto !important;
	overflow: visible !important;
	text-indent: 0 !important;
	white-space: normal !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_hlogo,
.color_yellow #tmp_wrapper #tmp_hlogo,
.color_black #tmp_wrapper #tmp_hlogo,
.color_blue #tmp_wrapper #tmp_hlogo h1,
.color_yellow #tmp_wrapper #tmp_hlogo h1,
.color_black #tmp_wrapper #tmp_hlogo h1,
.color_blue #tmp_wrapper #tmp_hlogo p,
.color_yellow #tmp_wrapper #tmp_hlogo p,
.color_black #tmp_wrapper #tmp_hlogo p{
	width: auto !important;
}
.color_blue #tmp_wrapper #tmp_hlogo .hlogo,
.color_yellow #tmp_wrapper #tmp_hlogo .hlogo,
.color_black #tmp_wrapper #tmp_hlogo .hlogo {
	width: auto !important;
	height: auto !important;
	font-size: 0.9rem !important;
}
.color_blue #tmp_wrapper #tmp_hlogo .hlogo_cap,
.color_yellow #tmp_wrapper #tmp_hlogo .hlogo_cap,
.color_black #tmp_wrapper #tmp_hlogo .hlogo_cap{
	width: auto !important;
	height: auto !important;
	font-size: 0.7rem !important;
}
.color_blue #tmp_wrapper .spmenu_open::before {
	    background-color: #00008B !important;
}
.color_yellow #tmp_wrapper .spmenu_open::before {
	    background-color: #ffff00 !important;
}
.color_black #tmp_wrapper .spmenu_open::before {
	    background-color: #000000 !important;
}
.color_blue #tmp_wrapper #tmp_hnavi_s li a,
.color_yellow #tmp_wrapper #tmp_hnavi_s li a,
.color_black #tmp_wrapper #tmp_hnavi_s li a {
	font-size: 0.7rem;
}
.color_blue #tmp_wrapper #tmp_means .changestyle_area a#tmp_color_default,
.color_yellow #tmp_wrapper #tmp_means .changestyle_area a#tmp_color_default,
.color_black #tmp_wrapper #tmp_means .changestyle_area a#tmp_color_default{
    color: #222222 !important;
    background-color: #ffffff !important;
    border-color: #ffff00 !important;
}
.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: #ffff00 !important;
}
.color_blue #tmp_wrapper #tmp_means .changestyle_area a#tmp_color_yellow,
.color_yellow #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: #ffff00 !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: #ffff00 !important;
}
.color_yellow #tmp_wrapper #tmp_means .changestyle_area a#tmp_color_default,
.color_yellow #tmp_wrapper #tmp_means .changestyle_area a#tmp_color_blue,
.color_yellow #tmp_wrapper #tmp_means .changestyle_area a#tmp_color_yellow,
.color_yellow #tmp_wrapper #tmp_means .changestyle_area a#tmp_color_black{
    border-color: #000000 !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_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;
}
.color_black.format_free #tmp_wrapper #tmp_header:before,
.color_yellow.format_free #tmp_wrapper #tmp_header:before,
.color_blue.format_free #tmp_wrapper #tmp_header:before{
    display: none;
}
.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;
}
.color_black #tmp_wrapper #tmp_sma_search .wrap_sch_box input,
.color_black #tmp_wrapper #tmp_wrap_search .browsing_btn a,
.color_yellow #tmp_wrapper #tmp_sma_search .wrap_sch_box input,
.color_yellow #tmp_wrapper #tmp_wrap_search .browsing_btn a,
.color_blue #tmp_wrapper #tmp_sma_search .wrap_sch_box input,
.color_blue #tmp_wrapper #tmp_wrap_search .browsing_btn a,
.color_black #tmp_wrapper #tmp_means,
.color_yellow #tmp_wrapper #tmp_means,
.color_blue #tmp_wrapper #tmp_means{
    border: 1px solid;
}
.color_black #tmp_wrapper #tmp_sma_search .sch_btn input,
.color_yellow #tmp_wrapper #tmp_sma_search .sch_btn input,
.color_blue #tmp_wrapper #tmp_sma_search .sch_btn input{
    border-left: none;
}
.color_black #tmp_wrapper #tmp_means:before,
.color_blue #tmp_wrapper #tmp_means:before{
    border-bottom-color: #FFFF00 !important;
}
.color_yellow #tmp_wrapper #tmp_means:before{
    border-bottom-color: #000000 !important;
}
.color_black #tmp_wrapper #tmp_footer .btn_twitter a,
.color_blue #tmp_wrapper #tmp_footer .btn_twitter a,
.color_yellow #tmp_wrapper #tmp_footer .btn_twitter a{
    border: 1px solid;
    text-indent: inherit;
}
.color_black #tmp_wrapper #tmp_footer .footer_cnt,
.color_blue #tmp_wrapper #tmp_footer .footer_cnt,
.color_yellow #tmp_wrapper #tmp_footer .footer_cnt{
    border-top: 1px solid;
}
/* メンビジュアルの動画の「再生・停止ボタン」 */
.color_black #tmp_wrapper .video_control a#tmp_pause_button,
.color_yellow #tmp_wrapper .video_control a#tmp_pause_button,
.color_blue #tmp_wrapper .video_control a#tmp_pause_button,
.color_black #tmp_wrapper .video_control a#tmp_play_button,
.color_yellow #tmp_wrapper .video_control a#tmp_play_button,
.color_blue #tmp_wrapper .video_control a#tmp_play_button,
.color_black #tmp_wrapper .video_control a#tmp_mute_button,
.color_yellow #tmp_wrapper .video_control a#tmp_mute_button,
.color_blue #tmp_wrapper .video_control a#tmp_mute_button,
.color_black #tmp_wrapper .video_control a#tmp_unmute_button,
.color_yellow #tmp_wrapper .video_control a#tmp_unmute_button,
.color_blue #tmp_wrapper .video_control a#tmp_unmute_button,
.color_black #tmp_wrapper .video_control_inner a span,
.color_yellow #tmp_wrapper .video_control_inner a span,
.color_blue #tmp_wrapper .video_control_inner a span {
	width: auto !important;
	height: auto !important;
	text-indent: inherit !important;
}
.color_black #tmp_wrapper .video_control ul li,
.color_yellow #tmp_wrapper .video_control ul li,
.color_blue #tmp_wrapper .video_control ul li,
.color_black #tmp_wrapper .video_control p.change_mv_btn,
.color_yellow #tmp_wrapper .video_control p.change_mv_btn,
.color_blue #tmp_wrapper .video_control p.change_mv_btn{
	box-shadow:none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
}
/* pnavi */
.color_black #tmp_wrapper #tmp_footer .pnavi,
.color_yellow #tmp_wrapper #tmp_footer .pnavi,
.color_blue #tmp_wrapper #tmp_footer .pnavi {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
/* lnavi */
.color_blue #tmp_lnavi,
.color_black #tmp_lnavi,
.color_yellow #tmp_lnavi{
	border: 1px solid !important;
}
.color_blue #tmp_lnavi_ttl,
.color_black #tmp_lnavi_ttl,
.color_yellow #tmp_lnavi_ttl,
.color_blue #tmp_lnavi_cnt li,
.color_black #tmp_lnavi_cnt li,
.color_yellow #tmp_lnavi_cnt li{
	border-bottom: 1px solid !important;
}
.color_blue #tmp_lnavi_cnt li:last-child,
.color_black #tmp_lnavi_cnt li:last-child,
.color_yellow #tmp_lnavi_cnt li:last-child{
	border-bottom: none !important;
}
.color_blue #tmp_lnavi_cnt li a:hover,
.color_black #tmp_lnavi_cnt li a:hover,
.color_yellow #tmp_lnavi_cnt li a:hover,
.color_blue #tmp_lnavi_cnt li a:focus,
.color_black #tmp_lnavi_cnt li a:focus,
.color_yellow #tmp_lnavi_cnt li a:focus{
    text-decoration: underline;
}
.color_blue #tmp_contents .box_info,
.color_black #tmp_contents .box_info,
.color_yellow #tmp_contents .box_info,
.color_blue #tmp_contents .box_link,
.color_black #tmp_contents .box_link,
.color_yellow #tmp_contents .box_link{
	border: 2px solid !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;
}
/* ==================================================
accessibility style change:font-size
================================================== */
/* small
================================================== */
.fsize_small {
    font-size: 77.78% !important;
}
.fsize_small #tmp_wrapper #tmp_wrap_search .browsing_btn a{
    padding-top: 13px;
}

/* big
================================================== */
.fsize_big {
    font-size: 133.33% !important;
}

.fsize_big #tmp_wrapper #tmp_means .changestyle_area{
    padding-right: 4px;
}
.fsize_big #tmp_wrapper #tmp_means .changestyle_area .fontsize_ttl,
.fsize_big #tmp_wrapper #tmp_means .changestyle_area .color_ttl{
    margin-right: 4px;
}
.fsize_big #tmp_wrapper #tmp_sma_search .sch_box input{
    letter-spacing: -0.09em;
}
/* biggest(doubled)
================================================== */
.fsize_big2 {
    font-size: 155.55% !important;
}

.fsize_big2 #tmp_wrapper #tmp_footer .pnavi{
    width: 100px;
    height: 100px;
}
.fsize_big2 #tmp_wrapper #tmp_sma_search .wrap_sch_box input{
    height: 52.8px;
    font-size: 0.85rem;
}
/* ==================================================
font - bold -
================================================== */
#tmp_contents table th,
#tmp_contents em,
#tmp_contents strong,
#tmp_hlogo .hlogo,
#tmp_hlogo .hlogo_cap,
#tmp_means .changestyle_area .fontsize_ttl,
#tmp_means .changestyle_area .color_ttl,
#tmp_means .changestyle_area a,
#tmp_means .browsing_buttons_list a,
#tmp_lnavi_ttl a,
#tmp_inquiry_ttl p,
#tmp_feedback_ttl p,
#tmp_feedback_cnt dt,
#tmp_feedback fieldset legend,
#tmp_feedback .txt_label,
#tmp_feedback_cnt .submit input,
#tmp_feedback_cnt .edit a,
#tmp_footer .pnavi,
#tmp_footer .footer_intro,
#tmp_footer .copyright,
#tmp_switch_sp_style,
#tmp_switch_pc_style {
	font-family:"UD Shin Go DemiBold", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/* ==================================================
clearfix
================================================== */
/* for modern browser */
.container:after,
#tmp_regulation:after,
#tmp_header:after,
#tmp_hnavi:after,
#tmp_wrap_search:after,
#tmp_means:after,
#tmp_means .changestyle_area:after,
.browsing_buttons_list:after,
.gnavi:after,
.gnavi ul:after,
#tmp_main:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
#tmp_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 {
    content: "";    /* Do not edit */
    display: table;    /* Do not edit */
    clear: both;    /* Do not edit */
}

