@charset "UTF-8";

.pc {display: block !important;}
.sp { display: none !important; }

:root{
	--color1: #292929;
	--color2: #BFD6EF;
	--color3: #BFD6EF;
	--color4: #E8DF96;
}

#totop {
  position: fixed;
  bottom: 23px;
  right: 20px;
  opacity : 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(30px);
}
#totop.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}



#AllWrap{
	 min-height: 100vh;
    display: flex;
    flex-direction: column;
}



header {
	border-top: 8px solid var(--color2);
	border-bottom: 8px solid var(--color2);
	background-color: #FFFFFF;
	margin-bottom: 68px;
	width: 100%;
    min-width: 1080px; 
	min-height: 1px;
	box-sizing: border-box;
}
.headerInner {
	width: 1080px; 
	margin-left: auto;
	margin-right: auto;
}


.logo_title {
	width: 565px;
	float: left;
}

.header-R {
	width: 350px;
	float: right;
	padding-top: 28px;
	text-align: right;
}



.title_date {
	
	margin-bottom: 10px;	
}
.b15 {
	font-size: 15px;
	font-weight: bold;
	line-height: 1em;
}
.txt08em{
	
	font-size: 0.8em;
}


.wrap {
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	flex: 1;

display: flex;
flex-wrap: wrap;
}





.nav-L {
	width: 285px;
/*	float: left;*/
	margin-bottom: 55px;
	margin-right: 25px;	
}


.LeftMenu
{
	background : #FFFFFF;
	box-shadow : 0px 0px 10px rgba(20, 7, 0, 0.3);
filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#140700') ;
	border-radius : 15px;
	padding-top: 27px;
	padding-bottom: 27px;
	margin-bottom: 25px;
}
.L-banner {
	margin-bottom: 25px;
}

ul.LeftMenu li a{
	font-size: 0.9em;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 18px;
	padding-bottom: 18px;
	font-weight: 600;
	line-height: 1em;
	display: block;
	
}

ul.LeftMenu li a:hover{
background : var(--color2);
text-decoration: none;	
}


#ContentsTop {
	background : #FFFFFF;
	box-shadow : 0px 0px 10px rgba(20, 7, 0, 0.3);
filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#140700') ;
	border-radius : 15px;
	width: 770px;
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 40px;
}

#Contents {
	background : #FFFFFF;
	box-shadow : 0px 0px 10px rgba(20, 7, 0, 0.3);
filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#140700') ;
	border-radius : 15px;
	width: 770px;
	box-sizing: border-box;
	padding-top: 40px;
	padding-bottom: 40px;
}




/*contents インナー*/
.contents-In{

padding-right: 20px;
padding-left: 20px;
box-sizing: border-box;	
}






footer {
	padding-top: 70px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
width: 100%;
min-width: 1080px; 
	
}
.footer-inner{
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 110px;
	padding-right: 110px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	
display: flex;
justify-content: space-between;
flex-wrap: wrap;	
	
	
}





.footer-L {
/*	float: left;*/
	font-size: 0.8em;
}
.footer-R {
/*	float: right;*/

}

.foot_logo {
	width: 190px;
	margin-bottom: 35px;
}



.footMenuWrap{

display: flex;	
}

.footMenu-1 {
/*	border-left: 1px solid #fff;*/
/*	padding-left: 20px;*/
	padding-right: 20px;
	font-size: 0.75em;
}

.footMenu-2 {
	border-left: 1px solid var(--color1);
	padding-left: 20px;
	padding-right: 20px;
	font-size: 0.75em;
}

.footMenu-3 {
	border-top: 1px solid var(--color1);
	padding-top: 20px;
	margin-top: 20px;
	font-size: 0.7em;
}





address {
	text-align: center;
	font-size: 0.7em;
	padding-top: 40px;
}





