@charset "utf-8";


/*===============================================

edification_all

=================================================*/

#edification {
	width:940px;
	margin:0 auto;
}

#edification img {
	max-width:100%;
	height:auto;
}

/* clearfix */
#edification .cf:after {
	content: " ";  
	display: block; 
	visibility: hidden;
	clear: both;
	height: 0px; 
	font-size: 0.1em !important; 
	line-height: 0 !important;
	overflow:hidden;
}
#edification .cf { min-height: 0.1px; display:block; }
* html #edification .cf {
	height: 0.1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

#edification .sp_only {
	display:none;
}

#edification .w390_only {
	display:none;
}

@media screen and (max-width: 640px) {
	
	#edification {
		width:auto;
		margin:0 -10px;
		padding-top:20px;
	}
	#edification .sp_only {
		display:block;
	}
	
	#edification .pc_only {
	display:none;
}
	
}

@media screen and (max-width: 390px) {
	
	#edification .w390_only {
		display:block;
	}
	
}


/*===============================================

edification_head

=================================================*/
#edification .head .top_block {
	background:url(../img/head_bg_top.jpg) center top no-repeat;
	background-size:100% auto;
	position:relative;
	height: 490px;
}

#edification .head .top_block .img {
	position:absolute;
	top:50px;
	left:80px;
	width:230px;
}

#edification .head .top_block .text {
	position:absolute;
	top:80px;
	left:360px;
}

#edification .head .top_block p.caption {
	position:absolute;
	top:390px;
	left:370px;
	font-size:18px;
	line-height:140%;
}

#edification .head .btm_block {
	background:url(../img/head_bg_btm.jpg) center top no-repeat;
	background-size:100% auto;
	position:relative;
	height:368px;
}

#edification .head .btm_block .point {
	width:701px;
	position:absolute;
	top:auto;
	left:0;
	right:0;
	bottom:20px;
	margin:0 auto;
}

@media screen and (max-width: 640px) {
	
	#edification .head .top_block {
		padding:8% 7% 0 6%;
		margin:0 auto;
		height:auto;
	}
	
	#edification .head .top_block .img {
		width:24%;
		float:left;
		position:static;
	}
	
	#edification .head .top_block .text {
		width:72%;
		float:right;
		position:static;
	}
	
	#edification .head .top_block p.caption {
		position:static;
		clear:both;
		font-size:85%;
		padding:2% 0;
		line-height:130%;
	}
	
	#edification .head .top_block p.caption .sp_only {
		display:inline;
	}
	
	#edification .head .btm_block {
		height:auto;
		background-color:#EFEFEF;
	}
	
	#edification .head .btm_block .point {
		width:auto;
		position:static;
		padding:8% 4% 2% 4%;
	}
	
}

/*===============================================

edification_section01

=================================================*/
#edification .section01 {
	width:740px;
	margin:0 auto;
	margin-top:60px;
}

#edification .section01 .link_btn {
	margin-bottom:60px;
	padding:0 20px;
}

#edification .section01 .link_btn li {
	width:48%;
}

#edification .section01 .link_btn li.btn01 {
	float:left;
}

#edification .section01 .link_btn li.btn02 {
	float:right;
}

#edification .section01 .link_btn li a {
	display:block;
	padding:15px 0;
	color:#fff;
	text-align:center;
	text-decoration:none;
	position:relative;
}

#edification .section01 .link_btn li.btn01 a {
	background:#FF5377;
}

#edification .section01 .link_btn li.btn02 a {
	background:#F88F00;
}

#edification .section01 #btn02_cont_box {
	background:url(../img/sec01_img01.png) 20px bottom no-repeat #FAEE00;
	min-height:150px;
	padding:40px 0 30px 230px;
}

#edification .section01 #btn02_cont_box h4 {
	font-size:28px;
	font-weight:normal;
}

#edification .section01 #btn02_cont_box li {
	margin-top:20px;
}

#edification .section01 #btn02_cont_box li a {
	font-size:18px;
	color:#000;
	text-decoration:none;
	display:block;
	width:16em;
	background:url(../img/sec01_arw.png) right top no-repeat;
	background-size:auto 100%;
	padding:5px 50px 5px 0;
}

