@charset "utf-8";
@media screen and (min-width : 641px) and (max-width: 1240px) {
	#tmp_wrapper{
		min-width: auto;
	}
}
@media screen and (min-width : 641px) and (max-width: 800px) {
	#tmp_wrapper{
		min-width: 800px;
	}
}
@media screen and (max-width : 640px) {

/* ==================================================
Base-Layout
================================================== */
body {
	font-size: 100%;
}
/* wrapper
================================================== */
#tmp_wrapper {
	position: relative;
	width: 100%;
	min-width: 310px;
}
.container{
	padding: 0 10px;
	width: 100%;
}

.show_pc{
	display: none;
}
.show_sp{
	display: block;
}
/* contents
================================================== */
#tmp_contents,
#tmp_maincontents {
	word-wrap:break-word;
}
/* format-layout
================================================== */
.wrap_col_nm,
.wrap_col_rgt_navi,
.column_full .wrap_col_main,
.column_lnavi .wrap_col_main,
.column_rnavi .wrap_col_main {
	float:none;
}
.wrap_col_lft_navi {
	float:none;
	position:static;
	z-index:auto;
}
.col_main {
	padding:0;
}
/* top
================================================== */
.format_top #tmp_main_menu,
.format_top #tmp_main {
	float:none;
	width:100%;
}
/* free
================================================== */
.format_free .wrap_col_lft_navi{
	display:none;
}
.format_free .wrap_col_rgt_navi{
	width: 100%;
}
.format_free .column_lnavi .col_main {
	margin-left:0;
}
.format_free .column_rnavi .wrap_col_main,
.format_free .column_rnavi .col_main {
	margin-right:0;
}
/* ==================================================
header
================================================== */
#tmp_wrap_header{
	position: relative;
	z-index: 100;
	background-color: #ffffff;
	color: #222222;
	padding: 6px 0 5px;
}
#tmp_header {
	position:relative;
	padding:0;
}
#tmp_header .header_inner{
	padding: 0 10px;
}
#tmp_hlogo {
	padding-top: 10px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display:inline-block;
	width:159px;
	height:43px;
	background-image: url(/shared/site_sangyo/images/header/hlogo_sp.png);
}
#tmp_hlogo a {
	width:159px;
	height:43px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	width:159px;
	height:42px;
}
/* sp_menu
================================================== */
.spmenu_open {
	position:relative;
	width: 100%;
	min-height: 100%;
    z-index: 800;
    background: #ffffff;
    color: #222222;
}
.spmenu_open:before {
	content: "";
	min-height: 100%;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 46px;
	left: 0;
	z-index: 99;
	background-color: rgba(0,0,0,0.4);
}
.menu_language.spmenu_open:before{
	content: none;
}
#tmp_means{
	position: static;
}
#tmp_hnavi_s > ul {
	list-style: none;
	gap: 0 5px;
}
#tmp_hnavi_s > ul > li > a {
	display:block;
	min-width: 50px;
	max-width: 60px;
	min-height: 60px;
	font-size: 62.5%;
	line-height: 1.2;
	color: #125d38;
	border: 1px solid #939393;
	padding: 10px 0 0;
	word-break: break-all;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a{
	line-height: 1.3;
	color: #ffffff;
	background-color: #125d38;
	border-color: #125d38;
}
#tmp_hnavi_s > ul > li > a > span{
	padding-left: 0;
	padding-top: 20px;
	background-position: top center;
}
#tmp_hnavi_lmenu > a > span {
    background-image: url(/shared/site_sangyo/images/header/setting_icon_sp.png);
	background-size: 16px auto;
}
#tmp_hnavi_rmenu > a > span {
    background-image: url(/shared/site_sangyo/images/header/search_btn_icon_sp.png);
	background-size: 15px auto;
}
#tmp_hnavi_s > ul > li > a.active{
	font-size: 62.5%;
	border-color: #125d38;
	padding-left: 0;
}
#tmp_hnavi_s > ul > li > a.active:after{
	top: 0;
	height: auto;
	left: 50%;
	width: calc(100% + 2px);
	border-left: 1px solid #125d38;
	border-right: 1px solid #125d38;
	bottom: -7px;
	transform: translateX(-50%);
}
#tmp_hnavi_s > ul > li > a.active > span{
	background-image: url(/shared/site_sangyo/images/header/close_icon_sp.png);
	background-size: 12px auto;
	background-position: center 6px;
	padding-left: 0;
	padding-top: 23px;
}
#tmp_sma_lmenu,
#tmp_sma_rmenu{
	left: -10px;
	right: -10px;
	top: calc(100% + 5px);
}
#tmp_header .wrap_sma_sch .close_btn{
	display: block;
	padding-left: 13px;
}
#tmp_header #tmp_sma_rmenu.wrap_sma_sch .close_btn{
	padding-left: 0;
}
#tmp_header .wrap_sma_sch .close_btn > a{
	text-decoration: none;
	display: inline-block;
	min-width: 200px;
	color: #222222;
	background-color: #ffffff;
	border: 1px solid #a1a1a1;
	padding: 10px 24px 10px 20px;
	border-radius: 22px;
}
#tmp_header .wrap_sma_sch .close_btn > a > span{
	display: inline-block;
	padding-left: 21px;
	color: inherit;
	background: transparent url(/shared/site_sangyo/images/header/close_icon_black_sp.png) no-repeat left 6px;
	background-size: 12px auto;
}
#tmp_header .wrap_sma_sch .sma_sch_inner{
	min-width: 0;
	padding: 33px 23px 38px;
	margin-top: 0;
	border-radius: 0;
}
#tmp_header #tmp_sma_rmenu.wrap_sma_sch .sma_sch_inner{
	padding-top: 31px;
}
#tmp_header .wrap_sma_sch .menu_subttl,
#tmp_search .sch_ttl label{
	text-align: left;
	font-size: 112.5%;
	font-weight: 500;
	padding-left: 10px;
	color: #222222;
	background: #ffffff -webkit-gradient(linear, left top, left bottom, from(#dc3123), to(#dc3123)) no-repeat left 8px;
	background: #ffffff -moz-linear-gradient(#dc3123, #dc3123) no-repeat left 8px;
	background: #ffffff -o-linear-gradient(#dc3123, #dc3123) no-repeat left 8px;
	background: #ffffff linear-gradient(#dc3123, #dc3123) no-repeat left 8px;
	background-size: 3px calc(100% - 15px);
	margin-bottom: 18px;
}
#tmp_header #tmp_sma_rmenu.wrap_sma_sch .menu_subttl,
#tmp_search .sch_ttl label{
	padding-left: 13px;
}
#tmp_header #tmp_sma_rmenu.wrap_sma_sch .menu_subttl{
	margin-bottom: 16px;
}
#tmp_search .sch_ttl label{
	cursor: pointer;
}
#tmp_header .setting_list,
#tmp_header .lang_list{
	display: block;
}
#tmp_header .setting_list{
	text-align: left;
	margin-bottom: 17px;
}
#tmp_header .setting_list > li,
#tmp_header .setting_list > li.setting_furi{
	padding-left: 0;
	margin-left: 0;
}
#tmp_header .setting_list > li{
	padding-bottom: 13px;
	border-bottom: 1px solid #a1a1a1;
	margin-bottom: 13px;
}
#tmp_header .setting_list > li:last-child{
	border-bottom: none;
}
#tmp_header .setting_list > li:before{
	content: none;
}
#tmp_header .setting_list > li > a{
	font-size: 100%;
	background-size: 17px auto;
	padding-left: 42px;
    background-position: 11px 6px;
}
#tmp_header .setting_list > li.setting_fsize > a{
	background-image: url(/shared/site_sangyo/images/header/fsize_icon_sp.png);
}
#tmp_header .setting_list > li.setting_voice > a{
	background-image: url(/shared/site_sangyo/images/header/read_icon_sp.png);
	background-size: 18px auto;
	padding-left: 41px;
}
#tmp_header .setting_list > li.setting_furi > a{
	background-image: url(/shared/site_sangyo/images/header/furi_icon_sp.png);
	padding-left: 41px;
	background-position: 10px 5px;
}
#tmp_header .sma_lang_wrap{
	margin-bottom: 25px;
}
#tmp_header .lang_list > li{
	width: 100%;
	padding-right: 0;
	margin-bottom: 18px;
}
#tmp_header .lang_list > li > a{
	font-size: 100%;
	font-weight: 500;
	padding-left: 15px;
}
#tmp_search{
	margin-left: 0;
	margin-bottom: 35px;
}
#tmp_search .sch_ttl{
	display: block;
	text-align: left;
	margin-bottom: 22px;
}
#tmp_search .sch_form{
	width: 100%;
}
#tmp_search .sch_box input{
	height: 50px;
	padding-right: 70px;
	background-size: 103px auto !important;
}
#tmp_search .sch_btn{
	min-width: 64px;
}
#tmp_search .sch_btn input,
#tmp_search .sch_btn input:hover{
	background-image: url(/shared/site_sangyo/images/header/search_icon_sp.png);
}
#tmp_search .sch_btn input{
	background-size: 30px auto;
	background-position: center center;
}
#tmp_search .sch_btn input:hover{
	background-color: #125d38;
	border-left-color: #125d38;
}
#tmp_header .mainsite_link{
	margin-bottom: 29px;
}
#tmp_header .mainsite_link > a{
	text-decoration: none;
	text-align: left;
	display: block;
	font-weight: 500;
	border: 1px solid #125d38;
	color: #125d38;
	background: #ffffff url(/shared/site_sangyo/images/icon/arrow_link.png) no-repeat 15px center;
	background-size: 9px auto;
	padding: 9px 10px 11px 32px;
}

