@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: #00B0F0;
	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: 18px;
	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;
}
/*
.step2 .btn .main:hover {
	background: #FF0066;
	color: #FFF;
}
*/
#bandy{
	margin:0 0 40px;
	padding:15px 20px 20px;
	border:1px solid #e51019;
}
#bandy img{
	float:left;
	width:245px;
}
#bandy .inner{
	padding-left:263px;
}
#bandy .inner .tit {
    color: #e51019;
    font-size: 21px;
    font-weight:bold;
    line-height:1.3em;
    padding:0 0 8px;
}
#bandy .inner .text{
	padding:0 0 15px;
	line-height: 1.5em;
}

#bandy .inner .text .bold{
	margin-left:-7px;
	font-size:20px;
	line-height: 1.7em;
}
#bandy table{
	width:100%;
	border-left:1px solid #77daff;
}
#bandy table td{
	padding:10px 12px;
	font-weight:bold;
    background: #f4fcff;
	border:1px solid #77daff;

}
#bandy table td p{
	font-size: 18px;
}
#bandy table td span{
	color:#0066cc;
	font-size: 13px;
}
#bandy table th{
    background: #77daff;
    padding:6px 0 3px;
    text-align: center;
}