/**
 * home.css
 */

/* index
--------------------------------------------------*/
body#home #navArea {
	z-index: 3;
}
body#home #contents {
	position: relative;
}
body#home .attention {
	display: inline-block;
	padding: 17px 19px 15px;
	border: #cccccc solid 1px;
	font-size: 125%;
}
body#home #mainArea {
	display: none;
}
body#home #bnrArea {
	position: absolute;
	left: 0;
	bottom: -107px;
}
body#home #bnrArea li {
	overflow: hidden;
	float: left;
	width: 204px;
	height: 83px;
	padding: 0 17px 17px 0;
}



/* SP
--------------------------------------------------*/
@media only screen and (max-width:640px) {
	body#home .attention {
		display: block;
		margin-bottom: 18px;
		padding: 7px 9px 5px;
		font-size: 75%;
		text-align: center;
	}
	body#home #mainArea {
		display: block;
		position: relative;
	}
	body#home #mainArea li {
		margin-bottom:30px;
	}
	
	body#home #bnrArea {
		display: none;
	}
}