@charset "utf-8";

@import url(/shared/fonts/typesquare_font/ot_hiraginoudsansrstdn_w3/OT-HiraginoUDSansRStdN-W3.css);
@import url(/shared/fonts/typesquare_font/ot_hiraginoudsansrstdn_w4/OT-HiraginoUDSansRStdN-W4.css);
@import url(/shared/fonts/typesquare_font/ot_hiraginoudsansrstdn_w5/OT-HiraginoUDSansRStdN-W5.css);
@import url(/shared/fonts/typesquare_font/ot_hiraginoudsansrstdn_w6/OT-HiraginoUDSansRStdN-W6.css);

/* ==================================================
Setting by CMS sheets
================================================== */
body,
input,
select,
textarea {
	font-family: "OT-HiraginoUDSansRStdN-W3", 'メイリオ', Meiryo, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
th,
optgroup,
strong,
b {
	font-family: "OT-HiraginoUDSansRStdN-W6", 'メイリオ', Meiryo, sans-serif;
}

em {
	font-family: "OT-HiraginoUDSansRStdN-W3", sans-serif;
}
strong em {
	font-family: "OT-HiraginoUDSansRStdN-W6", sans-serif;
}
em strong {
	font-family: "OT-HiraginoUDSansRStdN-W6", sans-serif;
	font-weight: bold;
}

a {
	color: #2444bb;
	background-color: transparent;
}
a:hover,
a:focus{
	text-decoration: none;
}
body {
	font-size:112.5%;	/* 18px */
	color:#222222;
	background-color:transparent;
}

/* Styles
================================================== */
/* text */
.txt_red {
	color:#ac1c45; /* Setting by CMS sheets */
}
.txt_green {
	color:#106724; /* Setting by CMS sheets */
}
.txt_big {
	font-size:133.33%; /* 24px */
}
.txt_small {
	font-size:77.78%; /* 14px */
}
/* bgcolor */
td.bg_red,
th.bg_red {
	color:inherit;
	background-color:#feecec; /* Setting by CMS sheets */
}
td.bg_yellow,
th.bg_yellow {
	color:inherit;
	background-color:#fbffe7; /* Setting by CMS sheets */
}
td.bg_green,
th.bg_green {
	color:inherit;
	background-color:#e8ffee; /* Setting by CMS sheets */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ==================================================
Base-Layout
================================================== */
#tmp_wrapper {
	min-width: 1220px;
	margin: 0 auto;
}
.format_top #tmp_wrapper {
	min-width: 1280px;
}

.container:before,
.container:after {
	content: '';
	display: table;
}

.container:after {
	clear: both;
}

.container {
	margin: 0 auto;
	padding: 0 10px;
	width: 1220px;
}
#tmp_contents {
	padding:0 0 40px;
}

/* format カラムのレイアウトのbaseロジック
============================== */
.wrap_col_rgt_navi {
	float: right;
}
.column_rnavi .wrap_col_main {
	width: 100%;
	float: left;
}
.col_main {
	padding: 10px 0;
}
.type_idx .col_main {
	padding-top:55px;
}
/* free
============================== */
.format_free .wrap_col_rgt_navi {
	width: 260px;
	padding-top: 16px;
}

.format_free .col_rgt_navi {
	color: inherit;
	background-color: #ffffff;
}
.format_free .column_rnavi .wrap_col_main {
	margin-right: -300px;
}

