@charset "utf-8";
/* CSS Document */
/****************************************************************************/
/**								利用規約									*/
/****************************************************************************/
/* main --------------------------------------------------------------------- */
#main h1 span{
	background-image: url(../img/terms/main_img.jpg);
}

#content01 p {
	font-size: 16px;
	line-height: 28px;
}

p a:link {
	color: #ff7043;
}

h1,  h2 {
	text-align: center;
}

h3 {
	font-family: "genjyuugothic";
	font-weight: bold;
	color: #ff8a65;
	font-size: 20px;
	margin: 40px 0 10px;
}

#content01 h4 {
	font-family: "genjyuugothic";
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 5px;
	margin-top: 15px;
}

#content01 li{
	text-indent: -18px;
	padding-left: 20px;
	line-height: 28px;
}

#content01 li:before {
	background: url(../img/common/list_arrow.png) no-repeat;
	width: 8px;
	height: 12px;
	content: "";
	display: inline-block;
	margin-right: 10px;
}

.banner {
	text-align: center;
	margin-top: 10px;
}

.contact {
	margin-top: 0px;
	margin-left: 1em;
}

@media screen and (max-width:640px){
}