@charset "utf-8";

@import url("../commons/styles/default.css");
@import url("../commons/styles/common.css");

/* ===================================================================
 style info : 個別css
=================================================================== */

#container {
	background:#f7f7f1 url("./img/bg_about.jpg") ;
}


/* リスト */
.panes p {
	margin-bottom:1em;
}

#aboutO {
	display:block;
	height:125px;
	background: url("./img/about-o.png") no-repeat 0 0 ;
}

#aboutO p {
	display:none;
}

#aboutM {
	display:block;
	height:90px;
}

#nextBtn {
	width:60px;
	height:60px;
	display:block;
	margin:24px auto;
}

#nextBtn a {
	width:60px;
	height:60px;
	display:block;
	text-indent: -9999px;
	background: url("./img/next.png") no-repeat 50% 50%;
	cursor: pointer;
}

#aboutU {
	font-size:1.1em;
	line-height:1.7em;
}

