@charset "UTF-8";

/*
|
|	CSSリセット
|
*/
html,body,ul,li,p,h1,h2,h3,h4,h5,h6{ padding:0px;margin:0px; }
img{ vertical-align:bottom; }

body{
	-webkit-text-size-adjust:100%; /*スマホ時のフォント自動拡大対策)*/
	/* ゴシックの場合 */
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	/* 明朝の場合
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif; */
	color:#676767;
	font-size:15px;
	line-height:1.2;
	}

.clearfix { zoom:1; }
.clearfix:after{ content: "";display:block;clear:both; }

/*
|
|　リンクとテキストカラー
|
*/
a{ color:#407CB1; }
header a{ color:blue;text-decoration:none; }
header a:hover{ text-decoration:underline; }
a:hover{ color:red;text-decoration:none; }