@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  共通CSS設定
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.CLEAR]
/*
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.CLEAR]
--------------------------------------------------------------------------*/

.clr:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clr {
	min-height: 1px;
}
* html .clr {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.btn {
	position: relative;
	width: 350px;
	height: 70px;
	line-height: 70px;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
	background: #585d72;
	color: #FFF;
	margin: 0 auto;
}
.btn span {
	position: absolute;
	right: 20px;
}
.btn-l {
	width: 100%;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 14px;
	text-align: center;
	background: #585d72;
	color: #FFF;
	padding: 30px;
	margin: 0 auto 80px auto;
}
.btn-l p {
	font-size: 28px;
	margin-bottom: 15px;
}
.btn-l p img {
	margin-right: 5px;
}
.tac {
	text-align: center;
}
.fs-14 {
	font-size: 14px;
}
.bdr-b {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-bottom: solid 1px #CCC;
	margin-bottom: 80px;
}
.spc-b30 {
	margin-bottom: 30px;
}