@charset "UTF-8";

* {
	margin:0;
	padding:0;
}

html,body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, a, img,
small, dl, dt, dd, ol, ul, li, label,
table, tr, th, td, article, aside,
input,
footer, header, nav, section, video {
	outline:0;
	border:0;
	vertical-align:baseline;
	box-sizing:border-box;
	font-weight: normal;
}

article, aside, footer, header,
nav, section, a {display:block;}

/* body */
body {
	max-width:100%;
	min-width:100%;
}

/* iframe, video */
video,
iframe {vertical-align:top;}


/* ol, ul */
ul, ol {list-style:none;}


/* img */
img {
	width:100%;
	height:auto;
}


/* a */
a {
	text-decoration: none;
	width: 100%;
	display: block;
}


/* table */
table, th, td {
	vertical-align:middle;
	border:1px solid #CCC;
	border-collapse:collapse;
	border-spacing:0;
	box-sizing:border-box;
}

table {width:100%;}


/* dl */


/* common */
.red{
	color: red;
}
