@charset "Shift_JIS";
/* default_css */
/*ブラウザ間フォントサイズ統一指定（変更禁止）*/

body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic,'メイリオ',Meiryo',sans-serif;
	font-size: 13px;
	*font-size: small;
	*font: x-small;    
	line-height: 1.6;
}

/* html5 */
article,aside,dialog,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}

img {
	vertical-align: top;
}

small {
	font-size: 100%;
}

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

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
}