/* CSSリセット */
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,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,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;border:0;outline:0;font-size:100%;
vertical-align:baseline;background:transparent;font-weight:normal;}
body{line-height:1}article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{display:block}
ul{list-style:none}blockquote,q{quotes:none}blockquote:before,
blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;
font-size:100%;vertical-align:baseline;background:transparent}
del{text-decoration:line-through}abbr[title],dfn[title]
{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;
margin:1em 0;padding:0}input,select{vertical-align:middle}
html {
	/*font-size: 62.5%;*/
}
body {
	background: #FFF url('../background.png') repeat-y;
	background-size:	cover;
	background-position: center;
	/*font-size: 1.6em;*/
}
#wrapper {
	width:	90%;
	margin:	0 auto;
}
header {
	padding-top:	10px;
	width:	100%;
	text-align:	center;
}
#title{
	width: 50%;
	min-width: 300px;
}
@media screen and (max-width: 600px) {
  	#title { 
			margin:	0 auto;
	}
}
h1{
     font-size: 125%;
     font-weight:  bold;
     padding-left: 10px;
     margin-bottom: 15px;
     margin-top: 15px;
}
h2{
     font-size: 110%;
     font-weight:  bold;
     padding-left: 10px;
     margin-bottom: 10px;
     margin-top: 20px;
}

div.content {
	border:solid 1px #000;
	border-radius: 5px;
	width:			calc(100% - 22px);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:	10px;
	padding-right:	10px;
	margin-top:	10px;
	margin-bottom:	20px;
	background: rgba(255,255,255,0.9);
}
#date_and_time table{
	
	border-collapse: separate;
	border-spacing: 5px;  
	margin:	0 auto;
}
#date_and_time th{
    	width:	10%;
	font-weight:  bold;
	padding: 10px; 
	text-align:  center; 
	background-color: #eee;
	
}

#date_and_time td {
    	
	padding: 10px;
	text-align:  center; 
}
#date_and_time td:nth-child(1){
	width:	20%;
	font-weight:  bold; 
	background-color: #eee;
}
@media screen and (max-width: 500px) {
  	#date_and_time th,td{ font-size: 10px; }
}
@media screen and (max-width: 350px) {
  	#date_and_time th,td{ font-size: 10px; }
	#date_and_time td,th{ padding: 5px; }
	#date_and_time table{ border-spacing: 2px; }
}
.off {
	background-color:	#f5deb3;
	color:		red;
}
.normal {
	background-color:	#f0f8ff;
}
ul {
	list-style: disc;
	padding:	0px;
	padding-left:	20px;
	width:		calc(100% - 30px);
}
ul li {
	padding-top:	10px;
	padding-bottom:	10px;
}
#example {
	list-style: square;
}
.item2 {
	padding-left:	20px;
	list-style: square;
}
footer {
	width: 100%;
	text-align: center;
}
.centering {
	text-align: center;
}
@media screen and (max-width: 500px) {
  	.centering img{ width: 200px; }
}
.notes{
	padding-top: 5px;
	padding-bottom: 5px;
}

