@charset "euc-jp";

/*Reset Style*/
html{
	width:100%;}
body{
	width:100%;}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

.clear{
	clear:both;
	border:none;
	}
h2{
	padding-top:10px;
	line-height:22px;
	}
/*base*/
body {
	font-family:"¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
	font-size: 18px;
}
a:link, a:visited,
a:hover, a:active, a:focus {
  text-decoration: none;
}
ul{
	width:700px;
	margin:auto;
	list-style: none;
	}

/*accordion*/

dl.accordion dt {
  /*background: #333;*/
  
background-color: #add8e6;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,transparent 75%, transparent);
  background-size: 4px 4px;
  
  cursor: pointer;
  border: 1px solid #06F;
  word-wrap:break-word;
}
dl.accordion dt {
	display: block;
	padding: 20px;
	color: #000;
}
dl.accordion dt::before {
  content: '';
  position: relative;
  float: right;
  border: 8px solid transparent;
  border-top-color: #fff;
  width: 0;
  height: 0;
  top: 5px;
}
dl.accordion dt.open::before {
  content: '';
  position: relative;
  float: right;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  width: 0;
  height: 0;
  top: -5px;
}
dl.accordion dd {
  word-wrap:break-word;
}
dl.accordion dd ul li {
  border-bottom: 1px solid #f2f2f3;
  list-style: none;
}
dl.accordion dd ul li a {
  color: #333;
  display: block;
  padding: 10px 30px 10px 15px;
}
dl.accordion dd ul li a::before {
  content: '';
  position: relative;
  float: right;
  border: 8px solid transparent;
  border-left-color: #333;
  width: 0;
  height: 0;
  top: 0;
  right: -25px;
}
#class{
	width:46%;
	float:left;
	padding: 0 0 0 4%;
	font-size:18px;
	}
#day{
	width:50%;
	float: right;
	}
#line{
	width:100%;
	float:left;
	line-height:50px;
	background-color:#FFF
	}
/*#header{
	margin:auto;
	width:1000px;
	text-align:center;
	margin-top: 10px;
	max-width:100%;
	}*/
#header2{
	background-color: #FFC;
	padding: 3%;
	line-height: 30px;
	text-align: left;
	font-size: 24px;
	}
#header3{
	text-align:center;
	padding: 5%;
	color: #F00;
}

/*kai-logo--------------------------------*/		
.kai-logo {
	width:300px;
	margin:50px auto 10px;}
	
.kai-logo img {
	width: 100%;
	height:auto}



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


#header2{
	font-size:16px;
	width:94%;
}
#header3{
	padding: 0;
}

ul {
	width:90%;
}

#class{
	width:90%;
	float:right;
	padding: 0;
	}
#day{
	width:80%;
	float: right;
	}
#line{
	width:100%;
	float:left;
	line-height:50px;
	background-color:#FFF
	}


}
