html {
	font-size: 62.5%;/*ベースフォントを10pxに*/
}


body { 
	/* customize_body */ font: normal normal 1.4rem Arial; /* customize_body */
font-family:"Meiryo", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana, arial, helvetica, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	/* customize_body */ color: #333; /* customize_body */
	line-height:1.4;
}

img {border: 0px}
a,a:active {
	/* customize_link */ color: #333; /* customize_link */
}
a:hover {
	/* customize_link_hover */ color: #666666; /* customize_link_hover */ text-decoration:underline;
} 

h1,h2,h3,h4,h5{ margin:0px; }
h1{ font: normal normal 14px Arial; overflow: hidden; padding: 5px 10px; line-height:1 }
h2{ font-size:18px; line-height: 1.8;}
h3{ font-size:16px; line-height: 1.8;}
h4{ font-size:14px; line-height: 1.8;}
h5{ font-size:13px; line-height: 1.8;}
p{ padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; }

@media only screen and (max-width: 768px) {


}