@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  共通CSS設定
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.CLEAR]
/* [02.PKG,SPC]
/* [03.OTHER]
/*
///////////////////////////////////////////////////////////////////////////////////
/*
/* [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;
	/**/
}

/* [02.PKG,SPC]
--------------------------------------------------------------------------*/
.pkg {
	width: 1140px;
	margin: 0 auto;
	padding: 80px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: table;
}
.spc_b_60 {
	margin-bottom: 60px !important;
}
.spc_b_80 {
	margin-bottom: 80px !important;
}

/* [03.OTHER]
--------------------------------------------------------------------------*/
.bg_1b1d22 {
	background: #1b1d22;
}
.bg_e6e6e6 {
	background: #e6e6e6;
}
.tac {
	text-align: center;
}