.styleWrap {
	padding:50px 25px 0 25px;
	box-sizing:border-box;
}
.textBox {
	width:410px;
	overflow:hidden;
}
.texture {
	margin-right:-12px;
}
.texture .box {
	width:91px;
	float:left;
	font-size:70%;
	margin-right:12px;
	text-align:center;
}
.texture .box a{
	display:block;
	text-decoration:none;
}
.texture .box a:hover{
	text-decoration:underline;
}
.itemWrap .itemInner{
	margin-right:-30px;
}
.itemWrap .col{
	width:202px;
	float:left;
	margin-right:30px;
	font-size:86%;
	margin-bottom:20px;
}
.itemWrap.itemWrap--snap .col{
	width:208px;
	float:left;
	margin-right:22px;
	font-size:86%;
	margin-bottom:20px;
}
.itemWrap .col a{
	display:block;
	text-decoration:none;
}
.itemWrap .col a:hover{
	text-decoration:underline;
}
.caseWrap {
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	padding:30px 45px 0px 45px;
}
.caseWrap.fg {
	background-color:#DEE4E1;
}
.case {
	margin-bottom:40px;
}
.case .textBox {
	width:380px;
}
.case img{
	float:left;
	margin-right:40px;
}
.case .name span{
	font-size:116%;
	font-weight:bold;
	border-bottom:1px solid #333;
}
.case .btn{
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	color:#ffffff;
	font-size:83%;
	padding:5px 10px;
	text-decoration:none;
}
.fg .case .btn{
	background-color:#739982;
}

.cRelatedArticles hr { width: 950px; }
#cPageTop .contentsArea { width: 950px; }
#cPageTop p { margin-right: 25px; }


