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

/* =========================================================
Reset of Default Style
========================================================= */
h1,h2,h3,h4,h5,h6,p,address,a,
ul,ol,li,dl,dt,dd,
table,th,td,img,form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight:normal;
	font-size: 100%;
	text-align: left;
	/*line-height:140%;*/
	vertical-align: baseline;
	background: transparent;

}

/* ブラウザ間でのフォントサイズリセット */
textarea { font-size: 100%; }

/* 画像下部空きのリセット */
img { vertical-align: bottom; }

/* リストのスタイルをリセット */
ul {
	list-style-type: none;
}

hr  { display: none; }

/* =========================================================
Clear Fix
========================================================= */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	/*display: inline-table;*/
	min-height: 1%;
}
/* Hides from IE-mac \
.clearfix { height: 1%; }
.clearfix { display: block; }
 End hide from IE-mac */

/* Hides from IE-mac \
* html .clearfix { height: 1%; }
.clearfix { display: block; }
 End hide from IE-mac */


/* new clearfix */
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
/* =========================================================
body
========================================================= */

body {
	margin:0;
	padding:0;
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
}

body *{
	box-sizing:border-box;
	-webkit-text-size-adjust: 100%;
}
