 @import url('https://fonts.googleapis.com/css2?family=Figtree:wght@400;700;800;900&family=Noto+Sans+JP:wght@300;400;500;600&display=swap');


@import url('https://fonts.googleapis.com/css2?family=LXGW+WenKai+Mono+TC&display=swap');

/*
font-family: 'Figtree', sans-serif;
font-family: "LXGW WenKai Mono TC", monospace;
*/
li {list-style:none;}
img {border:0;}
a {color:#000; outline: none;}

h1, h2, h3, h4, ul, p, figure {margin:0; padding:0;}

html {
 height:100%;
	scroll-behavior: auto;
}

.orik {display: inline-block;}


.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

img {
	max-width: 100%;
	height: auto;
}

body {
	margin: 0 auto;
	padding:0;
	color:#000;
	line-height:160%;
	font-family: 'Figtree',"LXGW WenKai Mono TC", monospace;
	font-weight: 400;
	font-size:17px;
	/*overflow-x: hidden;*/
}

@media(max-width:500px){
.orik {display:block;}
z
}



/*----------------------------------------------------------*/


#header {
	width:calc(100% - 40px);
	max-width: 1380px;
	margin: 0 auto;
	padding: 35px 12px 0px 12px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}

#headl {
	width: 136px;
	height: auto;
	float: left;
	padding-bottom: 20px;
}

#headr {
	width: calc(100% - 136px - 10px);
	float: right;
	text-align: right;
	padding-top: 15px;
}

/*-------smp------------------------*/
@media screen and (max-width: 1348px) {
	
#header {
	padding-top: 5px;
}

#headl {
	padding-top: 30px;
}
#headr {
	padding-top: 15px;
}
}


/*---------------------------------------------
グローバルメニュー　
---------------------------------------------*/

#gmenu {
	width:auto;
	padding:0;
}

#gmenu ul p {margin: 0; padding: 0;}

#gmenu ul {
	width:auto;
	margin:0 0 0 auto;
	letter-spacing: -0.4em;
}

#gmenu li {
	display: inline-block;
	letter-spacing: normal;
	text-align: left;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	}


#gmenu li a {
	display:block;
	text-decoration: none;
	line-height: 43px;
	padding: 0 22px;
	font-size:15px;
	font-weight: 400;
	color: #000;
	font-family: 'Figtree', sans-serif;
}

#gmenu li a:hover {color: rgba(0,0,0,0.3);}


#gmenu li ul li a  {border: none;}


	#gmenu li a {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
			}

#gmenu li a.slc {border-bottom: 1px solid #333;}


/*---言語切り替え--------*/
#gmenu li.lang {
	width: 120px; 
	border: 1px solid #333; 
	box-sizing: border-box;
	text-align: center;
	margin-left: 10px;
}

#gmenu li.lang a {
	padding: 0 10px;
}




/*---サブメニュースタイル--*/

#gmenu ul.sub {
  position: absolute;
  top: 44px;
	left: -1px;
  margin: 0;
  padding: 0;
	width: 120px;
	white-space: nowrap;
	zoom:100%;
	background: #09233e;
	height: auto;
}



#gmenu ul > li > ul.sub > li {
	display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  transition: .2s;
  position: relative;
}


#gmenu ul li ul.sub li a {
  	padding: 10px 0;
	width: 100%;
  	text-align: center;
 	font-size: 15px;
	line-height: 160%;
	text-indent: 0;
  	font-weight: normal;
	color: #ffffff;	
	border-bottom: 1px solid rgba(255,255,255,1);
	box-sizing: border-box;
}


#gmenu ul li ul.sub li a:hover {
	background-color: rgba(255,255,255,0.2);
	color: #ffffff;
	width: 100%;
}
#gmenu > li:hover > a {  background: none }
#gmenu > li:hover li:hover > a {  background: #6e7c0c }
#gmenu li:hover > ul.sub > li {
  overflow: hidden;
  height: 44px;
	box-sizing: border-box;
}


/*-------smp------------------------*/
@media screen and (max-width: 1348px) {

#gmenu ul {
	max-width: 700px;
}

}



