@charset "UTF-8";
/**
 * ////////////////////////////////////////////////////////////////////////////////////
 * ケーススタディページ
 * ////////////////////////////////////////////////////////////////////////////////////
 */
	
	/* =========================================
 * Div
 * =========================================*/ 
.csDivA{
	overflow: hidden;
}

	/* =========================================
 * 見出し
 * =========================================*/ 


/* =========================================
 * text
 * =========================================*/ 
.csTxtA{
	float: left;
	margin-top: 20px;
	width: 40%;
	margin-left: 50px;
	line-height: 1.45;
	text-align: justify;
}

	/* =========================================
 * img
 * =========================================*/ 
.csImgA{
	margin-top: 30px;
	text-align: center;
}

/* =========================================
 * UL , DL
 * =========================================*/ 
.csUlA{
	margin: 0 10px;
	padding-top: 2px;
}
.csUlA li{
	background: url(../images/common/mark-01.jpg) no-repeat 0 0;
	padding-left: 22px;
	margin-top: 10px;
}
.csUlA li a{
	text-decoration: underline;
	color: #a57230;
}
.csUlA li a:hover{
	text-decoration: none;
	color: #3e444c;
}
.csUlB{
	margin: 0 10px;
	padding-top: 7px;
}
.csUlB li{
	margin-top: 15px;
	font-size: 108%;
}

/* =========================================
 * 他
 * =========================================*/ 