.format_free .column_rnavi .col_main {
	margin-right: 300px;
}
/* col_rgt_navi
================================================== */
#tmp_wrap_recommend ul,
#tmp_box_feature ul{
	list-style: none;
}
#tmp_wrap_recommend{
	margin-bottom: 60px;
}
.feature_ttl,
.col_rnavi_ttl{
	line-height: 1.3;
	font-size: 133.33%;
    font-weight: bold;
    padding-top: 22px;
	margin-bottom: 13px;
	background-repeat: no-repeat;
	background-position: left top;
}
.feature_ttl h2{
	font-size: 100%;
}
#tmp_wrap_recommend .col_rnavi_ttl{
	background-image: url(/shared/site_ownedmedia/images/icon/recommendation_ttl_en.png);
}
#tmp_box_feature .feature_ttl{
	background-image: url(/shared/site_ownedmedia/images/icon/special_ttl_en.png);
}
#tmp_wrap_recommend ul{
	font-size: 88.9%;
}
#tmp_wrap_recommend ul li{
	padding: 16px 0 13px;
	border-top: 1px solid #cccccc;
}
#tmp_wrap_recommend ul li:last-child{
	border-bottom: 1px solid #cccccc;
}
#tmp_wrap_recommend ul a{
	display: table;
	width: 100%;
	color: #222222;
	background-color: #ffffff;
}
#tmp_wrap_recommend ul span{
	display: table-cell;
	vertical-align: top;
}
#tmp_wrap_recommend ul span.rnavi_item_img{
	padding-top: 4px;
}
#tmp_wrap_recommend ul span.rnavi_item_txt{
	padding-left: 20px;
}
#tmp_wrap_recommend ul a:hover,
#tmp_wrap_recommend ul a:focus{
	text-decoration: none;
}
#tmp_box_feature .feature_list li{
	margin-bottom: 30px;
}
#tmp_box_feature .feature_list a{
	text-decoration: none;
	display: block;
	font-weight: bold;
	line-height: 1.56;
	color: #222222;
	background-color: #e5e5e5;
	padding: 20px 20px 12px;
}
#tmp_box_feature .feature_list span{
	display: block;
}
#tmp_box_feature .feature_img{
	margin-bottom: 7px;
	overflow:hidden;
}
#tmp_box_feature .feature_img img {
    width: 100%;
    height: auto;
	vertical-align: top;
	-webkit-transition: transform 0.5s ease-in-out;
	-moz-transition: transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;
}
#tmp_box_feature .feature_list a:hover .feature_img img,
#tmp_box_feature .feature_list a:focus .feature_img img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
#tmp_wrap_container {
    padding: 26px 0 50px;
}
/* ==================================================
btn - hover
================================================== */
#tmp_contents .media_part_link a::before,
#tmp_contents ul.box_btn li a::before,
#tmp_contents .box_menu_ttl p a::before{
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    border: 2px solid #a56bc5;
    background-color: transparent;
    color: inherit;
    width: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    z-index: -1;
    -webkit-transition: width 0.4s ease-in-out, visibility 0.4s ease-in-out, opacity 0.4s ease-in-out;
    -moz-transition: width 0.4s ease-in-out, visibility 0.4s ease-in-out, opacity 0.4s ease-in-out;
    transition: width 0.4s ease-in-out, visibility 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
#tmp_contents .media_part_link a::after,
#tmp_contents ul.box_btn li a:after,
#tmp_contents .box_menu_ttl p a:after {
    content: '';
    position: absolute;
    left: 35px;
    top: 1px;
    right: 1px;
    bottom: 1px;
    background-color: #ffffff;
    z-index: -1;
}
#tmp_contents .media_part_link a::after{
	right: 47px;
}
/* 外部リンクアイコン付きの場合 */
#tmp_contents .media_part_link a:hover:before,
#tmp_contents .media_part_link a:focus:before,
#tmp_contents ul.box_btn li a:hover:before,
#tmp_contents ul.box_btn li a:focus:before,
#tmp_contents .box_menu_ttl p a:hover:before,
#tmp_contents .box_menu_ttl p a:focus:before{
    opacity: 1;
    visibility: visible;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    width: calc(100% + 2px);
}
/* ★ホーバ時に、スライドの画像拡大,テキストの下線を引く*/
#tmp_contents .editable_slider .editable_item.active .slide_img img,
#tmp_contents .editable_slider .editable_item:hover .slide_img img,
#tmp_contents .editable_slider .editable_item:focus .slide_img img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
#tmp_contents .editable_slider .slide_img {
	position: relative;
	overflow: hidden;
	margin:0 0 0.5em !important;
	display: block;
}
#tmp_contents .editable_slider .slide_img img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
	-webkit-transition: transform 0.5s ease-in-out;
	-moz-transition: transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;
}
#tmp_contents .editable_slider .slide_txt a {
	position: relative;
	text-decoration:none;
	color:#222222;
}
#tmp_contents .editable_slider .slide_txt a::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #a56bc5;
	width: 0;
	height: 1px;
	-webkit-transition: width 0.4s ease-in-out;
	-moz-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
}
#tmp_contents .editable_slider .editable_item.active a::before,
#tmp_contents .editable_slider .editable_item:hover a::before,
#tmp_contents .editable_slider .editable_item:focus a::before {
    width: 100%;
}
/* pankuzu
================================================== */
#tmp_pankuzu {
	font-size:77.78%;
	margin:0 0 3px;
}
#tmp_pankuzu a {
	color:#333333;
	text-decoration:underline;
}
#tmp_pankuzu a:hover,
#tmp_pankuzu a:focus {
	text-decoration:none;
}
/* custom_update
================================================== */
#tmp_custom_update {
	float:right;
	margin-bottom: 25px;
	clear: both;
}
#tmp_custom_update p {
	text-align:right;
}
#tmp_print{
	font-size:66.7%;
}
#tmp_update,
#tmp_page_id{
	font-size:77.8%;
}
#tmp_page_id{
	margin-top: -3px;
}
#tmp_print,
#tmp_update {
	display:inline-block;
	vertical-align:middle;
}
#tmp_custom_update #tmp_print {
	margin-top: -2px;
	line-height:1.1;
}
#tmp_print a{
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    min-width: 23px;
    min-height: 18px;
    color: #ffffff;
    background: #4d4d4d url(/shared/templates/free/images/icon_print.png) no-repeat 5px center;
    background-size: 12px auto;
    -moz-background-size: 12px auto;
    -webkit-background-size: 12px auto;
    padding: 2px 5px 1px 20px;
    border: 1px solid #4d4d4d;
	line-height: 1.2;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
}
#tmp_print a:hover,
#tmp_print a:focus {
    text-decoration: underline;
}
/* social_plugins
================================================== */
#tmp_social_plugins {
	text-align:center;
	margin:61px auto 41px;
}
#tmp_social_plugins .social_media_btn {
	display:inline-block;
	vertical-align:top;
	margin:0 2px;
}
/* inquiry
================================================== */
#tmp_inquiry{
	margin:0 0 60px;
	border:1px solid #222222;
	clear:both;
}
#tmp_inquiry_ttl h2,
#tmp_feedback_ttl h2 {
	font-size: 133.33%;
	font-weight: bold;
}
#tmp_inquiry_ttl {
	padding:20px 21px 8px;
}
#tmp_feedback_ttl {
	padding:26px 21px 14px;
}
#tmp_inquiry_cnt {
	padding: 0 20px 14px;
}
#tmp_inquiry_cnt p {
	font-size:88.89%;
}
#tmp_inquiry_cnt p{
	margin-bottom:0;
}
#tmp_inquiry_cnt a {
	color:#2444bb;
	background-color:transparent;
}
#tmp_inquiry_cnt a:focus,
#tmp_inquiry_cnt a:hover {
	text-decoration: none;
}
#tmp_inquiry_cnt .inq_unit {
	margin:0 0 10px;
	word-break:break-all;
	word-wrap:break-word;
}
#tmp_inquiry_cnt .inq_number p {
	margin:0 1em 0 0;
}
#tmp_inquiry_cnt .inquiry_parts {
	margin:0 0 0.8em;
}
/* social
================================================== */
#tmp_social_plugins .social_media_btn {
	display: inline-block;
}
#tmp_social_plugins a {
    display: block;
    font-size: 77.8%;
    line-height: 1;
    min-height: 20px;
    text-align: center;
    background-color: transparent;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
