@charset "utf-8";
/*********************************************
**    Copyright (C) 2015 s-trunk
**                  All Rights Reserved.
**********************************************/


/* Land
------------------------------------------------------------*/
#Land h2 {
	padding: 3% 5%;
	background: #000;
	color: #fff;
	font-size: 20px;
}
#Land h3 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 10px;
}
#Land p {
	font-size: 16px;
}

/* explanation
------------------------------------------------------------*/
#explanation {
	margin-bottom: 50px;
}


/* Wanted
------------------------------------------------------------*/
#Wanted {
	border: 1px solid #a4a4a4;
	background: #eaeaea;
	padding: 3%;
	text-align: center;
	margin-bottom: 50px;
}
#Wanted .red {
	color: #dc0707;
}
#Wanted .breadth {
	width: 90%;
	margin: 10px auto;
	background: #fff;
	border: 1px solid #a3a3a3;
	padding: 5%;
}
#Wanted .breadth h4 {
	font-size: 36px;
	font-weight: bold;
}
#Wanted .breadth p {
	font-size: 14px;
}

/*Melit
---------------------------------------------*/
#Melit,#Case {
	margin-bottom: 50px;
}
#Melit h5,
#Case h5 {
	margin-bottom: 30px;
	text-align: center;
}
#Melit li {
	width: 46%;
	margin: 0 8% 4% 0;
}
#Melit li:nth-child(2n) {
	margin-right: 0;
}
#Melit li dt {
	margin-bottom: 3%;
	width: 100%;
}
#Melit li dd strong {
	color: #328cd8;
}

/*Case
---------------------------------------------*/
#Case li {
	text-align: center;
	margin-bottom: 8%;
	float: none;
}
#Case li img {
	display: inline-block;
	margin-bottom: 5px;
}