@charset "UTF-8";
/* Recording [streaming] */

@import url("main.css");

/*---------------------------------------------------- */
/* Studio */
/*---------------------------------------------------- */
/*== Waku ==*/
#studioArea, #studioArea2 {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
#studioArea .waku_studio,
#studioArea2 .waku_studio {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
#studioArea .waku_studio .studio_left,
#studioArea2 .waku_studio .studio_left {
	padding: 0;
	margin: 0;
	height: auto;
}
#studioArea .waku_studio .studio_right,
#studioArea2 .waku_studio .studio_right {
	padding: 0;
	margin: 0;
	height: auto;
}

/*== img ==*/
.waku_studio .studio_left .photo_studio,
.waku_studio .studio_left .photo_studio2,
.waku_studio .studio_right .photo_studio,
.waku_studio .studio_right .photo_studio2,
.waku_studio .studio_right .photo_studio3 {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_studio .studio_left .photo_studio img,
.waku_studio .studio_left .photo_studio2 img,
.waku_studio .studio_right .photo_studio img,
.waku_studio .studio_right .photo_studio2 img,
.waku_studio .studio_right .photo_studio3 img {
	padding: 0;
	margin: 0;
	width: 100%;
	vertical-align: bottom;
}

/*== Detail ==*/
.waku_studio .studio_left .detail,
.waku_studio .studio_right .detail {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

/*== h4 ==*/
.studio-title {
	padding: 0;
	margin: 0 auto;
	height: auto;
	position: relative;
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.studio-title:before {
	content: "";
	width: 6px;
	height: 100%;
	background-color: #395aa7;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.studio-title h4 {
	padding: 0;
	margin: 0;
	color: #2d2e2f;
	font-weight: 700;
	text-align: left;
	line-height: 1.2;
}

/*== P ==*/
.moji_studio, 
.moji_studio2 {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.moji_studio p,
.moji_studio2 p {
	padding: 0;
	margin: 0;
	color: #3a3b3c;
	font-weight: 500;
	text-align: left;
	line-height: 1.6;
}

/*---------------------------------------------------- */
/* Machine */
/*---------------------------------------------------- */
/*== Waku ==*/
#studioArea .waku_machine,
#studioArea2 .waku_machine {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
#studioArea .waku_machine .machinebox,
#studioArea2 .waku_machine .machinebox {
	padding: 0;
	margin: 0;
	height: auto;
	display: inline-block;
    *display: inline;
    *zoom: 1;
	vertical-align: top;
}

/*== Detail ==*/
#studioArea .waku_machine .detail,
#studioArea2 .waku_machine .detail {
	padding: 0;
	margin: 0;
	height: auto;
	display: inline-block;
    *display: inline;
    *zoom: 1;
	vertical-align: top;
}

/*== img ==*/
.waku_machine .machinebox .photo_machine {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_machine .machinebox .photo_machine img {
	padding: 0;
	margin: 0;
	width: 100%;
	vertical-align: bottom;
}

/*---------------------------------------------------- */
/* Recording */
/*---------------------------------------------------- */
/*== Waku ==*/
#recordingArea {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
#recordingArea .waku_recording {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

/*== Video ==*/
#recordingArea .waku_recording .video_drone {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
#recordingArea .waku_recording .video_drone video {
	padding: 0;
	margin: 0;
	width: 100%;
	vertical-align: bottom;
}

/*== Detail ==*/
.waku_recording .detail {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

/*== h4 ==*/
.recording-title {
	padding: 0;
	margin: 0 auto;
	height: auto;
	position: relative;
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.recording-title:before {
	content: "";
	width: 6px;
	height: 100%;
	background-color: #395aa7;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.recording-title h4 {
	padding: 0;
	margin: 0;
	color: #2d2e2f;
	font-weight: 700;
	text-align: left;
	line-height: 1.2;
}

/*== P ==*/
.txt_recording {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.txt_recording p {
	padding: 0;
	margin: 0;
	color: #3a3b3c;
	font-weight: 500;
	text-align: left;
	line-height: 1.6;
}



/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* Studio */
/*---------------------------------------------------- */
/*== Waku ==*/
#studioArea, #studioArea2 {
	width: 96%;
	max-width: 1480px;
}
#studioArea .waku_studio {
	margin-bottom: 30px;
	width: 98%;
	overflow: hidden;
}
#studioArea2 .waku_studio {
	margin-bottom: 0;
	width: 98%;
	overflow: hidden;
}
#studioArea .waku_studio .studio_left,
#studioArea2 .waku_studio .studio_left {
	width: 47%;
	float: left;
}
#studioArea .waku_studio .studio_right,
#studioArea2 .waku_studio .studio_right {
	width: 47%;
	float: right;
}

/*== img ==*/
.waku_studio .studio_left .photo_studio {
	width: 100%;
}
.waku_studio .studio_left .photo_studio2 {
	padding-top: 25px;
	width: 100%;
}
.waku_studio .studio_right .photo_studio {
	width: 100%;
}
.waku_studio .studio_right .photo_studio2 {
	padding-bottom: 25px;
	width: 100%;
}
.waku_studio .studio_right .photo_studio3 {
	padding-top: 25px;
	width: 100%;
}

