﻿@charset "utf-8";
/* CSS Document */


.content__space p{line-height: 24px;margin-bottom: 12px;}

.table_iso{border-collapse:collapse;width:100%;margin:auto;}
.table_iso th,.table_iso td{border:1px solid #e0e0e0;padding:10px;text-align:center;}
.table_iso th{min-width: 160px;background: #fafbf8;font-size:15px;letter-spacing:1px;vertical-align: middle;}
.table_iso th br{line-height:30px;}
.table_iso td{font-size:14px;}
.table_iso td img{width:auto;margin-right:6px;}
.table_iso td img.icon_n_2{display:none;}
.table_iso td a:hover img.icon_n_1{display:none;}
.table_iso td a:hover img.icon_n_2{display:inline;}
.table_iso td a:hover{color:#aace39;}

.iso_h{overflow:hidden;background:#e9eae7;margin-top:30px;padding:20px 0 20px 20px}
.iso_h img{width:auto;float:left;}
.iso_h dl{float:left;border-left:1px solid #383842;margin-left:20px;padding-left: 10px;}
.iso_h dl dt{font-size:24px;margin-bottom:10px;}
.iso_h dl dd{font-size:16px;padding-left:10px;}

.iso_p{margin-top: 30px;font-size: 16px;}
.iso_p p{margin-bottom: 15px;line-height: 24px;font-size: 15px;}
.iso_p ul li{border-bottom:1px dotted #e0e0e0;margin: 5px 0;line-height:20px;padding: 8px 0;}
.iso_p ul li a{font-size:15px;}
.iso_p ul li a:before{ content:"";width:4px;border-radius:2px;height:14px;margin-right:10px;background:#6d6d6d;display:inline-block;}
.iso_p ul li:hover a{color:#aace39;}
.iso_p ul li:hover a:before{background:#aace39;}

@media screen and (max-width:639px){
    .table_iso tbody tr{display:block;border:1px solid #e0e0e0;margin-bottom:10px;}
    .table_iso tbody td,.table_iso tbody th{display:inline-block;width:100%;border: none;border-top: 1px solid #e0e0e0;}
    .table_iso tbody td:before{content:attr(data-label);float:left;}
    .table_iso tbody .td_r td{text-align:right;}
    .table_iso th br,.m_none{display:none !important;}
    .m_title{text-align: center !important;font-size: 15px !important;font-weight: bold;background:#fafbf8;}
	.iso_p p {font-size: 15px;}
}



.top_inner_link{background:#f9f9f6;padding:20px 10px 20px 10px;overflow:hidden;}
.top_inner_link > li{width: calc((100% / 3) - 20px);float:left;margin:0px 10px 14px 10px;}
.top_inner_link > li:nth-child(4),.top_inner_link > li:nth-child(5),.top_inner_link > li:nth-child(6){margin-bottom: 0;}
.top_inner_link > li > a{position:relative;display:block;background:#fff;width:100%;padding:9px 38px 10px 0;border:solid 1px #f8f9fa;border-top-color:#fff;border-bottom-color:#e0e0e0;border-radius:4px;transition:all 0.1s ease-out;}
.top_inner_link > li > a:hover > span{color:#aace39;}
.top_inner_link > li > a > span{display:block;color:#666;padding:3px 0 4px 0;border-right:dotted 1px #e0e0e0;font-size:14px;font-weight:500;text-align:center;transition:all 0.1s ease-out;}
.top_inner_link > li > a:active{margin-top:1px;border-bottom-width:0;}
.top_inner_link > li > a::after{position:absolute;top:50%;right:12px;display:inline-block;font-family:"FontAwesome";font-weight:normal;color:#999;content:"\f078";font-size:14px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}