/* Y'S GEAR | Y'S GEAR CLUB WEB : layout.css */

article figcaption{
	color:#000!important;
	font-size:100%!important;
	padding:5px 0 0!important;
	text-indent: 0!important;
	line-height:180%!important;
}
article h4 span{
	font-weight:normal;
	margin-right:35px;
}
article h4 a{
	font-weight:normal;
	color:#f80 !important;
	padding-left:20px;
	background:url(../img/ico_link.png) no-repeat left center;
}
article h4 a:hover,
article h4 a:active{ color:#f80 !important; }

article p + .attention{
	margin:-25px 0 10px;

}
article h4 + .attention{
	margin:0 0 10px;

}
article .attention + h4{
	margin-top:35px!important;

}
article .attention li{
	color:#666;
	font-size:80%;
	list-style:none;
}
article .attention img{
	margin-right:5px;	
}

/* “®‰æ */
article #movie {
	position: relative;
	overflow: hidden;
	height: 0;
	padding: 56.25% 0 0 0;
	background: #000;
}
article #movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*======================================================================*
 *  [ Media Queries 568 ] 
 *======================================================================*/

@media screen and (max-width: 568px) {

}


/*======================================================================*
 *  [ Media Queries 480 ] 
 *======================================================================*/

@media screen and (max-width: 480px) {

}


/*======================================================================*
 *  [ Media Queries 320 ] 
 *======================================================================*/

@media screen and (max-width: 320px) {

}