#tmp_social_plugins a img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
#tmp_social_plugins a:hover,
#tmp_social_plugins a:focus{
	opacity: 0.7;
}
/* header
================================================== */
#tmp_header {
	position: relative;
	padding: 14px 0;
	background-color: #ffffff;
	min-height: 72px;
	border-bottom: 1px solid #222222;
	color: #222222;
	z-index: 99;
}
#tmp_header .header_wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#tmp_hlogo {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 178px;
	flex: 0 1 178px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	background: transparent url(/shared/site_ownedmedia/images/header/header_logo.png) no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	width: 134px;
	height: 42px;
}
#tmp_hlogo a,
#tmp_hlogo span{
	display: block;
	width: 100%;
	height: 100%;
}
#tmp_hlogo span {
	line-height: 1.2;
	overflow:hidden;
	text-indent:101%;
	white-space:nowrap;
	text-align:left;
}
#tmp_hnavi_s{
	position: static;
	display: inline-block;
	padding-left: 20px;
}
#tmp_hnavi_s ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#tmp_hnavi_s li{
	list-style: none;
	font-size: 88.9%;
}
#tmp_hnavi_s a{
	display: inline-block;
	padding: 2px 0 2px 22px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
	color: inherit;
	text-decoration: none;
	border:1px solid transparent;
}
#tmp_hnavi_s li#tmp_hnavi_mmenu a{
	position: relative;
	min-width: 118px;
	padding: 7px 8px 7px 8px;
	vertical-align: middle;
}
#tmp_hnavi_s li#tmp_hnavi_rmenu a{
	min-width: 129px;
	min-height: 45px;
	padding: 11px 13px 9px 15px;
	background-image: none;
	border: 1px solid #cccccc;
	vertical-align: middle;
}
#tmp_hnavi_s li#tmp_hnavi_rmenu br{
	display: none;
}
#tmp_hnavi_s li#tmp_hnavi_rmenu a:before{
	content: '';
	position: relative;
	top: -2px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 14px;
	background: transparent url(/shared/site_ownedmedia/images/icon/icon_menu.png) no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	width: 28px;
	height: 20px;
}
#tmp_hnavi_s a:hover{
	text-decoration: underline;
}
#tmp_hnavi_s li:not(:last-child){
	margin-right: 8px;
}
#tmp_hnavi_s li#tmp_hnavi_mmenu{
	margin-right: 2px;
}
/* fixed-header */
.fixed_header #tmp_header {
    position: fixed;
	left: 0;
    right: 0;
    top: 0;
	padding: 5px 0;
    min-height: 60px;
	-webkit-animation: 0.5s ease-in-out fixHeader forwards;
	-moz-animation: 0.5s ease-in-out fixHeader forwards;
	animation: 0.5s ease-in-out fixHeader forwards;
}
#tmp_sma_menu{
	position: absolute;
    top: 0;
    right: 0;
    left: 0;
	z-index: 99;
}
.fixed_header #tmp_header + #tmp_sma_menu #tmp_sma_rmenu.wrap_sma_sch{
    top: 61px;
	height: calc(100% - 61px);
}
#tmp_sma_rmenu.wrap_sma_sch{
	position: fixed;
	top: 74px;
	left: 0;
	right: 0;
	background-color: #ffffff;
	height: calc(100% - 74px);
	overflow-y: auto;
	color: #222222;
	text-align: left;
}
.fixed_header #tmp_header #tmp_hnavi_mmenu,
.fixed_header #tmp_header #tmp_hnavi_language{
	display: none;
}
.fixed_header #tmp_header #tmp_hnavi_rmenu{
	font-size: 122.2%;
}
.fixed_header #tmp_hnavi_s li#tmp_hnavi_rmenu a{
	padding: 12px 9px 7px;
	background-color: #4d4d4d;
	min-width: 300px;
    border: none;
    color: #ffffff;
    min-height: 50px;
    font-weight: 500;
}
.fixed_header #tmp_hnavi_s li#tmp_hnavi_rmenu a:before{
	margin-right: 20px;
	background-image: url(/shared/site_ownedmedia/images/icon/icon_menu_wh.png);
	width: 38px;
	height: 28px;
}
.fixed_header #tmp_hnavi_s li#tmp_hnavi_rmenu a.active:before{
	background-image: url(/shared/site_ownedmedia/images/icon/icon_close_rmenu_sp.png);
	width: 18px;
	height: 18px;
}
.fixed_header #tmp_sma_mmenu.active,
.fixed_header #tmp_sma_mmenu,
.fixed_header #tmp_sma_language.active,
.fixed_header #tmp_sma_language{
	display: none !important;
}
@keyframes fixHeader{
    from {
        top: -90px;
    }
    to {
        top: 0;
    }
}
@-moz-keyframes fixHeader {
    from {
        top: -90px;
    }
    to {
        top: 0;
    }
}
@-webkit-keyframes fixHeader {
    from {
        top: -90px;
    }
    to {
        top: 0;
    }
}
/* SpMenu
================================================== */
#tmp_hnavi_s li#tmp_hnavi_mmenu a.active{
	border: 1px solid #333333;
}
#tmp_hnavi_s li#tmp_hnavi_rmenu a.active,
#tmp_hnavi_s li#tmp_hnavi_mmenu a.active{
	text-decoration: none;
}
#tmp_hnavi_s li#tmp_hnavi_mmenu a.active:before{
	top: -2px;
	width: 15px;
    height: 16px;
	background-image: url(/shared/site_ownedmedia/images/icon/icon_setting_close.png);
}
#tmp_hnavi_s li#tmp_hnavi_rmenu a.active:before{
	width: 15px;
	height: 14px;
	background-image: url(/shared/site_ownedmedia/images/icon/icon_menu_close.png);
}
#tmp_hnavi_s li#tmp_hnavi_mmenu a:before {
    content: '';
    position: relative;
	top: -1px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    background: transparent url(/shared/site_ownedmedia/images/icon/icon_setting.png) no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    width: 14px;
    height: 14px;
}
.wrap_sma_sch{
	left: 0;
	right: 0;
	color: #222222;
	background-color: #ffffff;
}
#tmp_sma_mmenu,
#tmp_sma_language{
	top: 74px;
}
#tmp_sma_rmenu .close_btn{
	text-align: center;
}
#tmp_sma_rmenu .close_btn a{
    text-decoration: none;
    display: block;
    font-size: 88.9%;
    padding: 18px 10px 16px;
    color: #ffffff;
    background-color: #4d4d4d;
}
#tmp_sma_rmenu .close_btn span{
	display: inline-block;
	padding-left: 23px;
	color: #ffffff;
    background: #4d4d4d url(/shared/site_ownedmedia/images/icon/icon_close_rmenu.png) no-repeat left 5px;
}
#tmp_sma_rmenu .sec_search {
    padding: 40px 0 59px;
}
#tmp_sma_rmenu .close_btn a:hover span{
	text-decoration: underline;
}
/* Style setting browsing
================================================== */
#tmp_h_browsing{
    margin: 0 auto;
    padding: 21px 50px 9px;
    background-color: #4d4d4d;
    color: #ffffff;
}
#tmp_h_browsing .browsing_inner{
	display: flex;
	align-items: center;
	padding: 0 50px;
}
#tmp_h_browsing .browsing_ttl{
    flex: 0 0 146px;
    padding: 2px 0 8px 26px;
    background: transparent url(/shared/images/header/new/icon_browsing.png) no-repeat left 8px;
    background-size: 17px auto;
    font-size: 111.1%;
    text-align: left;
}
#tmp_h_browsing .browsing_list{
    flex: 1 1 auto;
}
#tmp_h_browsing ul{
	list-style: none;
    display: flex;
    flex-flow: row wrap;
    margin: 0 -5px;
}
#tmp_h_browsing li{
    margin-bottom: 10px;
    padding: 0 5px;
    width: 33.33%;
}
#tmp_h_browsing a{
    display: block;
	padding: 14px 14px 11px 47px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 17px auto;
	color: #222222;
	background-color: #ffffff;
    border: 1px solid #cccccc;
    font-size: 88.9%;
    text-align: left;
    text-decoration: none;
}
#tmp_h_browsing .browsing_fszie a{
    background-image: url(/shared/images/header/new/icon_fsize.png);
}
#tmp_h_browsing .browsing_void a{
    background-image: url(/shared/images/header/new/icon_void.png);
}
#tmp_h_browsing .browsing_furigana a{
    background-image: url(/shared/images/header/new/icon_furigana.png);
}
#tmp_h_browsing a:hover,
#tmp_h_browsing a:focus{
    text-decoration: underline;
}
/* Style sec_search
================================================== */
.sec_search{
    padding: 92px 0 100px;
    overflow: hidden;
}
.sec_search .search_ttl{
    margin-bottom: 36px;
    padding: 10px 0 10px 131px;
    background: transparent url(/shared/templates/ownedmedia_top/images/icon/search_ttl_txt.png) no-repeat;
    font-weight: 500;
}
.sec_search .search_box{
    margin-bottom: 35px;
}
.sec_search .search_box_ttl{
    margin-bottom: 20px;
    font-size: 122.2%;
    font-weight: 500;
}
.sec_search .search_box_list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -10px;
}
.sec_search .search_box_list li{
    margin-bottom: 20px;
    width: 16.66%;
    padding: 0 10px;
    list-style: none;
}
.sec_search .search_box_list a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 22px 10px 20px 17px;
    background-color: #ffffff;
    height: 100%;
    border: 1px solid #e6e6e6;
    text-decoration: none;
    color: #222222;
}
.sec_search .search_genre .search_box_list a{
    text-transform: uppercase;
}
.sec_search .search_purpose{
    margin-bottom: 56px;
}
.sec_search .search_purpose .search_box_list{
    margin: 0 -12px;
}
.sec_search .search_purpose li{
    margin-bottom: 24px;
    width: 16.66%;
    padding: 0 12px;
}
.sec_search .search_purpose a{
    padding-bottom: 18px;
}
.sec_search .search_purpose a:before{
    content: '';
    margin-right: 12px;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    width: 24px;
    height: 28px;
}
.sec_search .search_purpose li:nth-child(1) a:before{
    background-image: url(/shared/templates/ownedmedia_top/images/icon/search_icon_01.png);
}
.sec_search .search_purpose li:nth-child(2) a:before{
    background-image: url(/shared/templates/ownedmedia_top/images/icon/search_icon_02.png);
}
.sec_search .search_purpose li:nth-child(3) a:before{
    background-image: url(/shared/templates/ownedmedia_top/images/icon/search_icon_03.png);
}
.sec_search .search_purpose li:nth-child(4) a:before{
    background-image: url(/shared/templates/ownedmedia_top/images/icon/search_icon_04.png);
}
.sec_search .search_purpose li:nth-child(5) a:before{
    background-image: url(/shared/templates/ownedmedia_top/images/icon/search_icon_05.png);
}
.sec_search .search_purpose li:nth-child(6) a:before{
    background-image: url(/shared/templates/ownedmedia_top/images/icon/search_icon_06.png);
}
.sec_search .search_box_list a:hover,
.sec_search .search_box_list a:focus{
	text-decoration: underline;
}
.sec_search .search_link{
    padding: 8px 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.sec_search .search_link ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.sec_search .search_link li{
    width: 33.33%;
    border-left: 1px solid #e5e5e5;
    list-style: none;
}
.sec_search .search_link a{
    display: block;
    padding: 18px 48px 17px 20px;
    background: transparent url(/shared/templates/ownedmedia_top/images/icon/arrow_link.png) no-repeat right 20px center;
    -webkit-background-size: 28px auto;
    -moz-background-size: 28px auto;
    background-size: 28px auto;
    text-decoration: none;
    color: inherit;
}
.sec_search .search_link a:hover,
.sec_search .search_link a:focus{
	text-decoration: underline;
}
.sec_search .search_link li:not(:nth-child(-n+3)){
    margin-top: 16px;
}
.sec_search .search_link li:last-child{
    border-right: 1px solid #e5e5e5;
}
/* start header following
================================================== */

/* end header following
================================================== */
/* start foreign Language & bottom menu
================================================== */
#tmp_sma_language {
	position: absolute;
    z-index: 800;
    display: none;
    text-align: center;
	background-color: #4d4d4d;
    color: #ffffff;
}
#tmp_sma_language .browsing_language{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 500px;
    overflow-y: auto;
    margin: 0 auto;
    padding: 19px 50px;
}
#tmp_sma_language .browsing_language .browsing_ttl{
    text-align: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    font-size: 111.1%;
    padding-top: 14px;
}
#tmp_sma_language .browsing_language .browsing_ttl p > span{
    display: inline-block;
    padding: 0 5px 0 25px;
    color: inherit;
    background: transparent url(/shared/site_ownedmedia/images/header/language_icon_wht.png) no-repeat left center;
}
#tmp_sma_language .browsing_language .sma_sch_wrap{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
#tmp_sma_language .browsing_language .browsing_list{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
#tmp_sma_language .browsing_language .language_list{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -10px;
	gap: 10px 0;
}
#tmp_sma_language .browsing_language .language_list li{
	list-style: none;
    padding: 0 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
