@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body,h1,h2,h3,h4,h5,h6,div,ul,ol,li,form,input,textarea,p,td{margin:0;padding:0;zoom:1;}
dl,dt,dd{margin:0;padding:0;zoom:normal;}
input,textarea,select{*font-size:100%;}
li{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
img{border:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
body{
	font-family: Arial, Helvetica,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;font-size:12px;
	font-style:normal;
	font-weight:normal;
	line-height:18px;
}
/* clearfix,clear */
/* -------------------------------------------------- */
.clearfix:after {
	content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
.clear { 
	clear:both;
}