@charset "utf-8";

/* Reset
------------------------------------------------------------*/
html,body,div,span,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,table,th,td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

/* ----------------------------------- fonts */
body {
	font-size: 100%;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", Arial,Verdana,sans-serif;
	line-height: 1;
	-webkit-text-size-adjust: 100%; /*iOS font対策*/
}

h1,h2,h3,h4,h5,h6,address,strong,em {
	font-size: 100%;
	font-weight: normal;
}

/* ----------------------------------- a */

a {color:#123872;}
a:hover {color:#123872;}

/* ----------------------------------- list */
ol, ul {list-style: none;}

/* ----------------------------------- Img */
img {border: none;vertical-align: bottom;margin:0;padding:0;}
img a:link { text-decoration: none; }
img a:hover { text-decoration: none; }

/* ----------------------------------- Clear */
.clear:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}