@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%;
}
a:link,
a:active,
a:visited {
	color: #0351a1;
}
a:hover {
	text-decoration: none;
}
body {
    font-size: 112.5%;	/* 18px */
	color:#111111;
	background-color:transparent;
}

/* 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: 1080px;
	margin: 0 auto;
	overflow:hidden;
}
.container {
	width: 960px;
	margin: 0 auto;
}
#tmp_wrapper > noscript p {
  text-align: center;
}
#tmp_wrapper2 {
	color: inherit;
	background: #fde8ed url(/shared/templates/oogahasu_top/images/bg_mv.png) center top no-repeat;
}
@media screen and (min-width : 1920px) {
#tmp_wrapper2 {
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
}
}
/* format カラムのレイアウトのbaseロジック
============================== */
.wrap_col_rgt_navi {
	float: right;	/* 変更しない */
}
.column_rnavi .wrap_col_main {
	width: 100%;	/* 変更しない */
	float: left;	/* 変更しない */
}
.col_main {
	padding: 60px 0 67px;	/* デザインによって変更 */
}

/* free
============================== */
.format_free .wrap_col_rgt_navi {
	width: 256px;	/* デザインによって変更 */
	margin-top: -20px;
}
.format_free .column_rnavi .wrap_col_main {
	margin-right: -293px;	/* デザインによって変更 */
}
.format_free .column_rnavi .col_main {
	margin-right: 293px;
	/* デザインによって変更 */
}
/* header
================================================== */
#tmp_header {
	position: relative;
	z-index: 23;
	padding-bottom:30px;
}
#tmp_header .container {
    position: relative;
	padding-right:10px;
}
/* hlogo */
#tmp_hlogo {
	float:left;
	position: relative;
	margin-top:-45px;
}
#tmp_hlogo p {
	font-size:1.2rem;
	font-weight:bold;
    background: url(/shared/site_oogahasu/images/header/logo.jpg) no-repeat left top;
}
#tmp_hlogo p,
#tmp_hlogo a,
#tmp_hlogo p span {
	display: block;
	width: 276px;
    height: 110px;
}
#tmp_hlogo a {
	text-decoration: none;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
    position: relative;
    z-index: -1;
    overflow: hidden;
}
.format_top #tmp_hlogo {
	margin-top:0;
	position:absolute;
	left:0;
	top:135px;
}
#tmp_hlogo h1 {
	background: url(/shared/site_oogahasu/images/header/logo_top.png) no-repeat left top;
}
#tmp_hlogo h1,
#tmp_hlogo h1 span {
	display: block;
    width: 360px;
	height: 320px;
}
#tmp_hlogo h1 span {
	overflow:hidden;
	text-indent:-9999px;
	white-space:nowrap;
	text-align:left;
}
/* search_setting */
#tmp_search_setting {
	float:right;
	position: relative;
	z-index: 2;
	padding: 13px 0;
}
.browsing_assistance,
#tmp_search {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    letter-spacing: normal;
}
#tmp_search label {
    position: absolute;
    width: 26px;
    height: 25px;
    left: 5px;
    top: 50%;
	margin-top:-12px;
    background: transparent url(/shared/site_oogahasu/images/icon/icon_search.png) no-repeat center center;
    text-indent: -9999px;
	cursor: pointer;
	text-align: left;
}
#tmp_search .query_submit,
#tmp_search #tmp_wrap_query {
    display: inline-block;
    vertical-align: middle;
}
#tmp_search #tmp_query {
    width: 245px;
    min-height: 32px;
    border: 2px solid #999999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0 5px 0 32px;
    font-size: 77.78%;
}
#tmp_search #tmp_func_sch_btn {
	font-size:88.89%;
    display: block;
    min-width: 70px;
    min-height: 30px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: none;
    background-color: #4c830a;
    color: #ffffff;
    border: 2px solid #4c830a;
    font-weight: bold;
    margin-left: 3px;
	cursor: pointer;
	transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
}
#tmp_search #tmp_func_sch_btn:hover,
#tmp_search #tmp_func_sch_btn:focus{
	color: #4c830a;
	background-color: #ffffff;
}
.browsing_assistance .assistance_btn a {
    display: block;
	font-size:88.89%;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    padding: 3px 15px 2px 35px;
    background: #4c830a url(/shared/site_oogahasu/images/icon/setting_wht_icon.png) no-repeat 13px center;
	background-size: 16px auto;
	-webkit-background-size: 16px auto;
    color: #FFFFFF;
    border: 2px solid #4c830a;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	margin-left: 17px;
	transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
}
.browsing_assistance .assistance_btn a:focus,
.browsing_assistance .assistance_btn a:hover {
	background: #ffffff url(/shared/site_oogahasu/images/icon/setting_icon.png) no-repeat 13px center;
    color: #4c830a;
	background-size: 16px auto;
	-webkit-background-size: 16px auto;
}
.popup_setting {
    display: none;
    position: absolute;
    top: 52px;
    right: -5px;
    width: 804px;
    border: 2px solid #4c830a;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 99;
    background-color: #fde470;
}
.popup_setting:before {
    content: "";
    position: absolute;
    right: 52px;
    top: -17px;
    width: 20px;
    height: 17px;
    background: transparent url(/shared/site_oogahasu/images/icon/popup_arow.png) no-repeat;
    background-size: 100% auto;
}
#tmp_means {
	padding: 30px 12px 23px 18px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#tmp_means .setting_phonetic,
