.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.clearfix {
	_height: 1px;
	min-height: 1px;/*・･*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.back{
	text-align: right;
	padding: 38px 20px 38px 0;
	background-color: #fffed1
}

.back_w{
	text-align: right;
	padding: 38px 0 38px 0;
	background-color: #ffffff
}

.foot_bg{
	background-color: #aee6ff;
}

.foot_btn{
	float: right;
	padding: 20px 20px 0 0;
}

.foot_text{
	float: left;
	padding: 20px 0 0 20px;
	color: #614514;
}

.foot{
	background-color: #aee6ff;
}

.copy{
	text-align: center;
	padding-top: 25px;
	background-color: #aee6ff;
	color: #614514;
}

.foot1{
	font-size: 1.875em;
	font-weight: bold;
	display: inline-block;
	padding-right: 10px;
}

.foot2{
	display: inline-block;
}

.contents{
	width:1080px;
	margin: 0 auto;
	width: auto;
}


/*-------------------------------------------------
responsive css
-------------------------------------------------*/

@media screen and (max-width:800px){
    img{
        max-width: 100%;
        height: auto;
    }

.foot_text {
	font-size: 0.938em;
}



	}