@charset "utf-8";
.wCenter2 .wCen-l-box {
	padding-top: 36px;
    padding-left: 30px;
    padding-right: 30px;
}
.info-details{
	color: #454545;
}
.info-top {
        border-bottom: dashed 1px #d2d2d2;
        padding-bottom: 23px;
        margin-bottom: 30px;
}
.info-top h4{
	font-size: 22px;
	line-height: 160%;
	    margin: 0 40px;
}
.info-top-other {
        margin-top: 16px;
}

.info-top-other p+p {
        margin-left: 20px;
}

.info-center {
        line-height: 32px;
        text-align: justify;
        word-wrap: break-word;
        word-break: break-all;
        padding-bottom: 60px;
        min-height: 200px;
}
.info-center table{
        border-collapse: collapse;
        max-width: 100%;
}
.info-center td{
        border: 1px solid #ccc;
        padding: 4px 15px;
}
.info-center img {
        max-width: 100%;
        width: auto;
}

.info-link {
        padding: 24px 20px;
        border-top: dashed 1px #d2d2d2;
        border-bottom: dashed 1px #d2d2d2;
}

.info-link p+p {
        margin-top: 14px;
}

.info-link a {
        color: #3d84fa;
}

.info-link a:hover {
        text-decoration: underline;
}