@charset 'UTF-8';

/* ケーススタディ用CSS */
#caseLeft {
	width: 520px;
	float: left;
}
#caseLeft h5 {
	font-weight:normal;
}
#caseRight {
	width: 342px;
	float: right;
	text-align: right;
}
#caseRight img {
	margin-top:30px;
}
.border {
	clear:both;
	width:100%;
	border-bottom:1px solid #999999;
}
a.case_link {
	display:block;
	width:100px;
	height:20px;
	padding:0 0 0 20px;
	background:url(../images/works/live2d-sprite.png) 0 -1371px no-repeat;
}


/*ケーススタディ下層*/
span.grey { color:#717071; }
span.burgundy { color:#A13642; }
span.sky { color:#00A0E8; }

.layout1 {
	margin: 0 0 20px 0;
}

.layout1 img {
	float: right;
	margin: 0 0 0 50px;
}

.layout2 {
	margin-bottom: 50px;
}

.layout2 img {
	float: left;
	margin: 10px 50px 40px 0;
}
