@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 {
	position: relative;
	background: #fff;
	color: #333;
	font-size: 14px;
font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,Sans-Serif; */
}
body * {font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,Sans-Serif; 
	font-size: 14px;
	font-weight: normal;
    line-height: 1.6;
}
ul, ol {
	list-style: none;
}
table {
	border-collapse: collapse;
  font-size: inherit;
  font: 100%;
}
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;
}

/* 
 *  font-size:    83% = 10px
 *  font-size:   100% = 12px
 *  font-size:   108% = 13px
 *  font-size:   117% = 14px
 *  font-size:   133% = 16px
 *  font-size:   150% = 18px
 *  font-size:   166% = 20px
 */

