@charset "UTF-8";
/* ===================================================================
CSS information
=================================================================== */
/* reset */


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

body{
	height: 100%;
	color: #333;
	line-height: 1.8;
	background: #fff;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,address,a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

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

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.5rem;
	font-weight: normal;
}
img,abbr,acronym,fieldset {
border: 0;
}
ul,ol {
list-style-type: none;
}

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

a:hover{
	color: #666666;
	text-decoration: underline;
}

@media only print, screen and (min-width: 641px) {
	body {
		min-width: 1020px;
		font-size: 1.4rem;
		font-weight: 200;
		font-family: 'Noto Sans Japanese','メイリオ',Meiryo,'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック',sans-serif;
	}
}



@media only screen and (max-width: 640px) {
	body {
		line-height: 1.8;
		font-size: 1.4rem;
		font-family: Arial, Roboto,'Droid Sans','游ゴシック', YuGothic,'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ', Meiryo, sans-serif;
	}
}