@charset "utf-8";
/* CSS Document */

.link_1st{width: 202px;
	margin: 0 5px;
	float: left;}
	
.link_1st img{width: 100%;
	border: rgba(255,255,255,1.00) solid 1px;}

.link_1st:hover{opacity: 0.7;}

.footer_link{display: inline-block;
	overflow: hidden;}

	
.footer_link_img1{height: 50px;
	padding: 0 5px;
	float: left;}

.footer_link_img1 img{height: 100%;}

.footer_link_img1:hover{opacity: 0.7;}


@media screen and ( max-width:736px )
{
.footer_link_img1{width: 200px;
	margin: 5px auto;
	float: none;}
	
.link_1st{width: 200px;
	margin: 0 auto;
	padding-bottom: 5px;
	float: none;}
		
.link_1st:hover{opacity: 1.0;}

.link_1st img{width: 198px;}

.footer_link_img1:hover{opacity: 1.0;}

}