@charset "utf-8";
/* CSS Document */

/* bugfix for Yu Gothic font
-------------------------------------------------*/

@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 100; }

@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 200; }

@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 300; }

@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 400; }

@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Bold"); font-weight: bold; }


/* iconfont
--------------------------*/
@font-face {
	font-family: 'iconfont';
	src: url('../fonts/icons.eot');
	src: url('../fonts/icons.eot#iefix') format('embedded-opentype'),
		url('../fonts/icons.ttf') format('truetype'),
		url('../fonts/icons.woff') format('woff'),
		url('../fonts/icons.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* 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, main, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}
html {
	font-size: 62.5%;
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
caption, th {
	text-align: left;
}
ol, ul {
	list-style: none;
}
main:after, section:after, ul:after, .clearfix:after, .inner:after, footer#ftLevel2 nav:after {
	content: "";
	display: block;
	clear: both;
}
.c-both {
	clear: both;
}

/* base setting
-------------------------------------------------*/
body {
	font-family: 'Roboto', Arial, Sans-sarif;
	color: #222222;
	font-size: 1.0rem;
	line-height: 100%;
	text-align: left;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-weight:500;
}
a {
	position: relative;
	color: #222222;
	text-decoration: none;
}
a:hover {
	color: #4fafcb;
	text-decoration: none;
}
a,
a:before,
a:after,
a > *,
a > *:before,
a > *:after {
	transition: all 0.4s;
}
a:hover,
a:hover:before,
a:hover:after,
a:hover > *,
a:hover > *:before,
a:hover > *:after {
	transition: all 0.3s;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
table {
	width: 100%;
	margin-bottom: 1em;
	font-size: 1em;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
}
table th,
table td {
	min-width: 5em;
	vertical-align: top;
	box-sizing: border-box;
	border-bottom: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
}
table th {
	background: #f6f6f6;
}
input, button, textarea, select {
	margin: 0;
	padding: 0;
	font-family: 'Apple SD Gothic Neo', 'Malgun Gothic', 'Roboto', sans-serif;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
}
input:focus, select:focus, a:focus {
	outline: none;
}
hr {
	height: 0;
	margin: 2em 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #e7e7e7;
}
ul {
	list-style-type: none;
}

@media print, screen and (min-width: 768px) {
}

@media screen and (max-width: 767px) {
}