@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
--------------------------------- */
#header h1{
	margin:0;
}
#header h1 span {
    display: inline-block;
    font-size: 30px;
    margin: 0 0 5px;
}
.sectionTit {
	background: #FF0066;
	color: #fff;
}

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


#header th { border: none; }

/* about
--------------------------------- */
/*
#about .box {
	border: 2px solid #ccc;
	padding: 15px 30px;
	margin: 20px 0 0;
}
*/
#about .box .ph {
	width: 180px;
	float: right;
	line-height: 0;
	padding: 4px 0 0;
}
#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 .btn{
	text-align:left;
}
#about .sub{
	margin:20px 0 0 0;
	padding:0;
	min-width:auto;
	border:none;
	font-size:18px;
}
#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;
}


.dticketPoint {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 20px;
}
#tanoshimeru,
#about{
	margin:0 0 40px;
}
#about .box .ph {
    float: right;
    line-height: 0;
    margin-top: -10px;
    padding: 4px 0 0;
    width:135px;
}
#about .box .ph img {
    width:100%;
}

#collection #mobile {
    float: left;
    width: 280px;
}

#collection #mobile img {
    width:100%;
}
#point .block .text {
    font-weight: bold;
    margin: 0 0 15px;
}

#point #tanoshimeru.block ul {
    background: #fffce4 none repeat scroll 0 0;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 0 0 15px;
    padding: 15px 20px 10px;
    width: 470px;
}

#collection #collectionInner {
    padding: 5px 0 5px 295px;
}
#point #tanoshimeru.block ul li {
    color: #000;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 5px;
    padding-left: 1.5em;
    text-indent: -1.5em;
}
#point #tanoshimeru.block ul .webicon {
    color: #ff3785;
}