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


/*======================================================================*
 *  [ history ] 
 *======================================================================*/

#article .history { border-bottom: 1px solid #aaaaaa; }
	
#article .history section {
	border-top: 1px solid #aaaaaa;
	margin: 0;
	padding: 25px 15px; }
#article .history section h4, 
#article .history section p {
	box-sizing: border-box;
	float: left;
	width: 44%; }
#article .history section h4 {
	border-color: #01b3d6;
	color: #01b3d6; }
#article .history section figure {
	box-sizing: border-box;
	float: right;
	margin: 0;
	padding: 0 0 0 20px;
	width: 56%; }
#article .history section p {
	line-height: 160%;
	margin: 0; }
#article .history section p a {
	background: #ffae00;
	color: #ffffff;
	display: block;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 5px;
	text-align: center; }
#article .history section p a:hover, 
#article .history section p a:active {
	background: #ffc038;
	color: #ffffff !important; }
#article .history section p a span { font-weight: normal; }


/*======================================================================*
 *  [ girls ] 
 *======================================================================*/

#article .girls {
	background: #ececec;
	border-top: 50px solid #ffffff; }

#article .girls h3 {
	margin-top: -55px;
	padding: 0 15px; }

#article .girls ul { margin: 0 15px; }
#article .girls li {
	box-sizing: border-box;
	float: left;
	padding: 0 20px 30px 20px;
	list-style-type: none;
	text-align: center;
	width: 33.33%; }
#article .girls li img { margin: 0 0 10px 0; }
#article .girls li p {
	font-weight: bold;
	line-height: 140%;
	margin: 0; }
#article .girls li p span, 
#article .girls li p strong { color: #9070af; }
#article .girls li p span { font-weight: normal; }
#article .girls li p strong {
	font-size: 143%;
	line-height: 120%; }
#article .girls li p strong span {
	display: inline-block;
	font-size: 70%;
	line-height: 70%;
	font-weight: bold; }


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

@media screen and (max-width: 568px) {
#article .history section h4, 
#article .history section figure, 
#article .history section p {
	float: none;
	width: auto; }
#article .history section figure {
	margin: 0 0 15px 0;
	padding: 0;
	text-align: center; }

#article .girls li { width: 50%; }
}


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

@media screen and (max-width: 480px) {
#article .history section { padding: 15px 0; }

#article .girls li { padding: 0 10px 20px 10px; }
}


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

@media screen and (max-width: 320px) {
#article .girls li {
	float: none;
	width: auto; }
}



