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

.wrapBox {
  position: relative;
}
#boxNinteiLogo {
  position: absolute;
  right: -15%;
  bottom: -45px;
  width: 15%;
  height: auto;
}

@media (min-width: 768px) {
	/* フッタ1539 */
	#footer {
		padding:40px 0;
		overflow: hidden;
	}
	#footer #footer-nav {
		width: 100%;
		font-size:0.9em;
		margin-bottom:50px;
	}
	#footer #footer-nav table {
		width: 100%;
	}
	#footer #footer-nav td {
		padding:0.3em 0;
	}
	#footer .footer-left {
		float:left;
		width: 65%;
	}
	#footer .footer-right {
		float:right;
		width: 35%;
		text-align: right
	}
}

@media  ( min-width:768px) and  (max-width: 960px) {
/* フッタ1969 */
  
  #boxNinteiLogo {
    position: absolute;
    right: -25%;
    bottom: -40px;
    width: 20%;
    height: auto;
  }
  
}
@media (max-width: 767px) {
/* フッタ1969 */
  
  .wrapBox {
    text-align: left;
    padding-top: 1em;
    padding-left: 1em;
  }
  #boxNinteiLogo {
    position: absolute;
    right: 1em;
    bottom: 0;
    width: 20%;
    height: auto;
  }
  
}