header{
	background-color: #fff;
}

header h1{
	width: 960px;
	margin: auto;
	padding: 20px 20px 40px 0;
}

.active_02{
	color: #EABC3B !important;
}

#loopSlide {
	margin-top: 20px;
}

.simply-scroll-list li {
    width: 660px;
    height: 440px;
}

.overview h4{
	position: relative;
	height: 32px;
	background-color: #EABC3B;
	color: #fff;
	letter-spacing: 1px;
	border-radius: 3px;
	padding: 3px 0px 3px 5px;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.overview h4:after{
	position: absolute;
	background: url(../img/nerima/hexa_neri.png) no-repeat scroll 0% 0% / cover;
	content: '';
	width: 45px;
	height: 32px;
	top: 0;
	right: 0;
}

.current_school li:nth-child(1):before{
	position: absolute;
	top: 11px;
	left: 7px;
	content: "";
	width: 6px;
	height: 6px;
	background: transparent url("../img/nerima/neri_arrow.png") no-repeat scroll 0% 0%;
}

.current_school li a:before {
	position: absolute;
	top: 7px;
	left: 2px;
	content: "";
	width: 6px;
	height: 6px;
	background: transparent url("../img/nerima/neri_arrow.png") no-repeat scroll 0% 0%;
}

.current_school li a:hover{
	text-decoration: underline;
	color: #EABC3B;
}

.other_school li .ike_color:before{
	position: absolute;
	top: 7px;
	left: -13px;
	content: "";
	width: 6px;
	height: 6px;
	background: transparent url("../img/ikebukuro/ike_arrow.png") no-repeat scroll 0% 0%;
}

.other_school li .nari_color:before{
	position: absolute;
	top: 7px;
	left: -13px;
	content: "";
	width: 6px;
	height: 6px;
	background: transparent url("../img/narimasu/nari_arrow.png") no-repeat scroll 0% 0%;
}

.other_school li .hika_color:before{
	position: absolute;
	top: 7px;
	left: -13px;
	content: "";
	width: 6px;
	height: 6px;
	background: transparent url("../img/hikarigaoka/hika_arrow.png") no-repeat scroll 0% 0%;
}

.school_building{
	text-align: center;
}

.head_teacher img{
	/*width: 660px;
	height: 440px;*/
	margin-bottom: 10px;
}

.head_teacher p{
	margin-bottom: 10px;
}

.location h5, .equipment h5 {
    font-size: 1.125em;
    color: #6E9CC6;
    padding-top: 10px;
}

.rosen img {
    border: medium solid #CCC;
}

.cityscape {
    padding-top: 30px;
}

.cityscape div {
    display: inline-block;
    margin-right: 30px;
}

.cityscape div img {
    height: 220px;
    border: 1px solid #CCC;
}

.location ul {
    margin-left: 0px;
    list-style: outside none none;
}

.building_access img {
    border: 1px solid #CCC;
}

.appearance {
    padding: 10px 0px 40px;
}

.appearance img, .appearance p {
    float: left;
}

.appearance img {
	width: 44.098360655%;
}

.appearance p {
    /*max-width: 330px;*/
	width: 55.901639345%;
    padding: 0px 20px;
}

.location ul {
    margin-left: 0px;
    list-style: outside none none;
}

.school_appearance {
    /*text-align: center;*/
}

.school_appearance li {
    /*display: inline-block;*/
    /*margin: 0px 10px;*/
	width: 50%;
	text-align: left;
	float: left;
	padding: 0 10px;
}

.equipment h4 {
    margin: 50px 0px 20px;
}




/*event*/


.annual_event_box{
	padding-bottom: 30px;
}

.annual_event_box .year_table{
	padding: 5px 0;
}

.annual_event_box .month{
	float: left;
}

.annual_event_box .item_list{
	float: right;
}

.annual_event_box .item_list p{
	font-size: .813rem;
	margin: 20px 0px 0px;
	letter-spacing: 0.5px;
}

.annual_event_box .green p span:nth-child(1){
	color: #c2d467;
	letter-spacing: 0px;
}

.annual_event_box .blue p span:nth-child(1){
	color: #84c0db;
	letter-spacing: 0px;
}

.annual_event_box .orange p span:nth-child(1){
	color: #ffbf00;
	letter-spacing: 0px;
}

.annual_event_box .purple p span:nth-child(1){
	color: #a59aca;
	letter-spacing: 0px;
}

.annual_event_box .item_list p span:nth-child(n+2){
	position: relative;
	padding-left: 16px;
}

.annual_event_box .green p span:nth-child(n+2):before{
	position: absolute;
	content: '';
	background: url("../img/ikebukuro/circle_01.png");
	width: 12px;
	height: 12px;
	top: 3px;
	left: 2px;
}

.annual_event_box .blue p span:nth-child(n+2):before{
	position: absolute;
	content: '';
	background: url("../img/ikebukuro/circle_02.png");
	width: 12px;
	height: 12px;
	top: 3px;
	left: 2px;
}

.annual_event_box .orange p span:nth-child(n+2):before{
	position: absolute;
	content: '';
	background: url("../img/ikebukuro/circle_03.png");
	width: 12px;
	height: 12px;
	top: 3px;
	left: 2px;
}

.annual_event_box .purple p span:nth-child(n+2):before{
	position: absolute;
	content: '';
	background: url("../img/ikebukuro/circle_04.png");
	width: 12px;
	height: 12px;
	top: 3px;
	left: 2px;
}

.event_box .event_list {
	padding-bottom: 30px;
}

.event_box .event_list:nth-child(2){
	padding-top: 20px;
}

.event_list a{
	float: right;
	text-decoration: none;
	margin-top: 15px;
	font-size: .813rem;
	color: #333;
	letter-spacing: 1px;
}

.event_list a:hover{
	color: #EABC3B;
}

.event_list p{
	text-align: right;
	line-height: 1;
	line-height: 0.8;
	letter-spacing: -5px;
	color: #EABC3B;
	clear: both;
}

.current_school {
	margin: 15px 0;
}

.other_school li:nth-child(1) {
	margin-top: 0;
}







@media only screen and ( max-width : 959px ){
	header h1{
		padding: 20px 20px 30px;
	}
	.annual_event_box .month,.annual_event_box .item_list{
		float: none;
	}
	.annual_event_box .green p span:nth-child(1),.annual_event_box .blue p span:nth-child(1),.annual_event_box .orange p span:nth-child(1),.annual_event_box .purple p span:nth-child(1){
		display: none;
	}
}
@media only screen and ( max-width : 639px ) {
	.overview h3 {
		padding-top: 25px;
	}
}
@media only screen and ( max-width : 479px ) {
	.appearance img, .appearance p {
	    float: none;
		width: 100%;
	}
	.appearance p {
		margin: 0;
		padding: 10px 0 0;
	}
	.school_appearance li,.school_appearance li img {
		width: 100%;
	}
}