@media screen and (max-width: 640px) {
	
	#edification .section01 {
		width:auto;
		margin-top:4%;
		padding:0 10px;
	}
	
	#edification .section01 .link_btn {
		margin-bottom:4%;
		padding:0;
	}
	
	#edification .section01 .link_btn li {
		width:auto;
		float:none !important;
	}
	
	#edification .section01 .link_btn li.btn01 {
		margin-bottom:10px;
	}
	
	#edification .section01 .link_btn li.btn02 a {
		position:relative;
	}
	
	#edification .section01 .link_btn li.btn02 a:after{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		-webkit-transform: rotate(135deg);
						transform: rotate(135deg);
	}
	
	#edification .section01 .link_btn li.btn02 a.close:after {
		-webkit-transform: rotate(315deg);
						transform: rotate(315deg);
	}
	
	#edification .section01 #btn02_cont_box {
		background:none;
		min-height:auto;
		padding:0;
		background:#FFFFCA;
	}
	
	#edification .section01 #btn02_cont_box h4 {
		background:url(../img/sec01_img01.png) 4% top no-repeat #FAEE00;
		background-size:auto 110%;
		font-size:120%;
		line-height:140%;
		padding:6%;
		padding-left:35%;
	}
	
	#edification .section01 #btn02_cont_box ul {
		padding:10px;
		padding-top:0;
	}
	
	#edification .section01 #btn02_cont_box li {
		margin-top:10px;
	}
	
	#edification .section01 #btn02_cont_box li a {
		font-size:100%;
		width:auto;
		padding:5px 30px 5px 0;
	}
	
	#edification .section01 #btn02_cont_box .close_btn {
		padding:10px 0;
	}
	
	#edification .section01 #btn02_cont_box .close_btn a {
		display:block;
		height:15px;
		text-indent:-9999px;
		overflow:hidden;
		background:url(../img/sec01_close.png) center center no-repeat;
		background-size:auto 100%;
	}

}



/*===============================================

edification_section02

=================================================*/
#edification .section02 {
	width:740px;
	margin:0 auto;
	margin-top:60px;
}

#edification .section02 h3 {
	margin-bottom:30px;
}

#edification .section02 p.sec02_lead {
	line-height:160%;
	margin-bottom:50px;
	padding:0 30px;
}

#edification .section02 .bnr_btn .left_block {
	width:350px;
	float:left;
}
#edification .section02 .bnr_btn .right_block {
	width:390px;
	float:right;
}

#edification .section02 .bnr_btn .link_box {
	float:left;
	width:155px;
	overflow:hidden;
}

#edification .section02 .bnr_btn .link_box a {
	display:block;
	padding:15px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	line-height:140%;
}

#edification .section02 .bnr_btn .link_box a .img {
	display:block;
	height:70px;
	padding-bottom:15px;
	text-align:center;
}

#edification .section02 .bnr_btn .link_box a .img img {
	width:auto;
	max-height:100%;
}

#edification .section02 .bnr_btn .btn01 {
	padding-right:40px;
}

#edification .section02 .bnr_btn .right_block .link_box {
	padding-left:40px;
}

#edification .section02 .bnr_btn .btn01 a {
	background:#32BDD7;
}
#edification .section02 .bnr_btn .btn02 a {
	background:#00A0E9;
}
#edification .section02 .bnr_btn .btn03 a {
	background:#5B91E0;
}
#edification .section02 .bnr_btn .btn04 a {
	background:#A5CC34;
}

@media screen and (max-width: 640px) {
	
	#edification .section02 {
		width:auto;
		margin-top:8%;
		padding:0 10px;
	}
	
	#edification .section02 h3 {
		width:auto;
		margin:0 -10px;
	}
	
	#edification .section02 p.sec02_lead {
		margin-bottom:30px;
		padding:15px 0 0 0;
	}
	
	#edification .section02 .bnr_btn {
		padding:0 4%;
	}
	
	#edification .section02 .bnr_btn .left_block {
		width:auto;
		float:none;
	}
	#edification .section02 .bnr_btn .right_block {
		width:auto;
		float:none;
		padding-top:4%;
	}
	
	#edification .section02 .bnr_btn .link_box {
		float:left;
		width:48%;
		overflow:hidden;
		padding:0 !important;
	}
	
	#edification .section02 .bnr_btn .btn02,
	#edification .section02 .bnr_btn .btn04 {
		float:right;
	}
	
	#edification .section02 .bnr_btn .link_box a .img {
		display:block;
		height:70px;
		padding-bottom:5px;
		text-align:center;
	}
	
	#edification .section02 .bnr_btn .link_box a {
		padding:5%;
		height:auto;
	}
	

		
}



