@charset "utf-8";

/* サービス毎の色替え用CSS
================================= */

/* anchor
--------------------------------- */
a {
	color: #FF0066;
}
.btn .main {
	background: #FF0066;
	color: #fff;
	border-color: #FF0066;
}
.btn .main:hover {
	background: #FFF9A6;
	color: #FF0066;
}
.btn .sub		{ color: #FF0066; }
.btn .sub:hover	{ background: #FFF9A6; }


/* title
--------------------------------- */

.sectionTit {
	background: #ff0066;
	color: #fff;
}

.pointArea .boxTit,
.pointArea .point01 .tit{
	color: #FF0066;
}



/* サービス毎の調整用CSS
================================= */
#header h1 {
	font-weight: bold;
}

#header h1 span {
	display: inline-block;
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 1.6;
}
#header .btn {
	text-align: center;
}
.entryTxt {
	margin: 0 0 15px;
	padding: 10px;
	text-align: center;
	border: solid 1px #aaa;
}
.entryTxt span {
	color: #f00;
	font-weight: bold;
}

.appDl {
	padding: 0;
	text-align: center;
	line-height: 1;
}
.appDl ul {
	display: inline-block;
}

.step2 .entryArea {
	margin: 0;
	font-size: 14px;
}
.step2 .btn {
	margin: 10px 0 0 0;
}
.step2 .btn a {
	margin: 0 auto 10px;
}
