/* index

	style.css

	- body
	- iOS
	- font
	
----------------------------------------------- */

@import url("reset.css");
@import url("html5reset-1.6.1.css");
@import url("font.css");
@import url("pc.css") screen and (min-width: 747px);
@import url("sp.css") screen and (max-width: 746px);
@import url("pc.css") print;


/* body
----------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	background: #eaeef1;
	color: #575757;

	/*letter-spacing: 0.02em;
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";*/

}

img {
	border: 0;
	vertical-align: bottom;
}


::selection {
	color: #fff;
	background: #fff000;
}

::-moz-selection {
	color: #fff;
	background: #fff000;
}


/* iOS
----------------------------------------------- */
*:after {
	display: block;
	clear: both;
}

html {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

textarea,
input[type="text"] {
	-webkit-appearance: none;
	 border-radius: 0;
}

input[type="submit"],
input[type="button"] {
	-webkit-appearance: none;
}


/* font
----------------------------------------------- */
h1 {
	margin: 0;
	padding: 0;
	line-height: normal;
}

h2 {
	font-size: 1.6em;
	line-height: normal;
	font-weight: bold;
}

h3 {
	font-size: 1.4em;
	line-height: normal;
	font-weight: bold;
}

h4,
h5,
h6 {
	font-size: 1em;
	line-height: normal;
	font-weight: bold;
}

p,
ul,
ol,
dl,
table,
address {
	font-size: 1em;
	line-height: normal;
	font-weight: normal;
}

big {
	font-size: 1em;
	line-height: normal;
	font-weight: normal;
}

small {
	font-size: 0.8em;
	line-height: normal;
	font-weight: normal;
}

strong {
	font-weight: bold;
}

a:link,
a:visited,
a:active {
	color: #575757;
	text-decoration: none;

	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;

}

a:hover {
	color: #575757;
	text-decoration: none;
	opacity: 0.6;
}