/*== Detail ==*/
.waku_studio .studio_left .detail {
	padding-bottom: 35px;
	width: 100%;
}
.waku_studio .studio_right .detail {
	padding-top: 35px;
	width: 100%;
}

/*== h4 ==*/
.studio-title {
	padding-left: 18px;
	margin-bottom: 12px;
	width: 100%;
}
.studio-title h4 {
	font-size: 25px;
}

/*== P ==*/
.moji_studio {
	width: 98%;
}
.moji_studio p {
	font-size: 18px;
}
.moji_studio2 {
	margin-bottom: 20px;
	width: 98%;
}
.moji_studio2 p {
	font-size: 18px;
}

/*---------------------------------------------------- */
/* Machine */
/*---------------------------------------------------- */
/*== Waku ==*/
#studioArea .waku_machine,
#studioArea2 .waku_machine {
	width: 98%;
	text-align: center;
}
#studioArea .waku_machine .machinebox,
#studioArea2 .waku_machine .machinebox {
	padding-bottom: 25px;
	margin: 0 1.2%;
	width: 30%;
}

/*== Detail ==*/
#studioArea .waku_machine .detail,
#studioArea2 .waku_machine .detail {
	margin: 0 1.2%;
	width: 47%;
}

/*== img ==*/
.waku_machine .machinebox .photo_machine {
	width: 100%;
}

/*---------------------------------------------------- */
/* Recording */
/*---------------------------------------------------- */
/*== Waku ==*/
#recordingArea {
	width: 100%;
}
#recordingArea .waku_recording {
	max-width: 900px;
	width: 96%;
}

/*== Video ==*/
#recordingArea .waku_recording .video_drone {
	max-width: 900px;
	max-height: 507px;
}
#recordingArea .waku_recording .video_drone video {
	width: 100%;
	max-height: 507px;
}

/*== Detail ==*/
.waku_recording .detail {
	padding-top: 20px;
	width: 98%;
}

/*== h4 ==*/
.recording-title {
	padding-left: 18px;
	margin-bottom: 12px;
	width: 100%;
}
.recording-title h4 {
	font-size: 25px;
}

/*== P ==*/
.txt_recording {
	width: 98%;
}
.txt_recording p {
	font-size: 18px;
}



}


/* Tablet */
@media all and (max-width: 959px) and (min-width: 600px) {
/*---------------------------------------------------- */
/* Studio */
/*---------------------------------------------------- */
/*== Waku ==*/
#studioArea, #studioArea2 {
	width: 96%;
}
#studioArea .waku_studio {
	margin-bottom: 25px;
	width: 98%;
	overflow: hidden;
}
#studioArea2 .waku_studio {
	margin-bottom: 0;
	width: 98%;
	overflow: hidden;
}
#studioArea .waku_studio .studio_left,
#studioArea2 .waku_studio .studio_left {
	width: 47%;
	float: left;
}
#studioArea .waku_studio .studio_right,
#studioArea2 .waku_studio .studio_right {
	width: 47%;
	float: right;
}

/*== img ==*/
.waku_studio .studio_left .photo_studio {
	width: 100%;
}
.waku_studio .studio_left .photo_studio2 {
	padding-top: 20px;
	width: 100%;
}
.waku_studio .studio_right .photo_studio {
	width: 100%;
}
.waku_studio .studio_right .photo_studio2 {
	padding-bottom: 20px;
	width: 100%;
}
.waku_studio .studio_right .photo_studio3 {
	padding-top: 20px;
	width: 100%;
}

/*== Detail ==*/
.waku_studio .studio_left .detail {
	padding-bottom: 25px;
	width: 100%;
}
.waku_studio .studio_right .detail {
	padding-top: 25px;
	width: 100%;
}

/*== h4 ==*/
.studio-title {
	padding-left: 16px;
	margin-bottom: 10px;
	width: 100%;
}
.studio-title h4 {
	font-size: 22px;
}

/*== P ==*/
.moji_studio {
	width: 97%;
}
.moji_studio p {
	font-size: 16px;
}
.moji_studio2 {
	margin-bottom: 20px;
	width: 97%;
}
.moji_studio2 p {
	font-size: 16px;
}

/*---------------------------------------------------- */
/* Machine */
/*---------------------------------------------------- */
/*== Waku ==*/
#studioArea .waku_machine,
#studioArea2 .waku_machine {
	width: 98%;
	text-align: center;
}
#studioArea .waku_machine .machinebox,
#studioArea2 .waku_machine .machinebox {
	padding-bottom: 20px;
	margin: 0 1.0%;
	width: 30.4%;
}

/*== Detail ==*/
#studioArea .waku_machine .detail,
#studioArea2 .waku_machine .detail {
	margin: 0 1.0%;
	width: 46.4%;
}

