@charset "utf-8";

#jciMenu .singleColum .inner {
	padding-bottom: 0;
}

.jciMenu {
	width: 440px;
	height: 290px;
	margin: 0 auto 20px;
}

.fll {
	float: left;
}

.flr {
	float: right;
}

.jciMenu a {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-in-out 0s;
}

.menuBg {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	border: 1px #CCCCCC solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.menuTit {
	padding: 10px 20px;
	color: #FFFFFF;
	font-size: 1.4rem;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

.jciMenu a:hover .menuBg:after {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.menuBg:after {
	content:"";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s ease-in-out 0s;
	z-index: 2;
}

#jci:after {
	background: url(../../img/jci-fukuoka/jci.jpg) center center no-repeat;
}

#about:after {
	background: url(../../img/jci-fukuoka/jci_fukuoka.jpg) center center no-repeat;
}

#greeting:after {
	background: url(../../img/jci-fukuoka/president.jpg) center center no-repeat;
}

#outline:after {
	background: url(../../img/jci-fukuoka/outline.jpg) center center no-repeat;
}

#history:after {
	background: url(../../img/jci-fukuoka/history.jpg) center center no-repeat;
}

#successive:after {
	background: url(../../img/jci-fukuoka/successive_presidents.jpg) center center no-repeat;
}

#ob:after {
	background: url(../../img/jci-fukuoka/ob.jpg) center center no-repeat;
}

#adviser:after {
	background: url(../../img/jci-fukuoka/adviser.jpg) center center no-repeat;
}