@charset "UTF-8";
/* ===================================================================
CSS information
=================================================================== */
/* reset */
@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;
}

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, input, textarea, main {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-text-size-adjust: 100%;
	 -webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, main, section {
	display: block;
}

html {
	overflow-y: scroll;
	font-size: 62.5%;
	height: 100%;
}

body{
	line-height: 1.8;
	color: #222;
	background: #F6F6F6;
	min-width: 1200px;
	font-size: 1.5rem;
  font-family: "Yu Gothic", YuGothic;
	font-family: 'Yu Gothic', 'メイリオ',Meiryo,'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック',sans-serif;
	height: 100%;
}

address,caption,cite,code,dfn,em,strong,th,var {
font-style: normal;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

hr,legend {
display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 1.6rem;
	line-height: 1.4;
	font-weight: bold;
}
ul,ol {
	list-style-type: none;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	opacity: 0.5;
}

@media only screen and (max-width: 767px) {
	body{
		min-width: 100%;
		font-size: 1.3rem;
		font-weight: normal;
	}
	img{
		width: 100%;
		height: auto;
	}
}