@charset "UTF-8";
/* CSS Document */
/*==========================================
Directory-history
===========================================*/

#history {
	background: url(images/bg.png) right bottom no-repeat;
}
#history .historyText {
	width: 600px;
	padding: 30px 30px;
}
#history .historyText p {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝", "ＭＳ Ｐ明朝", serif;
}

@media only screen and (min-width: 801px) {
#history .historyText .pcNone {
	visibility: hidden;
	line-height: 0;
	height: 0;
}
}

@media only screen and (max-width: 800px) {
#history {
	background: none;
}
#history .historyText {
	width: 95%;
	padding: 20px 0;
	margin: 0 auto;
}
#history .historyText .pcNone {
	text-align: center;
	margin: 0 auto;
}
}
