/* 共通レイアウト */

html,input,textarea,select,button {
	font-feature-settings: "palt" !important;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans","BIZ UDPGothic",Meiryo,sans-serif;
}
body {
	margin: 0;
	padding: 0;
}
body#top {
	/* ページ遷移時のアニメーション */
	opacity: 1;
	transition: opacity 1s ease-in-out;
}
div#container {
	width: 100%;
	max-width: 1366px;
	margin: 0 auto;
}
@media (max-width:1364px) {
	div.dp_pc {
		display: none;
		height: 0;
	}
}
@media (min-width:1365px) {
	div.dp_sp {
		display: none;
	}
}
@media (min-width:600px) {
	br.brsp {
		display: none;
	}
}
@media (min-width:600px) {
	span.spansp {
		display: none;
	}
}
@media (max-width:599px) {
	span.spanpc {
		display: none;
	}
}
@media (max-width:599px) {
	.mp_hidden {
		display: none;
	}
}
div#wv_cover {
	display: none;
}
@media (min-width:600px) {
	div#wv_alert {
		display: none;
	}
}
div#wv_alert {
	background-color: #e03c6f;
	padding: 1.5em 0.5em;
	text-align: center;
}
div#wv_alert_wrap {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
div#wv_alert p {
	margin: 1em 0;
	line-height: 1.7em;
	color: #fff;
	text-align: center;
}
div#wv_alert img {
	width: 100%;
}

/* 共通ヘッダーレイアウト */

div#header {
	width: auto;
	height: 120px;
	background-color: #eeecea;
	display: flex;
	align-items: center;
	padding-left: 15px;
	margin: 0 auto;
}
@media (max-width:1364px) {
	div#header {
		justify-content: center;
		padding: 0;
	}
}
div#menubar {
	display: flex;
  justify-content: space-between;
  align-items: center;
	height: 40px;
	background-color: #002c3c;
}
div.menu_inner_l {
	width: auto;
}
div.menu_inner_r {
  display: flex;
  align-items: center;
	background-color: #f8b62c;
	height: 100%;
	padding: 0 2em;
	border-right: 25px solid #002c3c;
}
div.menu_inner_r a {
	color: #002c3c;
	font-weight: bold;
	text-decoration: none;
}

/* 共通フッターレイアウト */

.page_foot {
	position: fixed;
	bottom: 0;
 	width: 100%;
	max-width: 1366px;
	margin: 0 auto;
}
div#footer {
	width: auto;
	background-color: #eeecea;
	margin: 0 auto;
	text-align: center;
}
div#footer p {
	padding: 1.5em;
	margin: 0;
	line-height: 1.5em;
}
div#footer p a {
	color: #0594b6;
	text-decoration: none
}
div#footer p i {
	color: #777;
	margin-right: 0.25em;
}
@media (min-width:800px) {
	div#footer br {
		display: none;
	}
}
div#footer span {
	display: inline-block;
	width: 1em;
}
@media (max-width:799px) {
	div#footer span {
		display: none;
	}
}

/* 練習ページ */

