@charset 'utf-8';

/* ------------------------------------------------------------ about ------------------------------------------------------------ */


/*--------------------------------
	髙山堂の歩み
--------------------------------*/

.history ul {
	border-top: 1px solid #ebebeb;
}

.history li {
	position: relative;
	padding: 30px 5% 30px 33%;
	border-bottom: 1px solid #ebebeb;
	vertical-align: top;
	min-height:1px;
	zoom:1;
	clear:both;
}

.history li:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

.history li em {
	position: absolute;
	left: 0;
	top: 28px;
	display: block;
	width: 33%;
	text-align: center;
	font-style: italic;
	letter-spacing: 0.15em;
	font-size: 1.4rem;
	color: #666666;
	line-height: 1;
	vertical-align: top;
}

.history li em b {
	display: inline-block;
	margin: 0 5px;
	font-size: 2.4rem;
}


.history li img {
	display: block;
	width: 100%;
	height: auto;
	margin: 30px auto 0;
	vertical-align: top;
}




/* ================================================== RESPONSIVE ================================================== */

@media only screen and (max-width: 812px) {

/*
	.inner {
		padding: 60px 0 0;
	}
*/
	
	
	/*--------------------------------
		髙山堂の歩み
	--------------------------------*/
	
	.history {
/*		width: 90%;*/
		margin: 0 auto;
	}
	
	.history ul {
		margin: 30px auto 0;
	}
	
	.history li {
		padding: 15px 3%;
		font-size: 1.4rem;
	}
	
	.history li em {
		position: relative;
		left: auto;
		top: auto;
		width: 100%;
		font-size: 1.2rem;
		margin: 0 auto 10px;
		text-align: left;
		font-style: normal;
	}
	
	.history li em b {
		font-size: 1.8rem;
	}
	
	.history li img {
		margin: 10px auto 0;
	}

}
