@charset "UTF-8";
/* tab */
.tab {
	position: relative;
	margin-bottom: 30px;
}
.tab:before,
.tab:after {
	content: '';
	display: table;
}
.tab:after {
	clear: both;
}
.tab li {
	float: left;
}
.tab li:first-child a {
	margin-left: 0;
}
.tab li a {
	display: block;
	height: 50px;
	margin-left: -1px;
	border: 1px solid #ccc;
	color: #666;
	text-align: center;
	line-height: 48px;
}
.tab li.current a {
	position: relative;
	z-index: 1;
	border-color: #003964;
	color: #fff;
	font-weight: 400;
	background-color: #003964;
}
._S .tab li a {
	height: 40px;
	margin-top: -1px;
	line-height: 38px;
}
/* tab-select */
.tab-select {
	display: none;
}
._S .tab-select {
	display: block;
	position: relative;
	width: 100%;
	height: 45px;
	padding: 0 30px;
	border: 0;
	color: #fff;
	background-color: #003964;
}
._S .tab-select:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 10px;
	height: 6px;
	margin-top: -3px;
	background: url(../../img/common/m_spr_icon.png) -179px 0 no-repeat;
	background-size: 250px;
	transition: transform .3s;
}
._S .tab-select.active:after {
	transform: rotateX(3.142rad);
}
._S .tab-select + ul {
	display: none;
	position: absolute;
	z-index: 10;
	width: 100%;
	margin-top: 1px;
}
._S .tab-select + ul a {
	margin-left: 0;
	background-color: #fff;
}
._S .tab-select + ul li.current a {
	border-color: #ccc;
	color: #003964;
}
._S .tab-select + ul li:first-child a {
	border-top: 0;
}
/* tab-type01 */
.tab.tab-type01 li {
	display: table;
}
.tab.tab-type01 li a {
	display: table-cell;
	vertical-align: middle;
	height: 76px;
	border-left: 0;
	line-height: 18px;
}
.tab.tab-type01 li:first-child a {
	border-left: 1px solid #ccc;
}
._S .tab.tab-type01 {
	border: 1px solid #ccc;
	border-width: 1px 0 0 1px;
}
._S .tab.tab-type01[class *= tab-col] li {
	width: 50%;
}
._S .tab.tab-type01 li a {
	height: 53px;
	padding: 0 15px;
	border-width: 0 1px 1px 0;
	line-height: 14px;
}
/* tab-type02 */
.tab.tab-type02:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 1px;
	background-color: #003964;
}
.tab.tab-type02 li {
	position: relative;
}
.tab.tab-type02 li a {
	height: 60px;
	padding: 0 40px;
	border: 1px solid #ddd;
	color: #666;
	font-size: 18px;
	line-height: 58px;
}
.tab.tab-type02 li.current a {
	border-color: #003964;
	border-top-width: 2px;
	border-bottom: 1px solid #fff;
	color: #003964;
	font-weight: 600;
	background-color: #fff;
}
/* tab-type03 */
.tab.tab-type03 li.current a {
	border-color: #3e9bae;
	color: #3e9bae;
	background-color: #fff;
}
._S .tab.tab-type03 .tab-select {
	border: 1px solid #3e9bae;
	color: #3e9bae;
	background-color: #fff;
}
._S .tab.tab-type03 .tab-select:after {
	width: 9px;
	height: 5px;
	margin-top: -2.5px;
	background-position: -199.5px 0;
}
._S .tab.tab-type03 .tab-select + ul li.current a {
	border-color: #ccc;
	color: #3e9bae;
}
/* tab-column */
.tab-col01 li {
	width: 100%;
}
.tab-col02 li {
	width: 50%;
}
.tab-col03 li {
	width: 33%;
}
.tab-col03 li:last-child {
	width: 34%;
}
.tab-col04 li {
	width: 25%;
}
.tab-col05 li {
	width: 20%;
}
.tab-col06 li {
	width: 16.5%;
}
.tab-col06 li:last-child {
	width: 17%;
}
.tab-col07 li {
	width: 14%;
}
.tab-col07 li:last-child {
	width: 16%;
}
.tab-col08 li {
	width: 12.5%;
}
.tab-col09 li {
	width: 11%;
}
.tab-col09 li:last-child {
	width: 12%;
}
._S [class *= tab-col] li {
	width: 100%;
}
/* tab-search */
._S .tab.tab-search {
	border: 1px solid #ccc;
	border-width: 1px 0 0 1px;
}
._S .tab.tab-search li {
	display: table;
	width: 50%;
}
._S .tab.tab-search li a {
	display: table-cell;
	vertical-align: middle;
	height: 53px;
	padding: 0 15px;
	border-width: 0 1px 1px 0;
	line-height: 14px;
}
/* tab-must */
.tab.tab-must-col03 {
	margin: 76px 0 60px;
}
.tab.tab-must-col03 li {
	width: 33.3% !important;
	margin-top: -1px;
}
.tab.tab-must-col03 li:first-child a {
	margin-left: -1px;
}
.tab.tab-must-col03 li a {
	border-left: 1px solid #ccc;
}
.tab.tab-must-col03 li.current a {
	border-left-color: #003964;
}
._S .tab-must-col03 {
	margin: 30px 0;
}
._S .tab-must-col03 li {
	width: 100% !important;
	margin-top: 0;
}
.tab.tab-must-col03 li:first-child a {
	margin: 0;
}
/* old font */
.tab.tab-old {
	border: 1px solid #ddd;
	border-width: 1px 0 0 1px;
}
.tab.tab-old li a {
	border-width: 0 1px 1px 0;
}