@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
	color: #333;
	font-size: 14px;
	font-family: 'Noto Sans Japanese', sans-serif;
	line-height: 1.5;
	outline: none;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	min-width: 800px;
}

a {
	-webkit-transition: opacity .4s, background .4s, color .4s;
	transition: opacity .4s, background .4s, color .4s;
}

.inner {
	max-width: 1030px;
	padding: 0 15px;
	margin: 0 auto;
}

.vis-sp,
.vis-tb {
	display: none;
}

/* All SP & Tablet */
@media screen and (max-width:1000px) {
	img {
		max-width: 100%;
		height: auto;
	}

	.vis-tb {
		display: block;
	}

	.hide-tb {
		display: none;
	}

}

/* All SP */
@media screen and (max-width:640px) {
	body {
		min-width: 360px;
	}

	.vis-sp {
		display: block;
	}

	.hide-sp {
		display: none;
	}

}

/* for Print */
@media print {
}