#main {
	width: 100%;
}
#content {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	position: relative;
	box-sizing: content-box;
}
#title {
	background-color: #f39800;
	border-radius: 30px;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	margin: 10px auto 20px auto;
	letter-spacing: 0.2em;
	width: auto;
	box-sizing: content-box;
	max-width: 600px;
}
@media (max-width:599px) {
	#title {
		font-size: 25px;
	}
}
#themeBlock {
	text-align: center;
	font-size: 1.1em;
	line-height: 50px;
	margin-bottom: 12px;
	border-radius: 7px;
	font-weight: bold;
	background-color: #fff;
	color: #212734;
}
@media (max-width:800px) { 
	#themeBlock {
		font-size: 1em;
	}
}
div#videoArea {
	color: #fff;
	background-color: #e7141a;
	padding: 0.5em;
	line-height: 1.35em;
	font-weight: bold;
}
div#videoArea img {
	margin: 0.5em auto 0 auto;
	display: block;
}
#themeBlock span {
	display: block;
	line-height: 1em;
	border-radius: 6px 6px 0 0;
	background-color: #aaa;
	padding: 0.75em 0 0.65em 0;
	font-size: 0.9em;
	color: #fff;
}
#videoContainer {
  position: relative;
	width: 100%;
	max-width: 600px !important;
	height: auto !important;
	padding-top: 66.6666666667%; /* 高さを幅の比率に合わせて設定（400px ÷ 600px × 100） */
	overflow: hidden; /* 要素外のオーバーフローを隠す */
}
@media (orientation:portrait) and (max-width:599px) {
	#videoContainer {
		padding-top: 100%;
	}
}
@media (orientation:landscape) and (max-height:599px) {
	#videoContainer {
		width: 50%;
		padding-top: 0;
		aspect-ratio: 3 / 2;
		margin: 0 auto;
	}
}
#videoBlock,
#videoCanvas {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#videoCanvas {
    z-index: 1; /* videoCanvasを上に表示 */
}
#videoBlock video,
#videoCanvas img {
	width: 100%;
	height: 100%;
}
#videoCanvas img {
	opacity: 0.7;
}
#videoPlay {
	width: 100%; /* 横幅を自動で調整 */
	height: auto; /* 高さを指定（2:3の比率に基づいて調整） */
	max-width: 600px; /* 最大幅を設定（任意の値に変更可能） */
  object-fit: cover; /* ビデオを親要素のサイズに合わせて表示 */
}
@media (min-width:600px) {
	#pre_img_mp,
	#sample_model_mp {
		display: none;
	}
}
@media (max-width:599px) {
	#pre_img_pc,
	#sample_model_pc {
		display: none;
	}
}
#btnControl {
	display: flex;
	width: 100%;
	max-width: 600px;
	max-height: 400px;
	text-align: center;
	margin: 0 auto 30px auto;
	justify-content: center;
}
@media (max-width:599px) {
	#btnControl {
		flex-direction: column;
		margin-top: 20px;
	}
}
#formblock {
	width: 100%;
	max-width: 600px;
	text-align: center;
	font-size: 20px;
	margin: 0 auto;
}
.txtInfo {
	width: 90%;
	max-width: 480px;
	height: 35px;
	font-size: 23px;
	border: 5px solid #fff;
}
#btnSend {
	width: 90%;
	max-width: 410px;
	height: 48px;
	border: 0;
	font-size: 23px;
	background-color: #0594b6;
	color: #fff;
	box-shadow: 3px 3px 3px 1px #000;
	border-radius: 30px;
	position: relative;
	bottom: 3px;
}
@media (max-width:599px) {
	#btnSend {
		width: 280px;
		height: 50px;
	}
}
input::placeholder {
	font-size: 0.75em;
	position: relative;
 	bottom: 2px;
	left: 10px;
	text-align: left;
}
div#formblock {
	background-color: #002c3c;
}
#txtInfoBlock {
	width：100%;
	max-width: 600px;
	margin-bottom: 20px;
}
#myvideoFileBlock {
	width: 100%;
	max-width: 600px;
	height: 60px;
}
#btnSendBlock {
	width: 100%;
	max-width: 600px;
	height: 60px;
	margin-top: -60px;
}
p.namae {
	font-size: 0.95em;
	color: #fff;
	margin: -15px auto 23px auto;
}
@media (min-width:750px) {
	p.namae .dp_mp {
		display: none;
	}
}
@media (max-width:749px) {
	p.namae .dp_pc {
		display: none;
	}
	p.namae {
		line-height: 1.5em;
		font-size: 0.9em;
	}
}
button#v_start {
	background-color: red;
	border: 2px solid red !important;
	color: #fff;
	border : 0;
}
button#v_stop {
	background-color: #fff;
	border: 2px solid red !important;
	color: red;
	border : 0;
}
button#v_reset {
	background-color: green;
	border: 2px solid green !important;
	color: #fff;
	border : 0;
}
div#btnControl button {
	margin: 0 5px;
	box-shadow: 3px 3px 3px 1px #000;
	border-radius: 30px;
	width: 172px;
	height: 48px;
	font-size: 23px;
	font-weight: bold;
}
@media (max-width:599px) {
	div#btnControl button {
		width: 280px;
		height: 40px;
		margin: 0 auto;
	}
	div#btnControl button:nth-of-type(n+2) {
		margin-top: 20px;
	}
}
div#btnControl button:hover,
#btnSend:hover {
	cursor: pointer;
}
div#btnControl button:active,
#btnSend:active {
	box-shadow: none;
	position: relative;
	top: 3px;
	left: 3px;
}
div.guide {
	color: #fff;
	padding: 1em;
	text-align: left;
	line-height: 1.7em;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	background-color: #002c3c;
}
@media (min-width:560px) {
	div.guide {
		width: 560px;
		text-align: center;
	}
}
div.guide.guide_top {
	border-radius: 7px 7px 0 0;
	border-bottom: 0;
	padding-bottom: 5px;
}
div.guide.guide_bottom {
	border-radius: 0 0 7px 7px;
	border-top: 0;
	padding-top: 7px;
}
span.count_shuwa {
	font-size: 0.85em;
	margin: 0.7em 0;
	display: block;
	line-height: 1.5em;
}
p.tsugi {
	margin: 0;
	font-size: 1em;
	text-align: center;
}
div.if_wrap {
	width: 100%;
	margin: 10px auto;
}
@media (min-width:650px) {
	div.if_wrap {
		max-width: 650px;
	}
}
div.ya_link {
	display: block;
}
div.ya {
	background-color: #fff;
	display: block;
	border-radius: 7px;
	color: #002c3c;
	padding: 0.25em 1em 0.3em 1em;
	margin: 10px auto 0 auto;
	text-align: center;
	font-weight: bold;
}
div.ya span#ya_next_1 {
	display: inline-block;
	width: 2.2em;
	height: 1em;
	overflow: hidden;
	text-align: left;
	position: relative;
	top: 4.5px;
	color: #016ec1;
}
div.ya span#ya_next_2 {
	display: inline-block;
	width: 2.8em;
	height: 1.3em;
	overflow: hidden;
	text-align: left;
	position: relative;
	top: 2px;
	color: #016ec1;
}
@media (min-width: 1365px) {
	div.ya_under,
	span.movie_under {
		display: none;
	}
}
@media (max-width: 1364px) {
	div.ya_right,
	span.movie_right {
		display: none;
	}
}
#btnSend[disabled] {
	cursor: not-allowed;
	background-color: #95abb7;
	color: #777;
}
#btnSend[disabled]:active {
	position: relative;
	top: auto;
 	left: auto;
	color: #95abb7;
	box-shadow: none;
}
#ds_alert_wrap {
	height: 20px;
	margin-top: 2px;
}
#ds_alert {
	font-size: 0.65em;
	border: 1px solid #f39800;
	background-color: #fff;
	padding: 0.5em 1em;
	margin: 0;
	position: relative;
	bottom: 10px;
	display: none;
}
#ds_alert span {
	color: #fff;
	background-color: #f39800;
	margin-right: 0.7em;
	font-weight: bold;
}
#msgRec {
	animation: blink-slow 2s infinite;
	font-size: 18px;
	color: #ff0000;
	width: 100%;
	max-width: 600px;
	text-align: center;
	height: 40px;
	margin: 5px auto;
	font-weight: bold;
}
	@keyframes blink-slow {
		0% {opacity: 0;}
		100% {opacity: 1;}
	}
