@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:transparent;
	border-bottom:solid 2px #ff0066;
	color: #ff0066;
border-radius: 0;
padding:6px 0;
font-weight:bold;
}

.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;
}

#sel{
width:360px;
margin:0 auto 20px; 
padding:5px;
font-size:15px;
display:block;
text-align:center;
}

.capTion{
font-size:14px;
font-weight:bold;
margin-bottom:15px;
text-align:center;
color:#FF0066;
}

.capTion label{
cursor:pointer;
}



.btn .main{
display:block;
width:280px;
min-width:250px;
font-size:25px;
font-weight:bold;
margin: 0 auto;
background:#FF0066;
color:#FFF;
}


#selArea .btn .disabled{
background:#DDD;
pointer-events: none;
border:none;
}