@charset "UTF-8";
/*\*/

/*------------------------------
------------------------------*/


/*--- OVERRIDE ------------------*/

#livestream h3 {
	margin-bottom: 20px;
}

section h5 {
	margin: 60px 0 0;
	font-weight: bold;
	font-size: 116%;
}

section p + .notice {
	margin-top: 0;
}

.player {
	margin: 10px auto;
}

@media (max-width: 1099px) {
	section h5 {
		margin: 40px 3% 0;
	}
}

@media (max-width: 639px) {
	.player {
		width: 94%;
		padding-top: 71%;
	}
}


/* ------------------------------------
 * SPECIAL
 * ------------------------------------ */



section dl {
	margin: 0 0 20px;
	border: 1px solid #cfcfcf;
	border-bottom: none;
}

section dt {
	background-color: #f5f7f8;
	padding: 1em;
  border-bottom: 1px solid #cfcfcf;
}

section dd {
	padding: 1em;
	border-bottom: 1px solid #cfcfcf;
}

section dd span {
	color: #cb7b7b;
}

.name_note {
	color: #cb7b7b;
  margin-bottom: 4%;
  padding: 2%;
  border: 2px solid #cb7b7b;
}

.name_note p {
  margin-bottom: 2%;
}

.name_note .name-btn {
	width: 50%;
	background-color: #cb7b7b;
  padding: 1% 2%;
  border-radius: 100px;
  box-shadow: 0 5px 15px 0 rgba(120,120,120,0.2);
	text-align: center;
	margin: 0 auto;
}

.name_note a {
	color: #fff;
  text-decoration: none;
	display: inline-block;
}


section strong {
	font-weight: bold;
}


.idcheck {
	color: #96b7c4;
}

section form {
	margin: 15px auto;
}

a.blueBtn,
form input.blueBtn {
	display: block;
  line-height: 1.4;
  width: 50%;
  margin: 50px auto;
  padding: 0.9em;
  border-radius: 1.8em;
  -moz-border-radius: 1.8em;
  -webkit-border-radius: 1.8em;
  background-color: #96b7c4;
  text-align: center;
  font-size: 109%;
  color: #ffffff !important;
  text-decoration: none !important;
  letter-spacing: 0.1em;
}

a.redBtn,
form input.redBtn {
	background-color: #cb7b7b;
}
form + a.redBtn {
	margin-top: -30px;
}

.request {
	margin-bottom: 40px;
}

.request a.btn {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.request .caption {
	display: block;
	text-align: center;
}

.man {
	color: #96b7c4;
}

.check {
	border-bottom: dotted 1px #aaa;
	color: #222222;
	font-weight: bold;
	font-size: 134%;
}

.enter span.btn {
	display: block;
	line-height: 1.4;
	width: 50%;
	margin: 50px auto;
	padding: 0.9em;
	border-radius: 1.8em;
	-moz-border-radius: 1.8em;
	-webkit-border-radius: 1.8em;
	background-color: #96b7c4;
	text-align: center;
	font-size: 109%;
	color: #ffffff !important;
	text-decoration: none !important;
	letter-spacing: 0.1em;
}

@media (max-width: 639px) {
	.check {
		font-size: 116%;
	}
	section form {
		margin: 10px 3%;
	}
	form + a.redBtn {
		margin-top: 0;
	}
	.enter span.btn {
		display: block;
		width: auto;
		margin: 1.5em 3%;
		font-size: 100%;
	}
	.name_note {
	  padding: 4%;
	}
	.name_note .name-btn {
		width: 90%;
		background-color: #cb7b7b;
	  padding: 2% 2%;
	}
	a.blueBtn,
	form input.blueBtn {
	  width: 94%;
    margin: 40px auto;
		font-size: 100%;
		background-size: 33px 18px;
    -webkit-background-size: 33px 18px;
    -moz-background-size: 33px 18px;
	}
}

/* ------------------------------------
 * SPECIAL
 * ------------------------------------ */

.box {
	margin-bottom: 60px;
}
.cs {
	margin-bottom: 40px;
}
#detail.special_1 .box {
	margin-top: 30px;
}

.box p:last-child {
	padding-bottom: 0;
}

