@charset "utf-8";
/* CSS Document */

body {
	background: url(../images/index/bg_body.png) top repeat-x #FCFCFC;
}
#head {
	height: 60px;
	background-image: url(../images/index/bg_head.png);
}
#titleArea {
	height: 251px;
	padding: 69px 0 0;
	margin-bottom: 40px;
	color: #BBB;
	font-size: 108%;
}
h1 {
	background-image: none;
}
h1 img {
	vertical-align: bottom;
	margin-bottom: 30px;
}
#main {
	padding-bottom: 30px;
}
#contents {
	background-image: none;
	margin-right: -30px;
}

#repertoireBox a{
	color:#333;
}

#repertoireBox a.hover-panel .introBox:hover{
	    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2) !important;
			opacity:0.8;
}

.introBox {
	border: 1px solid #E5E5E5;
	width: 270px;
	height: 200px !important;
	float: left;
	margin: 0 30px 20px 0;
	background-color: #FFF;
	padding: 14px 14px 70px 14px;
	position: relative;
}
.introBox .scene {
	margin-bottom: 15px;
}
.introBox .scene img {
	width: 270px;
	height: auto;
}
.introBox h2 {
	font-size: 115%;
	padding: 0;
	line-height: normal;
	height: auto;
	margin-bottom: 5px;
}
.introBox p {
	font-size: 93%;
	line-height: 1.4;
}
.introBox .view {
	position: absolute;
	right: 14px;
	bottom: 14px;
}
.introBox .view {
	background: url(../images/index/btn_view.png) 0 0 no-repeat;
	display: block;
	width: 69px;
	height: 28px;
	overflow: hidden;
	font-size: 86%;
	line-height: 28px;
	outline: none;
	color: #FFF;
	padding-left: 22px;
	font-weight: bold;
}
.introBox .view a:hover {
	text-decoration: none;
}
