@charset "UTF-8";
ul,li {
	margin: 0;
}
.index_tab ul,li {
	margin: 0;
	padding: 0;
	/* list-style: inside; */
}
.index_tab {
	width: 100%;
	margin: 10px 0;
}
.index_tab ul.tabs {
	width: 100%;
	height: 32px;
	border-bottom: 1px solid #ccc;
}
.index_tab ul.tabs li {
	float: left;
	height: 31px;
	/* width: 33.062%; */
	width: 49.73%;
	line-height: 31px;
	overflow: hidden;
	position: relative;
	margin-bottom: -1px;
	border: 1px solid #ccc;
	background: #eee;
	border-radius: 5px 5px 0 0;
	font-size: 15px;
}
.index_tab ul.tabs li a {
	display: block;
	padding: 0 20px;
	color: #888;
	text-decoration: none;
}
.index_tab ul.tabs li a:hover {
	background: #ccc;
}
.index_tab ul.tabs li.active a {
	color: #c91a3f;
}
.index_tab ul.tabs li.active {
	background: #fff;
	border-bottom: 1px solid #fff;

}
.index_tab ul.tabs li.active a:hover {
	background: #fff;
}
.index_tab .tab_container {
	box-sizing: border-box;
/*	padding: 20px;*/
	width: 100%;
	border: 0px solid #ccc;
	border-top: none;
	background: #fff;
}
.index_tab .tab_container .tab_content {
	padding: 25px;
	border: 1px solid #ccc;
	border-top: none;
}
.index_tab .tab_container .tab_content h2 {
	margin: 0 0 10px;
}
.iim-index-box {
	width: 100%;
	margin: 0;
}



.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
	/*For IE 6&7 only*/
}
.prd_txt_a {
	color:#333333;
	font-family:"Tahoma";
}
.prd_txt_a table, .prd_txt_a table tr, .prd_txt_a table th, .prd_txt_a table td {
	border: none;
}
.prd_txt_a table {
	margin-bottom: 20px;
	border: 1px solid #eee;
	padding: 10px;
}
.prd_txt_a table th {
	border-bottom: 1px solid #ccc;
	padding: 8px;
	font-size: 15px;
	color: #c91a3f;
}
.prd_txt_a table td {
	padding: 10px;
}
.custom-checkbox {
	display: inline-block;
	margin-right: 18px;
	margin-bottom: 10px;
	cursor: pointer;
}
.custom-checkbox [type="checkbox"] {
	display: none;
}

.custom-checkbox [type="checkbox"]:checked + .alt {
	color: #c91a3f;
}

.custom-checkbox [type="checkbox"]:checked + .alt:before {
	content: "\2714";
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	color: #fff;
	text-shadow: none;
	background: #c91a3f;
	border: 2px solid #c91a3f;
}

.custom-checkbox .alt {
	display: inline-block;
	color: #838383;
	font-size: 12px;
	text-shadow: 0px 1px 0px white;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.custom-checkbox .alt:before {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 12px;
	height: 12px;
	background: white;
	border: 2px solid #999;
	margin-right: 4px;
	margin-top: 4px;
}

table.iim-list, table.iim-member {
	border-collapse:collapse
}
table.iim-list, table.iim-list tr, table.iim-member, table.iim-member tr  {
	border: 0;
}
table.iim-list td, table.iim-member td {
	border-right: 0px solid #eee;
	border-left: 0px solid #eee;
	padding: 8px;
	min-width: 30px!important;
}
.iim-list .iim-list-title td {
	background: #c91a3f!important;
}
.col-1 {
	width: 50px!important;
}
