@charset "utf-8";
/* ------------------------------------------

	ポップアップフォーマット
	参照元　CUMT, CUMTmov, IRevent, IRmov

------------------------------------------ */

/* content=====================================

1. 全体
2. ヘッダー
3. メイン
4. エレメント
5. フッター
6. プリント用
7. SPサイトへ

=============================================== */

/* ------------------------------------------

	1. 全体

------------------------------------------ */
#Container{
margin:0 auto;
}

/* ------------------------------------------

	2. ヘッダー

------------------------------------------ */
#popup_header {
	width: 100%;
	height: 60px;
}

#popup_header .logo {
	padding-top: 11px;
	float: left;
}

#popup_header .txt {
	margin: 0 10px 0 0;
	padding: 12px 0 0;
	float: right;
	font-size: 0.8em;
}

#popup_header .btn {
	padding-top: 10px;
	float: right;
}

#popup_header .btn a {
	display: block;
	padding: 0 20px 0;
	color: #fff;
	font-size: 0.8em;
	font-weight: 700;
	background: linear-gradient(180deg, rgb(200,200,200), rgb(120,120,120));
	border-radius: 5px;
	text-decoration: none;
	cursor: pointer;
}

.btn span {
	font-size: 1.1em;
}

#popup_header .btn a:hover {
	opacity: 0.7;
}

div#textsize_area {
	position: relative;
	right: 0px;
	top: 15px;
	margin-right: 10px;
	float: right;
}

/* -----------------------------------------------

	3. メイン

----------------------------------------------- */
#Main{
float:none;
margin:0;
padding-bottom:20px;
}

#movie #Container{
width:640px;
}

#movie #Contents{
text-align:center;
}

#movie #Main{
width:640px;
margin:0 auto;
text-align:left;
}

/* -----------------------------------------------

	4. エレメント

----------------------------------------------- */
h1{
margin-bottom:27px;
padding-bottom:6px;
text-align:left;
}

#movie h1{
text-align:center;
}

#Contents{
width:100%;
margin:0;
}

#Contents p{
margin-bottom:1em;
}

#Contents .sp{
display:none;
speak:none;
}

/* ------------------------------------------

	5. フッター

------------------------------------------ */
#foot_pc{
width:100%;
height:27px;
text-align:center;
border-top:1px solid #cecece;
}

#bg_w #foot_pc{
width:100%;
height:27px;
position:relative;
border-top:1px solid #cecece;
background:#fff!important;
text-align:center;
}

#foot_pc img{
text-align:center;
margin-top:8px;
}

/*コピーライト*/
#foot_pc dd.copyright{
margin-top:15px;
display:block;
font-size:13px;
transform:translateY(-50%);
}

#foot_pc dd.print_copyright{
display:none;
}

/* ------------------------------------------

	6. プリント用

------------------------------------------ */
@media print{
#foot_pc dd.print_copyright{
margin:5px 0 0;
display:block;
float:right;
}

#foot_pc dd.print_copyright{
display:block;
}

header li.txt,header li.btn,#foot_pc dt.closewindow a,#foot_pc dd.copyright{
display:none;
}
}

/* -----------------------------------------------

	7. SPサイトへ

----------------------------------------------- */
#backtosp span{
display:block;
padding:0;
text-align:center;
font-weight:700;
background:#2e63d5;
background:linear-gradient(#306dec 0%,#2d5cc6 100%);
}

#backtosp a{
display:block;
color:#fff;
text-decoration:none;
box-sizing:border-box;
padding:60px 0;
font-size:2.5em;
}