/* 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;
}


/*======================================================================*
 *  [ performance ] 
 *======================================================================*/

#article .performance {
	border-bottom: 1px solid #aaaaaa;
}

#article .performance p {
	margin: 0 0 10px 0;
	text-align: center;
}

#article .performance section {
	margin: 0;
	padding: 20px 0 10px 0;
	border-top: 1px solid #aaaaaa;
}
#article .performance h3 + section {
	border: none;
}

#article .performance .column2 {
	margin: 0 0 10px 0;
}
#article .performance .column2 figure:first-child {
	text-align: right;
}

#article .performance .inundation {
	color: #0775bf;
	font-size: 115%;
	font-weight: bold;
}
#article .performance .inundation img {
	margin: 0 0 2px 5px;
	vertical-align: middle;
}

/* [ if ] */
#article .performance .column2.if {
	padding: 20px 10px 10px 10px;
	background: #fffcce;
}
#article .performance .column2.if p {
	clear: both;
	margin: 0;
	padding: 10px;
	line-height: 1.6;
}
#article .performance .column2.if p strong {
	font-size: 115%;
}

/* [ proof ] */
#article .performance .proof {
	margin: 20px 0;
}
#article .performance .proof span {
	display: inline-block;
	display: block\9;
	position: relative;
	padding: 5px 30px;
	background: #966cc1;
	overflow: hidden;
}
#article .performance .proof span:before, 
#article .performance .proof span:after {
	display: block;
	position: absolute;
	top: 50%;
	width: 15px;
	height: 120px;
	margin: -60px 0 0 0;
	content: "";
}
#article .performance .proof span:before {
	left: 0;
	background: url(../img/bg_ribbon_001.png);
}
#article .performance .proof span:after {
	right: 0;
	background: url(../img/bg_ribbon_002.png);
}


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

#article .productLink {
	margin: 20px 0 0 0;
}
#article .productLink a {
	background-position: left 10px;
	background-repeat: no-repeat;
}
#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 img {
	float: none;
	width: auto;
	padding: 0;
}
#article .productLink .column2 {
	margin-bottom: 20px;
	padding: 0 0 0 28.11%;
}
#article .productLink .column2 figcaption {
	padding: 0;
	font-size: 86%;
	color: #000;
	text-indent: 0;
}


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

@media screen and (max-width: 716px) {
#article section h3 br { display: none; }
#article .productLink a {
	background-size: 35% auto;
	background-position: left 10px; }
}


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

@media screen and (max-width: 480px) {
#article .performance .proof span { display: block; }
#article .productLink a { 
	background-size: 150px auto;
	background-position: left center; }
#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) {
#article .productLink a { background-image: none !important; }
#article .productLink .column2 { padding: 0; }
}

