@charset "UTF-8";
/* common */
#wrapper{
	background:url(/img/features/school/ct/musashino/bg-border-top.gif) repeat-x top left;
	padding-top:15px;
}

.header-ttl h1 a{
	background:url(/img/features/school/ct/musashino/logo-s.gif) no-repeat top left;
	width: 288px;
	height:56px;
}
.header-ttl h2 a{
	background:url(/img/features/school/ct/musashino/edu_logo_01.gif) no-repeat top left;
	width: 130px;
	height:50px;	
}
/* IE */
.header-ttl h1,.header-ttl h2{
	/width: 250px;
}
.header-ttl h1{	/float:left;}
.header-ttl h2{	/float:right;}
/* gnabi */
#gnavi ul{
	border: 1px solid #46df22;
}
#gnavi ul li a{
	width: 233px;
	height:38px;
	float: left;
	font-size:20px;
	text-align:center;
	text-decoration:none;
	padding:10px 0 0;
	color:#fff;
	text-shadow:1px 1px 3px #009944;
	font-weight:bold;
/*
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
*/
	position:relative;
}

#gnavi ul li a.profile:hover,
#gnavi ul li a.archive:hover,
#gnavi ul li a.schedule:hover,
#gnavi ul li a.exam:hover{
	/*
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	*/
}
#gnavi ul li a:after{
	content:"";
	width:20px;
	height:20px;
	position:absolute;
	top:15px;
	right: 10px;
	background:url(/img/features/school/ct/musashino/sprite.png) no-repeat  8px -1495px;
}
#gnavi ul li a:hover:after{
	background:url(/img/features/school/ct/musashino/sprite.png) no-repeat;
	background-position: -252px -1495px;
}
#gnavi ul li a.profile{
	background:url(/img/features/school/ct/musashino/sprite.png) no-repeat  5px -893px;
}
#gnavi ul li a.profile:hover{
	background:url(/img/features/school/ct/musashino/sprite.png) no-repeat  -254px -893px;
}
#gnavi ul li a.archive{
	background:url(/img/features/school/ct/musashino/sprite.png) no-repeat  5px -1042px;
}
#gnavi ul li a.archive:hover{
	background:url(/img/features/school/ct/musashino/sprite.png) no-repeat  -255px -1042px;
}
#gnavi ul li a.schedule{
	background:url(/img/features/school/ct/musashino/sprite.png) no-repeat  5px -1193px;
}
#gnavi ul li a.schedule:hover{
	background:url(/img/features/school/ct/musashino/sprite.png) no-repeat  -255px -1193px;
}
#gnavi ul li a.exam{
	background:url(/img/features/school/ct/musashino/sprite.png) no-repeat  5px -1343px;
}
#gnavi ul li a.exam:hover{
	background:url(/img/features/school/ct/musashino/sprite.png) no-repeat  -254px -1343px;
}

#gnavi .g_navi {
    margin: 0 auto;
    position: relative;
    width: 940px;
}
#gnavi .g_navi li.g_main {
    float: left;
    background: url(/img/features/school/ct/musashino/bg_gnav_off.gif);
    margin-right: 1px;
    position: relative;
    border-left: 1px solid #009944;
}
#gnavi .g_navi li.g_main.first{
	border-left: none;
}
#gnavi .g_navi li.g_main.last{
	width: 235px;
	margin-right: 0px;
}
#gnavi .g_navi li.g_main:hover {
	background: url(/img/features/school/ct/musashino/bg_gnav_on.gif);
}

#gnavi .g_navi li ul {
    display: none;
    left: 0;
	top:50px;
    line-height: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: left;
    z-index: 999999;
}
#gnavi .g_navi li ul a:after{
	background:none;
}
#gnavi .g_navi li.g_sub a {
	background-color:#9cd75f;
    display: block;
    font-size: 14px;
    line-height: normal;
    margin: 0;
    padding: 10px 0px;
    text-decoration: none;
	height:24px;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