/* gnavi
================================================== */
#tmp_header .sma_gnavi_wrap{
	margin-bottom: 10px;
}
.gnavi ul{
	display: block;
}
.gnavi li{
	display: block;
	text-align: left;
	width: 100% !important;
	padding: 0 0 15px !important;
	margin-bottom: 13px;
	border-bottom: 1px solid #a1a1a1;
}
.gnavi li:last-child{
	border-bottom: none;
}
.gnavi li:after{
	content: none;
}
.gnavi a{
	font-weight: 500;
	padding-left: 16px;
	padding-bottom: 0;
	background-image: url(/shared/site_sangyo/images/icon/arrow_link.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	background-size: 9px auto;
}
.gnavi a:after{
	content: none;
}

/* pankuzu
================================================== */
#tmp_pankuzu {
	margin: 39px 0 53px;
	font-size:87.5%;
}
#tmp_sma_pankuzu {
	display:block;
	padding-right:10px;
	padding-left:10px;
	border-bottom:1px solid #AABBCC;
	clear:both;
}

/* update
================================================== */
#tmp_wrap_custom_update{
	margin-top: 21px;
	margin-bottom: 18px;
}
#tmp_custom_update{
	float: none;
	padding-right: 13px;
	text-align: right;
}
#tmp_print{
	display: none;
}
#tmp_social_plugins{
	display: block;
	text-align: right;
}
#tmp_update{
	margin-left: 0;
	font-size: 87.5%;
}

