@charset "UTF-8";

#movie .txt01 {
	font-weight: bold;
	color: #bc272d;
	margin-bottom: 15px;
}
#movie .txt01 span{
	color: #333333;
}
#movie .iframeContent {
	margin: auto;
    position: relative;
    width: 85%;
    padding: 47.81% 0 0 0;
	margin-bottom:50px;
}
#movie .iframeContent iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#movie .btn01 {
	width: 57.72%;
	margin:0 auto 60px;
}
#movie .btn01 .ttl02 {
	color: #bc272d;
	text-align:center;
	font-weight:bold;
	margin-bottom:5px;
}
#movie .btn01 .ttl02::before {
	content:"＼";
}
#movie .btn01 .ttl02::after {
	content:"／";
}
#movie .txtBox02 {
	font-size: 87.50%;
	padding: 10px;
	background-color: #f5f5f5;
	line-height: 1.4;
}
#movie .txtBox02 span {
	font-weight:bold;
}


@media screen and (max-width:768px){
	
}
@media screen and (max-width:480px){
#movie .iframeContent {
	margin: auto;
    position: relative;
    width: 100%;
    padding: 56.25% 0 0 0;
	margin-bottom:40px;
}
#movie .txtBox01{
	background-color:#efeaef;
	padding:15px 20px 15px;
	margin-bottom:30px;
    border-radius: 6px;        /* CSS3草案 */  
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 6px;   /* Firefox用 */  
}
#movie .txtBox01 .txtL{
	font-size:87.50%;
	width:100%;
	float:none;
	margin-bottom:20px;
}
#movie .txtBox01 .imgR {
	float:none;
	width:100%;
}
#movie .btn01 {
	width: 100%;
	margin:0 auto 30px;
}
#movie .btn01 .ttl02 {
	font-size:90%;
	color: #bc272d;
	text-align:center;
	font-weight:bold;
	margin-bottom:5px;
}

}


/*===メイキングなどに使用===
------------------------------------------*/

#movie .txtBox01{
	background-color:#efeaef;
	padding:20px 30px 20px;
	margin-bottom:50px;
    border-radius: 6px;        /* CSS3草案 */  
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 6px;   /* Firefox用 */  
}
#movie .txtBox01 .txtL{
	font-size:87.50%;
	width:59.8%;
	float:left;
}
#movie .txtBox01 .imgR {
	float:right;
	width:38.33%;
}
