/* @group Global Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, 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, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body{
    font-family: "acumin-pro","Arial",sans;
}
div#body{
	width: 100%;
	position: absolute;
	top: 36%;
}
div#maruni_w{
	width: 256px;
	height: 116px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
div#lang_w{
	width: 100%;
	margin-top: 25px;
	overflow: hidden;
}
div#lang_l{
	width: 101px;	
	float: left;
	text-align: right;
}
div#lang_r{
	width: 86px;	
	float: right;
	text-align: left;
}
body.notfound div#body{
	width: 100%;
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
}
body.notfound div#maruni_w{
	width: 480px;
	height: auto;
	overflow: visible;
	margin-left: auto;
	margin-right: auto;
	position: relative;
    text-align: center;
}
body.notfound p{
    font-size: 16px;
    font-weight: 300;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    color: #414141;
    letter-spacing: 0.15px;
    text-rendering: optimizeLegibility;
    font-kerning: normal;
    font-variant-ligatures: common-ligatures contextual;
    font-feature-settings: "kern", "liga", "clig", "calt";
}
body.notfound p.code{
    font-weight: 500;
    font-size: 150px;
    padding: 0 0 30px 0;
    line-height: 1;
}
body.notfound p.ja-message{
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 14.4px;
    padding: 30px 0;
}
body.notfound a.homelink{
    display: block;
    background-color: #eeebeb;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    color: #414141;
    text-decoration: none;
    width: 270px;
    margin: auto;
}