/* linkicon
================================================== */
a.icon_pdf,
a.icon_excel,
a.icon_word,
a.icon_pptx{
	padding-left: 48px;
	background-position: 1px 7px;
}

/* gmap link
================================================== */
#tmp_gmap_link{
	margin-top: 29px;
	margin-bottom: 30px;
}
#tmp_gmap_link a{
	padding-bottom: 9px;
	min-width: auto;
	width: 100%;
}
#tmp_gmap_link a:hover span{
	text-decoration: none;
}

/* lnavi
================================================== */
.lnavi_title{
	margin-bottom: 15px;
    padding: 29px 0 5px 13px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dc3123), to(#dc3123)), url(/shared/site_sangyo/images/icon/sample_ctg_text_sp.png);
	background-image: -moz-linear-gradient(#dc3123, #dc3123), url(/shared/site_sangyo/images/icon/sample_ctg_text_sp.png);
	background-image: -o-linear-gradient(#dc3123, #dc3123), url(/shared/site_sangyo/images/icon/sample_ctg_text_sp.png);
	background-image: linear-gradient(#dc3123, #dc3123), url(/shared/site_sangyo/images/icon/sample_ctg_text_sp.png);
	background-size: 2px calc(100% - 5px), 119px auto;
	background-position: 0 0, 14px 7px;
	font-size: 112.5%;
}
#tmp_lnavi_ttl{
	background-image: url(/shared/site_sangyo/images/icon/navi_pattern_rgt_sp.png);
	background-position: right -1px top -1px;
	background-size: 71px auto;
}
#tmp_lnavi_ttl p {
    padding: 21px 80px 21px 25px;
}
#tmp_lnavi_ttl a {
    margin: -21px -80px -21px -25px;
    padding: 21px 80px 21px 44px;
	background-position: 25px 28px;
}
#tmp_lnavi_ttl a:hover{
	text-decoration: none;
}
#tmp_lnavi_cnt ul li a{
	padding: 18px 10px 20px 44px;
	background-position: 25px 27px;
}

