@charset "utf-8";

@media screen and (max-width : 640px) {

/* ==================================================
Base-Layout
================================================== */
/* body
================================================== */
body {
	-webkit-text-size-adjust:none;
	font-size: 100%;
}
/* wrapper
================================================== */
#tmp_wrapper {
	position: relative;
	width: 100%;
	min-width: 320px;
}
.container{
	padding: 0 10px;
	width: 100%;
}
.format_top .container {
	padding: 0 15px;
}
/* contents
================================================== */
#tmp_contents {
	word-wrap:break-word;
	padding:0 0 20px;
}
.format_free #tmp_wrap_main{
	padding-bottom: 28px;
}
.type_idx #tmp_wrap_main{
	padding-bottom: 41px;
}
/* format-layout
================================================== */
.wrap_col_rgt_navi,
.column_rnavi .wrap_col_main {
	float:none;
}
.col_main {
	padding:0;
}
/* free
================================================== */
.format_free .column_rnavi .wrap_col_main,
.format_free .column_rnavi .col_main {
	margin-right:0;
}
.format_free .wrap_col_rgt_navi {
	width:100%;
}
/* ==================================================
header
================================================== */
#tmp_wrapper{
	padding-top: 75px;
}
#tmp_header {
	max-width: 100%;
	border-top: none;
	background-color: #333333;
	background-image: url(/shared/site_bunka/images/icon/header_pattern_sp.jpg);
	-webkit-background-size: 210px auto;
	-moz-background-size: 210px auto;
	background-size: 210px auto;
	background-repeat: repeat;
	color: #FFFFFF;
}
#tmp_header,
.format_free #tmp_header{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
}
#tmp_hlogo{
	padding: 20px 5px 0;
	width: 170px;
}
#tmp_hlogo h1,
#tmp_hlogo p{
	width: 150px;
	height: 36px;
	background-image: url(/shared/site_bunka/images/icon/headed_logo_sp.png);
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	background-position: left center;
}
#tmp_header .header_main{
	padding: 0 0 0 10px;
}
#tmp_hmore{
	display: none;
	padding: 0;
}
#tmp_hmore .hmore_wrapper{
	padding: 0;
}
/* gnavi
================================================== */
#tmp_hnav{
	display: none;
}
.header_navbar{
	max-width: 100%;
	margin: 0;
}
#tmp_hnavi_s{
	position: static;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	z-index: 98;
}
#tmp_hnavi_s > ul{
	width: 100%;
	max-width: 180px;
}
#tmp_hnavi_s > ul > li{
	float: left;
	width: 33.33%;
	height: auto;
	list-style: none;
}
#tmp_hnavi_s > ul > li > a{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #333333;
	padding: 12px 4px;
	border-left: 1px solid #999999;
    height: 75px;
	font-size: 68.75%;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	line-height: 1.2;
	z-index: 1;
}
#tmp_hnavi_lmenu > a span{
	padding-top: 30px;
	background: transparent url(/shared/site_bunka/images/icon/icon_lang_sp.png) no-repeat center top;
	-webkit-background-size: 20px auto;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
}
#tmp_hnavi_mmenu > a span{
	padding-top: 33px;
	background: transparent url(/shared/site_bunka/images/icon/icon_ebook_sp.png) no-repeat center top;
	-webkit-background-size: 18px auto;
	-moz-background-size: 18px auto;
	background-size: 18px auto;
}
#tmp_hnavi_rmenu > a span{
	position: relative;
	padding-top: 27px;
	background: transparent url(/shared/site_bunka/images/icon/icon_search_wh_sp.png) no-repeat center top;
	-webkit-background-size: 20px auto;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
	line-height: 1.1;
}
#tmp_hnavi_s > ul > li > a.active {
	background-color: #ffffff;
	color:  #333333;
}
#tmp_hnavi_s > ul > li > a.active span {
	padding-top: 40px;
	background-image: url(/shared/site_bunka/images/icon/icon_close.png);
	background-position: center 4px;
	-webkit-background-size: 26px auto;
    -moz-background-size: 26px auto;
    background-size: 26px auto;
}

