@charset "utf-8";
/* CSS Document */

.html{
overflow:auto;
}

.clearFix:after {
 content:"";
 display:block;
 clear:both;
}
h1, h2, h3, h4, h5, h6 {
 margin:0;
 padding:0;
}
p{
	margin:0 0 0 0;
	padding:0;
	
}

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

a{
 text-decoration:none;
 list-style:none;
 color:#000000;
}
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 {
 vertical-align:baseline;
 box-sizing:border-box;
}

img{
	border:none;
}


/* font-family（サンプル） */
/*========================================*/
.one {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	line-height:1.5;
	background-color:#F3F3F3;
}

.two {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height:1.5;
	background-color:#F3F3F3;
}

.three {
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	line-height:1.5;
	background-color:#F3F3F3;
}


/* font-family（明朝体） */
/*========================================*/
.four {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height:1.5;
	background-color:#f3f3f3;
}

.five {
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	line-height:1.5;
	background-color:#f3f3f3;
}


/* font-family（汎用版） */
/*========================================*/
/*
sans-serif … ゴシック体系のフォント
serif      … 明朝体系のフォント
cursive    … 筆記体系のフォント
fantasy    … 装飾系のフォント
monospace  … 等幅系のフォント

参考サイト
https://w3g.jp/css/font/font-family
*/