/*===============================================

edification_section03

=================================================*/
#edification .section03 {
	width:940px;
	margin:0 auto;
	margin-top:60px;
}

#edification .section03 .title_box {
	text-align:center;
	padding-bottom:30px;
}

#edification .section03 .title_box h3 {
	font-size:26px;
	letter-spacing:0.1em;
	font-weight:normal;
	padding-top:10px;
}

#edification .section03 .use_icon {
	width:630px;
	margin:0 auto;
	margin-bottom:30px;
}

#edification .section03 .use_icon li {
	display:block;
	width:25%;
	float:left;
	text-align:center;
}

#edification .section03 .use_icon img {
	width:130px;
	cursor:pointer;
}

#edification .section03 #slider .slide-box {
	background:#32BDD7;
}

#edification .section03 #slider .slide-box .link_btn {
	text-align:center;
	padding-bottom:20px;
}

#edification .section03 #slider .slide-box .link_btn a {
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:90%;
	max-width:340px;
	border:1px solid #fff;
	padding:10px 0;
	color:#fff;
	text-decoration:none;
	position:relative;
}

#edification .section03 #slider .slide-box .link_btn a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
					transform: rotate(45deg);
}

#edification .section03 #slider .slide-box .foot_btn {
	background:#7AD4E5;
	text-align:center;
}

#edification .section03 #slider .slide-box .foot_btn span,
#edification .section03 #slider .slide-box .foot_btn a {
	color:#fff;
	text-decoration:none;
	display:block;
	padding:10px 0;
}

@media screen and (max-width: 640px) {
	
	#edification .section03 {
		width:auto;
		margin-top:8%;
		padding:0 10px;
	}
	
	#edification .section03 .title_box h3 {
		font-size:20px;
		letter-spacing:0;
	}
	
	#edification #slider {
		width:auto;
		margin:0 -10px;
	}
	
	#edification .section03 .use_icon {
		width:100%;
		max-width:320px;
	}
	#edification .section03 .use_icon li {
		width:50%;
		padding:2%;
		float:left;
		text-align:center;
	}
	
	#edification .section03 #slider .slide-box img {
		max-width:100% !important;
	}
	
	#edification .section03 .subtitlebox {
		width:auto;
		margin:0 -10px;
		padding:10px 0;
		text-align:center;
		background:#7AD4E5;
		color:#fff;
	}
	
}


/*===============================================

edification_section04

=================================================*/
#edification .section04 {
	width: 940px;
	margin: 100px auto 0px;
}

#edification .section04 .title_box {
	text-align: center;
	padding-bottom: 30px;
}

#edification .section04 .title_box h3 {
	font-size: 26px;
	letter-spacing: 0.1em;
	font-weight: normal;
	padding-top: 10px;
}

#edification .section04 .title {
	color: #FFFFFF;
	height: 75px;
	display: table;
	width: 100%;
	position:relative;
}

#edification .section04 .title h4 {
	display: table-cell;
	vertical-align: middle;
	padding-left: 90px;
	text-align: left;
	font-size: 20px;
}

#edification .section04 .article {
	text-align: left;
	padding: 10px 20px 20px 90px;
}

#edification .section04 .article .left_block {
	width: 400px;
	float: left;
	color: #FFFFFF;
	line-height: 180%;
}

#edification .section04 .article .right_block .link_btn,
#edification .section04 .article .caption {
	padding-top: 10px;
}

#edification .section04 .article .caption {
	text-indent: -1em;
	margin-left: 1em;
	font-size: 85%;
}

#edification .section04 .article .right_block {
	width: 350px;
	float: right;
	color: #FFFFFF;
	line-height: 180%;
	margin-top: -70px;
}

#edification .section04 .article .right_block .img {
	text-align: center;
}

#edification .section04 .article .right_block img {
	height: 120px;
	width: auto;
}

#edification .section04 .article .right_block .link_btn a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	position: relative;
	padding: 10px 20px;
	border: 1px solid #FFFFFF;
	line-height:140%;
}

