/* ¥Ø¥ë¥× */
.help {
	width: 960px;
	margin: auto;
}

.help h2 {
	text-align: center;
	font-size: 22px;
	line-height: 1.4;
	font-style: normal;
	font-weight: normal;
	font-family: "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3","Hiragino Kaku Gothic Pro","¥á¥¤¥ê¥ª","Lucida Grande",Verdana,"£Í£Ó £Ð¥´¥·¥Ã¥¯",sans-serif;
	border-bottom: 1px solid #dcdcdc;
	padding: 40px 0;
}

.help dl {

}

.help dt {
	font-size: 18px;
	padding: 30px 0 0;
	line-height: 1.6;
	font-style: normal;
	font-weight: normal;
}

.help dd {
	line-height: 1.8;
	font-size: 13px;
	margin: 30px 0 40px;
}

.help h3 {
	font-size: 18px;
	padding: 30px 0 0;
	line-height: 1.6;
	font-style: normal;
	font-weight: normal;
}

.help p {
	line-height: 1.8;
	font-size: 13px;
	margin: 30px 0 40px;
}


@media screen and (max-width: 960px) {
	.help {
		width: 100%;
	}
	
	.help .inner {
		margin: 0 10px;
	}
}