section .photo {
	margin: 15px auto 25px;
}
#detail .photo {
	margin: 15px auto 30px;
}

section .photo img {
	display: block;
	margin: 0 auto;
}
section .sample img {
	width: 50%;
}

section .notice {
	border: dotted 1px #979388 ;
	background-color: #fdfaf4;
}

.notice strong,
.notice em,
dd em {
	font-weight: bold;
}

.picTicket dl {
	border: none;
}

.picTicket dt {
	margin: 0.5em 0;
	padding: 0.7em 1em;
	border: none;
	border-left: solid 6px #1257B3;
	background-color: transparent;
	font-weight: bold;
}

.picTicket dd {
	margin: 0 0 2em;
	padding: 0.2em 1em;
	border: none;
}

.picTicket .howto {
	border: solid 1px #d00027;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.picTicket .howto dt,
.picTicket .howto dd {
	border: none;
}
.picTicket .howto dt {
	margin: 0.8em;
	border-radius: 1.4em;
	-moz-border-radius: 1.4em;
	-webkit-border-radius: 1.4em;
	background-color: #d00027;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.picTicket .howto dd {
	margin-bottom: 1em;
	padding: 0.2em 1.2em;
}

.picTicket .howto dd ol li {
	padding: 0 0 0.9em 0;
}
.picTicket .howto dd ol li:last-child {
	padding-bottom: 0;
}

.picTicket .howto dd ol li em {
	display: inline-block;
	padding-right: 0.5em;
}

.attention {
	font-size: 108%;
	text-align: center;
}

.attention em {
	font-weight: bold;
}

.memberID {
	margin: 50px 0;
	border: dotted 1px #666;
	text-align: center;
}

.memberID strong {
	display: block;
	font-size: 200%;
}

.join,
a.reload {
	padding: 10px !important;
	border: solid 1px #674a39;
	text-align: center;
}
div.join {
	border: solid 1px #d00027;
}
.pre,
a.reload {
	display: block;
	width: 50%;
	margin: 50px auto;
	border-radius: 1.8em;
	-moz-border-radius: 1.8em;
	-webkit-border-radius: 1.8em;
	border-color: #674a39;
	color: #674a39;
	text-align: center;
}
a.reload:hover {
	color: #674a39;
}

.join input.btn {
	margin: 20px auto;
	background-color: #d00027;
}

p.check {
	padding: 100px 0;
	font-size: 116%;
	text-align: center;
}

@media (max-width: 1099px) {
	section .photo {
		margin: 15px 3%;
	}
	.memberID {
		margin: 40px 3%;
	}
	.join {
		margin: 0 3%;
	}
	.pre,
	a.reload {
		width: 60%;
		margin: 40px auto;
	}
}

@media (max-width: 639px) {
	#detail.special_1 .box,
	#detail.special_4 .box {
		margin-top: 15px;
	}
	section .sample img {
		width: 70%;
	}
	.attention {
		text-align: left;
	}
	.memberID {
		margin: 30px 3%;
	}
	.pre,
	a.reload {
		width: auto;
		margin: 30px 3%;
	}
	p.check {
		padding: 50px 0;
	}
}


/*--- SPECIAL 4 ---*/

.present {
	margin: 0 18%;
	padding: 20px;
	border: solid 2px #d00027;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.present li {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 115%;
}
.present li:last-child {
	margin-bottom: 0;
}

.present li span {
	display: inline-block;
	padding-left: 1em;
	font-size: 77%;
}

.present li .presentImg {
	margin: 3% 0;
	text-align: center;
}

.enter {
	margin: 60px 0;
}

.enter a.btn + p,
.enter form + p {
	margin-top: -50px;
	padding-bottom: 0;
	text-align: center;
}



@media (max-width: 1099px) {
	.present {
		margin: 0 8%;
	}
}

@media (max-width: 639px) {
	.present {
		margin: 0 3%;
		padding: 15px;
	}
	.present li span {
		display: block;
	}
	.present li .presentImg img {
		max-width: 100%;
		width: auto !important;
		width: 100%;
	}
	.enter {
		margin: 40px 0;
	}
	.enter a.btn + p,
	.enter form + p {
		margin-top: -20px;
	}
}
