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


/*======================================================================*
 *  [ itemNav ] 
 *======================================================================*/

#article .itemNav {
	text-align: center;
}

/* [ テキスト ] */
#article .itemNav p {
	font-size: 2rem;
	line-height: 1.4;
}

/* [ リンク ] */
#article .itemNav ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin-bottom: 20px;
}
#article .itemNav li {
	width: 250px;
	padding: 0 10px;
}



/*======================================================================*
 *  [ itemWrap ] 
 *======================================================================*/

#article .itemWrap h3 img {
	width: 100px;
	padding-right: 20px;
	vertical-align: bottom;
}
#article .itemWrap h3 b {
	font-size: 3rem;
}

#yes.itemWrap h3 {
	color: #df7438;
}

#no.itemWrap h3 {
	color: #4f8dad;
}


/*======================================================================*
 *  [ itemBox ] 
 *======================================================================*/

#article .itemBox {
	margin: 0;
}
#article .itemBox + .itemBox {
	margin-top: 20px;
}

#article .itemBox a {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding: 10px;
	border-radius: 10px;
}
#yes .itemBox a { background: #f9e3d7; }
#no  .itemBox a { background: #dce8ef; }

/* [ 画像 ] */
#article .itemBox .img {
	width: 25%;
}
#article .itemBox .img figure {
	margin: 0;
	border: 5px solid #000;
	border-radius: 50%;
	overflow: hidden;
}
#article .itemBox a:hover img, 
#article .itemBox a:active img {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

/* [ テキスト ] */
#article .itemBox .text {
	position: relative;
	width: 75%;
	padding: 0 35px 0 20px;
	box-sizing: border-box;
}
#article .itemBox .text::after {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 20px;
	height: 20px;
	margin-top: -12px;
	border-top: 5px solid #ccc;
	border-right: 5px solid #ccc;
	content: "";
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#article .itemBox .text > b {
	display: inline-block;
	padding: 2px 5px;
	border-radius: 3px;
	background: #333;
	color: #fff;
	font-size: 1.1rem;
	font-weight: normal;
}
#article .itemBox p {
	margin: 10px 0 5px 0;
	font-size: 1.5rem;
	line-height: 1.2;
}
#article .itemBox h4 {
	margin: 0 0 5px 0;
	padding: 0;
	border: none;
	font-size: 1.8rem;
}

/* [ 色 ] */
#yes .itemBox a:hover,
#yes .itemBox a:active { background: #f5d5c3; color: #df7438 !important; }
#no  .itemBox a:hover,
#no  .itemBox a:active { background: #cadde6; color: #4f8dad !important; }
#yes .itemBox .img figure { border-color: #df7438; }
#no  .itemBox .img figure { border-color: #4f8dad; }
#yes .itemBox .text > b { background: #df7438; }
#no  .itemBox .text > b { background: #4f8dad; }



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

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


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

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


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

@media screen and (max-width: 480px) {
		
	/*======================================================================*
	 *  [ itemWrap ] 
	 *======================================================================*/
	
	#article .itemWrap h3 {
		text-align: center;
	}
	#article .itemWrap h3 img {
		display: block;
		margin: 0 auto 10px auto;
		padding-right: 0;
	}
	
	
	/*==================================================================*
	 *  [ itemBox ] 
	 *==================================================================*/
	
	#article .itemBox a {
		display: block;
		padding: 20px 10px 20px 20px;
	}
	
	/* [ 画像 ] */
	#article .itemBox .img {
		width: 200px;
		margin: 0 auto 15px auto;
	}
	
	/* [ テキスト ] */
	#article .itemBox .text {
		width: 100%;
		padding-left: 0;
	}
	
}


/*======================================================================*
 *  [ Media Queries 375 ] 
 *======================================================================*/

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

