/*----------- img element*/

#contents img {
	margin-bottom: 0;
	line-height: 0;
	vertical-align:bottom;
}


/*-----------------------------------
 *	Anchor
 *----------------------------------*/
#contents a {
	color:#323232;
	text-decoration:underline;
}

#contents a:hover {
	color:#323232;
	text-decoration:none;
}

#contents a {
    overflow: hidden;
    outline: none;
}

/*-----------------------------------
 *	main
 *----------------------------------*/

#wrapper {
	width:100%;
	background:#cccccc;
}

#contents {
	width:1000px;
	margin:0 auto;
	line-height:1.6;
	background:#FFFFFF;
	color:#4C4C4C;
}

#contents .attpage {
	color:#191919;
}

#contents .attpage a {
	color:#006ebe;
	text-decoration:underline;
}

#contents .attpage a:hover {
	text-decoration:none;
}

#contents .attpage h1 {
	width:940px;
	background:#191919;
	height:60px;
	line-height:60px;
	color:#ffffff;
	font-size:1.846em;
	padding:0 30px 0;
}

#contents .attpage h1 span {
	margin:0 0 0 10px;
	font-size:0.667em;
}

#contents .attpage .read {
	width:900px;
	padding:20px 50px 20px;
	background:#f2f2f2;
	font-size:1.077em;
}

#contents .attpage .read p {
	text-indent:-1em;
	padding-left:1em;
	padding-bottom:5px;
}

#contents .attpage .read p span {
	color:#cb0000;
}

#contents .attpage .inr {
	width:900px;
	margin:30px auto 40px;
}

#contents .attpage .inr h2 {
	width:870px;
	background:#191919;
	height:45px;
	line-height:45px;
	color:#ffffff;
	font-size:1.385em;
	padding:0 15px 0;
	margin-bottom:20px;
}

#contents .attpage .inr dl {
	margin-bottom:20px;
}

#contents .attpage .inr dl dt {
	font-size:1.077em;
	text-indent:-1em;
	padding-left:1em;
	line-height:1.6;
	padding-bottom:8px;
}

#contents .attpage .inr dl dt.txtred {
	color:#cb0000;
}

#contents .attpage .inr h3 {
	width:900px;
	height:45px;
	line-height:45px;
	color:#191919;
	font-size:1.143em;
	font-weight:bold;
	margin-bottom:20px;
	border-bottom:2px solid #191919;
}

#contents .attpage .inr .back_btn a {
	display:block;
	width:400px;
	height:46px;
	background:url(../img/arrow.png) 380px center no-repeat #7f7f7f;
	text-align:center;
	line-height:46px;
	font-size:1.143em;
	font-weight:bold;
	color:#ffffff;
	margin:40px auto 30px;
	text-decoration:none;
}

#contents .attpage .inr .back_btn a:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha(opacity=70)";
}



/* --- 規約表示ボタン --- */

#contents .attpage .inr .ticket_btn {
	padding-bottom: 10px;
}

#contents .attpage .inr .ticket_check {
	text-align:center;
	padding:22px 0 22px;
	background:#f2f2f2;
	font-size:1.286em;
	font-weight:bold;
	margin-bottom:40px;
}
	
#sample01 p a:hover {
	text-decoration: none;
}

#contents .attpage .inr .ticket_area {
	border-top:1px dotted #191919;
	padding:30px 0 0;
}

#contents .attpage .inr .ticket_area.last {
	border-bottom:1px dotted #191919;
}

#contents .attpage .inr .ticket_area dl {
	width:580px;
	display:block;
}

#contents .attpage .inr .ticket_area dl dd {
	font-size:1.714em;
	font-weight:bold;
}

#contents .attpage .inr .ticket_area dl dt {
	font-size:1.143em;
	text-indent:0;
	padding:0 0 20px 0;
}

#contents .attpage .inr .ticket_area dl dt span {
	font-size:1.250em;
	font-weight:bold;
	display:block;
	text-indent:0;
	padding-left:0;
}

#contents .attpage .inr .ticket_area p {
	width: 300px;
	float:right;
	margin-top:50px;
}

/* ---  --- */
input.btn_submit {
	width: 300px;
	height: 64px;
	background: url(../img/arrow.png) 284px center no-repeat #cc0000;
	border: none;
	cursor: pointer;
	outline:none;
	margin:0 0 0 0;
	color:#ffffff;
	font-size:1.500em;
	font-weight:bold;
}

input.btn_submit[disabled] {
	background: url(../img/arrow.png) 284px center no-repeat #CCCCCC;
	cursor: default;
}
	
input.btn_submit:hover {
	opacity:0.7;
}
	
input.btn_submit[disabled]:hover {
	opacity:1.0;
}

input.btn_submit_nolink {
	width: 300px;
	height: 64px;
	background: url(../img/arrow.png) 284px center no-repeat #cc0000;
	border: none;
	cursor: default;
	outline:none;
	margin:0 0 0 0;
}

input.btn_submit_nolink[disabled] {
	cursor: default;
}
	
input.btn_submit_nolink:hover {
}
	
input.btn_submit_nolink[disabled]:hover {
	opacity:1.0;
}


/* ---  --- */
input.btn_submit2 {
	width: 300px;
	height: 64px;
	background: url(../img/arrow.png) 284px center no-repeat #cc0000;
	border: none;
	cursor: pointer;
	outline:none;
	margin:0 0 0 0;
	color:#ffffff;
	font-size:1.500em;
	font-weight:bold;
}

input.btn_submit2[disabled] {
	background: url(../img/arrow.png) 284px center no-repeat #CCCCCC;
	cursor: default;
}

input.btn_submit2:hover {
	opacity:0.7;
}

input.btn_submit2[disabled]:hover {
	opacity:1.0;
}

input.btn_submit2_nolink {
	width: 300px;
	height: 64px;
	background: url(../img/arrow.png) 284px center no-repeat #cc0000;
	border: none;
	cursor: default;
	outline:none;
	margin:0 0 0 0;
}

input.btn_submit2_nolink[disabled] {
	cursor: default;
}

input.btn_submit2_nolink:hover {
}

input.btn_submit2_nolink[disabled]:hover {
	opacity:1.0;
}


/* --- other --- */

.buy_btn {
	width:900px;
	text-align:center;
	padding:40px 0 20px 0;
}

.pagetop {
	width:940px;
	text-align:right;
	padding:16px 30px 15px;
}

#footerSp2 ul li a {
	color: #006ebe;	
	text-decoration: none;
}

#footerSp2 ul li a:hover {
	color: #006ebe;
	text-decoration: underline;
}




/* --- 登録ボタン --- */

.registration {
	width:748px;
	background:#f0f0f0;
	border:1px solid #d9d9d9;
	padding:10px;
	font-size:92.3%;
	font-weight:bold;
	color:#f12424;
	margin:0 auto 30px;
}

.registration img {
	float:right;
	margin:0 0 0 10px;
}

.registration a {
	text-decoration:underline;
	font-size:83.3%;
	color:#191919;
}
 
