@charset "utf-8";

/*--------------------------------------
 * Universal selector
 * ---------------------------------------*/

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	zoom: 1;
}

/*--------------------------------------
 * Structure Module
 * ---------------------------------------*/

html {
	overflow-y: scroll;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 16px;
	font-family: SourceHanSans-Regular, SourceHanSansJP-Regular, '源ノ角ゴシック Regular','源ノ角ゴシック', NotoSansJP-Regular, 'Noto Sans Japanese Regular', 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', 'メイリオ', sans-serif;
	text-align: left;
	color: #000;
	background: #000000;
	/*background: #C90D0F;*/
	/*background: #f7f5f2;*/
	/*background: #FFF9EA;*/
	/*background: #f4f5f0;*/
	/*background: #fafafa;*/
}

/*--------------------------------------
 * Text Module
 * ---------------------------------------*/

p,
pre,
address,
cite {
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

br {
	letter-spacing: 0;
}

/*--------------------------------------
 * Image Module
 * ---------------------------------------*/

img {
	margin: 0;
	padding: 0;
	border: 0;
	max-width: 100%;
    height: auto;
}

/*--------------------------------------
 * iframe Module
 * ---------------------------------------*/

iframe {
	max-width: 100%; !important;
}

/*--------------------------------------
 * Table Module
 * ---------------------------------------*/

table {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

/*--------------------------------------
 * Hypertext Module
 * ---------------------------------------*/

a,
a:link,
a:visited {
	text-decoration: none;
	color: #000;
	overflow: hidden;
	outline: none;
}

a:active,
a:hover,
a:focus {
	color: #999999;
}

/*--------------------------------------
 * ライン
 * ---------------------------------------*/
hr {
	display: none;
	clear: both;
}

/*--------------------------------------
 * totop
 * ---------------------------------------*/
.totop {
	clear: both;
}

/*--------------------------------------
 * クリア
 * ---------------------------------------*/
.clear {
	clear: both;
}
