/**********************************
フッター
**********************************/
.footer_menu_area {
    width: 100%;
	float: left;
	padding: 0 15px;
    background-color: #eeeeee;
    border-top-width: 20px;
    border-top-style: solid;
    border-top-color: #dcdcdc;
    /* margin-top: 40px; */
    padding-top: 50px;
}
.footer_menu_block {
    text-align: center;
}
.footer_menu_block ul {
	margin: 0;
	padding: 0;
}
.footer_menu_block ul li {
	display:inline-block;
	width: 140px;
	list-style-type: none;
	background-color: #eeeeee;
	margin-bottom: 10px;
}
.footer_menu_block a {
	color: #313131;
	font-size: 12px;
	width: 100%;
}
.footer_copy_block{
	font-size: 14px;
	line-height: 28px;
	color: #676765;
	padding-top: 50px;
	text-align: center;
}
    
@media all and (max-width:1200px){
	
}
@media all and (max-width:992px){
	.footer_menu_block ul li {
		width: 19%;
	}
}
@media all and (max-width:767px){
	.footer_menu_block a {
		font-size: 13px;
	}
	.footer_menu_area {
		margin-top: 40px;
		padding-top: 20px;
	}
	.footer_menu_block {
		text-align: left;
		margin-left: 10px
	}
	.footer_menu_block ul li {
		width: 30%;
	}
	.footer_copy_block{
		padding-top: 30px;
	}
}
@media all and (max-width:500px){
	.footer_menu_block ul li {
		width: 45%;
	}
}


.o_footer_bg {
	background-color: #eeeeee;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #dcdcdc;
	/*margin-top: 40px;*/
	padding-top: 50px;
}
.o_footer_bg2 {
	background-color: #eeeeee;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #dcdcdc;
	margin-top: 40px;
	padding-top: 20px;
}
.o_footer_bg_s {
	background-color: #eeeeee;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #dcdcdc;
	margin-top: 40px;
	padding-top: 50px;
	width:100%;
}
.o_footer_link {
	font-size: 13px;
	line-height: 18px;
	color: #313131;
	padding-right: 40px;
}
.o_footer_link_s {
	font-size: 13px;
	line-height: 22px;
	color: #313131;
	padding-right: 35px;

}
.o_footer_link2 {
	font-size: 13px;
	line-height: 18px;
	color: #313131;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}

.o_footer_copy {
	font-size: 14px;
	line-height: 28px;
	color: #676765;
	padding-top: 50px;
}
.o_footer_link a {
	color: #313131;
	text-decoration: none;
}
.o_footer_link2 a {
	color: #313131;
	text-decoration: none;
}

.o_footer_link a:hover {
	color: #5374b9;
	text-decoration: underline;
}
.o_footer_link2 a:hover {
	color: #5374b9;
	text-decoration: underline;
}
