@charset "UTF-8";

/* ---------------------------------------------------------------- *
	 ブラウザ設定の初期化
 * ---------------------------------------------------------------- */
html { overflow-x: hidden;} 
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; }
address, caption, cite, code, dfn, em, strong, th, var	{ font-style: normal; }
table	{ border-collapse: collapse; border-spacing: 0; }
q:before ,q:after	{ content: ''; }
object, embed	{ vertical-align: top; }
h1, h2, h3, h4, h5, h6	{ font-size: 100%; }
img{ border: none; vertical-align:top; }
abbr, acronym, fieldset	{ border: 0;}
ul,li	{ list-style-type: none; margin-left:0; padding-left:0; }

/* アウトラインを非表示 */
a, button,input {
    outline: none !important;
}

/* 画像に余白が入らないように */
img{
	vertical-align: top;
  display: block;
}

/* ---------------------------------------------------------------- *
	ボディ基本設定等
 * ---------------------------------------------------------------- */

body{
	width:100%;
	height:100%;
	font-size:100%;
	font-family:Meiryo,"メイリオ",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color:#000000;
}

/* ---- PC ---- */
@media (min-width: 769px) {
}

/* ---- SP ---- */
@media (max-width: 768px) {
}