/* ------------------------------------- BASIC
*/
@import "reset.css";

html {
	font-size: 16px;
}

html,
body {
	min-height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-style: normal;
	line-height: 1.6875;
	background-color: #fff;
	color: #333;
	letter-spacing: 0.1em;
	-webkit-text-size-adjust: 100%;
}

.sans {
	font-family: -apple-system, HiraginoCustom, 'Hiragino Kaku Gothic ProN', YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif;
}

.clr {
	clear: both;
}

.jump {
	position: absolute;
	left: -1999px;
	height: 100px;
	width: 100px;
	overflow: hidden;
}

a {
	text-decoration: none;
	color: #333;
	transition-duration: 0.5s;
	transition-property: color;
}

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

img {
	vertical-align: bottom;
}

sup {
	font-size: smaller;
	vertical-align: top;
}

.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center;
}

/* ------------------------------------- clearfix
*/
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}


/* ------------------------------------- HEADLINE
*/
h3 {}



/* ------------------------------------- BUTTON
*/