html{
	height:100%;
	background-color: var(--tc_back);
}
*{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin:0;
	padding:0;
	scrollbar-width: thin;
}
body > #wrapper {
	width: 100%;
	height: 100%;
}
html > body {
}
@media screen and (max-width: 750px) {
	html > body {
		font-size: 13px;
	}
}
/*-------------------------------*/
.page_top_line{
	position: fixed;
	top:0;
	width:100%;
	height:3px;
	z-index:200;
	background:var(--orange);
}
#head {
	width: 100%;
	background-color: var(--tc01);
}
.n_container_out {
	display: flex;
	width: 100%;
	max-width: 1400px;
	min-height: 100%;
	margin: auto;
	background-color: var(--tc_left);
}
.n_container {
	display: flex;
	margin-top:5px;
	}
#NC_head_topbar {
	height: 24px;
	padding: 0px 30px 0px 0;
	background-color: var(--aliceblueoorange);
	text-align: right;
	}
#NC_head_title {
	display: flex;
	height: 100px;
	padding: 10px 20px 10px 30px;
	font-size: 14px;
	}
@media screen and (max-width: 750px) {
	#NC_head_title {
		display:none
	}
	.n_container {
		min-height: calc(100% - 204px);
	}
}
#n_head_cmp_name{
	width: 100%;
	margin-top: auto;
	margin-bottom: auto;
	text-decoration:underline;
	text-decoration-color:#ccc
}
@media screen and (max-width: 750px) {
	#n_head_cmp_name{
		display:none;
	}
}
#n_head_func_icons{
	margin-left:auto;
	margin-right:0px;
	display: flex;"
}
.n_head_func_stricon{
	min-width: 100px;
	display: block;
	border: 2px solid var(--orange);
	border-radius: 10px;
	margin:2px;
}
.n_head_func_stricon:hover{
	border: 2px solid #acf;
	background:rgba(255,230,180,0.2);
	box-shadow: 0 0 6px 1px rgba(210, 230, 255, 0.8);
}
.n_head_func_stricon > div:nth-of-type(1){
	min-width:100%;
	font-size:12px;
	font-weight:bold;
	color: #888;
	text-align: center;
	background: #fff;
	border-radius: 10px;
	padding:2px;
	white-space: nowrap;
}
.n_head_func_stricon > div:nth-of-type(2){
	width:100%;
	font-size:10px;
	text-align: center;
	white-space: nowrap;
	color: #fff;
	background:var(--orange);
	border: 0px;
	border-radius: 0 0 7px 7px;
}
.NC_r_button {
	width: 70px;
	height: 70px;
	padding: 2px 2px 2px 0px;
	margin: 5px 8px 5px 8px;
	text-align: center;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.n_left_icon {
	list-style-type: none;
	margin: 20px 0;
	text-align: center;
	border: 1px solid var(--tc_border);
	border-radius: 20px 20px 20px 20px;
	background-color: #ffffff;
	padding: 15px 0 15px 0;
}
.n_left_icon li{
	padding: 5px 0px 5px 0px;
}
.n_left_icon div{
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	border-radius: 15px 15px 15px 15px;
}
/*-------------------------------*/
#head_menu {
	padding: 3px 0 3px 0;
	}
#head_banner {
	padding-top: 20px;
	padding-bottom: 3px;
	}
#head_menu0 {
	height: 22px;
	}
#main_title {
	display: flex;
	background-color: var(--tc02);
	padding: 10px;
	height: 56px;
	border-left: 4px solid #ef9959;
	border-top: 1px solid #ccc;
}
#main_title > div:nth-child(1){
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 0px;
}
#main_title > div:nth-child(2){
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: 0px;
}
#n_mid_right {
	display: block;
	width: calc(100% - 140px);
	min-height:100%;
	background-color: var(--tc05);
	min-height: calc(100% - 258px);
}
#mid {
	width: 100%;
	background-color: var(--tc03);
	padding: 0px 20px 20px 25px;
}
#left {
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	height: 0px;
	background-color: var(--tc_left);
	padding: 10px 0px 10px 20px;
}
#right {
	min-height: 100%;
	top: 95px;
	left: 862px;
	background-color:  var(--tc06);
	padding: 0px 20px 10px 5px;
}
#foot1 {
	background-color: #fff;
	padding: 20px;
	text-align: center;
	font-size: 13px;
	line-height: 20px;
	margin: auto 20px 0 25px;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	border-bottom:0;
}
#foot1 > table{
	font-size: 14px;
	margin-left:auto;
	margin-right:auto;
}
#foot1 > table img{
	width:70px;
}
#foot1 > table ul{
	border-left:2px solid #ea5;
	padding:10px;
	padding-right: 20px;
}
#foot1 > div{
	margin-top: 15px;
}
.footer_menu{
	display:flex;
	padding:0 10px 0 10px;
	border: 1px solid #fff;
	border-Radius: 10px;
}
.footer_menu > ul > li{
	text-align: left;
}
@media screen and (max-width:750px) {
	#n_mid_right {
		border-top:0;
	}
	#foot1 {
		margin: auto 0 0 0;
		line-height: 18px;
		font-size: 11px;
	}
	#foot1 > table img{
		width:70px;
	}
	#foot1 ul{
		font-size: 13px;
	}
	#foot_menu{
		display:none;
	}
}
#contents {
	position: relative;
	clear: both;
}
#contents1 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 15px;
	position: relative;
}
/*-------------------------------*/
.n_news_list{
}
.n_news_list > li {
	width: 100%;
	border-bottom: solid 1px #e0e0e0;
}
.n_news_list > li:nth-of-type(2n + 1) {
	background: #fefefe;
}
.n_news_list > li:nth-of-type(2n) {
	background: #fafafc;
}
.n_news_list > li:last-of-type {
	border-bottom: 0;
}
/*-------------------------------*/
.n_news_1rec{
	display: flex;
	width: 100%;
	padding: 5px 0px 10px 0px;
}