#gnavi .g_navi li.g_sub a:hover{
	color: #FFFFFF;
	background: #009944;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.header-img{
	background:url(/img/features/school/ct/musashino/bg_mv01.jpg) repeat top left #f5f2eb;
	display: block;
	margin:0;
	padding:10px 0;
	border-top:1px solid #dcd5cd;
	border-bottom:1px solid #dcd5cd;
	text-align:center;
}
.header-img .img-block{
	margin-bottom:0 !important;
}
.header-img .img-block img{
	margin:0 auto;
}
/* main */
#info-area{
	border:1px solid #DBD5CD;
	padding:10px 10px 0px 10px ;
	font-size: 14px;
}
#info-area h3{
	border-bottom:1px solid #DBD5CD;
	vertical-align:bottom;
	padding-bottom: 4px;
}
#info-area h3 em{
	border-bottom:3px solid #4cb77c;
	vertical-align:bottom;
	padding:0 10px;
	margin-right:20px;
	font-size:18px;
}
#info-area h3 span{
	font-size:12px;
	font-weight:normal;
}
#info-area ul li{
	padding:10px 0px;
	border-bottom:1px dotted #DBD5CD;
}
#info-area ul li.last-child{
	border-bottom:none;
}
#info-area ul li a{
	font-size: 14px;
}