#tmp_means .setting_color,
#tmp_means .setting_fontsize {
    float: left;
}
#tmp_means .setting_color,
#tmp_means .setting_fontsize {
    margin-right: 18px;
    margin-bottom: 8px;
}
#tmp_means .setting_fontsize .fontsize_ttl,
#tmp_means .setting_color .color_ttl {
	display: inline-block;
	font-weight: bold;
	font-size:88.89%;
}
#tmp_means .setting_color .list_color,
#tmp_means .setting_fontsize .list_fontsize {
    list-style: none;
    display: inline-block;
}
#tmp_means .setting_phonetic .list_phonetic li,
#tmp_means .setting_color .list_color li,
#tmp_means .setting_fontsize .list_fontsize li {
    display: inline-block;
}
#tmp_means .setting_color .list_color li a,
#tmp_means .setting_fontsize .list_fontsize li a,
#tmp_means .setting_phonetic .list_phonetic li a {
	display: block;
	min-width: 38px;
    text-decoration: none;
	padding: 9px 8px 6px 8px;
    font-weight: bold;
	font-size:77.78%;
	text-align: center;
    color: #000000;
    background-color: #ffffff;
    border: 2px solid #715001;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
#tmp_means .setting_color .list_color li a:hover,
#tmp_means .setting_color .list_color li a:focus,
#tmp_means .setting_fontsize .list_fontsize li a:hover,
#tmp_means .setting_fontsize .list_fontsize li a:focus,
#tmp_means .setting_phonetic .list_phonetic li a:hover,
#tmp_means .setting_phonetic .list_phonetic li a:focus{
	text-decoration: underline;
}
#tmp_means .setting_phonetic .list_phonetic li a{
    padding: 9px 18px 6px;
}
#tmp_means .setting_color .list_color li #tmp_darkblue {
    color: #ffff00 !important;
	background-color: #0000ff !important;
	border-color: #ffffff;
}
#tmp_means .setting_color .list_color li #tmp_yellow {
    color: #000000 !important;
	background-color: #ffff00 !important;
	border-color: #ffffff;
}
#tmp_means .setting_color .list_color li #tmp_black {
    color: #ffffff !important;
	background-color: #000000 !important;
	border-color: #ffffff;
}
/* navigation
================================================== */
#tmp_navigation {
	padding:0 0 5px;
}
/* pankuzu */
#tmp_pankuzu {
    background-color: transparent;
    color: #222222;
    font-size: 77.78%;
}
#tmp_pankuzu a {
    background-color: transparent;
    color: #222222;
}
/* update */
#tmp_update {
    text-align: right;
    font-size: 77.78%;
    background-color: transparent;
    color: #222222;
}
/* page_title
================================================== */
#tmp_page_title {
    color: #584200;
    background: #fedfe5 url(/shared/templates/oogahasu_free/images/h1_bg.jpg) no-repeat top center;
    padding: 50px 0 43px;
}
#tmp_page_title h1 {
    font-size: 177.78%;
	clear:both; /* Do not edit */
}
@media screen and (min-width : 1600px) {
#tmp_page_title {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}
}
/* rnavi
================================================== */
#tmp_lnavi {
	border: 2px solid #4c830a;
	margin-bottom: 28px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#tmp_lnavi #tmp_lnavi_ttl a {
	display: block;
	font-size: 111.1%;
	font-weight: bold;
	text-decoration: none;
	background: #4c830a url(/shared/templates/oogahasu_free/images/wht_arow.png) 18px 23px no-repeat;
	color: #ffffff;
    padding: 15px 23px 17px 36px;
	line-height: 1.3;
	-webkit-background-size: 8px 10px;
	-moz-background-size: 8px 10px;
	background-size: 8px 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#tmp_lnavi #tmp_lnavi_ttl a:hover,