#msgRec span {
	display: block;
	font-size: 0.85em;
	color: red;
}
#myCanvas {
	position: absolute;
	top:255px;
	left:0px;
}
div#site_link {
	display: flex;
	width: 100%;
	max-width: 620px;
	margin: 15px auto 0 auto;
	text-align: center;
}
div#site_link div.link_box {
	flex: 1;
	margin: 7px;
}
@media (max-width: 800px) {
	div#site_link {
		max-width: 600px;
		flex-direction: column; 
		justify-content: center;
		text-align: center;
	}
	div#site_link div.link_box {
		margin: 0;
	}
	div#site_link div.link_box:nth-child(2) {
		margin-top: 15px;
	}
}
div.link_box {
	text-aline: center;
	border: 2px solid #002c3c;
	border-radius: 7px;
	padding: 1.2em 0.5em;
}
div.link_box p {
	margin: 0 0 0.5em 0;
	font-size: 1em;
	font-weight: bold;
	color: #002c3c;
}
div.link_box_inner {
	margin: 5px auto 0 auto;
	display: flex;
	justify-content: center;
}
div.link_box_child {
	background-color: #016ec1;
	border-radius: 15px;
	padding: 0.35em 1em 0.3em 1em;
	text-align: center;
	margin: 0 0.5em;
	font-size: 1em;
	width: 80px;
}
div.link_box_child a {
	text-decoration: none;
	color: #fff;
}
div.link_box_child:active {
	position: relative;
	top: 3px;
	left: 3px;
}

