@charset "utf-8";

/* CSSリセット

--------------------------------------------------------------------------------------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

body,div, 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;
}

ul li {
	list-style: none;
}

/* IMG ================================================*/
img {
  width: 100%;
/*  height: auto;*/
  border: none;
  vertical-align: middle;
}

fieldset, img{
 border: 0;
}

abbr, acronym{
 border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var{
 font-style: normal;
 font-weight: normal;
}

strong {
font-weight: bold;
}

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

/* clearfix hack */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
	line-height:0; 
    visibility: hidden;
}

.clearfix {
	display: inline-table;
	min-height: 1%;
}
/*
.clearfix {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	min-height: 1%;
}
*/
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/* 基本サイズ14pxの場合 */
.fs8{ font-size:62%; }
.fs9{ font-size:68%; }
.fs10{ font-size:72%; }
.fs11{ font-size:79%; }
.fs12{ font-size:86%; }
.fs13{ font-size:93%; }
.fs14{ font-size:100%; }
.fs15{ font-size:108%; }
.fs16{ font-size:115%; }
.fs17{ font-size:122%; }
.fs18{ font-size:129%; }
.fs19{ font-size:136%; }
.fs20{ font-size:143%; }
.fs21{ font-size:150%; }
.fs22{ font-size:158%; }
.fs23{ font-size:165%; }
.fs24{ font-size:172%; }
.fs25{ font-size:179%; }
.fs26{ font-size:186%; }
.fs27{ font-size:193%; }
.fs28{ font-size:200%; }
.fs29{ font-size:207%; }
.fs30{ font-size:214%; }
.fs31{ font-size:221%; }
.fs32{ font-size:228%; }


body {
	font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, YuGothic, 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.5;
  color: #231815;
}

/* for IE6 */
* html body { font-size: 88%; }
/* for IE7 */
*:first-child+html body { font-size: 88%; }
/*
各pxに対応する、IEハックで指定するパーセントの値
12px	75%
13px	82%
14px	88%
15px	94%
16px	100%
*/