/* common pattern
================================================== */
/* btn simple */
.btn_simple a{
	padding: 16px 56px 16px 15px;
	background-image: url(/shared/site_sangyo/images/icon/box_pattern_rgt_sp.png);
	background-size: 70px auto;
}
.btn_arrow a{
	padding: 7px 29px 12px 48px;
	line-height: 1.5;
}
.btn_arrow a:before{
	left: 30px;
}
.btn_arrow .icon_pdf,
.btn_arrow .icon_word,
.btn_arrow .icon_pptx,
.btn_arrow .icon_excel{
	padding: 8px 28px 6px 97px;
	background-position: 52px center;
	text-align: left;
}
.btn_arrow a:hover,
.btn_simple a:hover{
	text-decoration: none;
}

/* pnavi
================================================== */
.pnavi{
	top: -62px;
}
.pnavi,
.pnavi a,
.pnavi span {
    width: 44px;
    height: 38px;
}
.pnavi a{
	background-image: url(/shared/site_sangyo/images/icon/ptop_icon_sp.png);
}

/* Reset Hover */
#tmp_hnavi_s > ul > li > a:hover > span,
#tmp_header .setting_list > li > a:hover > span,
#tmp_header .lang_list > li > a:hover,
#tmp_footer .footer_link > ul > li > a:hover,
.fnavi li > a:hover{
	text-decoration: none;
}
/* plugin
================================================== */
.plugin {
	display:none; /* do not edit */
}
/* model_change
================================================== */
.wrap_mc_pc,
.wrap_mc_pc #tmp_switch_pc_style {
	display: block;
}
/* ==================================================
footer
================================================== */
#tmp_footer{
	padding-top: 24px;
	padding-bottom: 7px;
	margin-top: 38px;
}
#tmp_footer .container{
	padding: 0 25px;
}
#tmp_footer .footer_inner{
	display: block;
	margin-bottom: 21px;
}
#tmp_footer .footer_lft{
	padding-bottom: 18px;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 19px;
}
#tmp_footer .footer_logo{
	font-size: 125%;
	margin-bottom: 13px;
}
#tmp_footer .footer_link > ul{
	display: block;
}
#tmp_footer .footer_link > ul > li{
	margin-bottom: 9px;
}
#tmp_footer .footer_link > ul > li > a{
	background-position: 19px center;
	padding-top: 10px;
	padding-left: 38px;
}
/* fnavi */
#tmp_footer .footer_rgt {
    padding-left: 0;
}
.fnavi li:last-child{
	margin-bottom: 0;
}
.fnavi li > a{
	background-image: url(/shared/site_sangyo/images/icon/arrow_wht_icon_sp.png);
	background-size: 9px auto;
	background-position: left 7px;
	padding-left: 19px;
}
.copyright {
	text-align:center;
	clear:both;
	font-size: 75%;
	margin: 0 -3px;
}
/* ==================================================
Splide control common
================================================== */
.splide_common .splide__controls{
	padding-bottom: 28px;
    margin-top: 20px;
	gap: 0 22px;
}
.splide_common .splide__arrows {
    margin-bottom: 4px;
	width: 123px;
	max-width: 100%;
}
.splide_common .splide__arrow{
    width: 100%;
	height: 16px;
    background-size: 100% auto;
	background-position: center 5px;
}
.splide_common .splide__arrow--prev {
	background-image: url(/shared/site_sangyo/images/icon/prev_icon_sp.png);
}
.splide_common .splide__arrow--next {
	background-image: url(/shared/site_sangyo/images/icon/next_icon_sp.png);
}
.splide_common .splide__toggle{
	flex-shrink: 0;
    width: 30px;
    height: 30px;
    margin: 0;
}
.splide_common .splide__toggle.is-active:before,
.splide_common .splide__toggle.is-active:after{
    height: 13px;
}
.splide_common .splide__toggle:not(.is-active):before{
    border-width: 6px 0 6px 8px;
}
.splide_common .splide__progress .progress_total {
    padding-left: 15px;
}
.splide_common .splide__progress .progress_total:before{
    left: 6px;
}