#tmp_sma_language .browsing_language ul.show li{
    width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
#tmp_sma_language .browsing_language .language_list li a{
    height: 100%;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    word-break: break-word;
    font-size: 77.8%;
    padding: 16px 10px 13px 30px;
    border: 1px solid #cccccc;
    color: #222222;
    background: #ffffff url(/shared/site_ownedmedia/images/icon/arrow_icon7_black.png) no-repeat 19px center;
}
#tmp_sma_language .for_foreigners{
    margin-bottom: 20px;
}
#tmp_sma_language .for_foreigners p a{
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 88.9%;
    border: 1px solid #cccccc;
    color: #222222;
    background-color: #ffffff;
    padding: 12px 14px;
}
#tmp_sma_language .for_foreigners p span{
    display: inline-block;
    padding-left: 18px;
    color: inherit;
    background: transparent url(/shared/site_ownedmedia/images/header/for_foreigners_icon.png) no-repeat left 3px;
}
#tmp_sma_language .for_foreigners p a:hover span,
#tmp_sma_language .for_foreigners p a:focus span,
#tmp_sma_language .browsing_language .language_list li a:hover,
#tmp_sma_language .browsing_language .language_list li a:focus{
    text-decoration: underline;
}
#tmp_hnavi_language a {
	position: relative;
	min-width: 184px;
	padding: 7px 5px;
}
#tmp_hnavi_language a:before {
	content: '';
    position: relative;
    top: -1px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    background: transparent url(/shared/site_ownedmedia/images/icon/icon_lang.png) no-repeat;
	-webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    width: 16px;
    height: 16px;
}
#tmp_hnavi_language a.active:before {
	top: -2px;
    width: 15px;
    height: 16px;
    background-image: url(/shared/site_ownedmedia/images/icon/icon_setting_close.png);
}
#tmp_hnavi_language a.active {
	border-color: #333333;
	text-decoration: none;
}
#tmp_bnavi_s {
	display: none;
}
/* end foreign Language & bottom menu
================================================== */
/* ptop
================================================== */
.ptop {
	text-align:right;
	clear:both;
}

