@charset "utf-8";

/*=============================================
reset
=============================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, audio, video {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font-size: 100%;
	font: inherit;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
	font-size: 62.5%;
}

body {
	color: rgba(0,0,0,0.90);
	font-size: 1.8rem;
	line-height: 1.85em;
	font-family: "YakuHanJPs","Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
	letter-spacing: 0.05em;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.palt {
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}
p {
	letter-spacing: 0.04em;
}
p,th,td,li,dt,dd {
	text-align: justify;
}

ol, ul, li {
	list-style:none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
a:link    {color: rgba(70,60,70,1.00); text-decoration:none;}
a:visited {color: rgba(70,60,70,1.00); text-decoration:none;}
a:hover   {color: rgba(70,60,70,1.00); text-decoration:none;}
a:active  {color: rgba(70,60,70,1.00); text-decoration:none;}

:focus {
	outline: 0;
}

strong {
	font-weight: bold;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: top;
	font-size:0;
	line-height: 0;
}

hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #e6e6e6;
	margin:1em 0;
	padding:0;
}

input,textarea,select,option {
	font-family: "YakuHanJPs","Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
}

input[type="search"],input[type="button"],input[type="submit"],select {
	border-radius: 0;
}