/* gnavi */
#tmp_gnavi {
	padding: 0;
	width: 100%;
	margin: 0 0 6px;
}
#tmp_gnavi .gnavi{
	display: block;
}
#tmp_gnavi .gnavi li{
	width: 100%;
	border-left: none;
	margin-bottom: 15px
}
#tmp_gnavi .gnavi a{
	display: block;
	padding: 4px 0 4px 25px;
	width: auto;
	font-weight: 500;
	text-align: left;
	background-image: url(/shared/site_bunka/images/icon/icon_arrow_black_sp.png);
	background-repeat: no-repeat;
    background-position: 0 6px;
    -webkit-background-size: 15px auto;
    -moz-background-size: 15px auto;
    background-size: 15px auto;
}
#tmp_gnavi .gnavi li:last-of-type{
	border-right: none;
}
#tmp_gnavi .gnavi a:after {
	display: none;
}
#tmp_sma_search {
	margin-bottom: 25px;
}
#tmp_sma_search .sch_ttl {
	width: 35px;
}
#tmp_sma_search .sch_ttl label {
	background-image: url(/shared/site_bunka/images/icon/icon_search_sp.png);
	-webkit-background-size: 15px auto;
	-moz-background-size: 15px auto;
	background-size: 15px auto;
}
#tmp_sma_search .sch_box input {
	padding: 7px 75px 7px 38px;
}
#tmp_sma_search .sch_btn {
	width: 70px;
	right: 1px;
	top: 1px;
	bottom: 1px;
}
#tmp_sma_search .sch_btn input {
	-webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.hmore_list {
	padding: 17px 0;
	border-top: 1px solid #e8e8e8;
	margin: 0;
	display: none;
}
.hmore_list li {
	float: none;
}
.hmore_list li:not(:last-of-type) {
	margin: 0;
}
.hmore_list li.hmore_lang {
	display: none;
}
.hmore_list .hmore_link a {
	padding: 4px 0 4px 25px;
	font-weight: 500;
	background-image: url(/shared/site_bunka/images/icon/icon_arrow_black_sp.png);
	background-position: 0 6px;
    -webkit-background-size: 15px auto;
    -moz-background-size: 15px auto;
    background-size: 15px auto;
}
#tmp_gnavi .gnavi a:hover,
#tmp_gnavi .gnavi a:focus,
.hmore_list .hmore_link a:hover,
.hmore_list .hmore_link a:focus {
	text-decoration: underline;
}
#tmp_sma_rmenu .hmore_link{
	margin: 8px 0 33px;
}
#tmp_sma_rmenu .hmore_link a{
	display: block;
	padding: 11px 0 8px 45px;
	background: transparent url(/shared/site_bunka/images/icon/icon_arrow_black_sp.png) no-repeat 21px 14px;
    -webkit-background-size: 15px auto;
    -moz-background-size: 15px auto;
    background-size: 15px auto;
	border: 1px solid #c2c2c2;
	border-radius: 4px;
	font-weight: 500;
	font-size: 100%;
	color: inherit;
	text-decoration: none;
}
/* menu open */
.spmenu_open {
	position:relative;
	width: 100%;
	min-height: 100%;
    z-index: 99;
    background-color: #ffffff;
    color: #333333;
}
#tmp_sma_menu{
	position: relative;
	display: block;
	right: 0;
    left: 0;
    z-index: 99;
}
.wrap_sma_sch {
	padding: 34px 0 0;
	position: absolute;
	left: 0;
	background-color: #ffffff;
	width: 100%;
	color: #333333;
	z-index: 98;
	overflow: hidden;
}
#tmp_hnavi_s .wrap_sma_sch {
	position: fixed;
	text-align: left;
	max-height: calc(100% - 75px);
	overflow-y: auto;
}
.wrap_sma_sch .container {
	padding: 0 25px;
}
.wrap_sma_sch .close_btn{
	position: relative;
	text-align: center;
	padding: 16px 0;
}
.wrap_sma_sch .close_btn:before {
	content: '';
	position: absolute;
	left: -25px;
	right: -25px;
	top: 0;
	height: 1px;
	border-top: 1px solid #999999;
}
.wrap_sma_sch .close_btn a{
	display: block;
	text-decoration: none;
	background: transparent;
	color: #333333;
	font-weight: 500;
}
.wrap_sma_sch .close_btn a span {
	display: inline-block;
	padding: 4px 0 4px 30px;
	background: url(/shared/site_bunka/images/icon/icon_close.png) left center no-repeat;
	-webkit-background-size: 21px auto;
    -moz-background-size: 21px auto;
    background-size: 21px auto;
}
/* ==================================================
footer
================================================== */
#tmp_footer .footer_main{
	padding: 50px 0 44px;
	overflow: hidden;
}
#tmp_footer .footer_main .container{
	width: 100%;
	padding-left: 15px;
}
#tmp_footer .footer_logo{
	margin: 0 0 43px;
	padding-top: 0;
	width: 100%;
}
#tmp_footer .footer_logo p{
	height: 115px;
	width: 105px;
	margin: 0 auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