/*-------smp------------------------*/
@media screen and (max-width: 1000px) {


#gmenu li a {
	padding: 0 15px;
}
}

/*-------smp------------------------*/
@media screen and (max-width: 900px) {

#gmenu li a {
	padding: 0 10px;
}
}


/*---------------------------------------------
フッタ
---------------------------------------------*/

#footer {
	width:calc(100% - 40px);
	max-width: 1380px;
	border-bottom: 2px solid #000;
	margin: 0 auto;
	padding: 35px 12px 0px 12px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}

#footl {
	width: 136px;
	height: auto;
	float: left;
	padding-bottom: 20px;
}

#footr {
	width: calc(100% - 136px - 10px);
	float: right;
	text-align: right;
	padding-top: 15px;
	letter-spacing: -0.4em;
}

#footr p {
	display: inline-block;
	letter-spacing: normal;
}

#footr p a {
	display: block;
	padding: 0 18px;
	font-size: 15px;
	text-decoration: none;
}

#cpr {
	width:calc(100% - 40px);
	max-width: 1380px;
	padding: 10px 0 50px 0;
	margin: 0 auto;
	font-size: 14px;
	font-family: 'Figtree', sans-serif;
}

/*-------smp------------------------*/
@media screen and (max-width: 1370px) {


#footer {
	padding-top: 5px;
}

#footl {
	padding-top: 30px;
}

	
#footr {
	max-width: 700px;
	padding-top: 10px;
}
#footr p a {
	padding: 5px 15px;
}	
}



@media screen and (max-width: 900px) {
	

}

@media screen and (max-width: 800px) {
	
#footer {
	border-bottom: none;
}
#footl {
	width: 136px;
	height: auto;
	float: none;
	padding-bottom: 20px;
	margin: 0 auto;
}

#footr {
	width: 100%;
	float: none;
	text-align: center;
	border-top: 2px solid #000;
	padding-bottom: 30px;
}
	
#cpr {text-align: center;}
}


@media screen and (max-width: 650px) {
	
	#footr p {
		width: calc(48%);
		margin: 0 1% 5px 1%;
	}
	
#footr p a {
	border: 1px solid #d6d6d6;
	padding: 2px 0;
}	
}

@media screen and (max-width: 480px) {
	
	#footr p {
		width: 98%;
		margin: 0 1% 5px 1%;
	}

}


/*---------------------------------------------------------------------------
ハンバーガーメニュー
---------------------------------------------------------------------------*/
#nav-drawer {
  display: none;
}
@media screen and (max-width: 800px) {
  #nav-drawer {
    display: block;
  }
  #gmenu {
    display: none;
  }
}
/*----------ハンバーガー-----------*/
/*Media Queries*/
#nav-drawer {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 9999;
  width: 95px;
  height: 95px;
}
/*チェックボックス等は非表示に*/
#nav-drawer .nav-unshown {
  display: none;
}
/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 90px;
  height: 90px;
  vertical-align: middle;
  box-sizing: border-box;
  line-height: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 11;
}
#nav-open span {
  display: block;
  transition: all .2s;
  box-sizing: border-box;
}
#nav-open span {
  position: absolute;
  right: 30px;
  width: 32px;
  height: 2px;
  background-color: #000;
}
#nav-open span:nth-of-type(1) {
  top: 40px;
}
#nav-open span:nth-of-type(2) {
  top: 50px;
}
#nav-open span:nth-of-type(3) {
  top: 60px;
}
#nav-input:checked ~ #nav-open {
  color: #fff;
}
#nav-input:checked ~ #nav-open span {
  background-color: #fff;
}
#nav-input:checked ~ #nav-open span:nth-of-type(1) {
  -webkit-transform: translateY(12.5px) rotate(-45deg);
  transform: translateY(12.5px) rotate(-45deg);
  background-color: #fff;
}
#nav-input:checked ~ #nav-open span:nth-of-type(2) {
  opacity: 0;
  background-color: #fff;
}
#nav-input:checked ~ #nav-open span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
  background-color: #fff;
}
#nav-input:checked ~ #nav-open span {
  height: 2px;
}
/*閉じる用の薄黒カバー*/
#nav-close {
  display: none; /*はじめは隠しておく*/
  position: fixed;
  z-index: 0;
  top: 0; /*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
/*中身*/
/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1; /*最前面に*/
  width: calc(100% - 95px); /*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 500px; /*最大幅（調整してください）*/
  height: 100%;
  transition: 0.3s ease-in-out; /*滑らかに表示*/
  -webkit-transform: translateX(-105vw);
  transform: translateX(-105vw); /*左に隠しておく*/
  box-sizing: border-box;
  text-align: left;
  background-color: #fff;
  color: #333;
  padding: 40px;
}
@media screen and (max-width: 500px) {
  #nav-content {
    width: calc(100% - 60px); /*右側に隙間を作る（閉じるカバーを表示）*/
  }
}
@media screen and (max-width: 400px) {
  #nav-content {
    padding: 40px 30px;
  }
}
/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block; /*カバーを表示*/
}
#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media screen and (max-width: 400px) {
  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/*------PC版ハンバーガーの中身----------*/

