@charset "utf-8";

/* messages_detail
----------------------------------------------- */
body {
	background-color: #000;
}

#main .language li {
	color: #fff;
}

#main .language li a {
	color: #fff;
}

#main .bgPho {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 736px;
	z-index: 1;
	background: url(/20th/img/messages/detail_bg01.jpg) no-repeat center top;
	background-size: 100% auto;
	background-attachment: fixed;
}

#main .bgPho:before {
	width: 100%;
	height: 100%;
	background: url(/20th/img/messages/cover_bg.png) no-repeat center bottom;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
  
	content: ""; 

}

#main .prev {
	position: fixed;
	left: 20px;
	top: 50%;
	margin-top: -21px;
	z-index: 10;
}

#main .next {
	position: fixed;
	right: 20px;
	top: 50%;
	margin-top: -21px;
	z-index: 10;
}

#main .prev img,
#main .next img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

#main .prev a:hover img {
	transform: translateX(-10px);
	-webkit-transform: translateX(-10px);
}

#main .next a:hover img {
	transform: translateX(10px);
	-webkit-transform: translateX(10px);
}

.iPad #main .prev a:hover img,
.iPad #main .next a:hover img {
	transform: translateX(0) !important;
	-webkit-transform: translateX(0) !important;
}

#main .detailBox {
	margin: 0 auto 100px;
	padding-top: 80px;
	width: 950px;
	position: relative;
	z-index: 10;
}

#main .detailBox .comLink {
	transform: translateX(-50%);
	position: fixed;
	top: 0;
	left: 50%;
	z-index: 100;
	font-weight: bold;
	font-size:11px;
	font-family: "ヒラギノ角ゴ Pro W6", HiraKakuPro-W3,"游ゴシック Bold", "Yu Gothic Bold", YuGothic,  "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

#main .detailBox .comLink a {
	border-top: none;
	font-size:11px;
}

#main .detailBox .num {
	margin-bottom: 15px;
	color: #fff;
	text-align: center;
	line-height: 1;
}

#main .detailBox .num span {
	margin-top: 3px;
	display: block;
	font-size: 75px;
}

#main .detailBox h2 {
	margin-bottom: 40px;
	color: #fff;
	font-size: 26px;
	text-align: center;
}

#main .detailBox h2 span {
	margin-top: 10px;
	display: block;
	font-size: 20px;
}

#main .detailBox h2 .small {
	margin-top: 0;
	font-size: 14px;
}

#main .detailBox .photo {
	margin-bottom: 82px;
	text-align: center;
}

#main .detailBox .movie {
	padding-bottom: 56%;
	position: relative;
}

#main .detailBox .movie iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left:0;
	top: 0;
}

#main .detailBox dl,
#main .detailBox p.name {
	color: #fff;
	font-size: 15px;
	text-align: left;
	letter-spacing:1px;
	line-height: 2.3;
	font-family: "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	text-align: justify;
}

#main .detailBox p.name {
	text-align: right;
}


#main .detailBox dt {
	margin-bottom: 26px;
	font-weight: bold;
}

#main .detailBox dd {
	margin-bottom: 60px;
}

#main .detailBox .sns.pc {
	margin-bottom: 60px;
	padding: 25px 35px 28px;
	background-color: #333;
}

#main .detailBox .sns.pc.btmSns {
	margin: 60px 0;
	padding: 0;
	background: #000;
}

#main .detailBox .sns.pc .link {
	float: left;
}

#main .detailBox .sns.pc .link a img {
	margin: -4px 10px 0 0;
	width: 9px;
	height: 9px;
	display: inline-block;
	vertical-align: middle;
}

#main .detailBox .sns.pc .link a {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

#main .detailBox .sns.pc ul {
	float: right;
}

#main .detailBox .sns.pc li {
	display: inline-block;
}

#main .detailBox .sns.pc li img {
	display: inline-block;
	vertical-align: middle;
}

#main .detailBox .sns.pc a:hover {
	opacity: 0.7;
}

iPad #main .detailBox .sns.pc a:hover {
	opacity: 1;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main {
		padding-bottom: 90px;
	}
	
	#main .bgPho {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 368px;
		z-index: 1;
		background: url(/20th/img/messages/sp/detail_bg01.png) no-repeat center top;
		background-size: cover;
	}
	
	#main .bgPho:before {
		background-size: 74px auto;
		background: url(/20th/img/messages/cover_bg.png) no-repeat center bottom;
	    background-size: cover;
	    position: absolute;
	    top: 0;
	    left: 0;
	}
	
	#main .prev {
		position: absolute;
		left: 20px;
		top: 4px;
		margin-top: 0;
	}
	
	#main .next {
		position: absolute;
		right: 20px;
		top: 4px;
		margin-top: 0;
	}
	
	#main .prev a:hover img,
	#main .next a:hover img {
		transform: translateX(0) !important;
		-webkit-transform: translateX(0) !important;
	}
	
	#main .detailBox {
		margin: 0 18px 50px;
		padding-top: 56px;
		width: auto;
		top: 0;
		margin-top: 0;
	}
	
	#main .detailBox .comLink {
	font-size:9px;
	
}

#main .detailBox .comLink a {
	font-size:9px;
}

	#main .detailBox .num {
		margin-bottom: 7px;
		font-size: 10px;
	}
	
	#main .detailBox .num span {
		font-size: 45px;
	}

	#main .detailBox .num img {
		width: 45px;
	}
	
	#main .detailBox h2 {
		margin-bottom: 25px;
		font-size: 15px;
	}
	
	#main .detailBox h2 br.nokaigyo { display :none; }
	
	#main .detailBox h2 span {
		margin-top: 10px;
		font-size: 14px;
	}
	
	#main .detailBox h2 .small {
		font-size: 12px;
	}
	
	#main .detailBox .photo {
		margin: 0 auto 35px;
		width: 45%;
	}

	#main .detailBox .photo img {
		width: 100%;
	}

	#main .detailBox .movie {
		margin-bottom: 30px;
	}
	
	#main .detailBox dl,
	#main .detailBox p.name {
		margin-bottom: 55px;
		font-size: 14px;
		letter-spacing:0px;
	    line-height: 1.9;
	}
	
	#main .detailBox dt {
		margin-bottom: 20px;
	}
	
	#main .detailBox dd {
		margin-bottom: 30px;
	}
	
	#main .detailBox .sns {
		text-align: center;
	}

	#main .detailBox .sns p {
		margin-bottom: 5px;
		color: #fff;
		font-size: 9px;
	}

	#main .detailBox .sns ul {
		margin-right: 10px;
	}

	#main .detailBox .sns li {
		display: inline-block;
	}

	#main .detailBox .sns li:last-child {
		margin-left: 8px;
		vertical-align: -4px;
	}

	#main .pageBox {
		position: relative;
	}

	#main .pageBox .back {
		text-align: center;
	}

	#main .pageBox .back a {
		color: #fff;
		font-size: 10px;
	}

	#main .pageBox .back a img {
		margin-right: 8px;
		vertical-align: -1px;
	}

	#main .pageBox .prev img,
	#main .pageBox .next img {
		width: 12px;
	}

	.pageTop {
		display: none;
	}
}