#tmp_footer .footer_cnt{
	display: block;
	margin-bottom: 48px;
	padding-left: 0;
}
#tmp_footer .footer_address{
	padding-left: 0;
}
#tmp_footer .add_ttl{
	font-size: 100%;
	padding-left: 30px;
    letter-spacing: 3.2px;
	background-image: url(/shared/site_bunka/images/icon/footer_ttl_icon_sp.png);
    -webkit-background-size: 15px auto;
    -moz-background-size: 15px auto;
    background-size: 15px auto;
	margin-bottom: 6px;
}
#tmp_footer address >p{
	line-height: 1.75;
	margin-bottom: 20px;
}
#tmp_footer address >p span {
	display: inline-block;
}
#tmp_footer .add_col{
	float: none;
}
#tmp_footer .add_col:not(:last-of-type){
	margin: 0 0 25px;
}
#tmp_footer .footer_fnavi ul{
	display: block;
	margin: 0;
	padding: 0;
}
#tmp_footer .footer_cnt:before{
	content: none;
}
#tmp_footer .add_col_lbl {
	width: 120px;
	padding: 3px 10px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	letter-spacing: 0;
	margin-right: 14px;
}
#tmp_footer .add_col span:not(.add_col_lbl) {
	font-size: 100%;
	letter-spacing: 0;
}
#tmp_footer .footer_fnavi {
	position: relative;
	padding: 50px 0 0;
}
#tmp_footer .footer_fnavi:before {
	content: '';
	position: absolute;
	top: 0;
	left: -15px;
	right: -15px;
	height: 1px;
	border-top: 1px solid #999999;
}
#tmp_footer .footer_fnavi li:not(:last-of-type){
	margin: 0 0 13px;
}
#tmp_footer .footer_fnavi a {
	padding-left: 20px;
	background-image: url(/shared/site_bunka/images/icon/icon_arrow_white_big_sp.png);
    -webkit-background-size: 15px auto;
    -moz-background-size: 15px auto;
    background-size: 15px auto;
}
#tmp_footer .footer_fnavi .fnavi_voice li:not(:last-of-type){
	margin: 0 0 9px;
}
#tmp_footer .footer_fnavi .fnavi_voice {
	padding-right: 0;
	margin-top: 14px;
}
#tmp_footer .footer_fnavi .fsize_color a {
	-webkit-background-size: 24px auto;
    -moz-background-size: 24px auto;
    background-size: 24px auto;
}
#tmp_footer .footer_fnavi .fsize_voice_reading a {
	padding-left: 35px;
	-webkit-background-size: 20px auto;
    -moz-background-size: 20px auto;
    background-size: 20px auto;
	background-position: 2px 6px;
}
#tmp_footer .copyright{
	padding: 23px 15px 25px;
    max-width: 100%;
    font-size: 75%;
    letter-spacing: 0;
}
/* style header-footer free
================================================== */
.format_free #tmp_header {
	overflow: visible;
}
.format_free #tmp_header .header_main{
	padding: 0 0 0 10px;
	background-image: none;
	max-width: 100%;
}
.format_free #tmp_header .header_main:before,
.format_free #tmp_header .header_main:after{
	content: none;
}
.format_free #tmp_hlogo{
	width: 170px;
}
.format_free #tmp_hlogo h1,
.format_free #tmp_hlogo p{
	height: 36px;
}
.format_free #tmp_hnavi_s > ul > li > a{
	background-color: #333333;
	color: #ffffff;
}
.format_free #tmp_hnavi_s > ul > li > a.active{
	background-color: #ffffff;
	color: #333333;
}
.pnavi{
	top: -27px;
	padding-left: 0;
}
.pnavi a{
	padding-top: 12px;
	padding-left: 5px;
	width: 129px;
	height: 60px;
	font-size: 62.5%;
}
.pnavi span{
	padding-left: 14px;
	background-image: url(/shared/site_bunka/images/icon/icon_backtop_sp.png);
	background-position: 0 2px;
	-webkit-background-size: 10px auto;
	-moz-background-size: 10px auto;
	background-size: 10px auto;
}
/* ==================================================
layout
================================================== */
/* pankuzu
================================================== */
#tmp_pankuzu {
	margin: 35px 0;
	font-size: 87.5%;
	line-height: 1.7;
}
#tmp_social_plugins {
	display: block;
	margin: 0 auto 20px;
	text-align: center;
}
/* update
================================================== */
#tmp_custom_update{
	margin: 13px 0;
	text-align:right;
}
#tmp_page_id,
#tmp_update{
	font-size: 87.5%;
	line-height: 1.2;
	padding-left:10px;
}
#tmp_print {
	display:none;
}
/* box_gmap
================================================== */
#tmp_contents #tmp_box_gmap{
	margin-bottom: 12px;
	padding-right: 0;
}
#tmp_contents #tmp_box_gmap a{
	max-width: 300px;
	padding: 11px 12px 9px 20px;
}
#tmp_contents #tmp_box_gmap a:before{
	margin-right: 9px;
	background-image: url(/shared/site_bunka/images/icon/icon_ggmap_sp.png);
	width: 33px;
	height: 33px;
}
/* inquiry
================================================== */
#tmp_inquiry {
	margin-bottom: 30px;
}
#tmp_inquiry_ttl{
	padding: 14px 8px 11px 10px;
	background-image: url(/shared/site_bunka/images/icon/inquiry_pattern_rgt_sp.png);
	-webkit-background-size: 62px auto;
	-moz-background-size: 62px auto;
	background-size: 62px auto;
}
#tmp_inquiry_ttl h2{
	font-size: 125%;
}
#tmp_inquiry_cnt{
	padding: 17px 9px 24px;
	line-height: 1.7;
}
#tmp_inquiry_cnt .inquiry_btn{
	margin-top: 21px;
}
#tmp_inquiry_cnt .inquiry_btn input{
	font-size: 87.5%;
	min-width: 197px;
	max-width: 100%;
	padding: 6px 22px 4px 36px;
	background-position: 25px 11px;
	-webkit-background-size: 5px auto;
	-moz-background-size: 5px auto;
	background-size: 5px auto;
}
/* feedback
================================================== */
#tmp_feedback{
	margin-bottom: 50px;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
