@charset "shift_jis";

/* ===========================================================
	フッター
============================================================= */
.footer{
	background:#2e2e2e;
	text-align:center;
	padding:10px;
	color:#fff;
	width:100%;
}
#mainColumn {
    float: none;
    width: 960px;
}
@media screen and (max-width: 767px) {
    #mainColumn {
    width: 100%;
    }
    #wrapper {
    padding-top: 0;
    }
    header {
    position: relative;
    }
}

/*--------------
btn固定　js連動
--------------*/
.fixed-btn__area{
	display: block;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
	background-color: #f3f9fb;
	opacity: 95%;
}

.fixed-btn__area p{
	margin-bottom:0px;
	margin: auto;
    width: 900px;
}


.fixed-btn__area a{
	margin:20px 10px;
	font-size: 1.3em !important;	
}

a.btn-radius-solid-gray {
  border: 1px solid #ccc;
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#888585), to(rgba(0,0,0,0.75)));
  background: -webkit-linear-gradient(top, #888585 0%, rgba(0,0,0,0.75)100%);
  background: linear-gradient(to bottom, #888585 0%, rgba(0,0,0,0.75) 100%);
  -webkit-box-shadow: inset 1px 1px 1px #fff;
  box-shadow: inset 1px 1px 1px #fff;
}

a.btn-radius-solid-gray:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#888585), to(rgba(0,0,0,0.75)));
  background: -webkit-linear-gradient(bottom, #888585 0%, rgba(0,0,0,0.75) 100%);
  background: linear-gradient(to top, #888585 0%, rgba(0,0,0,0.75) 100%);
}

/*--------------
btn固定　スマホ対応
--------------*/
@media screen and (max-width:768px) {

.fixed-btn__area{
	padding-bottom:20px;
}
.fixed-btn__area p{
    width: 95%;
}
.fixed-btn__area a{
margin: 15px 0 0 0;
font-size: 1.1em !important;	

}

}