@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;
	margin: 0 0 20px;

}

#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{
	padding:25px;
	background:#fffeec;
}
#selArea .disabled{
pointer-events: none;
border:none;
}
#selArea table{
	width:100%;
	background:#fff;
	border-left:1px solid #aaa;
	border-top:1px solid #aaa;
	margin-bottom:30px;
}
#selArea table th,
#selArea table td{
	font-size:13px;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
}
#selArea table th{
	padding:2px 0 0;
	text-align:center;
	background:#f5f5f5;
}
#selArea table td.blank{
	padding:8px;
}
#selArea table td.blank .time{
	color:#888;
}
#selArea table td{
	vertical-align:top;
	line-height: 1.7em;
}
#selArea table td a{
	padding:8px;
	display:block;
	color:#333;
	text-decoration:none;
}
#selArea table td a:hover{
	background:#fec5dc;
}
#selArea table td .time{
	font-size:11px;
}
#selArea table td.sat{
	background:#f2f5ff
}
#selArea table td.sun{
	background:#fff5f9
}
#selArea table td.sat .day{
	color:#238bff
}
#selArea table td.sun .day{
	color:#ff5096
}
p.culMonth{
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 5px;
}
.mb0{
	margin-bottom:0!important;
}
.relative{
	position: relative;
}
.inCell{
	position: relative;
}
#selArea table td img{
    position: absolute;
    right: 0;
    top: 0;
}