/* レスポンシブフレーム（表現練習ページ） */

div.body_wrap {
	width: 100%;
	height: 100%;
}
div.body_left {
	border: 5px solid #002c3c;
	background-color: #fff;
	width: 50%;
	text-align: center;
	padding: 10px;
	min-height: 100vh;
}
div.body_right {
	border: 5px solid #002c3c;
	background-color: #002c3c;
	width: 50%;
	text-align: center;
	padding: 10px;
	min-height: 100vh;
}
@media (min-width: 1365px) {
	div.body_wrap {
		display: flex;
		align-items: stretch;
	}
	div.body_right_inner {
		width: 600px;
		margin: 0 auto;
	}
}
@media (max-width: 1364px) {
	div.body_left,
	div.body_right {
		width: 100% !important;
		height: auto;
		padding: 30px 15px 50px 15px !important;
		box-sizing: border-box;
	}
	div.body_left {
		border: 5px solid #fff;
	}
}
@media (max-width: 599px) {
	div.body_right {
		margin-top: -10px;
	}
}

/* トップページ */

body#top a:hover {
	position: relative;
	top: 1.5px;
	left: 1.5px;
}
div#site_theme {
	width: auto;
}
@media (min-width: 1000px) {
	div#site_theme {
		display: flex;
	}
}
div.image_photo {
	width: 55%;
}
div#next_page_wrap {
	width: 45%;
	background: url(../img/top_img_back.jpg) no-repeat bottom center;
	background-size: 100% auto;
	padding: 0 1em;
}
div.image_photo img{
	display: block;
}
@media (max-width: 999px) {
	div.image_photo {
		width: 100%;
	}
	div#next_page_wrap {
		width: 100%;
		padding: 30px 0;
	} 
}
div.image_photo img {
	width: 100%;
	max-width: 999px;
}
p.next_page_midashi {
	width: 85%;
	margin: 23px auto 15px auto;
	border: 3px solid #002c3c;
	border-radius: 10px;
	background-color: #eeecea;
	padding: 0.5em;
	text-align: center;
	font-size: 1.7em;
	font-weight: bold;
}
@media (max-width: 999px) {
	p.next_page_midashi {
		margin-top: 0;
	}
}
p.next_page_sub {
	text-align: center;
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 10px 0;
}
div.check_wrap {
	text-align: left;
	width: fit-content;
	margin: -10px auto 0 auto;
}
div.check_wrap a {
	margin-right: 0.5em;
	text-decoration: none;
}
a.moovieLink_txt_1 {
	color: #e03c6f;
	border-bottom: 1px solid #e03c6f;
	font-weight: bold;
}
a.moovieLink_txt_2 {
	color: #0594b6;
	border-bottom: 1px solid #0594b6;
	font-weight: bold;
}
div.check_inner {
	margin: 0.8em 0;
	font-size: 1.25em;
	font-weight: bold;
	color: #333;
	width: fit-content;
}
div#next_page_wrap input[type="checkbox"] {
	transform: scale(1.7); 
	margin-right: 1em;
}
#checkbox1,
#checkbox2 {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 20px;
	height: 20px;
	position: relative;
	top: 5px;
	border-radius: 5px;
}
#checkbox1:hover,
#checkbox2:hover {
	cursor: pointer;
}
#checkbox1 {
	border: 2px solid #e03c6f;
}
#checkbox2 {
	border: 2px solid #0594b6;
}
#checkbox1:checked {
	background-color: #e03c6f;
}
#checkbox2:checked {
	background-color: #0594b6;
}
#checkbox1:checked::after,
#checkbox2:checked::after {
  content: '\2713';
  font-size: 16px;
	font-weight: bold;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
