
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: #87d6f4;
}
#toggle{ 
 display: none;
}
@media only screen and (max-width: 768px) {
    #menu li{
    width: 50%;
    border-bottom: 1px solid #444;
  }
}
@media only screen and (max-width: 480px) {
  #menu{
    display: none;
  }
  #menu li{
    width: 100%;
  }
  #toggle{
    display: block;
    position: relative;
    width: 100%;
    background: #55c3ec;
  }
  #toggle a{
    display: block;
    position: relative;
    padding: 12px 0 10px;
    border-bottom: 1px solid #3570A6;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
  }
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: #222;
  }
  #toggle a:before{
    margin-top: -6px;
  }
  #toggle a:after{
    margin-top: 2px;
  }
}
#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 #55c3ec;
}
#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: #38a4c7;
}*/
#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{

}
.flex{
    display: flex;
    flex-wrap: wrap;
}
.timeschedule{
	border: 1px solid #999;
	border-radius: 3px;
	margin: 0 10px ;
	min-height: 320px;
	padding: 10px 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: #38a4c7;
}

#online ul{
	border-bottom: 1px solid #ccc;
	margin-bottom: 40px;
}

#online li{
	list-style: none;
	margin-bottom: 40px;
	font-size: 1.6rem;
}
#online li ul{
	border-bottom: none;
}
#online li ul li{
	margin-left: 3em;
	padding-top: 10px;
	border: 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: 769px) {
	.hidden-sm{
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.hidden-lg{
		display: none;
	}
	
}
@media screen and (max-width: 480px) {
	
}