#tmp_lnavi #tmp_lnavi_ttl a:focus {
	text-decoration: underline;
}
#tmp_lnavi #tmp_lnavi_cnt ul {
	list-style: none;
}
#tmp_lnavi #tmp_lnavi_cnt li {
	border-bottom: 1px solid #d9d7d7;
}
#tmp_lnavi #tmp_lnavi_cnt li:last-child {
	border-bottom: none;
}
#tmp_lnavi #tmp_lnavi_cnt li a {
    display: block;
    text-decoration: none;
    background: #ffffff url(/shared/templates/oogahasu_free/images/green_arow.png) 18px center no-repeat;
    color: #222222;
    padding: 12px 12px 13px 35px;
    line-height: 1.6;
    -webkit-background-size: 8px 10px;
    -moz-background-size: 8px 10px;
    background-size: 8px 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#tmp_lnavi #tmp_lnavi_cnt li.active a,
#tmp_lnavi #tmp_lnavi_cnt li a:hover,
#tmp_lnavi #tmp_lnavi_cnt li a:focus {
	background-color: #effcde;
	text-decoration: underline;
}
/* regulation
================================================== */
#tmp_regulation {
	color:#222222;
	background-color:#fbf4e7;
	border-bottom:2px solid #4c830a;
}
#tmp_regulation .container {
	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;
}
/* ptop
================================================== */
.ptop {
	text-align:right;
	clear:both;
}
/* pnavi
================================================== */
.pnavi {
    position: absolute;
    right: 50%;
    margin-right: -479px;
    top: 8px;
    z-index: 100;
}
.pnavi_fixed.pnavi {
    position: fixed;
    bottom: 10px;
    top: auto;
}
#tmp_footer .ptop,
#tmp_footer .ptop a,
#tmp_footer .ptop span,
#tmp_footer .ptop a::after {
	display:block;
	width:182px;
	height:132px;
}
#tmp_footer .ptop {
    position: relative;
	text-align:left;
}
#tmp_footer .ptop a {
	background:url(/shared/site_oogahasu/images/footer/pagetop.png) no-repeat 0 0;
	font-size:88.89%;
    font-weight: bold;
}
#tmp_footer .ptop a::after {
	content:'';
	position:absolute;
	top:0;
	left:0;
	background:url(/shared/site_oogahasu/images/footer/pagetop_on.png) no-repeat 0 0;
	opacity:0;
	transition-duration: .3s;
}
#tmp_footer .ptop a:focus::after,
#tmp_footer .ptop a:hover::after {
	opacity:1;
	cursor:pointer;
}
#tmp_footer .ptop span {
	overflow:hidden;
	text-indent:-9999px;
	white-space:nowrap;
	text-align:left;
}
/* SNS
================================================== */
#tmp_sp_social {
    margin:0 190px 30px 0;
}
/* footer
================================================== */
#tmp_footer {
	position: relative;
	z-index: 20;
	padding-top:92px;
    background: url(/shared/site_oogahasu/images/footer/footer_bg.png) no-repeat top center;
}
.format_top #tmp_footer {
	background-image:url(/shared/site_oogahasu/images/footer/footer_top_bg.png);
}
@media screen and (min-width : 1600px) {
#tmp_footer {
    background-size: 100% 80px;
    -webkit-background-size: 100% 80px;
    -moz-background-size: 100% 80px;
}
}
#tmp_footer .container {
	position: relative;
	z-index: 2;
}
#tmp_footer .wrap_footer {
	position:relative;
	padding: 0 0 45px;
}
#tmp_footer .wrap_footer:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 321px;
	height: 533px;
	color: inherit;
	background: transparent url(/shared/site_oogahasu/images/footer/leaf_lft.png) no-repeat left top;
}
#tmp_footer .wrap_footer:after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 42px;
	z-index: 0;
    width: 439px;
    height: 252px;
    color: inherit;
    background: transparent url(/shared/site_oogahasu/images/footer/leaf_rgt.png) no-repeat left top;
}
@media screen and (max-width : 1600px) {
#tmp_footer .wrap_footer:before{
	left:50%;
	margin-left:-800px;
}
#tmp_footer .wrap_footer:after{
    right:50%;
	margin-right:-758px;
}
}
#tmp_footer .container {
	position: relative;
	z-index: 2;
}
#tmp_footer .footer_ttl .footer_ttl_name,
#tmp_footer .footer_ttl .inquiry_tag{
	display: inline-block;
	vertical-align: middle;
}
#tmp_footer .footer_ttl .footer_ttl_name{
	font-weight: bold;
	margin-right: 15px;
	padding-top: 3px;
}
#tmp_footer .inquiry_tag a{
    display: inline-block;
	padding: 4px 10px 1px;
    font-weight: bold;
	text-decoration: none;
	text-align: center;
    color: #FFFFFF;
    background-color: #4c830a;
    border: 2px solid #4c830a;
	min-width: 182px;
	margin-left: 16px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
}
#tmp_footer .inquiry_tag a:hover,
#tmp_footer .inquiry_tag a:focus{
	text-decoration: none;
	color: #4c830a;
	background-color: #FFFFFF;
	transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
}
.footer_cnt address a {
	color: inherit;
	background-color: transparent;
}
.footer_cnt address a:hover,
.footer_cnt address a:focus{
	text-decoration: none;
}
#tmp_footer .footer_ttl{
	margin-bottom: 10px;
}
.footer_cnt{
	margin-bottom: 56px;
}
.footer_cnt address {
	margin: 0 0 5px;
	font-style: normal;
	font-size:88.89%;
}
.footer_cnt address p{
	margin-bottom: 5px;
}
.footer_cnt address span {
	margin: 0 1em 0 0;
}
.copyright {
	position: relative;
	z-index: 2;
	text-align: center;
	font-size:88.89%;
}
/* ==================================================
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: 24px solid #FFFFFF;
}


/* col2_pub */
div.col2 {
	width: 100%;
}