.n_news_1rec > div:nth-child(1){
	width: 110px;
	flex-shrink: 0;
	padding: 10px;
	margin-right: 0px;
	text-align:center;
}
.n_news_1rec > div:nth-child(2){
	width: 100%;
	padding-right: 10px;
	text-align: left;
	vertical-align: middle;
}

.n_news_1rec_img{
	max-width: 90px;
	max-height: 110px;
	border: 1px solid #d9d9d9;
	border-radius: 8px;
}
/*-------------------------------*/
.out_pad_20{
	padding: 10px 40px 20px 40px;
}
.out_pad_20 img{
	max-width: 100%;
}
/*-------------------------------*/
@media screen and (max-width: 750px) {
	#left {
		display: none;
	}
	#n_head_func_icons{
		display: none;
	}
	#mid {
		width: 100%;
		padding: 0px;
	}
	#main_title > div:nth-child(2){
		display: none;
	}
	#n_mid_right {
		width: 100%;
	}
	.out_pad_20{
		padding:5px 10px 0 10px;
	}
	.n_news_1rec{
		padding: 0 0 2px 0;
	}
	.n_news_1rec > div:nth-child(1){
		width: 70px;
		margin:0 5px 0 0;
	}
	.n_news_1rec_img{
		width:60px;
	}
}
/*-------------------------------*/
#sp_selector{
	display: flex;
	text-align: center;
	font-size: 14px;
	background-color:#ffffff;
	color: #666666;
	border: 1px solid #d9d9d9;
	border-radius: 20px;
	margin-bottom: 10px;
}
#sp_selector div{
	width:150px;
	flex-shrink: 0;
	padding:10px;
}
#sp_selector > div:first-child{
	border-right: 1px solid #cccccc;
}
/*-------------------------------*/
.wbox_basic1 {
	background-color: #FFFFFF;
	border: 1px solid var(--tc_border);
	border-radius: 20px;
	overflow: hidden;
	padding: 5px 0 0px 0;
	margin: 20px 0px 10px 0px;
}
.wbox_basic2 {
	margin: 0 0 20px 0;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	border: 1px solid var(--tc_border);
	border-radius: 20px;
	z-index:15;
}
.wbox_title {
	box-sizing: border-box;
	width: 100%;
	font-size: 15px;
	color: #7788bb;
	line-height: 25px;
	text-align: left;
	border-bottom: 1px solid #d9d9d9;
	padding: 10px 10px 10px 25px;
}
@media screen and (max-width:750px) {
	.wbox_basic2 {
		/* overflow: scroll; */
	}
	.wbox_title {
		font-size: 13px;
		padding: 0px 5px 3px 20px;
	}
}
#wbox_banners {
	width: 250px;
	font-size: 11px;
	line-height: 12px;
	text-align: center;
	overflow: auto;
	padding: 10px 0px 10px 0px;
	margin: 0px;
}
#wbox_banners table{
	width: 100%;
}
#wbox_banners table td{
	padding:8px;
}
#wbox_banners img{
	max-width:140px;
}
/*-------------------------------*/
.map_out_box {
	width:100%;
	border: 1px solid #dddddd;
	border-radius: 15px;
}
.map_factor{
	width:100%;
	border-collapse:collapse;
	border-spacing:0px;
}
.map_factor th{
	min-width:80px;
	padding:10px;
	vertical-align: middle;
}
.map_factor td{
	padding:10px;
	line-height:20px;
}
.map_factor>tbody>tr:nth-of-type(n+2)>th,
.map_factor>tbody>tr:nth-of-type(n+2)>td{
	border-top:1px solid #ddd;
}
.map_factor_title {
	font-size:14px;
	font-weight:bold;
	text-align: center;
	background-color: #f7f7f7;
}
.map_factor_name {
	width: 46px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	white-space:nowrap;
}
.map_factor_desc {
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	word-break: break-all;
}
/*-------------------------------*/
#news_left_photo{
	text-align:center;
	padding: 10px 5px 20px 5px;
}
#news_left_photo img{
	max-width: 100%;
	border-radius:15px;
	margin-bottom: 10px;
}
#news_left_doc{
	text-align:left;
	font-size:13px;
	line-height:18px;
	padding: 10px 5px 20px 5px;
}
.news_detail_header{
	border-left: 4px solid var(--orange);
	padding: 5px;
	margin-bottom: 5px;
}
.news_detail_header > div{
	display: flex;
}
.news_detail_header > div > div:nth-child(2){
	margin-left: auto;
	margin-right: 5px;
}
.news_detail_title{
	font-size:20px;
	font-weight:bold;
	line-height:22px;
	padding: 10px 5px 10px 5px;
}
.news_detail_appe_talentname{
	font-weight: bold;
	margin-top: 10px;
}
.news_detail_appe1rec{
	display: flex;
}
.mobile_first_photo{
	text-align:center;
	padding: 10px 5px 20px 5px;
}
.mobile_first_photo img{
	width:100%;
	max-width: 300px;
	border-radius:20px;
	margin-bottom: 10px;
}
#news_left_photo_swap{
	width: 100%;
	display:flex;
	text-align:center;
	padding: 10px 5px 20px 5px;
}
#news_left_photo_swap img{
	width:48%;
	max-width: 300px;
	border-radius:20px;
	margin-bottom: 10px;
}
@media screen and (max-width:750px) {
	.news_detail_title{
		font-size:17px;
		padding:3px 5px 3px 5px;
	}
}
.news_sns_good_icon{
	display: flex;
	text-align: right;
}
.news_relate_box{
	display:flex;
	flex-wrap:wrap;
	margin: 10px 10px 10px 10px;
}
.news_relate_box div{
	flex-shrink:0;
	width:100px;
	word-break:break-all;
	text-align:center;
	font-size:12px;
	line-height:14px;
	margin: 6px;
}
/*-------------------------------*/
.news_detail{
	display:flex;
}
.news_detail > div:nth-child(1){
	flex-shrink: 0;
	width: calc(30% - 20px);
	min-width: 240px;
}
.news_detail > div:nth-child(2){
	width: 100%;
	margin-left: 30px;
}
@media screen and (max-width: 750px) {
	.news_detail{
		display:flex;
		flex-wrap: wrap;
	}
	.news_detail > div:nth-child(1){
		width: 100%;
		text-align: center;
	}
	.news_detail > div:nth-child(2){
		margin-left: 0px;
	}
}
/*-------------------------------*/
.link_button{
	width: 140px;
	height: 44px;
	border:1px solid #ccc;
	border-radius:15px;
	background:#f6f6f6;
	padding: 8px 0 8px 0;
	font-size:16px;
	text-align:center;
	margin-left: 5px;
	margin-right: 5px;
}
.link_button_circle{
	display: flex;
	justify-content: space-around;
	width: 40px;
	height: 40px;
	border:1px solid #ccc;
	border-radius:25px;
	background:#f6f6f6;
	margin-right: 3px;
	overflow: hidden;
}
.link_button_circle > div{
	color: #fff;
	font-size:13px;
	text-align: center;
	margin-top: auto;
	margin-bottom: auto;
}
@media screen and (max-width:750px) {
	.link_button_circle{
		width: 34px;
		height: 34px;
	}
}
.color_twitter{
	color:#00acee
}
.color_facebook{
	color:#1877f2
}
.color_line{
	color:#00B900
}
.bg_twitter{
	background:#00acee
}
.bg_facebook{
	background:#1877f2
}
.bg_line{
	background:#00B900
}
.tab_bar_flex-empty{
	border:0;
	padding-top:0;
	padding-bottom:0;
	margin-top:0;
	margin-bottom:0
}
.mobile_menu{
}
.mobile_menu > ul{
	display:block;
	border-left:2px solid #ea5;
	padding:10px;
}
.mobile_menu > ul > li > div{
	width:250px;
	font-size: 16px;
	color: #fff;
	background: #f0b030;
	padding: 5px 5px;
	margin: 6px 0px;
	border: 1px solid #ccc;
	border-radius: 10px;
}
.mobile_menu > ul > li > div:nth-of-type(n+2){
	width:250px;
	color: #555;
	background: none;
	font-size:15px;
	padding-left: 15px;
	border: 0px;
}