/* footer
================================================== */
#tmp_footer {
	background-color: #4d4d4d;
	color: #ffffff;
	font-size: 88.9%;
}
#tmp_footer .footer_wrap{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 59px 0;
}
#tmp_footer .pnavi{
	position: absolute;
	top: -37px;
	right: -1px;
}
#tmp_footer .pnavi .ptop {
	text-align:left;
}
#tmp_footer .pnavi a{
	display: block;
	color: #ffffff;
	background: transparent url(/shared/site_ownedmedia/images/icon/icon_backtop.png) no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	width: 52px;
	height: 38px;
	text-indent: -9999px;
	text-decoration: none;
}
#tmp_footer .footer_cnt{
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
#tmp_footer .footer_cnt_head{
	margin-bottom: 9px;
}
#tmp_footer .footer_logo{
	float: left;
	width: 120px;
}
#tmp_footer .footer_logo p {
	font-size:137.5%;
	font-weight:bold;
}
#tmp_footer .footer_corporate{
	overflow: hidden;
	padding: 5px 0 0 5px;
}
#tmp_footer address{
	font-style: normal;
}
#tmp_footer .footer_fnavi{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 430px;
	flex: 0 0 430px;
}
#tmp_footer .fnavi{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
#tmp_footer .fnavi li{
	margin-bottom: 22px;
	list-style: none;
}
#tmp_footer .fnavi a{
	position: relative;
	display: inline-block;
	padding-left: 20px;
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}
#tmp_footer .fnavi a:before{
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	background-color: #ffffff;
	width: 10px;
	height: 1px;
	color: #222222;
}
#tmp_footer .fnavi a:hover,
#tmp_footer .fnavi a:focus{
	text-decoration: underline;
}
#tmp_footer .fnavi li:not(:nth-child(2n)){
	margin-right: 52px;
    min-width: 182px;
}
#tmp_footer .copyright{
	font-size: 75%;
	text-align: right;
}
.footer_cnt_address p a {
	color:#FFFFFF;
	background-color:transparent;
}
/* ==================================================
layout
================================================== */


