﻿@charset "utf-8";
/* CSS Document */

.ocp table.innertable01 td {
	vertical-align: top;
}
.ocp table.innertable01 td:nth-child(3) {
	width: 280px;
	padding-left: 15px;
}
.ocp div#mainArea div#movie {
	width: 100%;
	position: relative;
	padding-top: 52.5%;
}
.ocp div#mainArea div#movie iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.ocp .img_f_07 {
	height: auto;
	padding-top: 28%;
	position: relative;
}
.ocp .img_f_07 img {
	position: absolute;
	top: 0;
}
.ocp .img_f_07 .text01 , .ocp .img_f_07 .text02 {
	position: absolute;
}
.ocp .img_f_07 .text01 {
	top: 5%;
	right: 3%;
	font-size: 14px;
	font-weight: bold;
	color: #716f70 !important;
}
.ocp .img_f_07 .text02 {
	top: 29%;
	left: 45%;
	font-size: 19px;
	font-weight: bold;
	color: #5e2f13;
}
.ocp .movie {
	text-align: center;
	margin-top: 15px;
}
.ocp .movie span {
	margin-right: 6px;
}
.ocp .movie a {
	background: #cd0931;
	border-radius: 5px;
	color: #fff !important;
	width: 160px;
	text-align: center;
	padding: 5px 50px;
}
.ocp .movie a:hover {
	text-decoration: none !important;
	opacity: 0.8;
}

@media (min-width:768px) {
.ocp .movie {
	position: absolute;
	top: 65%;
	left: 68%;
}
}

@media (max-width:767px) {
.ocp table.innertable01 {
	width: 100%;
}
.ocp table.innertable01 > tbody > tr {
	overflow: hidden;
	width:100%;
	display: block;
}
.ocp table.innertable01 > tbody > tr > td {
	display:block;
	width:100%;
}
.ocp table.innertable01 > tbody > tr > td:nth-of-type(1) {
	margin-bottom: 20px;
}
.ocp table.innertable01 > tbody > tr > td:nth-of-type(3) {
	padding:0;
	text-align:center;
	width: 100%;
}
.ocp table.innertable01 > tbody > tr > td:nth-of-type(3) p {
	text-align:left;
}
.ocp div.tableA01 {
	padding-bottom: 10px !important;
}
.ocp .img_f_07 .text01 {
	font-size: 2vw;
}
.ocp .img_f_07 .text02 {
	font-size: 2.4vw;
	width: 52%;
}
}