@charset "UTF-8";

/* reset
-------------------------------------------------------------------------------*/
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;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img{ border: 0; }
address, caption, cite, code, dfn, em, th, var{
	font-style: normal;
	font-weight: normal;
}
ol, ul{ list-style: none; }
caption, th{ text-align: left; }
q:before, q:after{ content: ''; }
abbr, acronym{ border: 0; }
h1, h2, h3, h4, h5, h6{
	font-size: 100%;
	font-weight: bold;
}
strong{
	font-weight: bold;
	font-style: normal;
}

/* font.css
-------------------------------------------------------------------------------*/
body{
	font-size: 62.5%;
    line-height: 1.6;
/**************************
	font-family : YuGothic, '游ゴシック', sans-serif, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
	color: #444;
******************************/
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400; /* 標準ウェイト */
    color: #333; /* 色はお好みで調整 */
}
select, input, button, textarea{ font: 99% arial, helvetica, clean, sans-serif; }
table{ font-size: 100%; }
pre, code, kbd, samp, tt{
	font-family: monospace;
	line-height: 100%;
	*font-size: 108%;
}

/* clearfix
-------------------------------------------------------------------------------*/
.clearfix:after{
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix{ min-height: 1px; }
* html .clearfix{
	height: 1px;/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}

/* link
-------------------------------------------------------------------------------*/
a{
	color: #146EC7;
	text-decoration: none;
}
.linkOn{ cursor: pointer; }
a:hover,
.entry .linkOn:hover{
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}
