﻿@charset "utf-8";
.download_item_block{
	/*padding: 60px 0 100px 0;*/
	padding-top: 30px;
}
.tab_content .tab_pane{
	display: none;
}
.tab_content .tab_pane.active{
	display: block;
}

/*item list*/
.tab_content{
	overflow: hidden;
}
.tab_content table{
	width: 100%;
	border-collapse: collapse;
}
.tab_content table th,
.tab_content table td{
	font-size: 14px;
	line-height: 21px;
}
.tab_content table th{
	/*font-size: 16px;*/
	color: #feffff;
	background: #d06e13;
	/*padding: 13px 10px;*/
	padding: 8px 10px;
}
.tab_content table th:first-child,
.tab_content table td:first-child{
	text-align: left;
}
.tab_content table th:last-child,
.tab_content table td:last-child{
	width: 110px;
	text-align: center;
}
.tab_content table td{
	/*font-size: 16px;*/
	color: #000;
	border-bottom: 1px solid #e5e5e5;
	/*padding: 13px 10px;*/
	padding: 6px 10px;
}
.tab_content table td a{
	font-size: 14px;
	color: #000;
	text-decoration: none;
	padding: 0 5px;
}
.tab_content table td i{
	color: #8f9195;
}
.tab_content table tbody td{
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	transition: .2s linear;
}
.tab_content table tbody tr:hover td,
.tab_content table tbody tr:hover:nth-child(odd) td{
	background: #cad0d4;
}
.tab_content table tbody tr:hover td i{
	color: #d06e13;
}
.tab_content table tbody tr:nth-child(odd) td{
	background: #eceff1;
}
.common_sel.contact_tab_select {
	/*width: calc(100% - 150px);*/
	/*height: 40px;*/
	/*line-height: 24px;*/
    color: #000000;
	background: url(../../images/common/yageo_common_select_icon_b.png) right center no-repeat;
    background-color: #fff;
}
.tab_select_block{
	display: flex;
	background: #eceff1;
	/*padding: 30px;*/
	padding: 15px 30px;
	/*margin-bottom: 60px;*/
	margin-bottom: 20px;
}
.tab_select_note{
	width: 90px;
	font-size: 16px;
	line-height: 36px;
	color: #e98121;
}
.m_select.common_sel{
	background-color: #68aedf;
	color: #fff;
}

@media screen and (max-width: 768px){
	.tab_select_block{
		flex-wrap: wrap;
		padding: 24px 10px;
		/*margin-bottom: 30px;*/
	}
	.tab_select_note {
	    font-size: 16px;
	    line-height: 24px;
	    margin-bottom: 10px;
	}
	.common_sel.contact_tab_select{
		width: 100%;
	}
	.tab_content table thead{
		display: none;
	}
	.tab_content table,
	.tab_content table tbody,
	.tab_content table tbody tr,
	.tab_content table tbody tr td{
		display: block;
	}
	.tab_content table td:last-child{
		width: 100%;
	}
	.tab_content table tbody tr:hover td,
	.tab_content table tbody tr:hover:nth-child(odd) td{
		background: #cad0d4;
	}
	.tab_content table tbody tr:hover td i{
		color: #d06e13;
	}
	.tab_content table tbody tr:nth-child(odd) td{
		background: #eceff1;
	}
	.tab_content table tr td{
		border-bottom:none;
	}
	.tab_content table tr td:last-child{
		border-bottom: 1px solid #e5e5e5;
	}
}