@charset "UTF-8";

/*=================================

	popup.css

=================================*/

body {
	background: #fff !important;
	min-width: 1px !important;
}


#contents {
	width: auto !important;
	margin: 0 auto;
	max-width: 650px !important;
}


#wrapper { text-align: center; }

.h2_basic01Wrap { padding-top: 0; }

section { margin: 0 5px; }


.listSNS { margin-top: 7px; }
.listSNS > li {
	float: right;
	margin-left: 14px;
	height: 20px;
	line-height: 20px;
}

@media screen and (max-width: 979px) {
.noFlashImg {
	width: 100%;
	max-width: 640px;
	height: auto;
}
/* Youtube iframeレスポンシブ */
.iframeBox_01{
	margin: 22px auto 0;
}
}

@media screen and (max-width: 767px) {
/* Youtube iframeレスポンシブ */
.iframeBox_01 {
	position: relative;
	width: 100%;
	margin: 15px auto 0;
	padding-top: 56.25%;
}
.iframeBox_01 iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
}