#nav-content p.ttl {
	color: #0f759c;
	font-weight: 600;
	font-size: 14px;
	margin: 10px 0 0 0;
}

#nav-content img {
	width: 120px;
	height: auto;
}

#nav-content p.nml a {
	display: block;
	font-size: 16px;
	margin: 0;
	padding: 10px;
	border-bottom: 1px solid #d6d6d6;
	text-decoration: none;
}

#nav-content p.lg a {
	display: block;
	font-size: 14px;
	margin: 0;
	padding: 3px;
	text-decoration: none;
}

#nav-content p.lg a::before {
	content: "- ";
}





/*----------------------------------------------------------
Contents共通
------------------------------------------------------------*/

#content {
	padding: 100px 0;
	margin: 0 auto;
	width: 100%;
	max-width: 1800px;
}



#content .inner {
	max-width: 1300px;
	margin: 0 auto;
	width: 100%;
	padding: 0 30px;
	box-sizing: border-box;
}

#content p.ttl {
	font-size: 40px;
	font-weight: 700;
	margin: 0 0 10px 0;
	line-height: 100%;
	color: black;
	font-family: 'Figtree', sans-serif;
}

#content p.ttlj {
	font-size: 28px;
	font-weight: 700;
	margin: 0 0 10px 0;
	line-height: 100%;
	color: black;
}

#content p.video{
margin: 60px 0px 40px;
}


#content h1 {
	font-size: 25px;
	font-weight: 500;
	margin: 20px 0 30px 0;
	line-height: 200%;
}

#content h2 {
	font-size: 26px;
	font-weight: 500;
	line-height: 160%;
	margin: 0 0 20px 0;
	color: #0d1e3a;
}

#content h2 span{
font-size: 32px;
font-weight: 600;
}

#content h2.top_feature{
	font-size: 20px;
	text-indent: -1em;
}

#content h2.top_feature span{
	font-size: 35px;
}


#content h3 {
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 5px 0;
}

#content p.htxt {
	line-height: 200%;
	font-size: 17px;
}

#content p.htxt strong{
	color: #00b5ee;
}


#content p.htxt_bg {
	line-height: 200%;
	font-size: 20px;
}

/*-------smp------------------------*/
@media screen and (max-width: 1300px) {
	
#content {
	padding: 50px 0;
}
}

/*-------smp------------------------*/
@media screen and (max-width: 1000px) {
	
#content p.ttl {
	font-size: 40px;
}
#content p.video{
margin: 30px 0px 40px;
}
}

/*-------smp------------------------*/
@media screen and (max-width: 600px) {
	
#content {
	padding: 30px 0;
}	
	
#content p.ttl {
	font-size: 34px;
	margin: 0 0 30px 0;
}

#content p.video{
margin: 30px 0px 30px;
}

#content h1 {
	font-size: 22px;
	margin: 0 0 30px 0;
}

#content p.htxt {
	line-height: 200%;
}	
}





/*------------------------------------------------------------------
座談会
---------------------------------------------------------------*/