#edification .section04 .article .right_block .link_btn a::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 6px;
	height: 6px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
						transform: rotate(45deg);
	margin: -4px 0px 0px;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
}

#edification .section04 .q1 {
	background: #00A0E9;
}

#edification .section04 .q1 .title {
	background: url("../img/sec04_title_bg01.png") 20px 10px / auto 80% no-repeat;
}

#edification .section04 .q2 {
	background: #62B3F9;
}

#edification .section04 .q2 .title {
	background: url("../img/sec04_title_bg02.png") 20px 15px / auto 65% no-repeat;
}

#edification .section04 .q3 {
	background: #0076C3;
}

#edification .section04 .q3 .title {
	background: url("../img/sec04_title_bg03.png") 20px 10px / auto 80% no-repeat;
}

#edification .section04 .q4 {
	background: #054993;
}

#edification .section04 .q4 .title {
	background: url("../img/sec04_title_bg04.png") 20px 15px / auto 65% no-repeat;
}

@media screen and (max-width: 640px) {
	
	#edification .section04 {
		width: auto;
		margin-top: 15%;
		padding: 0px 10px;
	}
	
	#edification .section04 .title_box h3 {
		font-size: 20px;
		letter-spacing: 0px;
	}
	
	#edification .section04 .q1,
	#edification .section04 .q2,
	#edification .section04 .q3,
	#edification .section04 .q4 {
		width: auto;
		margin: 1px -10px 0px;
	}
	
	#edification .section04 .q1 .title {
		background: url("../img/sec04_title_bg01.png") 10px 10px / auto 75% no-repeat;
	}
	
	#edification .section04 .q2 .title {
		background: url("../img/sec04_title_bg02.png") 10px 15px / auto 60% no-repeat;
	}
	
	#edification .section04 .q3 .title {
		background: url("../img/sec04_title_bg03.png") 10px 10px / auto 75% no-repeat;
	}
	
	#edification .section04 .q4 .title {
		background: url("../img/sec04_title_bg04.png") 10px 15px / auto 60% no-repeat;
	}
	
	
	#edification .section04 .title {
		cursor:pointer;
	}
	
	#edification .section04 .title:after {
		display: block;
		content: "";
		position: absolute;
		bottom: 10px;
		left: 50%;
		width: 8px;
		height: 8px;
		margin: -4px 0 0 0;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		-webkit-transform: rotate(135deg);
						transform: rotate(135deg);
	}
	
	#edification .section04 .title.close:after {
		-webkit-transform: rotate(315deg);
						transform: rotate(315deg);
	}
	
	#edification .section04 .title h4 {
		font-size: 14px;
		padding-left: 70px;
	}
	
	#edification .section04 .article {
		padding: 10px;
		border-top: 1px solid #FFFFFF;
	}
	
	#edification .section04 .article .left_block {
		width: auto;
		float: none;
		padding-bottom: 15px;
	}
	
	#edification .section04 .article .right_block {
		width: auto;
		float: none;
		margin-top: 0px;
		padding-bottom: 10px;
	}
	
	#edification .section04 .article .close_btn a {
		display: block;
		width: auto;
		height: 1.5em;
		text-indent: -9999px;
		position: relative;
		overflow: hidden;
	}
	
	#edification .section04 .article .close_btn a::after {
		display: block;
		content: "";
		position: absolute;
		bottom: 0px;
		left: 50%;
		width: 8px;
		height: 8px;
		transform: rotate(315deg);
		-webkit-transform: rotate(315deg);
						transform: rotate(315deg);
		margin: -4px 0px 0px;
		border-top: 2px solid #FFFFFF;
		border-right: 2px solid #FFFFFF;
	}
	
}


/*===============================================

edification_section05

=================================================*/
#edification .section05 {
	width: 940px;
	margin: 100px auto 0px;
}

#edification .section05 .title_box {
	text-align: center;
	padding-bottom: 30px;
}

#edification .section05 .other01 {
	color: #FFFFFF;
	position: relative;
	margin-bottom: 2px;
	background: #5B91E0;
	padding: 30px 30px 0px;
}

#edification .section05 .other01 .left_block {
	width: 300px;
	float: left;
}

