@charset "utf-8";

/*-------------------------------------------------------------------clearfix*/
/*---------------------------------------------------------------------------*/

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/*---------------------------------------------------------------------ボタン*/
/*---------------------------------------------------------------------------*/

.btn a:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/*--------------------------------------------------------------2カラムボタン*/
/*---------------------------------------------------------------------------*/

ul.detail-btn-2c{
	/* width: 282px; */
	margin: 0 auto;
	padding: 0 10px 13px;
}

ul.detail-btn-2c li{
	float: left;
	width: calc(100% / 2);
	/* width: 94px; */
	padding: 3px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	line-height: 0;
}

ul.detail-btn-2c li img{
	width: 100%;
}

