@charset "UTF-8";

/* */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: normal;
}

h1 , h2 , h3 , h4 , h5 , h6 , strong , th , p {
	font-size: 14px;
	font-weight: normal;
}

div , h1 , h2 , h3 , h4 , h5 , h6 , dl , dt , dd , ul , ol , li , p , img {
	box-sizing: border-box; 
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;	
 }

ul , ol {
	list-style:none;
}

table {
	/*border-collapse: collapse;
	border-spacing: 0;*/
}

img, a {
	border: 0;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	font-size: 0.1em;
	line-height: 0;
	vertical-align: bottom;
}

input , textarea , select , option {
	font-size: 14px;
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Arial,Helvetica,sans-serif;
}

address {
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
}

/* for iepngfix */
img , div , h1 , h2 , h3 , h4 , h5 , p , ul , li , dl , dt , dd , table , th , td {
	behavior:url("js/iepngfix.htc");
}


