/* BASIC css start */
@media all and (max-width:639px) {
	.detail_bt_cate_button li { width: 48%; height:50px; font-size: 1.5em; }
}
@media all and (min-width:640px) {
	.detail_bt_cate_button li { width: 32%; height:50px; font-size: 2em; }
}
.detail_bt_cate {
	width: 100%;
	background-color: #fbfbfb;
	text-align: center;
	padding : 20px 0;
	display: block; 
	float:left;
	margin-bottom:30px;
	margin-top: 10px;
}
.detail_bt_cate_button {
	width: 100%;
	margin-top: 20px;
}
.detail_bt_cate_button h3 { display: block; width:100%; font-weight: bold; font-size:1.5em;}
.detail_bt_cate_button a { display:block !important; }
.detail_bt_cate_button li {
	list-style: none;
	float: left;
	display: inline;
	margin: 2px 2px;
	text-align: center;
	border: 1px solid #eee;
	padding: 20px 0;
	background-color: #fff;
}
.detail_bt_cate_button li em {
	font-size: .6em;
	display: block;
	background-color: #84ccc9;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border-radius: 20px;
	padding : 3px 0;
	width: 80%;
	margin: 5px 0 0 10%;
	font-style: normal;
	letter-spacing: -1px;
}

/* BASIC css end */

