@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,
main,article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	background:transparent;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}

*, *::before, *::after {
	box-sizing: border-box;
}

main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
	font-size: 62.5%;
}
body{
	background: #fff;
	color: #4C4948;
	font-size: 1.4rem;
	line-height:1.5;
	letter-spacing: 0.1em;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック","Yu Gothic","メイリオ",Meiryo,Osaka,"ＭＳＰゴシック",sans-serif;
}

p,th,td,li,dt,dd {
	font-size: 1.4rem;
}

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:#4C4948; text-decoration:none;}
a:visited {color:#4C4948; text-decoration:none;}
a:hover   {color:#4C4948; text-decoration:none;}
a:active  {color:#4C4948; 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:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック","Yu Gothic","メイリオ",Meiryo,Osaka,"ＭＳＰゴシック",sans-serif;
	color: #3E3A39;
}

input[type="search"],input[type="button"],input[type="submit"],select {
	-webkit-appearance: none;
	border-radius: 0;
}