.color_blue #tmp_wrapper .splide_common .splide__arrow--prev,
.color_black #tmp_wrapper .splide_common .splide__arrow--prev {
    background-image: url(/shared/site_sangyo/images/icon/prev_icon_sp.png) !important;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow--next,
.color_black #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/shared/site_sangyo/images/icon/next_icon_sp.png) !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--prev {
    background-image: url(/shared/site_sangyo/images/icon/prev_icon_black_sp.png) !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/shared/site_sangyo/images/icon/next_icon_black_sp.png) !important;
}
/* ==================================================
class
================================================== */

/* float ▼Do not edit
================================================== */
.float_lft,
.float_rgt {
	float:none;
	margin-left:0 !important;
	margin-right:0 !important;
}
/* youtube ▼Do not edit
================================================== */
#tmp_contents .frame_youtube {
	position:relative;
	display:block;
	height:0;
	padding-bottom:56.25%;
	overflow:hidden;
	min-width:200px;
}
#tmp_contents .frame_youtube object,
#tmp_contents .frame_youtube iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/* ==================================================
parts
================================================== */
/* parts ▼Do not edit
============================== */
div.col2 div.col2L,
div.col3 div.col3L,
div.col3 div.col3M,
div.col2 div.col2 div.col2L,
div.fixed_col2 div.fixed_col2L {
	width:100%;
	margin-right:0;
	display: block;
	float:none;
	clear:both;
}
div.col2 div.col2R,
div.col3 div.col3R,
div.col2 div.col2 div.col2R,
div.fixed_col2 div.fixed_col2R {
	width:100%;
	display: block;
	float:none;
	clear:both;
}
#tmp_contents table.col2,
#tmp_contents table.col3 {
    width: 100%;
}
#tmp_contents table.col2 td.col2L,
#tmp_contents table.col2 td.col2R,
#tmp_contents table.col3 td.col3L,
#tmp_contents table.col3 td.col3M,
#tmp_contents table.col3 td.col3R{
	display: block;
    width: 100%;
}
#tmp_contents table.col2 td.col2L,
#tmp_contents table.col3 td.col3L,
#tmp_contents table.col3 td.col3M{
	border-right: 0;
}
#tmp_contents div.col3 ul,
#tmp_contents div.col2 ul {
	margin-bottom:0;
}
div.img_cap {
	width:auto !important;
}
#tmp_contents img {
	max-width:100%;
	height:auto;
}
#tmp_contents ul,
#tmp_contents ol {
	margin-left:22px;
}
#tmp_contents table {
	width:auto;
}
#tmp_contents table table {
	max-width:100%;
}
#tmp_contents table th,
#tmp_contents table td {
	width:auto;
}
#tmp_contents table.gsc-search-box td.gsc-input {
	width:100% !important;
}
#tmp_contents input[type="text"],
#tmp_contents textarea {
	width:100% !important;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;/* Webkit */
}

/* event_cal
================================================== */
/* cate_ttl
================================================== */
#tmp_cate_ttl img {
    height:auto;
    max-width:100%;
}

