@charset "utf-8";
@media only screen and (max-width: 959px){
/*----- for SP fixed footer -----*/
.footer_area{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba( 0, 0, 0, 0.6 );
    z-index: 11;
}

.footer_area .footer_area_inner {
    position: relative;
    width: 100%;
    margin: 0px auto;
    padding: 10px 0;
	text-align: center;
}

#execphp-2{
	display: none;
}

#fixed_btn .bannersbox{
  text-align: center;
  line-height: 1.8;
}

#fixed_btn .bannersbox p{
	display:inline-block !important;
	margin:0 10px;
}

#fixed_btn .bannersbox img{
  max-width:120px;
  height:auto;
  padding-bottom:10px;
}
p#copyright{
	padding-bottom:110px;}
/*----- /for SP fixed footer -----*/



}
@media only screen and (max-width: 644px){
#fixed_btn .bannersbox img{
  max-width:105px;}
}
@media only screen and (max-width: 400px){
#fixed_btn .bannersbox img{
  max-width:80px;}
}
@media only screen and (min-width: 960px){
/*----- for SP fixed footer -----*/	
	.footer_area{
		display: none;
	}
/*----- /for SP fixed footer -----*/

}