@charset "utf-8";

/*---------------------------------------------
Reset Style
---------------------------------------------*/
* { margin: 0; padding: 0; 
		box-sizing: border-box;
}
html { overflow-y: scroll;font-size: 62.5%; }
body {
	 font-family: "ヒラギノ角ゴ Pro W3",YuGothic, "游ゴシック体", "メイリオ", sans-serif;font-feature-settings: "palt";letter-spacing:0.075em;
	color: #333; line-height: 1.6; height: 100%; text-align: left; background-color: #fff; }
*html body { text-align: center; }
hr { display: none; }
img	{ border: none; vertical-align: bottom;max-width:100%; }
svg { vertical-align:bottom; display:block;}

div, dl, dt, dd, form, input, ul, ol, li, p, select, textarea, span, th, td { margin: 0; padding: 0; vertical-align:bottom; }
address, th, caption, strong, dfn { font-style: normal; font-weight: normal; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; margin: 0; padding: 0; }
input, select, textarea { font-size: 100%; font-family: inherit; font-weight: inherit; }
sup { vertical-align: text-top; font-size: 72%; }
sub { vertical-align: text-bottom; font-size: 72%; }
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; font-size: 100%; font-size: inherit; }
caption { text-align: left; }
fieldset { border: 0; }
table{ border-collapse: collapse; border-spacing:0; }
p{
	line-height:1.6;
}

a{
	color:#333;
	text-decoration:none;
}
a:focus{
	outline:none;
}

/* 上付き文字、下付き文字 */
sup,
sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
