@charset "utf-8";
/*___________ case ___________ */
#case {
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#case .page_title {
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	height: 150px;
	background-image: url(../img/case/page_title.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	color: #243A67;
	font-size: 220%;
	letter-spacing: 0.1em;
	line-height: 150px;
}

#case .contents {
	width: 1000px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 50px;
}
#case ul  {
	padding: 0px;
	margin: 0px;
}
#case ul li  {
	width: 1000px;
	border-bottom: solid 1px #D9D9D9;
	margin: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}
#case ul li:last-child  {
	border-bottom: none;
	padding-bottom: 0px;
}
#case ul li .section  {
	width: 550px;
	float: left;
	padding: 0px;
	margin: 0px;
}
#case ul li .section h2 {
	width: 550px;
	padding: 0px;
	font-weight: normal;
	font-size: 200%;
	color: #243A67;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#case ul li .section .product {
	font-size: 105%;
	background-color: #E5E5E5;
	float: left;
	line-height: 30px;
	height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 20px;
}
#case ul li .section p {
	font-size: 105%;
	float: left;
	width: 500px;
}

#case ul li .image  {
	width: 430px;
	float: right;
	padding: 0px;
	margin: 0px;
}
#case ul li .spec  {
	margin-top: 20px;
	font-size: 85%;
	padding: 10px;
	width: 430px;
	box-sizing: border-box;
	background-color: #ECFFFF;
	border-top: 1px solid #4487FF;
	border-right: 1px double #4487FF;
	border-bottom: 1px double #4487FF;
	border-left: 1px double #4487FF;
}
