﻿@charset "utf-8";



/* #loadarea
--------------------------- */
#loadarea {
	margin: 0 auto 10px auto;
	width: 500px;
	text-align: left;
}
#loadarea .loadItem {
	padding: 10px 0;
	width: 500px;
	line-height: 160%;
	border-bottom: #666 1px dotted;
}
#loadarea #item1 {
	border-top: #666 1px dotted;
}
#loadarea .loadItem img {
	margin: 0 15px 0 0;
	width: 200px;
	height: 200px;
	float: left;
}

/* #nowLoading
--------------------------- */
#nowLoading {
	padding: 5px 0;
	width: 100%;
	text-align: center;
}

/* #btnMore
--------------------------- */
#btnMore {
	padding: 10px 0;
	width: 100%;
	text-align: center;
	border: #000 1px solid;
	cursor: pointer;
}

/* =======================================
	ClearFixElements
======================================= */
#loadarea .loadItem:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
#loadarea .loadItem {
	display: inline-block;
	overflow: hidden;
}
/* =======================================
	pill
======================================= */
.scroll_table{
	width: 100%;
	overflow: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	margin: 0 auto;
}
.scroll_table::-webkit-scrollbar{
 height: 5px;
}
.scroll_table::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll_table::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
.pill_table{
	width: 100%;
	margin: 0 auto;
}
.pill_table th,
.pill_table td{
	border: 1px solid #ddd;
	padding: 10px;
	text-align: center;
}
.pill_table thead{
	background-color: #dda4cb;
}
.list-item-1{
	margin: 10px auto;
	position: relative;
	padding: 35px 15px 10px 15px;
	box-sizing: border-box;
	background: #f5f5f5;
	color: #777777;
	border-left: 4px solid #ecb214;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
}

.list-item-1:before{
	position: absolute;
	top: 5px;
	left: 15px;
	vertical-align: middle;
	content: "\f06a";
	font-family: FontAwesome;
	color: #ecb214;
	font-size: 28px;
	line-height: 40px;
}

.allowItem01{
	width: 100%;
	text-align: center;
}

.categoryTextFontBold3 {
	font-size: 16px;
	text-align: left;
}

.c-box {
	margin: 12px;
}

.cb-item{
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	background: #333;
	color: #fff;
	width: 80px;
	display: block;
	margin-right: 10px;
	margin-bottom: 2px;
}

.c-box .cb-item a{
	font-size: 16px;
	text-decoration: none;
}
ol, ul {
list-style: none;
}
.tableBlock01{
	width: 100%;
	font-size: 0;
	margin-top: 10px;
	list-style: none;
}
.tableBlock01 li{
	display:inline-block;
	padding: 10px 0px;
	border: 1px solid #ddd;
	margin-top: 2px;
	height: 90px;
	line-height: 30px;
	position: relative;
}
.tableBlock01 li .cth,
.tableBlock01 li .ctha{
	width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 12px;
}

.tableBlock01 li:nth-child(odd){
	background: #ddd;
	width: 30%;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
.tableBlock01 li:nth-child(even){
	text-align: left;
	font-size: 12px;
	width: 60%;
}

.ctfb{
	font-size: 18px!important;
	font-weight: bold!important;
	margin-bottom: -10px!important;
}
@media screen and (max-width: 640px) {
	.tableBlock01 li{
		display:block;
	}

	.tableBlock01 li:nth-child(odd){
		width: 90%;
		height: 40px;
	}
	.tableBlock01 li:nth-child(even){
		text-align: left;
		font-size: 12px;
		width: 90%;
	}
	.tableBlock01 li .cth,
	.tableBlock01 li a{
		width: 90%;
		position: relative;
	}


}





