@charset "utf-8";

/*//////////////////////////////////////////////////////////////
[body Elements]
//////////////////////////////////////////////////////////////*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
    font-style: normal;
    font-weight: 400;
}
html {
    font-size: 10px;
}
body {
    background: #fff;
	color: #4d4d4d;
    font-size: 10px;
    text-align: center;
	line-height:1;
}
ul,ol,li {
	list-style-type:none;
}
img {
    vertical-align: top;
}
table {
	border-collapse: separate;
	border-spacing: 0px;
}
svg {
    pointer-events: none;
}
figure,
nav {
    display: block;
}
.anchor {
	font-size: 0px;
	line-height: 0px;
	display: block;
	overflow: hidden;
	height: 0px;
}
 
/*//////////////////////////////////////////////////////////////
[Font]
//////////////////////////////////////////////////////////////*/

@import url('https://fonts.googleapis.com/css?family=Noto+Serif');

body {
	font-family: 'Noto Serif', serif;
}
p,th,td,dt,dd,li {
	line-height: 1em;
}

/*//////////////////////////////////////////////////////////////
[Base]
//////////////////////////////////////////////////////////////*/

html {
	height: 100%;
}
body {
	height: 100%;
	background-color: #ffffff;
	color: #647682;
	text-align: center;
	position: relative;
}
@media all and (max-width: 1200px) {
	body {
		width: 1200px;
	}
}

/* link ----------------------------------------------------- */

a:link,
a:visited {
	color: #647682;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* Clearfix ------------------------------------------------- */

.clear-fix:before,
.clear-fix:after {
	content:"";
	display:table;
}
.clear-fix:after {
	clear:both;
}
