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


#article section h3 {
	margin: 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #aaaaaa;
}


/*======================================================================*
 *  [ wgsystem ] 
 *======================================================================*/

/* [ シリーズ ] */
#article .wgsystem .series {
	display: table;
	width: 100%;
	margin-top: 20px;
}
#article .wgsystem .series p {
	display: table-cell;
	vertical-align: middle;
}
#article .wgsystem .series p + p {
	width: 53.4%;
	text-align: right;
}
#article .wgsystem .series p img {
	width: 100%;
}

#article .wgsystem .inner { margin: 20px -8px 0 -8px; }
#article .wgsystem section {
	box-sizing: border-box;
	float: left;
	margin: 0 0 20px 0;
	padding: 0 8px;
	width: 33.33%;
}

#article .wgsystem h4 {
	margin-bottom: 15px;
	padding: 5px 0;
	border-left: 0;
	background: #3c81c3;
	color: #fff;
	text-align: center;
}
#article .wgsystem figure {
	margin-bottom: 10px;
}
#article .wgsystem p {
	line-height: 1.4;
}

/* [ 動画 ] */
#article .wgsystem .movie {
	position: relative;
	height: 0;
	margin: 0 0 40px 0;
	padding: 56.25% 0 0 0;
	background: #666;
	overflow: hidden;
}
#article .wgsystem .movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* [ リンク ] */
#article .wgsystem .link {
	text-align: center;
}
#article .wgsystem .link a {
	display: inline-block;
	position: relative;
	padding: 15px 50px 15px 30px;
	background: #3c81c3;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
#article .wgsystem .link a:hover, 
#article .wgsystem .link a:active {
	background: #2e6eb5;
	color: #fff !important;
}
#article .wgsystem .link a:after {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 15px;
	height: 15px;
	margin-top: -10px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	content: "";
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#article .wgsystem .link span {
	display: inline-block;
	color: #ffff33;
	font-size: 20px;
	font-size: 2rem;
	vertical-align: middle;
}
#article .wgsystem .link span + span {
	font-size: 16px;
	font-size: 1.6rem;
}


/*======================================================================*
 *  [ productLink ] 
 *======================================================================*/

#article .productLink {
	margin: 20px 0 0 0;
}
#article .productLink a {
	background-position: left 10px;
	background-repeat: no-repeat;
	background-size: 27% auto;
}
#article .productLink.yar16 a { background-image: url(../img/img_yar16.png); }
#article .productLink.yar17 a { background-image: url(../img/img_yar17.png); }
#article .productLink.yar18 a { background-image: url(../img/img_yar18.png); }
#article .productLink.yar19 a { background-image: url(../img/img_yar19.png); }
#article .productLink.yar20 a { background-image: url(../img/img_yar20.png); }

#article .productLink sup {
	font-size: 75%;
	vertical-align: text-top;
}

#article .productLink .link {
	color: #3c81c3;
}


/*======================================================================*
 *  [ Media Queries 716 ] 
 *======================================================================*/

@media screen and (max-width: 716px) {
	
	#article section h3 br { display: none; }
	
}


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

@media screen and (max-width: 568px) {
	
	/*==================================================================*
	 *  [ wgsystem ] 
	 *==================================================================*/
	
	#article .wgsystem section {
		width: 50%;
	}
	#article .wgsystem section img {
		width: 100%;
	}
	
}


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

@media screen and (max-width: 480px) {
	
	/*==================================================================*
	 *  [ productLink ] 
	 *==================================================================*/
	
	#article .productLink .column2 figure {
		float: none !important;
		margin: 15px 0 0 0;
		width: 100% !important;
	}
	#article .productLink .column2 div img {
		display: block;
		margin: 0 auto;
	}
	
}


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

@media screen and (max-width: 320px) {
	
	/*==================================================================*
	 *  [ wgsystem ] 
	 *==================================================================*/
	
	#article .wgsystem section {
		width: 100%;
	}
	
	/*==================================================================*
	 *  [ productLink ] 
	 *==================================================================*/
	
	#article .productLink a {
		background-image: none !important;
	}
	#article .productLink .column2 {
		padding: 0;
	}
	
}

