@charset "UTF-8";

/* Top
----------------------------------------------------------*/
.secTop {
	margin-top: 80px;
}

.secTop .content {
	position: relative;
	z-index: 10;
	width: 550px;
	float: left;
	margin-top: 40px;
}

.secTop .image {
	width: 450px;
	height: 530px;
	margin-left: -60px;
	float: left;
}

.secTop .image img {
	width: 0;
	height: 0;
	margin: 50% 0 0 50%;
}

/* Issue1
----------------------------------------------------------*/
.secIssue01 .content {
	width: 640px;
	float: left;
}

.secIssue01 .image {
	width: 360px;
	float: right;
}

/* Issue2
----------------------------------------------------------*/
.secIssue02 .content {
	width: 400px;
	float: left;
}

.secIssue02 .image {
	width: 490px;
	float: right;
}

.secIssue02 .image ul li {
	margin-top: 20px;
}

/* Issue3
----------------------------------------------------------*/
.secIssue03 .content {
	width: 480px;
	float: left;
}

.secIssue03 .image {
	width: 400px;
	float: right;
}