@charset "utf-8";
/* CSS Document */
#main img {
	display: block;
	width: 100%;
	border: none;
}
.y_head {
	margin: 0;
	padding: 0;
}
.y_head img {
	vertical-align: bottom;
}
.y_main {
	width: 100%;
	background-color: #000;
	background-image: url(pic_yoshinoBG.jpg);
	background-repeat: repeat;
}
.y_left {
	vertical-align: text-top;
	display: inline-block;
	width: 35%;
	background-color: #000;
	background-image: url(pic_yoshinoBG.jpg);
}
.y_right {
	vertical-align: text-top;
	display: inline-block;
	width: 65%;
	background-color: #FFF;
}
.whitetex {
	padding: 20px;
	line-height: 24px;
	font-size: 14px;
}
.blacklead {
	background-color: #000;
	color: #FFF;
	padding: 20px;
	line-height: 24px;
	font-size: 14px;
}
.y_foot {
	background-color: #008aed;
	width: 100%;
}
.eventBtnOuter {
	text-align: center;
	width: 100%;
	max-width: 639px;
	padding: 30px;
	color: #FFF;
	margin: 0 auto;
}
a.eventBtn {
	margin: 0;
	display: block;
	text-indent: -9999px;
	width: 100%;
	max-width: 639px;
	height: 125px;
	background: top left url(purchase_nm.png) no-repeat;
	background-size: 100%;
}
.eventBtnOuter p {
	font-size: 12px;
	color: #000;
	text-align: left;
}
iframe{
	width:100% !important;
}
.videoPlayer{
	position:relative;
	width:100%;
}
.videoPlayer iframe{
	position:absolute;
	top:0;
	left:0;
	width:100% !important;
	height:100% !important;
}