div#pagelink_box {
	width: auto;
	display: flex;
}
@media (max-width:999px) {
	div#pagelink_box {
		flex-direction: column;
	}
}
div.plb_c1,
div.plb_c2 {
	width: 50%;
	padding: 18px 25px;
}
@media (max-width:999px) {
	div.plb_c1,
	div.plb_c2 {
		width: auto;
		padding: 25px 12px;
	}
}
div.plb_c1 {
	background-color: #e03c6f;
}
div.plb_c2 {
	background-color: #0594b6;
}
div.plb_wrap {
	width: auto;
	color: #fff;
}
@media (min-width:1000px) {
	div.plb_wrap {
		display: flex;
	}
	div.plb_c_l {
		width: 60%;
		padding-right: 1em;
	}
	div.plb_c_r {
		width: 40%;
		height: auto;
	}
}
@media (max-width:999px) {
	div.plb_c_l,
	div.plb_c_r {
		max-width: 100%;
	}
}
p.plb_c_midashi {
	font-size: 1.7em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 0 20px 0;
	border-bottom: 3px dotted #fff;
	padding-bottom: 0.2em;
	color: #fff;
}
@media (max-width:999px) {
	p.plb_c_midashi {
		text-align: center;
	}
}
p.plb_c_komidashi_c1,
p.plb_c_komidashi_c2 {
	display: block;
	margin-top: 0;
	text-align: center;
	background-color: #fff;
	padding: 0.5em 1em;
	border-radius: 20px;
	font-weight: bold;
}
p.plb_c_komidashi_c1 {
	color: #e03c6f;
}
p.plb_c_komidashi_c2 {
	color: #0594b6;
}
p.plb_c_text {
	font-size: 0.9em;
	line-height: 1.5em;
}
div.plb_c_r img {
	max-width: 100%;
	vertical-align: top;
	border: 1px solid #fff;
}
@media (max-width:999px) {
	div.plb_c_r img {
		display: block;
		width: 85%;
		max-width: 500px;
		margin: 0 auto;
	}
}
div.plb_link_wrap {
	width: 100%;
	text-align: center;
}
p.plb_link {
	font-size: 0.8em;
	margin: 0;
}
div.plb_link_wrap.lw_mobile {
	margin-top: 20px;
}
@media (min-width:1000px) {
	div.plb_link_wrap.lw_mobile {
		display: none;
	}
}
@media (max-width:999px) {
	div.plb_link_wrap.lw_pc {
		display: none;
	}
}
p.plb_link a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}
div#external_link {
	background-color: #002c3c;
	padding: 18px 25px;
	margin: 0;
}
@media (max-width:999px) {
	div#external_link {
		padding: 18px 25px;
	}
}
div#exl_wrap {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(calc((100% - 20px) / 3), 1fr));
	gap: 10px;
	max-width: 1365px;
	margin: 0 auto;
}
div.exl_banner {
	display: flex;
}
div.exl_banner img {
	width: 100%;
	height: auto;
	max-width: 500px;
}
@media screen and (max-width: 1920px) {
	div#exl_wrap {
		grid-template-columns: repeat(auto-fill, minmax(calc((100% - 20px) / 3), 1fr));
	}
}
@media screen and (max-width: 999px) {
	div#exl_wrap {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 699px) {
	div#exl_wrap {
		grid-template-columns: 1fr;
	}
	div.exl_banner {
		justify-content: center;
	}
}

/* モーダルウィンドウ */

.modal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	max-height: 80%;
	max-width: 800px;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	transform: translate(-50%, -50%);
	background-color: #fff;
	margin: 0 1em;
	padding: 15px 7px;
	border: 1px solid #ccc;
	box-shadow: 0 0 15px rgba(0,0,0,1);
	z-index: 9999;
	opacity: 0;
	transition: opacity .5s ease-in-out;
}
.modal::-webkit-scrollbar {
	display: none;
}

@media (max-width:799px) {
	.modal {
		box-sizing: border-box;
		width: 85vw;
		height: auto;
		max-height: 80%;
		margin: 0;
	}
}
.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 9998;
	opacity: 0.5;
	transition: opacity .5s ease-in-out;
}
.modal.active,
.overlay.active {
	display: block;
	opacity: 1; /* 表示時に透明度を変更 */
}
div.ct_1_wrap {
	width: 100%;
	text-align: right;
}
p.ct_1 {
	display: inline-block;
	background-color: #555;
	padding: 0.1em 0.35em;
	border-radius: 7px;
	cursor: pointer;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 15px 0;
}
p.ct_1 a {
	color: #fff;
	text-decoration: none;
}
div.ct_2_wrap {
	width: 100%;
	text-align: center;
}
p.ct_2 {
	display: inline-block;
	background-color: #eee;
	padding: 0.5em 2em;
	border-radius: 7px;
	cursor: pointer;
	border: 2px solid #002c3c;
	margin: 15px 0 0 0;
}
p.ct_2 a {
	color: #333;
	text-decoration: none;
}
p.ct_2:hover {
	position: relative;
	top: 2px;
	left: 2px;
}
div.modal_if {
	height: 700px;
}
@media (max-width:600px) {
	div.modal_if {
		height: 800px;
	}
}
iframe.if_web {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;
}