/* ==================================================
cogmo
================================================== */
.search_input_sub {
	width: auto;
}
.search_input_sub,
.search_input_sub .search_cogmo_area,
.search_input_sub .search_cogmo_txt {
	display: inline-block;
}
.search_input_sub {
    width: 100%;
	float: none;
}
.search_input_sub .search_cogmo_area {
    width: 100%;
}
.search_input_sub .search_cogmo_area .cgm-search-inner {
	display: flex;
}
.search_input_sub .search_cogmo_area .cgm-search-inner .cgm-search-form-group {
    width: 84%;
}
.search_input_sub .search_cogmo_area .cgm-search-button-area {
	margin: 0;
    width: 16%;
}
.search_input_sub .search_cogmo_txt {
    margin: 20px 0 0 0px;
}
.search_input_sub .search_cogmo_area .cgm-search-input-area {
	width: auto;
}
.search_input_sub .search_cogmo_area .cgm-search-button {
	width: 100%;
	padding: 2px 0;
	font-size: 100%;
	border-radius: 0;
}
.search_input_sub .search_cogmo_area .cgm-search-input-area textarea {
	padding: 7px 2px 2px 7px;
	font-size: 100%;
}
.search_input_sub .search_cogmo_area .cgm-search-input-area textarea,
.search_input_sub .search_cogmo_area .cgm-search-button {
	min-height: 42px;
}

/* ==================================================
accessibility style change:color
================================================== */
.color_blue #tmp_search .sch_btn input,
.color_black #tmp_search .sch_btn input{
	background-image: url(/shared/site_sangyo/images/header/search_icon_sp.png) !important;
}
.color_yellow #tmp_search .sch_btn input{
	background-image: url(/shared/site_sangyo/images/header/search_icon_black_sp.png) !important;
}
.color_blue #tmp_footer .pnavi a{
	background-image: url(/shared/site_sangyo/images/icon/ptop_icon_blue_sp.png) !important;
}
.color_black #tmp_footer .pnavi a{
	background-image: url(/shared/site_sangyo/images/icon/ptop_icon_black_sp.png) !important;
}
.color_yellow #tmp_footer .pnavi a{
	background-image: url(/shared/site_sangyo/images/icon/ptop_icon_yellow_sp.png) !important;
}
.color_blue #tmp_hnavi_s > ul > li > a.active > span,
.color_black #tmp_hnavi_s > ul > li > a.active > span,
.color_yellow #tmp_hnavi_s > ul > li > a.active > span,
.color_blue .gnavi .active a,
.color_black .gnavi .active a,
.color_yellow .gnavi .active a,
.color_blue .gnavi a:hover,
.color_black .gnavi a:hover,
.color_yellow .gnavi a:hover{
	text-decoration: none;
}
/* ==================================================
accessibility style change:font-size
================================================== */
.fsize_small #tmp_hnavi_s > ul > li > a.active > span{
	background-position: center 6px;
}
.fsize_small #tmp_header .wrap_sma_sch .close_btn > a > span{
	background-position: left 3px;
}
.fsize_small #tmp_header .wrap_sma_sch .menu_subttl,
.fsize_small #tmp_search .sch_ttl label{
	background-position: left 5px;
	background-size: 3px calc(100% - 8px);
}
.fsize_big #tmp_header .wrap_sma_sch .sma_sch_inner,
.fsize_big2 #tmp_header .wrap_sma_sch .sma_sch_inner {
    padding-left: 23px !important;
    padding-right: 23px !important;
}
.fsize_big #tmp_hnavi_s > ul > li#tmp_hnavi_lmenu > a,
.fsize_big #tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a,
.fsize_big2 #tmp_hnavi_s > ul > li#tmp_hnavi_lmenu > a,
.fsize_big2 #tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a{
	min-width: 60px;
}
/* ==================================================
accessibility style change:no_js
================================================== */
/* no-js */
.no_javascript #tmp_pankuzu{
	margin-bottom: 0;
}
.no_javascript #tmp_lnavi{
	margin-bottom: 53px;
}
.no_javascript #tmp_gnavi,
.no_javascript #tmp_search{
	display: none;
}
/* ==================================================
clearfix
================================================== */
#tmp_sma_lnavi_cnt .switch_menu .noicon_list:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}
}