/* ---既存エリアの補正---*/
#content.zad {padding-top: 30px;}
#mainc.zad {height: auto;}
#headl.zad {display: none;}

@media screen and (max-width:800px){

#content.zad {padding-top: 0px;}
#headl.zad {display: block;}
}



.sym{
padding-bottom: 220px;
}

#content .symposium{
width: auto;
max-width: 1500px;
padding: 0;
margin: auto;
}
#content{
}

/*----------------------------top--------------------------------*/
#content .symposium .top{
display: flex;
justify-content: space-between;
margin-bottom: 100px;
}

/*トップ右*/
#content .symposium .top .top_l{
padding: 4% 2% ;
margin-left: 30px;
position: relative;
}

#content .symposium .top figure.logo{
max-width: 270px;
}

/*右テキスト*/
#content .symposium .top .top_l .top_text{
width: 180%;
max-width: 550px;
min-width: 460px;
position: absolute;
top: 40%;
background: #fff;
padding: 50px 40px 50px 0;

}
#content .symposium .top .top_l .top_text h3{
font-size: 22px;
font-weight: 500;
margin: 0;
}

#content .symposium .top .top_l .top_text h1{
font-size: 36px;
line-height: 150%;
font-weight: 600;
margin: 8% 0;
}

#content .symposium .top .top_l .top_text p{
font-size: 17px;
line-height: 30px;
margin: 0;
}

#content .symposium .top .top_l .top_text span.keep{
display: inline-block;
word-break: keep-all;
}

/*トップ左画像*/

#content .symposium .top figure.top_img{
max-width: 1070px;
margin-left: 30px;
/*min-height: 680px;*/
}
#content .symposium .top figure.top_img img{
width: 100%;
height: 100%;
object-fit: cover;
}

@media screen and (max-width:1200px){
#content .symposium .top .top_l .top_text{
min-width: 0;
}
#content .symposium .top .top_l .top_text h3{font-size: 20px;}
#content .symposium .top .top_l .top_text h1{font-size: calc(40vw/12);}
#content .symposium .top .top_l .top_text p{font-size: 16px;}
}

@media screen and (max-width:900px){
#content .symposium .top .top_l .top_text h3{font-size: 18px;}
#content .symposium .top .top_l .top_text h1{font-size: 30px;}
}

@media screen and (max-width:900px){
#content .symposium .top{
flex-direction: column-reverse;
}
#content .symposium .top figure.top_img{
margin: 0;
background: #f4f3f2;
}
#content .symposium .top figure.logo{
display: none;
}
#content .symposium .top .top_l{
padding: 35px 30px 50px 30px;
margin: 0;
background: #f4f3f2;
}
#content .symposium .top .top_l .top_text{
position: inherit;
max-width: 680px;
min-width: 0;
padding: 0;
background: #f4f3f2;
margin: 0 auto;
}
#content .symposium .top .top_l .top_text h3{font-size: 16px;}
#content .symposium .top .top_l .top_text h1{
font-size: 24px;
margin: 20px 0;
}
#content .symposium .top .top_l .top_text p{font-size: 15px;}
#content .symposium .top .top_l .top_text span.keep{
display: inline;
word-break:normal;
}
#content .symposium .top .top_l .top_text span.turn{
display: inline-block;
word-break: keep-all;
}
}


/*------------------------main panel------------------------------*/

#content .symposium .panel{
width: auto;
padding: 0 30px;
}

/*タイトル*/
#content .symposium .panel h1{
font-family: 'Figtree', sans-serif;
color: #467cb8;
text-align: center;
font-size: 26px;
line-height: 110%;
letter-spacing: 2px;
margin: 0 auto 15px auto;
	font-weight: 700;
}
#content .symposium .panel h3{
text-align: center;
font-size: 17px;
}

#content .symposium .panel .solo{
max-width: 890px;
display: flex;
justify-content: space-between;
margin:50px auto;
}

#content .symposium .panel .solo .person{
width: calc(33% - 20px);
max-width: 240px;
}
#content .symposium .panel .solo .person figure{
aspect-ratio:1;
}
#content .symposium .panel .solo .person figure img{
width: 100%;
height: 100%;
object-fit: cover;
}