/* 規約 */

div#kiyaku {
	line-height: 1.7em;
}
div.kiji_title {
	display: block;
	width: auto;
	margin: 1em auto 2em auto;
	text-align: center;
	background-color: #002c3c;
	color: #fff;
	border-radius: 30px;
	padding: 0.5em 0;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	font-weight: bold;
}
p.kiyaku_jikou {
	border-bottom: 2px solid #002c3c;
	padding-bottom: 0.2em;
}

/* 送信完了ページ */

#btnSend_sp {
	width: 90%;
	max-width: 350px;
	height: 50px;
	border: 0;
	font-size: 23px;
	background-color: #0594b6;
	color: #fff;
	box-shadow: 3px 3px 3px 1px #000;
	border-radius: 30px;
	position: relative;
	bottom: 3px;
}
#btnSend_sp:hover {
	cursor: pointer;
}
#btnSend_sp:active {
	position: relative;
	top: 3px;
	left: 3px;
	box-shadow: none;
}
#content_sp {
	text-align: center;
	margin: 5em 3em;
}
@media (max-width:599px) {
	#content_sp {
		margin: 1.5em;
	}
}
#content_sp p {
	line-height: 1.7em;
	margin-bottom: 2em;
}
body#send div.page_content {
	overflow: visible;
}
body#send div.page_foot {
	position: static;
}

/* 撮影済み動画一覧ページ */

body#movie div#menubar {
	display: none;
}
p#mobile_alert {
	background-color: red;
	color: #fff;
	padding: 0.5em 2em;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
}
@media (min-width:1366px) {
	p#mobile_alert {
		display: none;
	}
}
body#movie h3 {
	margin: 20px 0 10px 0;
}
input.movie_reload {
	width: 220px;
	height: 40px;
	font-size: 1.15em;
	margin-bottom: 10px;
}
#main_movie {
	width: 100%;
	text-align: center;
}
#content_movie {
	width: auto;
	padding: 15px 23px;
	margin-bottom: 15px;
	box-sizing: content-box;
}
body#movie .vblock {
	width:420px;
	height: auto;
	margin:0 10px 20px 10px;
	float: left;
	background-color: #EEE;
	text-align: center;
	font-size: 16px;
	padding: 12px 0;
	line-height: 1.4em;
}
body#movie .vblock video {
	margin: 7px 0;
}
body#movie label[for="chkDelAll"],
body#movie .vblock span {
	color: red;
}
body#movie label[for="chkDelAll"]  span {
	margin-right: 0.5em;
}
body#movie hr {
	width: 100%;
	margin-top: 20px;
	border-top: 3px solid #002c3c;
}
body#movie .floatclear {
	clear: both;
}
body#movie div.page_foot {
	position: static;
}
div.download_video {
	background-color: #0594b6;
	padding: 0.25em 2em 0.2em 2em;
	border-radius: 50px;
	width: fit-content;
	margin: 0 auto 0.7em auto;
	display: block;
}
div.download_video:hover {
	cursor: pointer;
	position: relative;
	left: 1px;
	top: 1px;
}
div.download_video a {
	color: #fff;
	text-decoration: none;
}

/* errorページ */

body#error div.page_content {
	color: #002c3c;
}
body#error div.menu_inner_r {
	display: none;
}
div.error_alert {
	padding-top: 50px;
	width: 100%;
	text-align: center;
}
@media (max-width:700px) {
	div.error_alert {
		padding-top: 100px;
	}
}
div.error_alert p.title {
	font-size: 2.25em;
	font-weight: bold;
}
div.error_text {
	border: 2px solid #002c3c;
	padding: 10px 0.5em;
	display: inline-block;
	border-right: none;
	border-left: none
}
p.error_inner {
	font-size:1.1em;
	font-weight: bold;
	line-height: 2em;
}