body{
	background-color: #eef0f3;
	color: #777;
	line-height: 1.5;
	}

a {
	color: #00adff;
	text-decoration: none;
	}

a:hover{
	text-decoration: underline;
	}

main {
	width:960px;
	margin: 100px auto;
	padding: 60px 40px;
	background-color: #fff;
	}

h1 {
	font-size: 30px;
	text-align: center;
	border-bottom: 2px solid #ccc;
	}

.pre{
	width: 800px;
	margin: 20px auto 35px;
	text-align: center;
	}

h2 {
	background-color: #d2f1ff;
	padding: 20px;
	width: 800px;
	margin: 0 auto 35px;;
	text-align: center;
	}

.chuusen-day{
	font-size: 1.5em;
	font-weight: 600;
	color: #02029d;
	}

.timetable{
	width: 800px;
	margin: auto;
	}

.nakaguro {
	width: 800px;
	margin: 10px auto;
	}

@media screen and (max-width:768px){
	main {
		width:100%;
		padding: 5vw;
		}
	.pre {
		width: 100%;
		font-size: 3.5vw;
		}
	h2{
		width: 100%;
		font-size: 3.5vw;
		padding: 2vw;
		}
	.chuusen-day{
		font-size: 1.4em;
		}
	.timetable{
		width: 100%;
		}
	.nakaguro {
		width: 100%;
		}
	.notice {
		width: 100%;
		}
	}


/* ------------------------------
　　　　　　li要素 中黒箇条書き
------------------------------ */

.nakaguro li {margin-left: 1em;
			list-style-type: none;
			text-indent: -1em;}
.nakaguro li:before {display: inline;
				content: "・";}

@media screen and (max-width:768px){
	.nakaguro li{
		margin-bottom: 2.5vw;
	}
}


/* ------------------------------
　　　　　　ol要素
------------------------------ */
ol {
	counter-reset: my-counter;
	list-style: none;
	padding-left: 1em;
	font-size: 15px;
	}
 
.timetable li {
	margin-bottom: .5em;
 	padding-left: .6em;
	position: relative;
	}

.timetable li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #bce2f6;
	color: #666;
	display: block;
	float: left;
	line-height: 22px;
	margin-left: -1.6em;
	text-align: center;
	height: 1.3em;
	width: 1.35em;
	border-radius: 50%;
	}

.footer {
	font-size: 10px;
	text-align: center;
	margin: 20px;
	}

/* ------------------------------
　　　　　　表組み
------------------------------ */

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
table {
	border-collapse: collapse;
	width: 800px;
	margin: auto;
	font-size: 14px;
	}
table th,
table td {
	padding: 6px;
	border: 1px solid #999;
}
table th {
	background-color: #eee;
	text-align: center;
	width: 25%;
	}
@media screen and (max-width: 500px) {
	table {
	  border-top: 1px solid #999;
	width: 100%;
  }
  table td {
    display: block;
    text-align: center;
  }
  table th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
  }
}


/* ------------------------------
　　　　　　注意事項
------------------------------ */
.notice {
	width: 760px;
	margin: 30px auto;
	font-size: 12px;
	border: 1px solid #999;
	padding: 15px;}

@media screen and (max-width:768px){
	.notice {
		width: 100%;
		line-height: 1.6;
		}
	}