/* ==================================================
CMS-function
================================================== */


/* ==================================================
CMS-library
================================================== */


/* ==================================================
CMS-parts
================================================== */


/* col2
================================================== */


/* col2_cms */

table.col2 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.col2 td.col2l,
table.col2 td.col2r,
table.col2 td.col2L,
table.col2 td.col2R {
	width: 50%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.col2 td.col2l,
table.col2 td.col2L {
	border-right: 15px solid #FFFFFF;
}


/* col2_pub */

div.col2 {
	width: 100%;
}

div.col2 div.col2l,
div.col2 div.col2L {
	display: table;
	width: 48.5%;
	margin-right: 2%;
	float: left;
}

div.col2 div.col2r,
div.col2 div.col2R {
	display: table;
	width: 48.5%;
	float: left;
}


/* nestcol2 */

table.col2 table.col2 td.col2l,
table.col2 table.col2 td.col2L {
	padding: 0;
}

div.col2 div.col2 div.col2l,
div.col2 div.col2 div.col2L {
	width: 47.5%;
	margin-right: 4%;
}

div.col2 div.col2 div.col2r,
div.col2 div.col2 div.col2R {
	width: 47.5%;
}


/* fixed_col2 */

div.fixed_col2 {
	width: 100%;
}

div.fixed_col2 div.fixed_col2l,
div.fixed_col2 div.fixed_col2L {
	display: table;
	width: 48.5%;
	margin-right: 2%;
	float: left;
}

div.fixed_col2 div.fixed_col2r,
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,
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,
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,
div.col3 div.col3L,
div.col3 div.col3M {
	display: table;
	width: 31.7%;
	margin-right: 2%;
	float: left;
}

div.col3 div.col3r,
div.col3 div.col3R {
	display: table;
	width: 31.7%;
	float: left;
}
/* 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%;
}
/* ふりがな対応（diplay:flex ⇒　diplay:block）
================================================== */
.furigana_on .sec_search .search_purpose a,
.furigana_on #tmp_contents ul.box_btn li a,
.furigana_on #tmp_contents .box_menu_ttl p a{
	display: block;
}
.furigana_on #tmp_contents ul.box_btn li a,
.furigana_on #tmp_contents .box_menu_ttl p a {
    padding-top:25px;
}
/* ==================================================
font-family
================================================== */
/* 500 */
.sec_search .search_ttl,
.sec_search .search_box_ttl,
#tmp_footer .footer_logo p {
	font-family: "OT-HiraginoUDSansRStdN-W5", 'メイリオ', Meiryo, sans-serif;
}
/* bold */
.feature_ttl,
.col_rnavi_ttl,
#tmp_box_feature .feature_list a,
#tmp_inquiry_ttl {
	font-family: "OT-HiraginoUDSansRStdN-W6", 'メイリオ', Meiryo, sans-serif;
}

