﻿@charset "utf-8";

/*For Green section*/

#content:before{
	background: url(../images/triangle_down_green.png) 0 0 no-repeat !important;
}

#third_menu_wrap ul li.selected a{ 
	color:#00A500 !important;
}

#third_menu_wrap ul li.selected a:before{
	background:#00A500 !important;
}

#third_menu_wrap ul li a:hover{
	color:#00A500 !important;
}

h1{
	color:#00A500 !important;
}

#main_visual #section_header>div#second_section {
    font-size: 2.5em !important;
}

@media screen and (max-width: 767px){
	#third_menu_wrap ul li.mobile_selected a{ 
		color:#00A500 !important;
		background: transparent !important;
	}
	#third_menu_wrap ul li.mobile_selected a:before{ 
		background: url(../images/mobile/menu_arrow_green.png) 0 0 no-repeat !important;
		background-size: 20px 11px !important;
	}
	#third_menu_wrap ul li.mobile_selected a:after{
		background: #00A500 !important;
	}
	#third_menu_wrap ul li.mobile_selected a:hover{ 
		color:#00A500 !important;
	}
	#third_menu_wrap ul li a:hover{
		color:#FFFFFF !important;
	}
	#third_menu_wrap ul li.selected a{ 
		color:#FFFFFF !important;
	}
	#main_visual div#section_wrap{
		background: #00A500 !important;
		box-shadow: 0 10px 15px 3px rgba(0, 165, 0, 0.4) !important;
	}
	#third_menu_wrap ul li a{
		border-bottom:1px solid #00D500 !important; 
		background-color:#00A500 !important;
	}
}