div.col2 div.col2L {
    display: table;
    width: 50%;
    margin-right: 0;
    padding-right: 12px;
    float: left;
}

div.col2 div.col2R {
    display: table;
    width: 50%;
    padding-left: 12px;
    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;
}
/* plugin
================================================== */
.plugin {
	margin:0 0 20px;
	padding:10px;
	border:1px solid #CCCCCC;
    font-size:88.9%;
	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;
}
/* ==================================================
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;
}
.model_pc .scroll_table_switch{
	display: none;
}
.disp_pc .wrap_mc_sp #tmp_switch_sp_style{
	text-decoration: none;
	text-align: center;
	font-size:2rem;
	font-weight: bold;
	padding:10px 5px;
	color: #ffffff;
	background-color: #705000;
}

/* ==================================================
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;
	text-indent:inherit !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;
}
/* parts
================================================== */
.color_blue #tmp_wrapper .wrap_footer,
.color_yellow #tmp_wrapper .wrap_footer,
.color_black #tmp_wrapper .wrap_footer {
	border-top: 2px solid !important;
	padding:20px 0;
}
.color_blue #tmp_regulation p a,
.color_yellow #tmp_regulation p a,
.color_black #tmp_regulation p a {
	min-height:38px;
}
.color_blue.format_top #tmp_hlogo,
.color_yellow.format_top #tmp_hlogo,
.color_black.format_top #tmp_hlogo,
.color_blue #tmp_wrapper .mainvisual_link,
.color_yellow #tmp_wrapper .mainvisual_link,
.color_black #tmp_wrapper .mainvisual_link,
.color_blue #tmp_wrapper .new_button_cate,
.color_yellow #tmp_wrapper .new_button_cate,
.color_black #tmp_wrapper .new_button_cate,
.color_blue #tmp_wrapper .new_button_cate .new_button_list,
.color_yellow #tmp_wrapper .new_button_cate .new_button_list,
.color_black #tmp_wrapper .new_button_cate .new_button_list {
	background-color: transparent !important;
}
.color_blue #tmp_hlogo h1,
.color_yellow #tmp_hlogo h1,
.color_black #tmp_hlogo h1 {
	background:#ffffff url(/shared/site_oogahasu/images/header/logo_top.png) no-repeat left top !important;
}
.color_blue #tmp_hlogo h1 span,
.color_yellow #tmp_hlogo h1 span,
.color_black #tmp_hlogo h1 span {
    position: relative !important;
    z-index: -1 !important;
    overflow: hidden !important;
}
.color_blue.format_free #tmp_hlogo,
.color_yellow.format_free #tmp_hlogo,
.color_black.format_free #tmp_hlogo {
	margin-top:-30px;
}
.color_blue #tmp_hlogo p,
.color_yellow #tmp_hlogo p,
.color_black #tmp_hlogo p,
.color_blue #tmp_hlogo p a,
.color_yellow #tmp_hlogo p a,
.color_black #tmp_hlogo p a,
.color_blue #tmp_hlogo p span,
.color_yellow #tmp_hlogo p span,
.color_black #tmp_hlogo p span {
	height:auto !important;
}
.color_blue #tmp_hlogo p a,
.color_yellow #tmp_hlogo p a,
.color_black #tmp_hlogo p a {
	padding:10px;
	border:1px solid;
}
.color_blue #tmp_hlogo p span,
.color_yellow #tmp_hlogo p span,
.color_black #tmp_hlogo p span {
	z-index:1 !important;
	overflow:visible !important;
}
.color_blue #tmp_footer .wrap_footer:before,
.color_blue #tmp_footer .wrap_footer:after,
.color_yellow #tmp_footer .wrap_footer:before,
.color_yellow #tmp_footer .wrap_footer:after,
.color_black #tmp_footer .wrap_footer:before,
.color_black #tmp_footer .wrap_footer:after,
.color_blue #tmp_wrapper .intro_flex.intro_top .intro_cap .intro_ttl:before,
.color_blue #tmp_wrapper .intro_flex.intro_bottom .intro_cap .intro_ttl:before,
.color_black #tmp_wrapper .intro_flex.intro_top .intro_cap .intro_ttl:before,
.color_black #tmp_wrapper .intro_flex.intro_bottom .intro_cap .intro_ttl:before,
.color_yellow #tmp_wrapper .intro_flex.intro_top .intro_cap .intro_ttl:before,
.color_yellow #tmp_wrapper .intro_flex.intro_bottom .intro_cap .intro_ttl:before,
.color_blue #tmp_wrapper #tmp_ogahas_intro:before,
.color_black #tmp_wrapper #tmp_ogahas_intro:before,
.color_yellow #tmp_wrapper #tmp_ogahas_intro:before,
.color_blue #tmp_mainvisual:after,
.color_yellow #tmp_mainvisual:after,
.color_black #tmp_mainvisual:after,
.color_blue #tmp_footer .ptop a::after,
.color_yellow #tmp_footer .ptop a::after,
.color_black #tmp_footer .ptop a::after {
	display: none !important;
}
/* border */
.color_blue #tmp_lnavi #tmp_lnavi_ttl,
.color_yellow #tmp_lnavi #tmp_lnavi_ttl,
.color_black #tmp_lnavi #tmp_lnavi_ttl {
	border-bottom: 2px solid;
}
.color_blue #tmp_ogahas_intro,
.color_yellow #tmp_ogahas_intro,
.color_black #tmp_ogahas_intro,
.color_blue .main_top_front,
.color_yellow .main_top_front,
.color_black .main_top_front {
	border-bottom: 1px solid;
}
.color_blue .mainvisual_box,
.color_yellow .mainvisual_box,
.color_black .mainvisual_box,
.color_blue .attention_box,
.color_yellow .attention_box,
.color_black .attention_box,
.color_blue .intro_flex .intro_cap .intro_ttl,
.color_yellow .intro_flex .intro_cap .intro_ttl,
.color_black .intro_flex .intro_cap .intro_ttl {
	border: 2px solid;
}
.color_blue .intro_entries_list li .entries_box.active .entries_image:after,
.color_blue .intro_entries_list li .entries_box:hover .entries_image:after,
.color_blue .intro_entries_list li .entries_box:focus .entries_image:after,
.color_black .intro_entries_list li .entries_box.active .entries_image:after,
.color_black .intro_entries_list li .entries_box:hover .entries_image:after,
.color_black .intro_entries_list li .entries_box:focus .entries_image:after {
	border-color:#ffffff !important;
}
.color_yellow .intro_entries_list li .entries_box.active .entries_image:after,
.color_yellow .intro_entries_list li .entries_box:hover .entries_image:after,
.color_yellow .intro_entries_list li .entries_box:focus .entries_image:after {
	border-color:#0000FF !important;
}
.color_blue .related_box p::after,
.color_black .related_box p::after {
    border-right-color: #ffffff;
}
.color_yellow .related_box p::after {
    border-right-color: #000000;
}
/* slick */
.color_blue #tmp_wrapper .slick-arrow,
.color_yellow #tmp_wrapper .slick-arrow,
.color_black #tmp_wrapper .slick-arrow {
	text-indent:0 !important;
	width:auto !important;
	height:auto !important;
	font-weight:bold !important;
	border: 2px solid !important;
	padding:3px 6px !important;
}
.color_blue #tmp_wrapper .slick-arrow {
	background-color: #00008B !important;
}
.color_black #tmp_wrapper .slick-arrow {
	background-color: #000000 !important;
}
.color_yellow #tmp_wrapper .slick-arrow {
	background-color: #FFFF00 !important;
}
.color_blue #tmp_wrapper .slick-next,
.color_yellow #tmp_wrapper .slick-next,
.color_black #tmp_wrapper .slick-next {
	right:-2.6em;
}
.color_blue #tmp_wrapper .slick-prev,
.color_yellow #tmp_wrapper .slick-prev,
.color_black #tmp_wrapper .slick-prev {
	left:-2.6em;
}
/* top */
.color_blue #tmp_related_slider .related_gallery,
.color_yellow #tmp_related_slider .related_gallery,
.color_black #tmp_related_slider .related_gallery {
	padding:0 3em;
}
/* free */
.color_blue #tmp_contents .box_menu_cnt,
.color_yellow #tmp_contents .box_menu_cnt,
.color_black #tmp_contents .box_menu_cnt,
.color_blue #tmp_contents .box_info_cnt,
.color_yellow #tmp_contents .box_info_cnt,
.color_black #tmp_contents .box_info_cnt,
.color_blue #tmp_contents .box_link_cnt,
.color_yellow #tmp_contents .box_link_cnt,
.color_black #tmp_contents .box_link_cnt {
	border-top:none !important;
}
/* ==================================================
accessibility style change:font-size
================================================== */
/* small
================================================== */
.fsize_small {
	font-size: 75% !important;
}
.fsize_small #tmp_lnavi #tmp_lnavi_ttl a{
	background-position: 18px 19px;
}
.fsize_small .popup_setting {
	width:654px;
}
/* big
================================================== */
.fsize_big {
	font-size: 125% !important;
}
.fsize_big .popup_setting {
	width:853px;
}