/*テキスト*/
#content .symposium .panel .solo .person div{
padding: 25px 0px 12px 12px;
box-sizing: border-box;
}
#content .symposium .panel .solo .person div p.p_text1{
font-size: 17px;
font-family: 'Figtree', sans-serif;
color: #467cb8;
	font-weight: 700;
}
#content .symposium .panel .solo .person div p.p_text2{
font-size: 25px;
font-weight: 500;
padding: 8px 0;
}
#content .symposium .panel .solo .person div p.p_text2 span{
font-size: 17px;
padding-left: 7px;
}
#content .symposium .panel .solo .person div p.p_text3{
font-size: 14px;
font-family: 'Figtree', serif;
letter-spacing: 1px;
font-weight: 400;
}
#content .symposium .panel .solo .person div p.p_text4{
font-size: 15px;
line-height: 30px;
font-weight: 500;
padding-top: 10px;
}

@media screen and (max-width:800px){
#content .symposium .panel .solo .person figure{max-width: 300px;}
#content .symposium .panel .solo{
display: block;
margin:50px auto;
}
#content .symposium .panel .solo .person{
width: auto;
max-width: none;
display: flex;
border-top: solid 1px #b0afaf;
padding: 25px 0;
}
#content .symposium .panel .solo .person div{
min-width: 220px;
padding: 0;
display: grid;
place-content: center start;
margin-left: 20px;
}
}

@media screen and (max-width:400px){
	#content .symposium .panel .solo .person figure {min-width: 30%;}
#content .symposium .panel .solo .person div{margin-left: 20px;}
#content .symposium .panel .solo .person div p.p_text2{padding: 5px 0;}
#content .symposium .panel .solo .person div p.p_text4{
line-height: 21px;
padding-top: 6px;
}
	
#content .symposium .panel .solo .person div p.p_text1{
font-size: 15px;
}
#content .symposium .panel .solo .person div p.p_text2{
font-size: 20px;
font-weight: 500;
padding: 8px 0;
}
#content .symposium .panel .solo .person div p.p_text2 span{
font-size: 15px;
padding-left: 7px;
}
#content .symposium .panel .solo .person div p.p_text3{
font-size: 13px;
}
#content .symposium .panel .solo .person div p.p_text4{
font-size: 14px;
padding-top: 5px;
}
}

@media screen and (max-width:350px){
#content .symposium .panel .solo .person figure{max-width: none;width: 100%;}
#content .symposium .panel h1{font-size: 20px;}
#content .symposium .panel h3{font-size: 15px;}
#content .symposium .panel .solo .person{display: block;}
#content .symposium .panel .solo .person div{
min-width: 0;
padding:20px 0px 10px; 
}
}


/*------------------------------topic---------------------------------------*/
#content .symposium .topic{
width: auto;
max-width: 1310px;
padding: 0 30px;
margin: auto;
/*margin-bottom: 30px;*/
}
#content .symposium .topic .t_item{
display: flex;
border-bottom: solid 1px;
padding: 60px 0;
}

#content .symposium .topic .t_item:nth-last-child(1){
border: none;
}

/*左*/
#content .symposium .topic .t_item .to_l{
width: 50%;
max-width:450px; 
}
#content .symposium .topic .t_item .to_l .bgb{
/*width: 90%;*/
height: 32vw;
max-height: 340px;
/*aspect-ratio:1;*/
background: #467cb9;
color: #fff;
margin-left: 12%;
padding: 30px 20px;
}
#content .symposium .topic .t_item .to_l .bgb2{
max-height: 320px;
}

#content .symposium .topic .t_item .to_l .bgb p:nth-child(1){
font-size: 48px;
font-family: 'Figtree', serif;
letter-spacing: 1px;
opacity: 0.65;
padding-bottom: 20px;
	font-weight: 700;
}
#content .symposium .topic .t_item .to_l .bgb p:nth-child(1) span{
font-size: 17px;
padding-right: 4px;
}
#content .symposium .topic .t_item .to_l .bgb p:nth-child(2){
font-size: 23px;
font-weight: 500;
line-height: 40px;
}
#content .symposium .topic .t_item .to_l figure{
margin: -115px 40px 20px 0;
}