#Contents h1,
#ContentsTop h1{
	width: fit-content;
	padding-right: 0.6em;
	padding-left: 0.6em;
	padding-bottom: 35px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	background-image: url(../images/tit_btm2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	line-height: 1em;
	font-size: 1.6em;
	font-weight: 600;
	background-size: auto 17px;	
}

#Contents h2,
#ContentsTop h2{
	width: fit-content;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	line-height: 1.6em;

	text-align: center;
}







/*ボタン*/

.LinkBtn-mini a:link,
.LinkBtn-mini a:visited
{
	border-radius: 25px;
	text-align: center;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
width: fit-content;
	position: relative;
	
	line-height: 1em;
	transition: background-color 1s ease;
	background-color: var(--color2);

	color: var(--color1);
	margin-bottom: 1em;
}



.LinkBtn a:link,
.LinkBtn a:visited
{
	border-radius: 25px;
	text-align: center;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	max-width: 200px;
	position: relative;
	
	line-height: 1em;
	transition: background-color 1s ease;
	background-color: var(--color2);

	color: var(--color1);
	margin-bottom: 1em;
}

.LinkBtn-c a:link,
.LinkBtn-c a:visited
{
	border-radius: 25px;
	text-align: center;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	max-width: 200px;
	position: relative;
	
	line-height: 1em;
	transition: background-color 1s ease;
	background-color: var(--color2);
	margin-left: auto;
	margin-right: auto;
	color: var(--color1);
	margin-bottom: 2em;
}


.LinkBtn-mini a:hover,
.LinkBtn a:hover,
.LinkBtn-c a:hover,

.LinkBtn-mini a:active,
.LinkBtn a:active,
.LinkBtn-c a:active
{
	text-decoration: none;
	background-color: var(--color4);
}