.ttl-area h3{
	font-size:22px;
	padding-left:35px;
	background:url(/img/features/school/ct/musashino/sprite.png) no-repeat 0px -147px;
	float:left;
}
.ttl-area p{
	border-left:6px solid #cbcbcb;
	padding-left:10px;
	float:right;
	bottom:-5px;
	position:relative;
}
.ttl-area p:after{
	content:"";
	width:6px;
	height:10px;
	background-color:#4cb77c;
	position:absolute;
	top:0px;
	left:-6px;
}
.ttl-area p a{
	font-size:12px;
}
.list-area div{
	float:left;
	width: 220px;
	margin-bottom:10px;
	margin-right:20px;
	margin-right:13px\9;
	word-wrap:break-word;
	padding:0px 0px 5px;
	border-bottom:1px dotted #dcd5cd;
}
.list-area div:nth-child(3n){
	margin-right: 0px;
}
.list-area div.list04,
.list-area div.list05,
.list-area div.list06{
	margin-bottom:0px;
	border-bottom:none;
}
.list-area .ttl-pic{
	background:url(/img/features/school/ct/musashino/bg_ptn03.gif) repeat top left #d3cfc4;
	display: block;
	width: 202px;
	margin: 5px 20px 5px 0px ;
	margin-top:5px;
	margin-right:20px;
	padding:9px;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.list-area a.ttl-pic:hover{
	opacity:0.70;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	-ms-filter: "alpha(opacity=70)";
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.list-area .ttl-pic img{
	border:1px solid #fff;
}
.list-area .ttl-pic span{
	font-size: 18px;
	display: block;
	padding-top: 5px;
}

/* side */
.snavi{
	margin-bottom: 20px;
}
.snavi ul{
	border-top: 1px solid #46df22;
	border-left: 1px solid #46df22;
	border-right: 1px solid #46df22;
}
.snavi ul li.g_main{
	background: url(/img/features/school/ct/musashino/bg_gnav_off.gif);
	border-bottom: 1px solid #46df22;
}
.snavi ul li.g_main:hover{
	background: url(/img/features/school/ct/musashino/bg_gnav_on.gif);
}
.snavi ul li.g_main a{
	position:relative;
	display:block;
	font-size: 18px;
	padding:10px 0 10px 50px;
	text-align:left;
	text-decoration:none;
	color:#fff;
	text-shadow:1px 1px 3px #009944;
	font-weight:bold;

/*
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
*/
}
.snavi ul li a.profile:hover,.snavi ul li a.archive:hover,.snavi ul li a.schedule:hover,.snavi ul li a.exam:hover{

/*
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
*/
}
.snavi ul li.g_main > a:after{
	content:"";
	width:25px;
	height:25px;
	position:absolute;
	top:15px;
	right: 10px;
	background:url(/img/features/school/ct/musashino/sprite.png) no-repeat  8px -1498px;
}
.snavi ul li.g_main a.profile{
	background:url(/img/features/school/ct/musashino/sprite.png) no-repeat  10px -894px;
}
.snavi ul li.g_main a.archive{
	background:url(/img/features/school/ct/musashino/sprite.png) no-repeat  10px -1043px;
}

.snavi ul li.g_main a.schedule{
	background:url(/img/features/school/ct/musashino/sprite.png) no-repeat  10px -1195px;
}

.snavi ul li.g_main a.exam{
	background:url(/img/features/school/ct/musashino/sprite.png) no-repeat  10px -1344px;
}
.snavi .s_navi {
    margin: 0 auto;
    position: relative;
}
.snavi .s_navi li.g_main {
    position: relative;
}
.snavi .s_navi li ul {
    display: none;
    line-height: 0;
    margin: 0;
    padding: 0;
    text-align: left;
    background: #FFFFFF;
}
.snavi .s_navi li ul li{
	background-color:#FFFFFF;
	border-bottom: 1px solid #ccc;
	margin: 0px 5px;
}
.snavi .s_navi li ul li:last-child{
	border-bottom: none;
}
.snavi .s_navi li ul li a{
	padding:0px;
	font-size: 14px;
	font-weight:normal;
	text-shadow:none;
	border-bottom:none ;
	padding: 10px 5px;
	text-align:left;
	background:url(/img/features/school/ct/musashino/sprite.png) no-repeat 10px -1400px;
	position:relative;
	color: #393323;
}
.snavi .s_navi li ul li a:after{
	content:"";
	position:absolute;
	top:15px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #009944;
	margin-left: 7px;
}

.snavi .s_navi li ul li a:hover{
	text-decoration:underline;
}
.edunavi{
	margin-bottom: 20px;
	border-right:1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
}
.edunavi .ttl{
	display:block;
	background:url(/img/features/school/ct/musashino/bg_ptn01.gif) repeat top left #4a77a5;
	margin-bottom: 5px;
}
.edunavi .ttl span{
	display: block;
	padding:10px 10px 10px 35px;
	color:#fff;	
	font-size: 16px;
	font-weight:bold;
	background:url(/img/features/school/ct/musashino/sprite.png) no-repeat 10px -288px;
}
.edunavi div{
	background-color:#fff;
	margin:0px 10px 5px;
	padding-bottom:5px;
	border-bottom:1px dotted #cbcbcb;
	font-size:14px;
}
.edunavi div .daily{
	border-left:6px solid #4178A1;
	padding-left:8px;
}
.edunavi div .title{
	border-left:6px solid #d5d3d3;
	padding-left:8px;
}
.edunavi div .title a{
	font-size: 14px;
}

.edunavi .btn-more a{
	display: block;
	text-align:right;
	color:#fff;
	padding:3px 10px;
	font-size: 12px;
	font-weight:bold;
	background:url(/img/features/school/ct/musashino/bg_ptn01.gif) repeat top left #4a77a5;
}
.bnr ul li,
p.bnr{
	margin-bottom:10px;
	background: url(/img/features/school/ct/musashino/bg_ptn02_off.gif);
}
.bnr ul li:hover,
p.bnr:hover{
	background: url(/img/features/school/ct/musashino/bg_ptn02_on.gif);
}

.bnr a{
	padding:10px 20px 8px 50px;
	color:#fff;
	display: block;
	font-size: 18px !important;
	font-weight:bold;
/*
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
*/
	position:relative;
}
.bnr a:hover{
	text-decoration:none;
/*
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
*/
}
.bnr a:after{
	content:"";
	width:25px;
	height:25px;
	position:absolute;
	top: 8px;
	right: 3px;
	background:url(/img/features/school/ct/musashino/sprite.png) no-repeat 6px -1792px;
}
.bnr a.pamphlet{
	background:url(/img/features/school/ct/musashino/sprite.png) no-repeat 8px -445px;
}
.bnr a.form{
	background:url(/img/features/school/ct/musashino/sprite.png) no-repeat 8px -596px;
}
.bnr a.site{
	background:url(/img/features/school/ct/musashino/sprite.png) no-repeat 10px -745px;
	padding-left: 55px;
}
.bnr a.pamphlet:hover , .bnr a.form:hover , .bnr a.site:hover{

}

/* lower */
.exam table.table01{
	width: 100%;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	text-align: center;
}
.exam table.table01 th,
.exam table.table01 td{
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}
/* f140520" */
.f140520 p{
	font-size: 16px;
	line-height: 1.8;
}
.f140520 .cts-box{
	margin-bottom: 44px;
	padding-left: 5px;
}
.f140520 span.edu{
	color: #39bad9;
	font-size: 16px;
}
.f140520 span.scl01{
	color: #009944;
	font-size: 16px;
}
.f140520 span.scl02{
	color: #fb9e0b;
	font-size: 16px;
}
.f140520 em{
	color: #f74109;
	font-style: normal;
}
.f140520 .btn01 a{
	margin: 0px auto;
	display: block;
	background: url(/img/features/school/ct/musashino/140520/btn01.jpg) no-repeat;
	width: 603px;
	height: 106px;
	text-indent: -9999px;
	overflow: hidden;
}
.f140520 .btn02 a{
	margin: 0px auto;
	display: block;
	background: url(/img/features/school/ct/musashino/140520/btn02.jpg) no-repeat;
	width: 603px;
	height: 106px;
	text-indent: -9999px;
	overflow: hidden;
}
/* f140624" */
.f140624 p{
	font-size: 16px;
	line-height: 1.8;
}
.f140624 h3.ttl01 {
    background: url("/img/features/school/ct/musashino/140624/bg_ttl01.png");
	color: #FFFFFF;
	border: 1px solid #fcd664;
	height: 58px;
	font-size: 26px;
	line-height: 58px;
	margin-bottom: 38px;
	padding-left: 10px;
    padding-top: 3px;
    letter-spacing: 0.1em;
}
.f140624 .ttl-area{
	margin-bottom: 20px;
}
.f140624 .ttl-area h4 {
   background: url("/img/features/school/ct/musashino/sprite.png") no-repeat scroll 0 -145px rgba(0, 0, 0, 0);
    border: medium none;
    float: left;
    font-size: 22px;
    margin-bottom: 5px;
    padding-left: 35px;
    color: #d54c7b;

}
.f140624 h4:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
}
.f140624 .cts-box{
	margin-bottom: 44px;
	padding-left: 5px;
}
.f140624  .photo-list01{
	padding-left: 10px;
}
.f140624 span.edu{
	color: #1cb5d6;
	font-size: 16px;
}
.f140624 span.t01{
	color: #fb9e0b;
	font-size: 16px;
}

.f140624 em{
	color: #f74109;
	font-style: normal;
}
.f140624 .btn01 a,
.f140624 .btn02 a,
.f140624 .btn03 a,
.f140624 .btn04 a{
	margin: 0px auto 60px;
	display: block;
	width: 603px;
	height: 75px;
	text-indent: -9999px;
	overflow: hidden;
}
.f140624 .btn01 a{
	background: url(/img/features/school/ct/musashino/140624/btn01.png) no-repeat;
}
.f140624 .btn02 a{
	background: url(/img/features/school/ct/musashino/140624/btn02.png) no-repeat;
}
.f140624 .btn03 a{
	background: url(/img/features/school/ct/musashino/140624/btn03.png) no-repeat;
}
.f140624 .btn04 a{
	background: url(/img/features/school/ct/musashino/140624/btn04.png) no-repeat;
}
/* f141111" */
.f141111 p{
	font-size: 16px;
	line-height: 1.8;
}
.f141111 h3.ttl01 {
    background: url("/img/features/school/ct/musashino/141111/ttl01.png") no-repeat;
	height: 59px;
	margin-bottom: 30px;
}
.f141111 h3.ttl02 {
    background: url("/img/features/school/ct/musashino/141111/ttl02.png") no-repeat;
	height: 59px;
	margin-bottom: 30px;
}
.f141111 h3.ttl03 {
    background: url("/img/features/school/ct/musashino/141111/ttl03.png") no-repeat;
	height: 59px;
	margin-bottom: 30px;
}
.f141111 .ttl-area{
	margin-bottom: 20px;
}
.f141111 .ttl-area h4 {
   background: url("/img/features/school/ct/musashino/sprite.png") no-repeat scroll 0 -145px rgba(0, 0, 0, 0);
    border: medium none;
    float: left;
    font-size: 22px;
    margin-bottom: 5px;
    padding-left: 35px;

}
.f141111 h4:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
}
.f141111 .cts-box{
	margin-bottom: 30px;
	padding-left: 5px;
}
.f141111 .result-box{
	padding: 0px 10px;
}
.f141111 .result-box li{
	width: 323px;
	height: 510px;
}
.f141111 .result-box li.li01{
	float: left;
}
.f141111 .result-box li.li02{
	float: right;
	
}
.f141111 .result-box .result{
	margin-bottom: 20px;
}
.f141111 .result-box .name-box{
	margin-bottom: 0px;
}
.f141111 .result-box .name-box img{
	float: left;
}
.f141111 .result-box .name-box .name{
	float: right;
	width: 182px;
}
.f141111 .result-box .name-box .name{
	text-align: center;
	font-size: 22px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1.0;
}
.f141111 .result-box .name-box .name .spn01{
	font-size: 20px;	
}
.f141111 .result-box .name-box .name .spn02{
	font-size: 16px;	
}
.f141111 .result-box .name-box .spt01{
	margin-top: 20px;
	margin-left: 20px;
	background: url("/img/features/school/ct/musashino/141111/result_icon01.png") no-repeat;
	padding-left: 45px;
	padding-top: 6px;
	font-size: 16px;
	text-align: left;
	height: 49px;
}
.f141111 .result-box .name-box .spt02{
	margin-top: 20px;
	margin-left: 15px;
	background: url("/img/features/school/ct/musashino/141111/result_icon02.png") no-repeat;
	padding-left: 60px;
	padding-top: 10px;
	font-size: 16px;
	text-align: left;
	height: 45px;
}
.f141111 .result-box .name-box .spt03{
	margin-top: 20px;
	margin-left: 20px;
	background: url("/img/features/school/ct/musashino/141111/result_icon03.png") no-repeat;
	padding-left: 45px;
	padding-top: 6px;
	font-size: 16px;
	text-align: left;
	height: 49px;
}
.f141111 .result-box .name-box .spt04{
	margin-top: 20px;
	margin-left: 15px;
	background: url("/img/features/school/ct/musashino/141111/result_icon04.png") no-repeat;
	padding-left: 55px;
	padding-top: 6px;
	font-size: 16px;
	text-align: left;
	height: 49px;
}
.f141111 .result-box p.point01{
	text-align: center;
	color: #623584;
	font-size: 22px;
	padding-bottom: 10px;
}
.f141111 .result-box p.point02{
	text-align: center;
	color: #c87805;
	font-size: 22px;
	padding-bottom: 10px;
}
.f141111 .result-box p.point03{
	text-align: center;
	color: #459206;
	font-size: 22px;
	padding-bottom: 10px;
}
.f141111 .result-box p.point04{
	text-align: center;
	color: #870442;
	font-size: 22px;
	padding-bottom: 10px;
}