#edification .section05 .other01 .left_block h4 {
	font-size: 26px;
	padding-bottom: 15px;
}

#edification .section05 .other01 .left_block .img {
	text-align: center;
}

#edification .section05 .other01 .right_block {
	width: 530px;
	float: right;
}

#edification .section05 .other01 .right_block p {
	line-height: 180%;
}

#edification .section05 .other01 .right_block .link_btn {
	position: absolute;
	bottom: 30px;
	right: 30px;
}

#edification .section05 .other01 .right_block .link_btn a {
	display: inline-block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	position: relative;
	padding: 10px 20px 10px 30px;
	border: 1px solid #FFFFFF;
	line-height:140%;
}

#edification .section05 .other01 .right_block .link_btn a::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 6px;
	height: 6px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
					transform: rotate(45deg);
	margin: -4px 0px 0px;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
}

#edification .section05 .other02 {
	width: 312px;
	margin-right: 2px;
	float: left;
	background: #8DCC34;
}

#edification .section05 .other02 .inner {
	color: #FFFFFF;
	padding: 20px;
}

#edification .section05 .other02 .inner h4 {
	text-align: center;
	font-size: 26px;
	padding-bottom: 10px;
}

#edification .section05 .other02 .inner .img {
	width: 100px;
	margin: 0px auto;
	padding: 15px 0px;
}

#edification .section05 .other02 .inner p {
	line-height: 180%;
}

#edification .section05 .other03 {
	width: 312px;
	margin-right: 2px;
	float: left;
	background:#1AA99F;
}

#edification .section05 .other03 .inner {
	color: #FFFFFF;
	padding: 20px;
}

#edification .section05 .other03 .title {
	padding: 50px 0px 20px;
	background: url("../img/sec05_img03.png") 50% 0% / auto 30px no-repeat;
}

#edification .section05 .other03 .title h4 {
	text-align: center;
	font-size: 20px;
	padding: 10px 0px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#edification .section05 .other03 strong {
	display: inline-block;
	font-size: 18px;
	padding-bottom: 20px;
}

#edification .section05 .other03 p {
	line-height: 180%;
}

#edification .section05 .other04 {
	width: 312px;
	float: left;
	background: #33C0DA;
}

#edification .section05 .other04 .inner {
	color: #FFFFFF;
	padding: 15px 20px 20px;
}

#edification .section05 .other04 .title {
	padding: 55px 0px 20px;
	background: url("../img/sec05_img04.png") 50% 0% / auto 40px no-repeat;
}

#edification .section05 .other04 .title h4 {
	text-align: center;
	font-size: 20px;
	padding: 10px 0px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#edification .section05 .other04 strong {
	display: inline-block;
	font-size: 18px;
	padding-bottom: 20px;
}

#edification .section05 .other04 p {
	line-height: 180%;
}

@media screen and (max-width: 640px) {
	
	#edification .section05 {
		width: auto;
		margin-top:50px;
	}
	
	#edification .section05 .title_box {
		padding-bottom: 20px;
	}
	
	#edification .section05 .other01 {
		margin-bottom: 0px;
		padding: 20px;
	}
	
	#edification .section05 .other01 .left_block {
		width: auto;
		float: none;
	}
	
	#edification .section05 .other01 .left_block h4 {
		padding-bottom: 15px;
		text-align: center;
	}
	
	#edification .section05 .other01 .left_block .img {
		text-align: center;
		width: 70%;
		padding-bottom: 15px;
		margin: 0px auto;
	}
	
	#edification .section05 .other01 .right_block {
		width: auto;
		float: none;
	}
	
	#edification .section05 .other01 .right_block .link_btn {
		position: static;
		padding-top: 15px;
		text-align: center;
	}
	
	#edification .section05 .other01 .right_block .link_btn a {
		display:block;
	}
	
	#edification .section05 .other02,
	#edification .section05 .other03,
	#edification .section05 .other04 {
		width: auto;
		float: none;
		margin: 0px;
		padding: 0px;
	}
	
}


/*===============================================

edification_about_more

=================================================*/
#edification .about_more {
	width: 940px;
	margin: 0px auto;
	margin-top: 70px;
	padding-bottom: 50px;
	border-bottom: 1px solid #CCCCCC;
}

#edification .about_more .title {
	padding-bottom: 10px;
	color: #00A0E9;
	font-size: 30px;
}

