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


#header th { border: none; }

/* about
--------------------------------- */
#about {
	margin: 0 0 20px;
}
#about .box {
/*	border: 2px solid #ccc;*/
	padding: 0 30px 15px;
	margin: 20px 0 0;
}
#about .box .ph {
	width: 120px;
	float: right;
	line-height: 0;
	padding: 4px 0 0;
	margin-top: -10px;
}
#about .box .ph img {
	width: 120px;
}
#about .box .tit {
	width: 150px;
/*	float: left;*/
	font-size: 18px;
	margin: 0 0 10px;
}
#about .dticket .tit {
	color: #FF0066;
}
#about .attentionList { margin: 0 0 5px; /*padding: 0 0 0 150px;*/ }
#about .attentionList li { line-height: inherit; margin-bottom: 0; }
#about .attentionList li:before { color: #FF0066; }
#about .sub { /*padding: 0 0 0 150px;*/ }
#about .bnr { clear: both; padding: 10px 0 0 150px; }
/*
#about .box {
	height: 120px;
	float: left;
/*	border: 2px solid #ddd;*/
	padding: 15px 15px;
	margin: 20px 0 0;
}
#about .dticket {
	width: 420px;
	margin-right: 12px;
}
#about .paper {
	width: 260px;
}
*/
#about .box .tit .icon {
	display: inline-block;
	width: 100px;
	background: #FF0066; 
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	border-radius: 4px;
	padding: 2px 5px;
	margin: 12px 0 0;
	position: relative;
	top: -3px;
}
#about .box .tit .icon::before {
	content: '';
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-bottom-color: #f06;
	position: absolute;
	left: 48px;
	top: -8px;
}


/* */
#entry .summaryList table {
	width: 100%;
	background: #fffde1;
	margin: 10px 0;
}
#entry .summaryList td th {
	width: 105px;
	background: #fffde1;
	color: #FF0066;
	font-size: 13px;
	vertical-align: top;
	border:none;
	padding: 5px;
}
#entry .summaryList td td {
	font-size: 13px;
	line-height: 1.4em;
	border:none;
	padding: 5px 5px 5px 0;
}
#entry .stepList .attentionList { margin-top: 10px; }
#entry .stepList .attentionList li { font-size: 12px; margin-bottom: 3px; }

.entryArea .btn .main { margin-bottom: 60px; }
.entryArea .lead {
	color: #f06;
	font-size: 18px;
	text-align: center;
	margin: 0 0 10px;
}

.dticket .attentionList li {
	font-size: 14px;
}
.dticketPoint {
    margin: 0px 0px 20px;
    font-size: 22px;
	font-weight: bold;
}

.entryArea .btn .main { margin-bottom: 60px; }
.entryArea .lead {
	color: #f06;
	font-size: 18px;
	text-align: center;
	margin: 0 0 10px;
}

table .bga {
    font-weight: bold;
    text-align: center;
    line-height: 1.5em;
    background: #eee;
}
table td {
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-left: 1px solid #aaa;
    padding: 15px 12px;
    line-height: 1.3em;
    background-color: #fff;
    vertical-align: middle;
    font-weight: normal;
}

table tr {
border: 1px solid #aaa;
}

.summaryList .icon::before {
    left: 40px;
}
.summaryList .icon::before, #about .box .tit .icon::before {
    content: '';
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-bottom-color: #f06;
    position: absolute;
    left: 48px;
    top: -8px;
}

.summaryList .icon {
    margin: 8px 0 0;
    width: 80px;
    height: 20px;
    line-height: 22px;
}
.summaryList .icon, #about .box .tit .icon {
    display: inline-block;
    width: 100px;
    background: #FF0066;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    border-radius: 4px;
    padding: 2px 5px;
    margin: 12px 0 0;
    position: relative;
    top: -3px;
}

#entry .summaryList table {
    width: 100%;
    background: #fffde1;
    margin: 10px 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}