.main-image {
	padding: 30px 0;
	border-bottom: 1px solid #999;
}
.main-image .image {
	float: left;
	width: 400px;
	text-align: center;
	border: 1px solid #999;
	padding: 20px 0 12px 0;
}
.main-image .image img {
	width: 70%;
}
.main-image .text {
	float: right;
	width: 550px;
}
.main-image .text p {
	margin: 0;
	padding: 0 10px;
}
.main-contents {
	padding-bottom: 60px;
}
.main-contents p {
	padding: 4px 20px;
}
#detail {
	padding: 0 10px;
}
#detail ul {
	margin: 0;
	padding: 20px 0;
	list-style: none;
}
#detail ul li {
	border-bottom: 1px solid #e5e5e5;
	margin: 20px 0;
}
#detail ul li .image {
	width: 250px;
	text-align: center;
	padding: 20px 0 12px 0;
}
#detail ul li .image img {
	width: 70%;
}
#detail ul li .text {
	width: 720px;
}

#detail ul li:nth-child(odd) .image {
	float: right;
}

#detail ul li:nth-child(odd) .text {
	float: left;
}

#detail ul li:nth-child(even) .image {
	float: left;
}

#detail ul li:nth-child(even) .text {
	float: right;
}