.f141111  .photo-list01 li{
	float: left;
}


.f141111 em{
	color: #f74109;
	font-style: normal;
}

.f141111 .btn01 a,
.f141111 .btn02 a,
.f141111 .btn03 a,
.f141111 .btn04 a{
	margin: 0px auto 60px;
	display: block;
	width: 603px;
	height: 75px;
	text-indent: -9999px;
	overflow: hidden;
}
.f141111 .btn01 a:hover,
.f141111 .btn02 a:hover,
.f141111 .btn03 a:hover,
.f141111 .btn04 a:hover{
     filter: alpha(opacity=60);
    -moz-opacity:0.60;
    opacity:0.60;
}
.f141111 .btn01 a{
	background: url(/img/features/school/ct/musashino/141111/btn01.png) no-repeat;
}
.f141111 .btn02 a{
	background: url(/img/features/school/ct/musashino/141111/btn02.png) no-repeat;
}
.f141111 .btn03 a{
	background: url(/img/features/school/ct/musashino/141111/btn03.png) no-repeat;
}
.f141111 .btn04 a{
	background: url(/img/features/school/ct/musashino/141111/btn04.png) no-repeat;
}



.list-photo01 li{
	width: 224px;
	float: left;
	margin: 0px 14px 14px 0px;
	_margin: 0px 6px 14px 0px;
	text-align: center;
}
.list-photo01 li.last{
	margin-right: 0px;
}
.list-photo01 li p{
	padding-top: 2px;
	font-size: 15px;
}
/* 
	拡大表示 LightBox
*/
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;}

.lightbox .lb-image {
  display: block;
  height: auto;}
  
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;}

.lb-container {
  padding: 4px;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center; }
  
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/img/features/school/ct/musashino/loading.gif) no-repeat;}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;}

.lb-data {
  padding: 0 4px;}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;}

.lb-data .lb-caption {
  font-size: 13px;
  color: #bbbbbb;}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/img/features/school/ct/musashino/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/img/features/school/ct/musashino/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/img/features/school/ct/musashino/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
