@charset "utf-8";

/* ヘッダーのボタンの影を表示 */
#BtnList ul {
    overflow: visible;
}

#BtnList {
    background: rgba(255, 255, 255, 0.7);
}

/* ページめくりボタンの色を変更  */
#PageBtnLeft , #PageBtnRight{
	background-color:#f5f5f5;
}

#PageBtnLeft:before {
	border-right: 10px solid #0b94c3;
}

#PageBtnRight:before{
	border-left: 10px solid #0b94c3;
}

#PageBtn li{
	background-color:#f5f5f5;
}

#PageBtn .leftEnd:before{
	border-right: 7px solid #0b94c3 ;
	box-shadow: -2px 0 #0b94c3 ;
}


#PageBtn .left:before{
	border-right: 11px solid #0b94c3 ;
}

#PageBtn .right:before{
	border-left: 11px solid #0b94c3 ;
}


#PageBtn .rightEnd:before{
	border-left: 7px solid #0b94c3 ;
	box-shadow: 2px 0 #0b94c3 ;
}

/* 関連情報一覧のページ番号を非表示　*/
.movie .data div.nombre{
	display:none;
}


/* スマホ表示時のオリジナルボタンの色を変更 */
.SpOriginalBtn {
    background-color: #f6f6f6;
    color: #0b93c3;
}

/* 注意書きのスタイル */
#Annotation {
	font-size:0.9em;
	display:block;
	padding-left: 8px;
	height: 20px;
	line-height: 20px;
}

#Annotation.past {
    color: red;
    background: url(../images/pastcatalog.gif) no-repeat;
    padding-left: 90px;
    background-position: 4px center;
}

/* 注意書きのスタイル */
#Annotation.sp {
    background-image: none;
    padding-left: 0px;
	height: auto;
	line-height: normal;
	padding-top: 5px;
}

/* 注意書きのスタイル */
#Annotation.past span.hansoku{
	color:black;
}

/* 注意書きのためロゴを少し上に */
#Logo {
	bottom: 20px;
}

#RelationinfoPage .title {
    line-height: 1.2em;
}

#RizoomPage li a div.nombre {
    display: none;
}

