@charset "utf-8";
/* CSS Document */

body {
	background: none;
}
#head {
	height: 60px;
	background-image: url(../images/index/bg_head.png);
}
#titleArea {
	height: 60px;
	padding: 69px 0 0;
	margin-bottom: 40px;
	color: #333;
	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;
}

.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;
}

#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 .scene {
	margin-bottom: 15px;
}
.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;
}

/*---- page-transition ----*/
.page-transition {
	width:960px;
	margin: 40px auto 20px;
	text-align:center;
}
.page-transition a { display:inline-block; }

.page-transition .page-numbers { margin-left:10px; margin-right:10px; font-size:100%; }
.page-transition .page-numbers  { color:#2C3E74; text-decoration:underline; }
.page-transition .prev { margin-right:14px; }
.page-transition .next { margin-left:14px; }
.page-transition .prev,
.page-transition .next { color:##2C3E74;  text-decoration:underline;  font-size:100%; text-decoration:none; line-height:1.0;}
.page-transition .current {
	color: #333333;
	text-decoration: none;
}


.searchNone {
	margin: 0 auto 80px 0;
	text-align:center;
}

