@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;
}

body {
  font-family: "Yu Gothic", YuGothic;
}

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

body{
	line-height: 1.8;
	color: #333;
	background: #fff;
	min-width: 1140px;
	font-size: 1.6rem;
	font-family: 'Yu Gothic', 'メイリオ',Meiryo,'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック',sans-serif;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,address,figure {
	margin: 0;
	padding: 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;
}

address,caption,cite,code,dfn,em,strong,th,var {
font-style: normal;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
caption,th {
text-align: left;
}
q:before,q:after {
content: '';
}
object,embed {
vertical-align: top;
}
hr,legend {
display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.4;
}

img,abbr,acronym,fieldset {
border: 0;
}
ul,ol {
list-style-type: none;
}

a{
	color: #000;
	text-decoration: none;
}

a:hover{
	color: #000;
	text-decoration: none;
	opacity: 0.5;
}

@media only screen and (max-width: 640px) {

	body{
		line-height: 1.8;
		color: #333;
		background: #fff;
		min-width: 100%;
		font-size: 1.3rem;
		height: 100%;
		font-weight: normal;
	}
}