@charset "utf-8";

/* ColorBox Core Style The following rules are the styles that are consistant between all ColorBox themes */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}



/* コンテンツ表示領域外 */
#cboxOverlay {
	background-color: #000000;
}
/* コンテンツ表示領域の背景を指定 */
#cboxContent {
	width: 800px;
	/*max-height:800px;*/
	background:url(../../about/image/keidai/bg.jpg) 0 0 repeat;
}
/* コンテンツ表示領域 （margin-bottomで「ページ送り領域」の高さを確保）*/
#cboxLoadedContent {
	padding: 30px 30px 42px 30px;
}



/* title属性に入力した値がここに反映される */
#cboxTitle {
	width:100%;
	position:absolute;
	bottom:3px;
	left:0;
	text-align:center;
	color:#949494;
}
/* 現在表示　ex:「2 of 15」 */
#cboxCurrent {
	position:absolute;
	bottom:18px;
	left:49px;
	color:#949494;
}
/* 閉じるボタン */
#cboxClose {
	position:absolute;
	bottom:22px;
	right:40px;
	height:15px;
	color:#000;
	font-size:120%;
}
#cboxClose.hover {
	color:#999;
}



/* ページ送り：自動 */
#cboxSlideshow {
	position:absolute;
	top:50px;
	right:30px;
	color:#0092ef;
}
/* 戻る */
#cboxPrevious {
	position:absolute;
	top: 50%;
	left:12px;
	background:url(../image/icon_prev.png) left top no-repeat;
	width:30px;
	height:55px;
	text-indent:-9999px;
}
#cboxPrevious.hover {
	background:url(../image/icon_prev.png) left top no-repeat;
}
/* 進む */
#cboxNext {
	position:absolute;
	top: 50%;
	right:12px;
	background:url(../image/icon_next.png) no-repeat top left;
	width:30px;
	height:55px;
	text-indent:-9999px;
}
#cboxNext.hover {
	background:url(../image/icon_next.png) no-repeat top left;
}



/* loading
---------------------------------- */
#cboxLoadingOverlay {
/*	background:url(../images/modalwindow/base/loading_background.png) center center no-repeat;*/
}
#cboxLoadingGraphic {
/*	background:url(../images/modalwindow/base/loading.gif) center center no-repeat;*/
}




/*---------------------------------- */

#wrapper .lb {
	width: 660px;
	background:#fff;
	padding:20px;
	/*max-height:650px;
	overflow:scroll;
	overflow-x:hidden;*/
}
#wrapper .lb .lbBox {
	margin: 0px 0px 0px 7px;
}
#wrapper .lb .lbBox h2 {
	margin: 0px 0px 11px 0px;
	padding: 0px 0px 0px 12px;
	border-left:5px solid #aa1e23;
	font-weight: bold;
	font-size: 125%;
}
#wrapper .lb .lbTxt {
	margin: 0px 0px 26px 7px;
}
#wrapper .lb .lbTxt p {
	margin: 0px 0px 11px 0px;
	line-height: 165%;
}
#wrapper .lbPh {
	margin-bottom:20px;
	text-align:center;
}

h4 {
	margin: 0px 0px 6px 0px;
	padding: 2px 0px 0px 5px;
	border-left: 2px solid #990000;
	line-height: 110%;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
}

a{color:#336699;}