@charset "utf-8";
/* CSS Document */


body , div , p , form , input , select , option , button , dl , dd , dt , ul ,ol , li , h1 , h2 , h3 , h4 , h5 , address , table , tr , td
{
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	line-height:1;
}
img
{
	border:0;
	line-height: 0px;
	padding: 0px;
}
ul
{
	list-style:none;
}
body, input, button, textarea, select
{
	font-size:62.5%;
	font-family:"Helvetica Neue",Arial,"Hiragino Kaku Gothic Pro",Meiryo,"MS PGothic",sans-serif;
}
body {
	font-size : 12px;
}
a {
	outline:none;
}
/** 共通のクラス **/
.red {
	color : red;
}
.blud {
	color : blue;
}
.clr {
	clear : both;
}