@charset "Shift_JIS";

/* ==================================================================
	
	■スタイルリセット
	　ブラウザ間の互換性調整
	　基本無変更
	
=================================================================== */

/* ------------------------------------------------------
base setting
------------------------------------------------------ */
body {
	margin:0;
	border:0;
	padding:0;
	font-size:100%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

h1, h2, h3, h4, h5, h6, p,ul,ol,dl,dt,dd,div,form,address {
list-style-type:none;
margin:0;
border:0;
padding:0;
font-style:normal;
font-weight:normal;
font-size:100%;
}

img {border:none;}

/* ------------------------------------------------------
font size
------------------------------------------------------ */
body {
  font-size: 75%; /* IE用 */
}
html>/**/body {
  font-size: 12px; /* IE7.0を除くモダンブラウザ用 */
}


/* clearfix
---------------------------------------------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* ------------------------------------------------------
 overflow
---------------------------------------------------- */

html {	
	height:100%;
	margin-bottom:1px; /* Opera,NN用 */
}
html {
	overflow-y:scroll;
}