
a:link { color:#2681EE; }
a:visited { color: #2681EE; }
a:hover { color: #D34548; text-decoration: underline; }
a:active { color: #ff8000; }

.wrap{
	max-width: 1200px;
	margin: 0 auto;
	color: #333;
	letter-spacing: 0.05em;
	
}

header{
	padding: 10px 0;
	text-align: center;
}

header h1{
	font-size: 3.4rem;
}
header h1 span{
	font-size:1.8rem; 
	padding-right: 10px;
}

/*ナビ*/
#menu{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
	color: #fff;
	 background: #55c3ec;
}
#menu li{
  display: block;
  float: left;
  width: 20%;
  margin: 0;
  padding: 0; }
#menu li a{
  display: block;
  padding: 12px 0 10px;
   background: #55c3ec;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#menu li a:hover{
    background: #6ca8df;
}
#toggle{ 
 display: none;
}
@media only screen and (max-width: 540px) {
    #menu li{
    width: 50%;
    border-bottom: 1px solid #444;
  }
}
@media only screen and (max-width: 480px) {

  #menu li{
    width: 50%;
  }
  
}
#pankuzu {
  margin: 0 0 20px;
 padding: 10px 0 1px 0;
/*background-color: #eee;*/
  list-style: none;
	border-bottom: 1px solid #999;
}

#pankuzu li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
}

#pankuzu li:after {
  /* >を表示*/
  content: '>';
  padding: 0 5px 0 10px ;
  color: #555;
}

#pankuzu li:last-child:after {
  content: '';
}

#pankuzu li a {
  text-decoration: none;
  color: gray;
}

#pankuzu li:first-child a:before {
  /*家アイコン
  font-family: “Font Awesome 5 Free”;
  content: '\f015';
  font-weight: 600;
  font-size: 1.1em;
  color: #2e7fea;*/
}

#pankuzu li a:hover {
  text-decoration: underline;
}


#top_info{
	margin: 0 auto;
	max-width: 768px;
	height: 300px;
	border: 1px solid #999;
	overflow-y: scroll;
	overflow-x: hidden;
}
#top_info h1{
	text-align: center;
	padding: 10px 10px 0;
	margin: 0 10px;
	font-weight: 500;
	border-bottom: 2px solid #002D66;
}
#top_info .data{
	padding: 5px 20px;
	font-weight: 500;
	
}
#top_info .topic{
	padding: 5px 10px;
}
.info_line{
	border-bottom: 1px dashed #ccc;
	padding: 0 10px;
	width: 100%;
	
}
#program{
	
}
#manual ul{
	margin: 0 0 0  20px;
}
#manual li{
	list-style: none;
	font-size: 2.0rem;
	margin-bottom: 20px
}
#greeting h1,#program h1,#downroads h1,#online h1,#manual h1, .timeschedule h1, #information h1,#gist h1{
	font-size: 3.0rem;
	margin: 10px 0 40px 0;
	font-weight: 500;
	/*border-bottom: 2px solid #6aaee8;*/
	letter-spacing: 0.1em;
	background: linear-gradient(to right, #55c3ec, #afeffb);
	padding: 10px 20px;
	border-radius: 5px;
	border: 1px solid #fff;
	color: #fff;
	
}
/*<#greeting h1:first-letter,#program h1:first-letter,#manual h1:first-letter {
  font-size: 3.6rem;
  color: #337AB7;
}*/
#program h2,#downroads h2,#online h2, #information h2{
	border-bottom: 2px solid #55c3ec;
	border-left: 10px solid #55c3ec;
	margin: 0 0 20px;
	padding: 0 10px;
	font-size: 2.4rem;
	
}
#program h3, .timeschedule h3,#online h3,#information h3{
	border-bottom: 2px solid #999;
	margin-bottom: 20px;
	padding:5px 10px;
	
	
}
#program h3{
	font-weight: 600;
}
nav{
	
}
nav ul{
	
}
nav li{

}
.timeschedule{
	border: 1px solid #999;
	border-radius: 3px;
	margin: 0 20px;
}
.timeschedule span{
	font-size: 1.6rem;
}
.timeschedule ul{
	
	
}
.timeschedule li{
	padding-bottom: 10px;
}

/*プログラム*/
.line{
	border-bottom: 1px dashed #A2ACBC ;
}
.cards{
	margin: 10px 20px 80px 20px;
	border-bottom: 2px solid #ccc;
}
.moderator,.reporter,.debate{
	padding: 0 10px 10px; 
	line-height: 2em;
}
.moderator span,.reporter span,.debate span{
    font-size: 1.6rem;
    font-weight: 600;
    padding-bottom: 0px;
	color: #337AB7;
}
.programlist{
	
	padding-left: 0px;
	padding-right: 0px;
}
#online ul{
	
	margin-bottom: 40px;
	
}

#online li{
	list-style: none;
	margin-bottom: 20px;
	font-size: 1.6rem;
	border-bottom: 1px solid #ccc;
}
#online li ul{
	margin: 10px 0 0 50px;
	border-bottom: none;
}
#online li ul li{
	
	border-bottom: none;
}

footer{
	border-top: 1px solid #999;
	padding: 30px 20px 0px;
	line-height: 1.5em;
}
footer .address{
	
}
footer .address span{
	font-size: 1.8rem;
	font-weight: 600;
}
footer .copy{
	text-align: center;
	font-size: 1.2rem;
}
.pdfcolor{
	color: #C5090D;
}
@media screen and (min-width: 541px) {
	.hidden-sm{
		display: none;
	}
}
@media screen and (min-width: 961px) {
	.programlist{
	
	padding-left: 80px!important;
	padding-right: 80px!important;
}
}
@media screen and (max-width: 768px) {
	.hidden-lg{
		display: none;
	}
	.timeschedule{	
	margin: 0 10px;
}
	
	}
@media screen and (max-width: 540px) {
	
	
}
@media screen and (max-width: 480px) {
	
}
