@charset "utf-8";

/* html5 reset css */

/* reset */

html {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 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, 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;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}

li {
	list-style-type: none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

a img {
	border: none;
}

img {
	max-width: 100%;
	height:auto;
	vertical-align: bottom;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
 [hidden] {
display: none;
}

input, select {
	vertical-align:middle;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

* {
	word-wrap: break-word;
}

body {
	line-height: 1.5;
	letter-spacing: 0.03em;
	background: #fff;
	color: #333;
}

a:link {
}

a:visited {
}

a:hover {
}

a:active {
}

label {
	cursor: pointer;
}

mark {
	background-color: #ff9;
	color: #000;
}

.clearfix:after, .photo:after, .class_info ul:after, .btnarea:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
