/* add20150710 */

img{
	height:auto;
}

/* add20150727 footer_fixed */
@media only screen and (min-width: 771px) {
#footer_fixed{
	border-top:6px solid #6AB906;
	text-align:center;
	bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    width: 100%;
	background:#fff;
}

#footer_fixed .iner{
	padding:6px 0;
	text-align:left;
	width:960px;
	margin:0 auto;
}

#footer_fixed .logoArea{
	float:left;
	width:324px;
}

#footer_fixed .logoArea p{
	font-size:0.55em;
	letter-spacing:-0.1em;
	margin-bottom:6px;
}


#footer_fixed .btnArea{
	float:right;
}

#footer_fixed .btnArea a:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.chrome #footer_fixed .logoArea p{
    -webkit-transform: scale(1);
    -webkit-transform-origin:0 0;
	letter-spacing:-0.19em;
}




}



@media only screen and (max-width: 770px) {
#footer_fixed .iner{
	padding:6px 0;
	width:100%;
}

#footer_fixed .logoArea{
	width:100%;
}
#footer_fixed .logoArea img{
	width:48%
}

#footer_fixed .logoArea p{
	width:50%;
	font-size:0.9em;
}

#footer_fixed .btnArea {
    width:100%;
	text-align:center;
}

#footer_fixed .btnArea img{
	width:48%;
}


#footer_fixed .logoArea p{
	float:right;
}


}

@media screen and (max-width: 480px) {
#footer_fixed .btnArea{
	text-align:center;
	width:100%;
}

#footer_fixed .btnArea img{
	width:48.5%;
}

/*#footer_fixed .btnArea img.under{
	margin-bottom:0;
}*/


#footer_fixed .iner{
	padding:6px 0;
	width:100%;
}

#footer_fixed .logoArea{
	display:none;
}

}

#footer_fixed{
	border-top:6px solid #6AB906;
	text-align:center;
	bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    width: 100%;
	background:#fff;
	z-index:9999;
}

#footer_fixed .iner{
	text-align:left;
	margin:0 auto;
}

#footer_fixed .logoArea{
	float:left;
}

#footer_fixed .logoArea img{
	float:left;
}

#footer_fixed .logoArea p{
	margin:0 0 6px;
}

#footer_fixed .btnArea{
	float:right;
}


#footer_fixed .btnArea a:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}