@charset "utf-8";

/* *************************************
//
//   RESET
//
// *********************************** */
body, div, p,  ul, ol, li, dl, dt, dd, table, th ,td, img, figure,
h1, h2, h3 ,h4 ,h5, h6, form, select {
	margin: 0;
	padding: 0;
}
article, aside, figcaption, figure, picture, source,
footer, header, nav, section, details, summary {
	display: block;
}
h1, h2, h3 ,h4 ,h5, h6, th, em, strong {
	font-weight: normal;
}
ul,ol			{ list-style: none; }
img				{ border: 0; vertical-align: middle; }
a				{ text-decoration: none; }
table			{ border-collapse: collapse; }
pre				{ white-space: pre-wrap;}
svg,
input,
select,
textarea,
label			{ vertical-align: middle; }
*,
*:before,
*:after {
	word-break: break-all;
	box-sizing: border-box;
}

body {
	color: #333333;
	font-size: 14px;
	line-height: 1.5;
	background-color: #222;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo,, Helvetica, Arial, Verdana, sans-serif;
}

@media all and (orientation: landscape) {
	body,html {
		width: 100%;
	}
}
