/* CSS Document */


.catchTable {
	width:670px;
	margin:30px auto 0 auto;
}

.catchTable table {
	width:100%;
}

.catchTable table td {}

.catchTableTxt {
	font-size:16px;
	font-size:1.6rem;
}

.catchTableImg {
	text-align: right;
	padding:0 0 0 40px;
	width:225px;
}

@media screen and (min-width: 741px) and (max-width: 800px){

.catchTable {
	width:auto;
	margin:30px 60px 0 60px;
}

.catchTable table {
	width:100%;
}

.catchTable table td {}

.catchTableTxt {
	font-size:16px;
	font-size:1.6rem;
}

.catchTableImg {
	text-align: right;
	padding:0 0 0 40px;
	width:225px;
}

}

@media screen and (max-width: 740px){

.catchTable {
	width:auto;
	margin:30px 20px 0 20px;
}

.catchTable table {
	width:100%;
}

.catchTable table td {
	display:block;
}

.catchTableTxt {
	font-size:14px;
	font-size:1.4rem;
}

.catchTableImg {
	text-align: center;
	padding:20px 0 0 0;
	width:auto;
}

}

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


.detailBox {
	width:670px;
	margin:30px auto 0 auto;
	background:#ffffff;
	border:#ffdfec 3px solid;
	border-radius: 40px;  
	-webkit-border-radius: 40px; 
	-moz-border-radius: 40px;
	padding:30px 50px;
}

.detailBoxTitle {
	text-align:center;
	font-size:28px;
	font-size:2.8rem;
	color:#ff5a9e;
	font-weight: bold;
}

.detailBoxTxt {
	font-size:16px;
	font-size:1.6rem;
	margin:20px 0 0 0;
}

@media screen and (min-width: 741px) and (max-width: 800px){

.detailBox {
	width:auto;
	margin:30px 60px 0 60px;
	background:#ffffff;
	border:#ffdfec 3px solid;
	border-radius: 40px;  
	-webkit-border-radius: 40px; 
	-moz-border-radius: 40px;
	padding:30px 50px;
}

.detailBoxTitle {
	text-align:center;
	font-size:28px;
	font-size:2.8rem;
	color:#ff5a9e;
	font-weight: bold;
}

.detailBoxTxt {
	font-size:16px;
	font-size:1.6rem;
	margin:20px 0 0 0;
}


}


@media screen and (max-width: 740px){

.detailBox {
	width:auto;
	margin:20px 20px 0 20px;
	background:#ffffff;
	border:#ffdfec 3px solid;
	border-radius: 20px;  
	-webkit-border-radius: 20px; 
	-moz-border-radius: 20px;
	padding:20px 20px;
}

.detailBoxTitle {
	text-align:center;
	font-size:18px;
	font-size:1.8rem;
	color:#ff5a9e;
	font-weight: bold;
}

.detailBoxTxt {
	font-size:14px;
	font-size:1.4rem;
	margin:10px 0 0 0;
}


}



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




.movieTitle {
	text-align:center;
	font-size:18px;
	font-size:1.8rem;
	font-weight: bold;
	color:#ffffff;
	background:#ff5a9e;
	margin:20px 0 0 0;
	padding:10px 0 10px 0;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0; 
	border-radius:5px 5px 0 0;
	max-width:560px;
}

.movie iframe {
	margin:0 0 0 0;
}


@media screen and (min-width: 741px) and (max-width: 800px){

.movieTitle {
	text-align:center;
	font-size:18px;
	font-size:1.8rem;
	color:#ffffff;
	background:#ff5a9e;
	font-weight: bold;
	padding:10px 10px 10px 10px;
	margin:20px 0 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0; 
	border-radius:5px 5px 0 0;
	max-width:560px;
}


.movie {
	margin:0 0 0 0;
}

.movie2 {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.movie iframe {
	border:none;
	margin:0;
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}


}


@media screen and (max-width: 740px){

.movieTitle {
	text-align:center;
	font-size:16px;
	font-size:1.6rem;
	color:#ffffff;
	background:#ff5a9e;
	font-weight: bold;
	margin:20px 0 0 0;
	padding:10px 10px 10px 10px;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0; 
	border-radius:5px 5px 0 0;
	max-width: none;
}


.movie {
	margin:0 0 0 0;
}

.movie2 {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.movie iframe {
	border:none;
	margin:0;
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}


}