/* CSS Document */ @charset "utf-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* clearfix
----------------------------------- */
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display:block;}
.clear { clear: both; }



/* base
================================= */
html, body {
	height: 100%;
	background: #f0f0f0;
	font-family: メイリオ,'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',Meiryo,'MS P Gothic',sans-serif;
	color: #333;
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0.02em;	
}
#wrap {
	background: #f0f0f0;
	padding: 20px 0;
}
#container {
	width:760px;
	background: #fff;
	padding: 30px 50px;
	margin: 0 auto;
}

/* header
--------------------------------- */
#header {
	margin: 0 0 30px;
}
#header th {
	line-height: 0;
	background: #eee;
	border: 1px solid #ddd;
}
#header td {
	padding: 0 0 0 20px;
}
#header h1 {
	font-size: 20px;
	line-height: 1.4em;
	margin: 0 0 10px;
}
#header .btn { text-align: left; }
#header .btn .sub {
	min-width: auto;
	text-decoration: none;
	border-radius: 4px;
	border: 1px solid;
	padding: 5px 10px;
	margin: 10px 0 0;
}

/* footer
--------------------------------- */
#footer {
	width:860px;
	color: #888;
	font-size: 11px;
	text-align: center;
	padding: 40px 0 20px;
	margin: 0 auto;
}
#footer li {
	display: inline;
}
#footer li a {
	color: #888;
	text-decoration: none;
}
#footer li a:hover {
	color: #666;
	text-decoration: underline;
}

/* フッター固定帯
--------------------------------- */
#buy{
	position:fixed;
	bottom:-150px;
	left:0;
	width:100%;
	z-index:999;
	background:rgba(255,255,255,0.9);
	box-shadow: 0 0 1px rgba(0,0,0,0.2);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
#buy.fixed{
	bottom:0;
}
#buy .inner{
	width:900px;
	margin:0 auto;
	padding:8px 0;
	min-width:760px;
}
#buy p.txt{
	float:left;
	color:#333;
	font-size:12px;
	font-weight:bold;
	line-height:40px;
}
#buy .btn{
	float:right;
}
#buy .btn a.main,
#buy .btn a.sub{
	margin:0;
	width:200px;
	font-size:14px;
	font-weight:bold;
	padding:12px 0;
	min-width:auto;
}
#buy .btn a.sub {
	width: 160px;
	padding: 9px 0;
}

/* section
--------------------------------- */
.section {
	margin: 0 0 60px;
}
.sectionTit {
	background: #FF0066;
	color: #fff;
	font-size: 20px;
	line-height: 1.5em;
	border-radius: 4px;
	padding: 6px 15px;
	margin: 0 0 30px;
}
.sectionTit::before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 1em;
	background: #fff;
	margin: 0 10px 0 0;
	position: relative;
	top: 3px;
}

.subTxt { font-size: 0.8em; }
.bold	{ font-weight: bold; }
.center	{ text-align: center; }


/* anchor
--------------------------------- */
a {
	color: #FF0066;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
a:hover { text-decoration: none; }
a img {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
a img:hover { opacity: 0.8; }
.btn { text-align: center; }
.btn a,
.btn input {
	display: inline-block;
	min-width: 300px;
	text-align: center;
	text-decoration: none;
	border-radius: 6px;
	border: 1px solid;
	padding: 15px;
	margin: 0 auto 20px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.btn .main {
	background: #FF0066;
	color: #fff;
	font-size: 18px;
	border-color: #FF0066;
}
.btn .main:hover {
	background: #FFF9A6;
	color: #FF0066;
}
.btn .sub {
	padding: 10px;
	color: #FF0066;
}
.btn .sub:hover {
	background: #FFF9A6;
}

/* layout
================================= */



/* entry
--------------------------------- */
#entry {
	margin: 0 0 60px;
}
#entry .summaryList {
	width: 100%;
	border-collapse: collase;
	margin: 0 0 30px;
}
#entry .summaryList th {
	width: 120px;
	background: #f5f5f5;
	font-weight: bold;
	border: 1px solid #aaa;
	padding: 15px;
}
#entry .summaryList td {
	border: 1px solid #aaa;
	padding: 15px;
}
#entry .summaryList td img {
	vertical-align: middle;
}

