@charset "utf-8";

/**
 *
 * 初期化
 *
 */

html,body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
html{overflow-y:scroll}
body{line-height:1.6}
/*body *{font-family:"MS Pゴシック","MS P Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kakugo Pro W3",Osaka,sans-serif; font-size:12px; font-weight:normal; font-style:normal;}*/
body *{font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;font-size:12px;}
ul,ol{list-style:none}
table{border-collapse:collapse}
img,fieldset{border:none}
img{vertical-align:top}
strong,em{font-weight:bold}
a:link, a:hover, a:visited, a:active {
	color: #1546c3;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
b, strong {
	font-weight: bold;
}
iframe::-webkit-scrollbar {
	display:none;
}