/* biggest(doubled)
================================================== */
.fsize_big2 {
	font-size: 175% !important;
}
/* ==================================================
font - bold -
================================================== */
#tmp_contents table th,
#tmp_contents em,
#tmp_contents strong,
#tmp_hlogo p,
#tmp_search #tmp_func_sch_btn,
.browsing_assistance .assistance_btn a,
#tmp_means .setting_fontsize .fontsize_ttl,
#tmp_means .setting_color .color_ttl,
#tmp_means .setting_color .list_color li a,
#tmp_means .setting_fontsize .list_fontsize li a,
#tmp_means .setting_phonetic .list_phonetic li a,
#tmp_lnavi #tmp_lnavi_ttl a,
#tmp_footer .ptop a,
#tmp_footer .footer_ttl .footer_ttl_name,
#tmp_footer .inquiry_tag a,
.disp_pc .wrap_mc_sp #tmp_switch_sp_style,
.color_blue #tmp_wrapper .slick-arrow,
.color_yellow #tmp_wrapper .slick-arrow,
.color_black #tmp_wrapper .slick-arrow {
	font-family:"UD Shin Go DemiBold", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
.container:after,
#tmp_header:after,
#tmp_hnavi:after,
#tmp_means:after,
#tmp_main:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt: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_footer:after,
.fnavi:after,
.footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after {
	content: "";	/* Do not edit */
	display: table;	/* Do not edit */
	clear: both;	/* Do not edit */
}