#edification .about_more li {
	width: 40%;
	float: left;
	padding-top: 20px;
}

#edification .about_more li:nth-child(2n) {
	width: 60%;
}

#edification .about_more li a {
	display: inline-block;
	padding-left: 30px;
	position: relative;
	line-height:140%;
}

#edification .about_more li a::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 6px;
	height: 6px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
					transform: rotate(45deg);
	margin: -4px 0px 0px;
	border-top: 2px solid #00A0E9;
	border-right: 2px solid #00A0E9;
}

@media screen and (max-width: 640px) {
	
	#edification .about_more {
		width:auto;
		margin-top:50px;
		padding-bottom:50px;
		border-bottom:none;
	}
	
	#edification .about_more .title {
		font-size:18px;
		text-align:center;
	}
	
	#edification .about_more ul {
		padding:0 5%;
	}
	
	#edification .about_more li {
		width:100% !important;
	}
	
}



/*===============================================

edification_about_desk

=================================================*/
#edification .about_desk {
	width: 940px;
	margin: 0px auto;
	margin-top: 50px;
	padding-bottom: 50px;
}

#edification .about_desk .title {
	color: #00A0E9;
	font-size: 30px;
	width:50%;
	float:left;
}

#edification .about_desk .title .caption {
	display:block;
	font-size:14px;
	padding-top:10px;
	font-weight:normal;
}

#edification .about_desk .call {
	width:40%;
	float:right;
}

@media screen and (max-width: 640px) {
	
	#edification .about_desk {
		width: auto;
		margin-top: 0;
	}
	
	#edification .about_desk .title {
		font-size:18px;
		text-align:center;
		width:auto;
		float:none;
	}
	
	#edification .about_desk .call {
		width:60%;
		margin:0 auto;
		float:none;
		padding-top:30px;
	}
	
}


/*===============================================

ed_pagetop

=================================================*/
#pagetop_btn a {
	position:fixed;
	right:20px;
	bottom:20px;
	display:none;
}

#pagetop_btn a img {
	width:70px;
	height:70px;
}

@media screen and (max-width: 640px) {
	
	#pagetop_btn a {
		right:0;
		bottom:50px;
	}

	
	#pagetop_btn a img {
		width:40px;
		height:40px;
	}
	
}



/*===============================================

ed_footer

=================================================*/
#ed_footer {
	background:#0076C3;
	color:#fff;
	padding:30px;
}

#ed_footer .sub_menu {
	width:40%;
	float:right;
}

#ed_footer .sub_menu li {
	padding-bottom:20px;
}

#ed_footer .sub_menu li a {
	color:#fff;
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding-left:30px;
	position:relative;
}

#ed_footer .sub_menu li a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 6px;
	height: 6px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
					transform: rotate(45deg);
	margin: -4px 0px 0px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

#ed_footer .left_block {
	width:48%;
	float:left;
	line-height:140%;
}

#ed_footer .left_block .address {
	padding-bottom:20px;
}

#ed_footer .left_block .fsa {
	background:#B8D9EE;
	padding:10px 20px;
}

#ed_footer .left_block .fsa p {
	color:#000;
	padding-top:10px;
}

#ed_footer .copy {
	color:#fff;
	text-align:left;
	clear:both;
	padding-top:20px;
}

@media screen and (max-width: 640px) {
	
	#ed_footer {
		background:none;
		color:#fff;
		padding:10px;
	}
	
	#ed_footer .sub_menu {
		width:auto;
		margin:0 -10px;
		float:none;
		background:#0076C3;
		padding:20px 0;
	}
	
	#ed_footer .sub_menu li {
		padding-bottom:10px;
	}
	
	#ed_footer .left_block {
		width:auto;
		margin:0 -10px;
		float:none;
	}
	
	#ed_footer .left_block .address {
		padding:20px 10px;
		padding-top:0;
		background:#0076C3;
	}
	
	#ed_footer .left_block .fsa {
		width:80%;
		margin:0 auto;
		margin-top:20px;
		background:#fff;
		padding:10px 20px;
		border:1px solid #ccc;
	}
	
	#ed_footer .copy {
		color:#444;
		font-size:85%;
		padding:20px;
		line-height:140%;
	}
	
}

