@charset "utf-8";
/* CSS Document */

* {
	zoom: 1;
}

.clearfix:after,
.cf:after {
	content: "";
	display: block;
	clear: both;
}

p,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
body {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

.mincho {
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,serif;
}

p {
	line-height: 1.8;
	letter-spacing: 0.05em;
}

ul {
	list-style: none;
}

/*-------- img hover ---------*/

img {
	border: none;
}

/*----------------------------*/

a:link {
	color: #1A0DAB;
	text-decoration: none;
}

a:visited {
	color: #1A0DAB;
	text-decoration: none;
}

a:hover {
	color: #1A0DAB;
	text-decoration: underline;
}

a:active {
	color: #1A0DAB;
	text-decoration: none;
}

/*----------------------------*/

.sp_only {
	display: none;
}

@media screen and (max-width: 767px) {
	.pc_only {
		display: none;
	}

	.sp_only {
		display: block;
	}
	br.sp_only {
		display: inline;
	}
}