#tmp_feedback_ttl{
	padding: 12px 8px 12px 10px;
	background-image: url(/shared/site_bunka/images/icon/inquiry_pattern_rgt_sp.png);
	-webkit-background-size: 62px auto;
	-moz-background-size: 62px auto;
	background-size: 62px auto;
}
#tmp_feedback_ttl h2{
	font-size: 125%;
}
#tmp_feedback_cnt {
    padding: 16px 7px 24px;
}
#tmp_feedback_cnt fieldset legend{
	font-size: 87.5%;
	margin-bottom: 10px;
}
#tmp_feedback_cnt fieldset p{
	display: block;
	float: none;
	margin: 0 0 0.1em 0.1em;
}
#tmp_feedback_cnt .submit{
	margin-top: 21px;
}
#tmp_feedback_cnt .submit input{
	font-size: 87.5%;
	max-width: 100%;
	padding: 5px 21px 5px 35px;
	background-position: 23px 11px;
	-webkit-background-size: 5px auto;
	-moz-background-size: 5px auto;
	background-size: 5px auto;
}
/* rnavi
================================================== */
.col_rgt_navi .search_cate_ttl h2 {
	font-size: 125%;
	line-height: 1.2;
}
#tmp_rnavi{
	margin-bottom: 25px;
}
#tmp_rnavi #tmp_rnavi_heading{
	margin: 0 0 19px;
}
#tmp_rnavi_ttl{
	border-bottom-width: 3px;
}
#tmp_rnavi_ttl a{
    padding: 17px 10px 15px 38px;
	background-image: url(/shared/site_bunka/images/icon/icon_arrow_white_big_sp2.png);
	background-position: 10px 23px;
	-webkit-background-size: 21px auto;
	-moz-background-size: 21px auto;
	background-size: 21px auto;
	font-size: 125%;
}
#tmp_rnavi_cnt{
	-webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}