.Btn-waku{
	width: 48%;
	font-weight: bold;
}
.Btn-waku a:link,
.Btn-waku a:visited
{
	text-align: center;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;

	line-height: 1em;
	transition: background-color 1s ease;
	background-color: #Ffff;
	color: var(--color1);
	border: 3px solid var(--color1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.Btn-waku a:hover,
.Btn-waku a:active{
	text-decoration: none;
	background-color: var(--color2);
}










section{
margin-bottom: 60px		
}

section:last-child{
margin-bottom: 0px		
}



.w640{
	width: 640px;
	margin-left: auto;
	margin-right: auto;
}



.w600{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.w540{
	width: 540px;
	margin-left: auto;
	margin-right: auto;
}







.Top-poster {
	border: 1px solid #999;
	margin-bottom: 60px;
}
.top_dl_tit {
	width: 87.42%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}
.top_dl {
	padding: 46px;
	background-color: var(--color3);
}
.dl-icon-zone {
display: flex;
justify-content: space-between;
flex-wrap: wrap;

}
.dl-icon-zone li {
	 width: 32%;
	
}



.Top-news-Box {
	display: flex;
	justify-content: flex-start;
	border-bottom: 1px dashed #ddd;
	padding-right: 0;
	padding-left: 0; 
	padding-bottom: 10px;
	margin-bottom: 10px;
    }


     dl.Top-news dt {
	font-weight: bold;
	width: 150px; 
	margin: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0; 

		 flex-shrink: 0; 
		 font-size: 0.9em;
    }


     dl.Top-news dd {
	flex-grow: 1;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0; 
	position: relative;
	padding-left: 70px; 
	font-size: 0.8em;
    }

ul#newsList{
	padding-right: 0;
	padding-left: 0; 
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height:300%;
	height: 140px;/*スクロールの高さ*/
	overflow-y: scroll;
}
ul#newsList li{
	color:#666;
	font-size: 0.8em;
	margin:0;
	padding:13px 0;
	margin-bottom:3px;
	line-height:180%;
	list-style-type:none;
	border-bottom: 1px dashed #ddd;
}
a{color:#36F;text-decoration:underline;}
a:hover{color:#039;text-decoration:none;}

ul#newsList .up_ymd {
	font-size: 1.1em;
	font-weight: bold;
	color: var(--color1);
}


/*
dl.Top-news dd::before{
content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 66px; 
  height: 22px; 
  background-image: url('../images/top/icon-info.svg');
  background-size: contain;
  background-repeat: no-repeat;	
}
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
*/









/*top-table*/


	.top-table{
		border: 1px solid #133740;
		margin-bottom: 10px;
	}
	
	.top-table table{
		border-collapse: separate;
		border-spacing: 0;
		font-size: 0.8em;
	}
	
	.top-table thead th{
		border-top: 1px solid #133740;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #133740;
		background-color: #133740;
		color: #fff;
		text-align: center;
		padding: 5px;
	}
	
	.top-table thead th:last-of-type{
		border-right: 0px solid #133740;
	}
	
	.top-table td{
		border-right: 1px solid #133740;
		border-bottom: 1px solid #133740;
		padding: 5px;
	}
	
	.top-table td:last-of-type{
		border-right: 0px solid #133740;
	}
	
	
	.top-table tr:last-of-type td{
		border-bottom: 0px solid #133740;
	}
	
	





.Radius-topL-b{
	background : #F7F7F7;
	padding: 25px;
	border-radius : 23px 0px 0px 0px;
	border: 3px solid var(--color1);
	position: relative;
}


.Radius-topL-y{
	background : var(--color2);
	padding: 15px;
	border-radius : 20px 0px 0px 0px;
}



.Radius-topL{
	background : #F7F7F7;
	padding: 25px;
	border-radius : 23px 0px 0px 0px;
}
.Radius-topL-w{
	background : #fff;
	padding: 25px;
	border-radius : 23px 0px 0px 0px;
}


.gaiyoInner{
	display: flex;
	justify-content: flex-start;
	 align-items: flex-start;

}



.gaiyoInner-L {
	background-color: var(--color3);
	line-height: 1.4em;
	padding: 15px;
	font-size: 0.9em;
	font-weight: 600;
	min-width: 170px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 40px;
}



.gaiyoInner-R {
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	flex-grow: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 40px;
	border-left: 3px solid var(--color1);
	font-size: 0.9em;
}

.gaiyoInner-paperlink {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-top: 8px ;
	padding-bottom: 8px ;
	margin-bottom: 15px ;
}

.gaiyoInner-R p.gaiyoInner-auther {
	margin-bottom: 45px ;	
}

.gaiyoInner-R dl{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.gaiyoInner-R dt{
	width: 200px;
	margin-right: 10px;
}


.gaiyoInner-R dl.w120 dt{
	width: 120px;
	margin-right: 10px;
}
.gaiyoInner-R dl.w90 dt{
	width: 90px;
	margin-right: 10px;
}



.gaiyoInner-R dd{
/*flex-grow: 1;*/
	flex: 1;
}


.gaiyoInner-R  p{

	margin-bottom: 10px;
}
dt p.waku {

	padding-right: 10px;
	padding-left: 10px;

	border: 1px solid #120F0F;
	width: fit-content;
	min-height: 1em;
}

/**/

.flex1 {
display: flex;
justify-content: space-between;
flex-wrap: wrap;}

.flex2 {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;}



.about-flex1 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.about-flex2 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
	flex-wrap: wrap;

}
.about-p-Inner{
	width: 278px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.about-p1{
	width: 278px;
	height: 187px;
	border-radius: 20px 0px 0px 0px;
	background-image: url(../images/aboutus/p1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	
}

.about-p2{
	width: 278px;
	height: 187px;
	border-radius: 20px 0px 0px 0px;
	background-image: url(../images/aboutus/p3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	
}

.about-t1 {
	background-color: var(--color2);
	text-align: center;
	padding: 5px;
	font-size: 0.9em;
}

.about-flex1 p{
	font-size: 0.9em;
	margin-bottom: 10px;
}

.section2Box{
	border-left: 1px dotted #898787;
	padding-left: 5px;
	padding-right: 5px;
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.section2Box:first-child{
border-left: 0px dotted #898787;	
}


.AboutNoBox   {
	width: fit-content;
	padding: 10px;
	background-color: var(--color2);
	font-size: 1.2em;
	line-height: 1em;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	
}
.section2Box p {
	font-size: 0.8em;
}

.About-Kosei-Box {
	display: flex;
	justify-content: flex-start;
	align-items:flex-start;
	
	border-bottom: 1px dashed #ddd;
	padding-right: 0;
	padding-left: 0; 
	padding-bottom: 10px;
	margin-bottom: 10px;
    }


     dl.About-Kosei dt {
	width: 150px;
	margin-right: 20px;
	flex-shrink: 0;
	font-size: 0.8em;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	border: 1px solid #111111;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	line-height: 1.4em;
    }



     dl.About-Kosei dd {
	flex-grow: 1;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0; 
	font-size: 0.8em;
    }

.wap2{
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}
.banner-sp-L {
	width: 48%;
	float: left;
	text-align: center;
}
.banner-sp-R {
	width: 48%;
	float: right;
	text-align: center;
}

/**/


.Prg-infoTxt-tit{
	font-size: 0.9em;
	line-height: 1.3em;
	margin-bottom: 5px;
	font-weight: bold;
}

.program-tit-pic {
	width: 134px;
}
.program-tit {
	display: flex;
justify-content: center;
flex-wrap: wrap;
}
.program-tit-btnZone {
	padding-left: 20px;
	padding-top: 30px;
}
.program-tit {
	margin-bottom: 70px;
}

.Flex-prg{
display: flex;
justify-content: space-between;	
}

.Prg-poster {
	width: 113px;
	border: 2px solid #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}

.Prg-infoTxt{
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	flex:1;
}

.Prg-posterWrap {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: flex-start;
}





.Prg-infoTxt-date {
	text-align: left;
	font-size: 0.8em;
	line-height: 1em;
	border-top-width: 1px;
	border-top: 1px solid var(--color1);
	border-bottom: 1px solid var(--color1);
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

/**/
.special-flex1 {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 40px;
	
}


.special-p1{
	width: 164px;
	height: 229px;
	border-radius: 20px 0px 0px 0px;
	background-image: url(../images/special/special01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.special-p2{
	width: 164px;
	height: 229px;
	border-radius: 20px 0px 0px 0px;
	background-image: url(../images/special/special02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	
}

.special-p-Inner{
	width: 164px;
	margin-bottom: 10px;
	margin-right: 20px;
}


 dl.special-dl dt {
	 width: fit-content;
	 
	margin-right: 20px;
	flex-shrink: 0;
	font-size: 0.8em;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	border: 1px solid #111111;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	line-height: 1.4em;
   }

dl.special-dl dd {
	padding-left: 1.5em;
	font-size: 0.9em;
	margin-bottom: 15px;
}


.special-his-tit {
	width: fit-content;
	background : var(--color1);
	padding: 10px;
	border-radius : 10px 0px 0px 0px;
	color: #FFFFFF;
	font-size: 0.8em;
	line-height: 1em;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -1.2em;
}







.special-his {
	margin-bottom: 20px;
}
.special-his p {
	font-size: 0.8em;
}

/**/

.waku{
	
 width: fit-content;
	margin-right: 20px;
	flex-shrink: 0;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	border: 1px solid #111111;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	line-height: 1.4em;	
}

.waku-w{
	
 width: fit-content;
	margin-right: 20px;
	flex-shrink: 0;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	border: 1px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	line-height: 1.4em;	
}
	

/**/

.lecture-box{
	border: 3px solid var(--color1);
	margin-bottom: 40px;
}
.lecture-Tit {
	background-color: var(--color1);
	padding: 10px;
	color: #FFFFFF;
}
.lecture-Tit-txt {
	text-align: center;
	margin-bottom: 5px;
}
.lecture-Inner   {
	padding: 20px;
}
.lecture-Inner p {
	margin-bottom: 1em;
}

.lecture-SubTit{
	border-radius: 25px;
	text-align: center;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1em;
	transition: background-color 1s ease;
	background-color: var(--color2);
	margin-left: auto;
	margin-right: auto;
	color: var(--color1);
	border: 3px solid var(--color1);
	font-weight: bold;
}
.lectureMap {
	border: 1px solid #000000;
	background-color: #FFFFFF;
}


.lecture-question{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 3px solid var(--color1);
}

.questionPic{
	width: 120px;
	margin-right: 15px;
	margin-bottom: 10px;
}

.questionTxt{
	flex:1;
}

.questionTxt h3{
	border-bottom: 3px solid var(--color1);
	border-top: 3px solid var(--color1);
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	font-weight: bold;
}

.questionTxt p{
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	font-size: 0.8em;
}







.greeting-wrap {
    padding-right: 30px;
    padding-left: 30px;
	padding-bottom: 30px;
    box-sizing: border-box;
}



.greeting-name {
	width: 33%;
	margin-left: auto;
	margin-right: 30px;
}
.aw-pic   {
	width: 120px;
	margin-right: 15px;
}
.aw-wrap {
	width: 380px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
.aw-date {
/*	flex:1;*/
}
.aw-date-date {
	padding-top: 0.7em;
	padding-bottom: 0.7em;
}
.aw-tit {
	width: fit-content;
	font-size: 0.9em;
}



.aw-waku{
	width: fit-content;
	margin-right: auto;
	flex-shrink: 0;
	padding: 10px;
	border: 1px solid #111111;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	line-height: 1.4em;
	margin-left: auto;
	margin-bottom: 40px;
}








 .access-maru1,
.access-maru2,
.access-maru3,
.access-maru4,
.access-maru5{

	padding-top: 0;
	margin-right: 1em;
	padding-bottom: 0; 
	position: relative;
	padding-left: 20px; 
	width: fit-content;
	
    }

 .access-maru5::before{
content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px; 
  height: 16px; 
  background-image: url('../images/access/maru5.svg');
  background-size: contain;
  background-repeat: no-repeat;	
}
 .access-maru4::before{
content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px; 
  height: 16px; 
  background-image: url('../images/access/maru4.svg');
  background-size: contain;
  background-repeat: no-repeat;	
}
 .access-maru3::before{
content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px; 
  height: 16px; 
  background-image: url('../images/access/maru3.svg');
  background-size: contain;
  background-repeat: no-repeat;	
}
 .access-maru2::before{
content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px; 
  height: 16px; 
  background-image: url('../images/access/maru2.svg');
  background-size: contain;
  background-repeat: no-repeat;	
}

 .access-maru1::before{
content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px; 
  height: 16px; 
  background-image: url('../images/access/maru1.svg');
  background-size: contain;
  background-repeat: no-repeat;	
}








/*live配信ページ*/

.live-page{
	max-width: 1080px;
	margin: 0 auto;
	padding: 50px;
	background-color: #fff;
	border-radius: 20px;
}

.live-page h1{
	font-size: 1.5em;
	margin-bottom: 20px;
}

.live-page h2{
	font-size: 1.1em;
	margin-bottom: 10px;
}



.live-table table{
	border-collapse: collapse;
	border-spacing: 0;
	width: 1080px;
	text-align: center;
}

.live-table table th{
	background: #D0D0D0;
	padding: 5px;
	border: 1px solid #000;
	text-align: center;
}


.live-table table td{
	background: #fff;
	padding: 5px;
	border: 1px solid #000;
}

.live-table table td span{
	font-size: 0.8em;
}

