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

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	font-size: 62.5%;
}
body {
	font-size: 1.6rem;
	line-height: 1.8;
	color: #000;
	position: relative;
}
ol, ul {
	list-style: none;
}
img {
	vertical-align: bottom;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*************************************************************************/

a {
	color: #000;
}
a:hover {
	color: #000;
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}
h1, h2, h3 {
	margin: 0 auto;
	line-height: 1.4;
}
h2 {
	font-size: 4.6rem;
	text-align: center;
	margin-bottom: 70px;
}
h3 {
	font-size: 3.2rem;
	margin-bottom: 70px;
}
h4, h5, h6 {
	line-height: 1.8;
	font-weight: bold;
}
h5 {
	font-size: 1.8rem;
}
p {
	margin: 0 auto;
}
sup {
	font-size: 60%;
}
table {
	width: 100%;
}
table th, table td {
	padding: 10px;
}
table dl {
	margin-top: -10px;
}
table dl dt {
	margin-top: 10px;
}
table dl dd {
	margin-left: 1em;
}

@media (max-width: 767px) {
h2 {
	font-size: 3.4rem;
	margin-bottom: 40px;
}
h3 {
	font-size: 2.6rem;
	margin-bottom: 40px;
}
h4, h5, h6 {
	line-height: 1.6;
}
h5 {
	font-size: 1.6rem;
}
}
@font-face {
	font-family: "Yu Gothic";
	src: local('YuGothic-Medium'), local('Yu Gothic Medium'), local('YuGothic-Regular');
	font-weight: 100;
}
@font-face {
	font-family: "Yu Gothic";
	src: local('YuGothic-Medium'), local('Yu Gothic Medium'), local('YuGothic-Regular');
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local('YuGothic-Medium'), local('Yu Gothic Medium'), local('YuGothic-Regular');
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local('YuGothic-Medium'), local('Yu Gothic Medium'), local('YuGothic-Regular');
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}
* {
	font-family: 'Yu Gothic', "游ゴシック", YuGothic, sans-serif;
}