#tmp_rnavi_cnt ul li a{
	font-size: 100%;
	line-height: 1.7;
	padding: 13px 10px 11px 30px;
	background-image: url(/shared/site_bunka/images/icon/icon_arrow_black_sp.png);
	background-position: 9px 19px;
	-webkit-background-size: 15px auto;
	-moz-background-size: 15px auto;
	background-size: 15px auto;
}
#tmp_rnavi_cnt .btn_more a{
	padding-top: 15px;
	font-size: 100%;
}
/* link 
================================================== */
#tmp_wrap_main a.icon_pdf,
#tmp_wrap_main a.icon_word,
#tmp_wrap_main a.icon_excel,
#tmp_wrap_main a.icon_ppt{
	padding-left: 45px;
	-webkit-background-size: 39px auto;
	-moz-background-size: 39px auto;
	background-size: 39px auto;
}
#tmp_wrap_main a.icon_pdf {
	background-image:url(/shared/templates/bunka_free/images/icon_pdf_sp.jpg);
}
#tmp_wrap_main a.icon_word {
	background-image:url(/shared/templates/bunka_free/images/icon_word_sp.jpg);
}
#tmp_wrap_main a.icon_excel {
	background-image:url(/shared/templates/bunka_free/images/icon_excel_sp.jpg);
}
#tmp_wrap_main a.icon_ppt {
	background-image:url(/shared/templates/bunka_free/images/icon_pp_sp.jpg);
}
/* pnavi
================================================== */
/* plugin
================================================== */
.plugin {
	display:none; /* do not edit */
}
/* model_change
================================================== */
.wrap_mc_pc,
.wrap_mc_pc #tmp_switch_pc_style {
	display: none;
}
/* ==================================================
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%;
	padding: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;
	padding:0;
	float:none;
	clear:both;
}
#tmp_contents div.col3 ul,
#tmp_contents div.col2 ul {
	margin-bottom:0;
}
#tmp_contents table.col2 td.col2L,
#tmp_contents table.col3 td.col3L,
#tmp_contents table.col3 td.col3M {
	border-right: 0;
}
#tmp_contents table.col2,
#tmp_contents table.col2 thead,
#tmp_contents table.col2 tbody,
#tmp_contents table.col2 tfoot,
#tmp_contents table.col2 tr,
#tmp_contents table.col2 th,
#tmp_contents table.col2 td,
#tmp_contents table.col3,
#tmp_contents table.col3 thead,
#tmp_contents table.col3 tbody,
#tmp_contents table.col3 tfoot,
#tmp_contents table.col3 tr,
#tmp_contents table.col3 th,
#tmp_contents table.col3 td {
	display: block !important;
	width: 100% !important;
}
#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%;
}


/* Scroll Table
================================================== */
.scroll_table {
	margin-bottom:30px;
	padding:29px 0 5px;
	background:#f6f6f6 url(/shared/site_bunka/images/icon/scroll_table_icon.png) right 9px top 9px no-repeat;
	-webkit-background-size: 75px auto;
	-moz-background-size: 75px auto;
	background-size: 75px auto;
	overflow-x:scroll;
}
.scroll_table_switch {
	margin:0 0 15px;
	text-align:right;
	font-size:100%;
	font-weight: 500;
	line-height:1.2;
}
.scroll_table_switch a {
	display:inline-block;
	padding:8px 8px 8px 60px;
	text-decoration:none;
	background:#ffffff url(/shared/site_bunka/images/icon/scroll_table_ex.png) 6px center no-repeat;
	-webkit-background-size: 50px auto;
	-moz-background-size: 50px auto;
	background-size: 50px auto;
	-webkit-box-shadow: 0 0 5px 0 rgba(178,178,178,0.3);
	-moz-box-shadow: 0 0 5px 0 rgba(178,178,178,0.3);
	box-shadow: 0 0 5px 0 rgba(178,178,178,0.3);
	color:#222222;
	min-width:9em;
	text-align:center;
}
.scroll_table_switch a.scroll {
	background-image: url(/shared/site_bunka/images/icon/scroll_table_df.png);
}
.scroll_table::-webkit-scrollbar{
 height: 5px;
}
.scroll_table::-webkit-scrollbar-track{
	background: #e8e8e8;
}
.scroll_table::-webkit-scrollbar-thumb {
	background: #c8c8c8;
}
/* ==================================================
accessibility
================================================== */
.color_yellow #tmp_wrapper #tmp_header{
	background-color: #FFFF00 !important;
}
.color_blue #tmp_wrapper #tmp_header{
	background-color: #00008B !important
}
.color_black #tmp_wrapper #tmp_header{
	background-color: #000000 !important;
}
.color_blue #tmp_wrapper #tmp_sma_menu .wrap_sma_sch,
.color_yellow #tmp_wrapper #tmp_sma_menu .wrap_sma_sch,
.color_black #tmp_wrapper #tmp_sma_menu .wrap_sma_sch {
	border: 2px solid transparent;
}
.color_blue #tmp_wrapper #tmp_sma_search .sch_ttl,
.color_yellow #tmp_wrapper #tmp_sma_search .sch_ttl,
.color_black #tmp_wrapper #tmp_sma_search .sch_ttl,
.color_blue #tmp_wrapper #tmp_sma_search .sch_btn input,
.color_yellow #tmp_wrapper #tmp_sma_search .sch_btn input,
.color_black #tmp_wrapper #tmp_sma_search .sch_btn input {
	border: 1px solid transparent;
	border-radius: 0;
}
.color_blue #tmp_sma_search .sch_box input,
.color_black #tmp_sma_search .sch_box input,
.color_yellow #tmp_sma_search .sch_box input {
	border-radius: 0;
}
.color_blue #tmp_wrapper #tmp_gnavi .gnavi a,
.color_blue #tmp_wrapper .hmore_list .hmore_link a,
.color_black #tmp_wrapper #tmp_gnavi .gnavi a,
.color_black #tmp_wrapper .hmore_list .hmore_link a {
	background-image: url(/shared/site_bunka/images/icon/icon_arrow_white_big_sp.png) !important;
}
.color_yellow #tmp_wrapper #tmp_gnavi .gnavi a,
.color_yellow #tmp_wrapper .hmore_list .hmore_link a{
	background-image: url(/shared/site_bunka/images/icon/icon_arrow_black_sp.png) !important;
}
.color_black.format_free #tmp_wrapper #tmp_header,
.color_yellow.format_free #tmp_wrapper #tmp_header,
.color_blue.format_free #tmp_wrapper #tmp_header{
	border-bottom: 1px solid;
}
.color_blue .scroll_table_switch a,
.color_yellow .scroll_table_switch a,
.color_black .scroll_table_switch a{
	border: 1px solid;
}
.color_blue .pnavi a,
.color_black .pnavi a,
.color_yellow .pnavi a{
	padding-top: 8px;
}
.fsize_small #tmp_wrapper .header_navbar:not(.fixed_nav){
	margin-top: 0;
}
.fsize_small #tmp_hnavi_s li#tmp_hnavi_rmenu a,
.fsize_big #tmp_wrapper #tmp_hnavi_s > ul > li > a,
.fsize_big2 #tmp_wrapper #tmp_hnavi_s > ul > li > a{
	font-size: 0.7rem;
}
.fsize_big2 #tmp_sma_search .sch_btn input {
	font-size: 1rem;
}
.fsize_big2 #tmp_wrapper #tmp_inquiry_cnt .inquiry_btn input{
	font-size: 76%;
}
.fsize_big .pnavi a{
	padding-top: 5px;
	font-size: 50%;
}
.fsize_big2 .pnavi a{
	padding-top: 5px;
	font-size: 46%;
}
.no_javascript #tmp_wrapper .header_navbar{
	padding: 0;
}
.no_javascript #tmp_gnavi{
	display: none;
}
/* ==================================================
clearfix
================================================== */
#tmp_hnavi_s ul:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}
}

@media screen and (max-width : 340px) {
    #tmp_hlogo,
	.format_free #tmp_hlogo {
		padding: 20px 4px 0;
        width: 156px;
	}
	.format_free #tmp_header .header_main,
	#tmp_header .header_main{
		padding-left: 2px;
	}
}