#content .symposium .topic .t_item .to_l figure img{
width: 100%;
}

/*右*/
#content .symposium .topic .t_item .to_r{
margin-left: 40px;
flex: 1;
}
#content .symposium .topic .t_item .to_r div{
display: flex;
margin-bottom: 20px;
}
#content .symposium .topic .t_item .to_r div:nth-last-child(1){
margin-bottom: 0;
}

#content .symposium .topic .t_item .to_r figure{
width: 78px;
height: 90px;
margin-right: 30px;
padding-top: 5px;
}

#content .symposium .topic .t_item .to_r p{
line-height: 26px;
flex: 1;
}

#content .symposium .topic .t_item span.turn{
display: inline-block;
word-break: keep-all;
}

@media screen and (max-width:950px){
#content .symposium .topic .t_item .to_r div{
display: block;
}
#content .symposium .topic .t_item .to_r figure{
float: left;
margin-right: 12px;
padding-top: 6px;
}

}

@media screen and (max-width:800px){
#content .symposium .topic .t_item{
display: block;
}
#content .symposium .topic .t_item .to_r{
margin-left: 0;
}
#content .symposium .topic .t_item .to_l{
width: 100%;
max-width:none; 
}
#content .symposium .topic .t_item .to_l .bgb{
/*width: 90%;*/
height: auto;
max-height: none;
/*aspect-ratio:1;*/
background: #467cb9;
color: #fff;
margin-left: 0;
padding: 0;
}
#content .symposium .topic .t_item .to_l .bgb2{
max-height: none;
}

#content .symposium .topic .t_item .to_l .bgb p:nth-child(1){
font-size: 37px;
font-family: 'Figtree', serif;
letter-spacing: 1px;
opacity: 0.65;
padding: 30px 20px 20px 20px;
}
#content .symposium .topic .t_item .to_l .bgb p:nth-child(1) span{
font-size: 14px;
padding-right: 4px;
}
#content .symposium .topic .t_item .to_l .bgb p:nth-child(2){
font-size: 18;
font-weight: 500;
color: #000;
background: #fff;
padding: 25px 20px;
line-height: 30px;
}
#content .symposium .topic .t_item .to_l figure{
width: 100%;
margin-top: 0;
margin-right: 0;
}

}

/*--座談会　ラインマーカー　----*/

span.ara {
    background:linear-gradient(transparent 60%, rgba(194,171,37,0.2) 60%);
}

span.lin {
    background:linear-gradient(transparent 60%, rgba(92,169,255,0.3) 60%);
}

span.oka {
    background:linear-gradient(transparent 60%, rgba(130,184,127,0.3) 60%);
}


/*----LUXYプリンタ対応----*/
#luxy {position: fixed !important;}	
@media print {
#luxy {position: static !important;}	
}

/*----------------------------------
座談会ページの言語切替
同じものがstyle_china.cssにも必要
------------------------------------*/

.zalang {
	text-align: right;
	padding:27px 40px 20px 40px;
	margin: 0 auto;
	box-sizing: border-box;
	max-width: 1400px;
} 

.zalang p {
	display: inline-block;
	padding: 10px 5px;
	font-size: 14px;
}

.zalang a {
	display: inline-block;
	padding: 10px 20px;
	background-color: #f6f6f6;
	text-decoration: none;
	font-size: 14px;
	transition: 0.5s;
}



.zalang a:hover {background-color: #d6d6d6;}

.zalang a.slc {
	background-color: #333;
	color: #fff;
}

@media screen and (max-width:800px){
	
.zalang {
	text-align: left;
	padding:0 30px 20px 30px;
	margin: 0 auto;
	box-sizing: border-box;
	max-width: 1400px;
} 	
	
.zalang a {
	padding: 5px 8px;
	background-color: #fff;
	border-bottom: 1px solid #666;
}

.zalang a:hover {color: #666;}

.zalang a.slc {
	border-bottom: 1px dotted #666;
	background-color: #fff;
	color: #000;
}
}

