/*=================================
	reset.css
================================ */

body {
	margin: 0;
	padding: 0;
}
div, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align:bottom;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
address, caption, cite, code, dfn, em, strong, var {
	font-style: normal;
}
section {
	display: block;
}
ol, ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
a, a:visited {
	color: #333;
	text-decoration: none;
	outline: none;
	transition: opacity 0.6s ease-in-out;
}
a:hover {
	text-decoration: none;
	opacity: 0.8;
}
a:focus {
	outline: none;
}
table {
	border-collapse: collapse;
}
.clearfix:before, .clearfix:after, .schedule li {
	content: "";
	display: table;
}
.clearfix:after, .schedule li {
	clear: both;
}
.clearfix, .schedule li {
	*zoom: 1;
}
@media screen and (max-width:768px) {
	body {
		-webkit-text-size-adjust: 100%;
	}
	img {
		max-width: 100%;
		height: auto;
	}
}
