@charset "utf-8";
/*

ファイルごとに異なったスタイル

*/

/*======================================
	
	ABOUT
	
=======================================*/
.about .content{
	background: url(../img/about/bg_monkey.jpg) no-repeat 9% bottom;
	background-size: 163px auto;
	padding-bottom: 22%;
}

.content > section > h1{
	width: 220px;
	height: 23px;
	background: url(../img/about/bg_ti_about.gif) no-repeat 0 0;
	background-size: 100% auto;
	margin: 0 auto;
	margin-bottom: 25px;
}

.content > section > h1 span{
	display: none;
}

.about .content dt{
	text-align: center;
	margin-bottom: 20px;
}
.about .content dt img{
	width: 100%;
	height: auto;
}
.about .content dt span{
	display: none;
}
.about .content dd p{
	font-size: 14px;
	margin-bottom: 25px;
}