#entry .listTit {
	font-weight: bold;
	margin: 0 0 10px;
}


/* dottList */
.dottList li {
	margin: 0 0 8px 13px;
	position: relative;
}
.dottList li::before {
	content:'●';
	font-size: 0.6em;
	color: #999;
	position: absolute;
	left: -13px;
	top: 0.2em;
}

/* attentnionList */
.attentionList li {
	font-size: 12px;
	line-height: 1.5em;
	margin: 0 0 8px 10px;
	position: relative;
}
.attentionList li::before {
	content:'●';
	font-size: 0.6em;
	color: #999;
	position: absolute;
	left: -13px;
	top: 0.2em;
}
.entryArea {
	font-size:20px;
	text-align: center;
	margin:40px 0;
}
.entryArea .tit {
	margin: 0 0 15px;
}
.entryArea .fin {
	margin: 0 0 15px;
}
.entryArea .btn .main {
	font-size: 30px;
	line-height: 1em;
}
/* step */
.stepList dt {
	float:left;
	background: #f5f5f5;
	color:#333;
	font-size:11px;
	line-height:1;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 4px 8px;
	margin: 0 10px 0 0;
}
.stepList dd {
	border-bottom: 1px dotted #ccc;
	padding: 0 0 10px 70px;
	margin: 0 0 10px;
}
.stepList dd:last-child {
	border: none;
	padding-bottom: 0;
	margin: 0;
}
.appDl {
	margin: 10px 0 0;
}
.appDl li {
	float: left;
	font-size:11px;
	text-align: center;
	margin: 0 10px 0 0;
}

/* dticket
--------------------------------- */
#dticket { margin: 0; }

/* pointArea */
.pointArea .areaTit {
	font-size: 30px;
	text-align: center;
	line-height: 1.4em;
	margin: 40px 0 20px;
}
.pointArea .box {
/*	background: #FFFBC5;
	border-radius: 6px;
	padding: 20px;
*/
	margin: 0 0 40px;
}
.pointArea .boxTit {
	color: #FF0066;
	font-size: 20px;
	font-weight: bold;
}
.pointArea .boxTit img {
	vertical-align: middle;
}

/* 安心! */
.pointArea .point01 li {
	width: 233px;
	float: left;
	padding: 0 10px;
}
.pointArea .point01 .ph {
	text-align: center;
	margin: 0 0 10px;
}
.pointArea .point01 .ph img { height: 190px; }
.pointArea .point01 .tit {
	color: #FF0066;
	font-weight: bold;
	margin: 0 0 5px;
}
.pointArea .point01 .txt {
	font-size: 12px;
	margin: 0 0 5px;
}
.pointArea .point01 .subTxt {
	line-height: 1.4em;

}


/* 楽しめる */
.pointArea .point02 .boxTit { margin: 0 0 20px; }
.pointArea .point02 .ph {
	margin: 0 0 10px;
	text-align: center;
}
.pointArea .point02 .tit {
	font-weight:bold;
	font-size:16px;
	margin: 0 0 20px;
	text-align:center;
}
.pointArea .point02 .lead {
	font-weight:bold;
	font-size:20px;
	color: #FF0066;
	text-align:center;
}
.pointArea .point02 .btn { clear: left; padding-top: 50px; }
/* support */
.support {
	font-size: 12px;
	border-top: 1px solid #ccc;
	padding: 30px 0 0;
}
.support .txt {
	margin: 0 0 10px;
}

/* device */
.deviceArea {
	margin: 0 0 20px;
}
.deviceArea .areaTit {
	font-size: 18px;
	border-left: 4px solid #aaa;
	padding: 5px 0 5px 10px;
	margin: 0 0 20px;
}
.deviceArea .ph {
	width: 220px;
	float: right;
	border: 1px solid #ccc;
	padding: 20px;
	margin: 0 0 0 15px;
}
.deviceArea .attentionList { margin: 0 0 20px }