/*== img ==*/
.waku_machine .machinebox .photo_machine {
	width: 100%;
}

/*---------------------------------------------------- */
/* Recording */
/*---------------------------------------------------- */
/*== Waku ==*/
#recordingArea {
	width: 100%;
}
#recordingArea .waku_recording {
	width: 80%;
}

/*== Video ==*/
#recordingArea .waku_recording .video_drone {
	max-width: 100%;
	max-height: 507px;
	min-height: 290px;
}
#recordingArea .waku_recording .video_drone video {
	width: 100%;
	max-height: 507px;
	min-height: 290px;
}

/*== Detail ==*/
.waku_recording .detail {
	padding-top: 16px;
	width: 97%;
}

/*== h4 ==*/
.recording-title {
	padding-left: 16px;
	margin-bottom: 10px;
	width: 100%;
}
.recording-title h4 {
	font-size: 22px;
}

/*== P ==*/
.txt_recording {
	width: 97%;
}
.txt_recording p {
	font-size: 16px;
}


}


/* SP */
@media all and (max-width: 599px) {
/*---------------------------------------------------- */
/* Studio */
/*---------------------------------------------------- */
/*== Waku ==*/
#studioArea, #studioArea2 {
	width: 94%;
}
#studioArea .waku_studio {
	margin-bottom: 30px;
	width: 96%;
}
#studioArea2 .waku_studio {
	margin-bottom: 0;
	width: 96%;
	overflow: hidden;
}
#studioArea .waku_studio .studio_left {
	margin-bottom: 30px;
	width: 100%;
	display: block;
}
#studioArea2 .waku_studio .studio_left {
	margin-bottom: 15px;
	width: 100%;
	display: block;
}
#studioArea .waku_studio .studio_right,
#studioArea2 .waku_studio .studio_right {
	width: 100%;
	display: block;
}

/*== img ==*/
.waku_studio .studio_left .photo_studio {
	width: 100%;
}
.waku_studio .studio_left .photo_studio2 {
	padding-top: 15px;
	width: 100%;
}
.waku_studio .studio_right .photo_studio {
	width: 100%;
}
.waku_studio .studio_right .photo_studio2 {
	padding-bottom: 15px;
	width: 100%;
}
.waku_studio .studio_right .photo_studio3 {
	padding-top: 15px;
	width: 100%;
}

/*== Detail ==*/
.waku_studio .studio_left .detail {
	padding-bottom: 10px;
	width: 100%;
}
.waku_studio .studio_right .detail {
	padding-bottom: 10px;
	width: 100%;
}

/*== h4 ==*/
.studio-title {
	padding-left: 16px;
	margin-bottom: 10px;
	width: 100%;
}
.studio-title h4 {
	font-size: 18px;
}

/*== P ==*/
.moji_studio {
	width: 96%;
}
.moji_studio p {
	font-size: 14px;
}
.moji_studio2 {
	margin-bottom: 15px;
	width: 96%;
}
.moji_studio2 p {
	font-size: 14px;
}

/*---------------------------------------------------- */
/* Machine */
/*---------------------------------------------------- */
/*== Waku ==*/
#studioArea .waku_machine,
#studioArea2 .waku_machine {
	padding-bottom: 25px;
	width: 98%;
	text-align: center;
}
#studioArea .waku_machine .machinebox,
#studioArea2 .waku_machine .machinebox {
	margin: 0 0.6%;
}

/*== machinebox ==*/
#studioArea .waku_machine .imgArea01,
#studioArea2 .waku_machine .imgArea01 {
	padding-bottom: 15px;
	width: 96.0%;
}
#studioArea .waku_machine .imgArea02,
#studioArea2 .waku_machine .imgArea02 {
	padding-bottom: 15px;
	margin: 0 0.6%;
	width: 47.2%;
}

/*== Detail ==*/
#studioArea .waku_machine .detail,
#studioArea2 .waku_machine .detail {
	padding-bottom: 10px;
	margin: 0 0.6%;
	width: 96.0%;
}

/*== img ==*/
.waku_machine .machinebox .photo_machine {
	width: 100%;
}

/*---------------------------------------------------- */
/* Recording */
/*---------------------------------------------------- */
/*== Waku ==*/
#recordingArea {
	margin-top: -10px;
	width: 100%;
}
#recordingArea .waku_recording {
	width: 90%;
}

/*== Video ==*/
#recordingArea .waku_recording .video_drone {
	max-width: 100%;
	max-height: 245px;
	min-height: 145px;
}
#recordingArea .waku_recording .video_drone video {
	width: 100%;
	max-height: 245px;
	min-height: 145px;
}

/*== Detail ==*/
.waku_recording .detail {
	padding-top: 12px;
	width: 96%;
}

/*== h4 ==*/
.recording-title {
	padding-left: 14px;
	margin-bottom: 8px;
	width: 100%;
}
.recording-title h4 {
	font-size: 18px;
}

/*== P ==*/
.txt_recording {
	width: 96%;
}
.txt_recording p {
	font-size: 14px;
}



}