/* ==================================================
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_mmenu,
.disp_pc #tmp_sma_rmenu {
	display: none;
}
/* #tmp_sma_menu{
	display: none;
} */
/* ==================================================
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;
	height: auto !important;
}
.color_blue #tmp_wrapper #tmp_hnavi_s li#tmp_hnavi_mmenu,
.color_yellow #tmp_wrapper #tmp_hnavi_s li#tmp_hnavi_mmenu,
.color_black #tmp_wrapper #tmp_hnavi_s li#tmp_hnavi_mmenu{
	margin-right: 8px;
}

/* 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_yellow #tmp_footer .fnavi a:before{
	background-color: #000000;
}
.fsize_small #tmp_print a{
	padding: 5px 10px 1px 20px;
}
.fsize_big #tmp_footer .footer_logo{
	width: 150px;
}
/* ==================================================
accessibility style change:font-size
================================================== */


/* small
================================================== */

.fsize_small {
	font-size: 75% !important;
}

/* big
================================================== */

.fsize_big {
	font-size: 125% !important;
}


/* biggest(doubled)
================================================== */

.fsize_big2 {
	font-size: 175% !important;
}

/* ==================================================
accessibility header-footer
================================================== */
.color_black #tmp_wrapper #tmp_hlogo h1,
.color_black #tmp_wrapper #tmp_hlogo p,
.color_blue #tmp_wrapper #tmp_hlogo h1,
.color_blue #tmp_wrapper #tmp_hlogo p,
.color_yellow #tmp_wrapper #tmp_hlogo h1,
.color_yellow #tmp_wrapper #tmp_hlogo p{
	width: auto;
	height: auto;
	font-size: 1.2rem;
}
.color_black #tmp_wrapper #tmp_hlogo h1 span,
.color_black #tmp_wrapper #tmp_hlogo p span,
.color_blue #tmp_wrapper #tmp_hlogo h1 span,
.color_blue #tmp_wrapper #tmp_hlogo p span,
.color_yellow #tmp_wrapper #tmp_hlogo h1 span,
.color_yellow #tmp_wrapper #tmp_hlogo p span{
	text-indent: inherit;
}
.color_black #tmp_wrapper.fixed_header #tmp_hnavi_s li#tmp_hnavi_rmenu a,
.color_blue #tmp_wrapper.fixed_header #tmp_hnavi_s li#tmp_hnavi_rmenu a,
.color_yellow #tmp_wrapper.fixed_header #tmp_hnavi_s li#tmp_hnavi_rmenu a{
	border: 1px solid;
}
.color_black #tmp_wrapper #tmp_footer,
.color_blue #tmp_wrapper #tmp_footer,
.color_yellow #tmp_wrapper #tmp_footer,
.color_black #tmp_wrapper #tmp_sma_rmenu .close_btn a,
.color_blue #tmp_wrapper #tmp_sma_rmenu .close_btn a,
.color_yellow #tmp_wrapper #tmp_sma_rmenu .close_btn a{
	border-top: 1px solid;
}
.color_black #tmp_wrapper #tmp_footer .pnavi a,
.color_blue #tmp_wrapper #tmp_footer .pnavi a,
.color_yellow #tmp_wrapper #tmp_footer .pnavi a{
	padding: 5px;
	width: auto;
	height: auto;
	border: 1px solid;
	text-indent: inherit;
}
.color_black.fsize_small #tmp_footer .pnavi,
.color_blue.fsize_small #tmp_footer .pnavi,
.color_yellow.fsize_small #tmp_footer .pnavi{
	top: -29px;
}
.color_black.fsize_big #tmp_footer .pnavi,
.color_blue.fsize_big #tmp_footer .pnavi,
.color_yellow.fsize_big #tmp_footer .pnavi{
	top: -40px;
}
.color_black.fsize_big2 #tmp_wrapper #tmp_footer .pnavi,
.color_blue.fsize_big2 #tmp_wrapper #tmp_footer .pnavi,
.color_yellow.fsize_big2 #tmp_wrapper #tmp_footer .pnavi{
	top: -52px;
}
/* ==================================================
clearfix
================================================== */

/* for modern browser */

#tmp_header:after,
#tmp_hnavi:after,
.gnavi:after,
.gnavi ul:after,
#tmp_main:after,
#tmp_main_menu:after,
#tmp_main:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
#tmp_wrap_custom_update:after,
#tmp_custom_update:after,
#tmp_social_plugins: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_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,
.emergency_head:after,
#tmp_footer .footer_cnt_head:after {
	content: "";
	/* Do not edit */
	display: table;
	/* Do not edit */
	clear: both;
	/* Do not edit */
}

@media screen and (max-width : 910px) {
	.sec_search .search_box_list a{
		padding: 22px 5px 20px 7px;
	}
	.sec_search .search_box_list li{
		padding: 0 7px;
	}
}

/* ==================================================
print
================================================== */
@media print {
    #tmp_wrapper * {
        font-family: 'メイリオ', Meiryo, sans-serif !important;
    }
}

