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

/* -------------------------------------------------

Reset.css

使用色：#2aaf85　#53d1a9

------------------------------------------------- */
html, body, div, p, span, address, h1, h2, h3, h4, h5, h6, header, hgroup, footer, section, article, aside, nav, figure, figcaption{
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	line-height: 160%;
}
ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	line-height: 180%;
	list-style: none;
}
body {
	background-color:#eaeaea;
	color: #333;
	font-size: 0.9em;
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	-webkit-text-size-adjust: 100%;
}
a {
	color: #555;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #44b2e6;
}
a:active {
 	text-decoration:under-line;
}
a img {
    border-style:none;
}
/* Clearfix
------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* Tablet */
@media screen and (max-width:768px) {
html {
	font-size: 6.25%;
}
body {
	font-size: 14rem;
}
div, p, span, address, header, hgroup, footer, section, article, aside, nav, ul, ol, li, dl, dt, dd, figure, figcaption{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
img{
	width:100%;
}
}

/* PC */
@media screen and (min-width:769px) {
.sp {
	display: none;
}
}
/* Tablet */
@media screen and (max-width:768px) {
.pc {
	display: none;
}
}

