@charset "utf-8";
/* CSS Document */

.inner h3 {
	margin-bottom:20px;
	color:#09f;
}

.phase {
	margin-bottom:50px;
}
.phase .photo {
	width:220px;
}
.phase .photo img {
	width:100%;
}
.phase .explain {
	width:740px;
}
#mainContainer .phase .explain p.btn {
	margin-bottom:0;
}
.phase .explain .btn a {
	display:block;
	display:inline-block;
	border-radius:8px;
	border:#09f 1px solid;
	padding:10px 50px;
	text-decoration:none;
	color:#09f !important;
}

.phase.index {
	width:640px;
	margin:0 auto;
}
.phase dl {
	margin-bottom:30px;
}
.phase dt {
	color:#09f !important;
}
.phase dd {
	margin-bottom:5px;
}
.phase dd span {
	display:block;
	float:right;
}

@media screen and (max-width: 639px) {
.phase .explain,
.phase .photo {
	width:auto;
	float:none;
}
.phase .photo {
	margin-bottom:5%;
}
.phase .explain .btn {
	text-align:center;
}
.phase .explain .btn a {
}
.phase.index {
	width:auto;
}
.phase dd span {
	padding-left:1.5em;
}


}
