@charset "UTF-8";

h2#title{
	width: 863px;
	height: 93px;
	margin: 0 0 0 40px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url("../img/reason/catch.png");
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}


.reason{
	width: 900px;
	height: 340px;
	margin: 5px 0 10px 9px;
	background-repeat: no-repeat;
	background-position: left top;
}

.reason#reason1{
	background-image: url("../img/reason/reason1.png");
}

.reason#reason2{
	background-image: url("../img/reason/reason2.png");
}

.reason#reason3{
	background-image: url("../img/reason/reason3.png");
}

.reason p{
	display: none;
}

