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


#article h4 + .productLink { margin-top: 0; }
#article .productLink + .productLink { margin-top: -49px; }


/*======================================================================*
 *  [ ftype ] 
 *======================================================================*/

#article .ftype > h4 {
	border: none;
	padding: 0;
	text-align: center; }


/*======================================================================*
 *  [ feature ] 
 *======================================================================*/

#article .feature h5 {
	font-size: 22px;
	font-size: 2.2rem;
	margin: 0 0 15px 0; }

#article .feature figcaption {
	color: #000000;
	font-size: 100%;
	padding: 0;
	text-indent: 0; }
#article .feature figcaption h6 {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 140%; }
#article .feature figcaption p {
	line-height: 160%;
	margin: 0; }


/*======================================================================*
 *  [ step ] 
 *======================================================================*/

#article .step h5 {
	color: #967836;
	font-size: 25px;
	font-size: 2.5rem;
	margin: 0 0 10px 0;
	line-height: 120%; }
#article .step h5 span { display: inline-block; }
#article .step h5 span:first-child { margin: 0 10px 0 0; }
#article .step h5 span + span {
	border-left: 1px solid #b2924b;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 100%;
	padding: 0.5em 0 0.3em 10px; }

#article .step li {
	border: 1px solid #b2924b;
	min-height: 75px;
	list-style: none;
	margin: 0 0 20px 0;
	padding: 18px 180px 18px 55px;
	position: relative; }
#article .step li.none {
	min-height: 0;
	padding-right: 10px; }
#article .step li:after {
	bottom: 0;
	color: #b2924b;
	content: "▼";
	font-size: 30px;
	font-size: 3rem;
	height: 19px;
	left: 50%;
	line-height: 30px;
	margin: 0 0 -15px -15px;
	position: absolute; }
#article .step li.none:after { content: ""; }
#article .step li h6 {
	background: #b2924b;
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 0 10px 0;
	padding: 5px 10px 2px 10px;
	position: static }
#article .step li img {
	display: block;
	position: absolute; }
#article .step li .no {
	left: 15px;
	top: 15px; }
#article .step li .img {
	margin: -56px 0 0 0;
	right: 2px;
	top: 50%; }
#article .step li p {
	line-height: 120%;
	margin: 0; }
#article .step li p span {
	color: #b2924b;
	display: inline-block;
	font-weight: bold;
	margin: 0 0 10px 0; }
#article .step li:nth-last-of-type(1) p span { margin: 0; }




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

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


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

@media screen and (max-width: 480px) {
#article .step li {
	padding-right: 10px; }
#article .step li .img {
	margin: 0 0 10px 0;
	position: static; }

}


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

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



