@charset "UTF-8";
/* CSS Document */

/* ########## MV ########## */

/* ########## Content01 ########## */
section#content01 {
	background:#EFEFEF;
	min-width: 100%;
	height:auto;
	padding:126px 0 48px;
}
section#content01 h2 {
	background:url('../img/aboutus/bg_content01-02.png') repeat;
	width:100%;
	height:38px;
	padding:14px 0 12px;
	margin:0 0 42px;
	text-align:center;
	line-height:38px;
}
div#wrap-content01 {
	width:960px;
	height:auto;
	margin:0 auto;
}
div#wrap-content01 article {
	position:relative;
	background:#FFF;
	-webkit-box-shadow: 0 0 6px #CCC;
	-moz-box-shadow: 0 0 6px #CCC;
	box-shadow: 0 0 6px #CCC;
	width:264px;
	height:180px;
	padding:24px;
	margin:0 12px 12px 0;
	float:left;
}
div#wrap-content01 article:nth-child(3n){
	margin:0 0 12px 0;
}
div#wrap-content01 article h4 {
	margin:0 0 12px;
	font-size:24px;
	font-weight:500;
	line-height:100%;
	color:#F30;
}
div#wrap-content01 article h3 {
	margin:0 0 9px;
	font-size:18px;
	font-weight:500;
	line-height:125%;
	color:#F30;
}
div#wrap-content01 article p {
	margin:0 0 9px;
	font-size:14px;
	font-weight:500;
	line-height:150%;
	color:#000;
}

.parent:hover > article {
  opacity: 0.5;
}
.parent:hover > div:hover {
  opacity: 1.0;
}
div.button {
	width:100%;
	height:32px;
	position:absolute;
	bottom:24px;
}