
/* ==========================================
advicebook
========================================== */

.ab_list_bt_dw {
	color:#443829;
	overflow: hidden;
}

.ab_list_bt_dw li {
	color:#443829;
	border-radius: 6px;
	border: 1px solid #443829;
	width:235px;
	background: url('/layout/sntec/assets/img/advicebook/ar_down.svg') no-repeat 95%;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	background-size:14px 14px;
}

.ab_list_bt_dw li a{
	display:block;
	padding: 15px 20px;
	font-size: 14px;
}

.ab_list_bt_dw li:nth-child(3n){
	margin-right:0px;
}


.ab_list_bt_up {
	color:#443829;
	overflow: hidden;
}

.ab_list_bt_up li {
	color:#443829;
	border-radius: 6px;
	border: 1px solid #443829;
	width:235px;
	background: url('/layout/sntec/assets/img/advicebook/ar_up.svg') no-repeat 95%;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	background-size:14px 14px;
}

.ab_list_bt_up li a{
	display:block;
	padding: 15px 20px;
	font-size: 14px;
}

.ab_list_bt_up li:nth-child(3n){
	margin-right:0px;
}

.ab_list .item-list-nav {
	margin: 20px 0;
}

.ab_list .item-list-nav ul {
	border-radius: 6px;
	margin-bottom: 20px;
}


.ab_list .item-list-nav ul li .bdy {
	display: none;
	padding: 30px;
	border-radius: 0;
	background-color: #fff;
}


.ab_list .item-list-nav ul li {
	font-size: 20px;
}

.has-child .ab_list_bttop {
	font-size: 20px;
	text-align: center;
	padding: 20px 0;
	font-weight: bold;
	color: #443829;
}

.ab_list_ct {
	text-align:center;
}

.ab_list .item-list-nav ul li a {
	padding: 15px 50px;
}

.ab_list_ct_bt_pdf {
	margin: 0 auto;
	color: #443829;
	font-size: 20px;
	border: 2px solid #443829;
	font-weight: lighter;
	background: url('/layout/sntec/assets/img/advicebook/pdf.svg') no-repeat 10%;
	display: block;
	width: 400px;
	margin-top: 20px;
	margin-bottom: 5px;
	background-size: 25px 25px;
}

.ab_list_ct_bt {
	margin: 0 auto;
	color: #443829;
	font-size: 20px;
	border: 2px solid #443829;
	font-weight: lighter;
	background: url('/layout/sntec/assets/img/advicebook/ar_01.svg') no-repeat 90%;
	display: block;
	width: 400px;
	margin-top: 20px;
	margin-bottom: 5px;
	background-size:14px 14px;
}

.pdf_zoom {
	position:relative;
}

.pdf_zoom .zoom {
	position:absolute;
	top: 10px;
	right: 10px;
}

.pdf_zoom span {
	display: inline-block !important;
	border: none !important;
}
.pdf_zoom span:before {
	display: none !important;
}
.cboxPhoto {
	display: block;
	margin: auto;
	max-width: 100%;
	height: auto !important;
}

@media screen and (min-width: 768px) {
	.pc{display: block;}
	.sp{display: none !important;}
}


@media only screen and (max-width: 767px) {
	
	.pc{display: none !important;}
	.sp{display: block;}
	.wmax_sp{width: 100% !important;}
	
	
	
	/* ==========================================
	advicebook
	========================================== */
	
	.ab_bn img {
		width:100%;
	}
	
	.ab_list_bt_dw li {
    width: 48%;
    background: url('/layout/sntec/assets/img/advicebook/ar_down_sp.svg') no-repeat 97%;
    float: left;
    margin-top: 5%;
		margin-right:0;
		background-size:8%;
	}
	
	.ab_list_bt_dw li:nth-child(2n) {
    margin-left: 4%;
	}
	
	.ab_list_bt_dw li:nth-child(3n) {
    margin-right: 0;
	}
	
	.ab_list_bt_dw li a {
    padding: 10% 5%;
    font-size: 14px;
	}
	
	.ab_list_bt_up li {
    width: 48%;
    background: url('/layout/sntec/assets/img/advicebook/ar_up_sp.svg') no-repeat 97%;
    float: left;
    margin-top: 5%;
		margin-right:0;
		background-size:8%;
	}
	
	.ab_list_bt_up li:nth-child(2n) {
    margin-left: 4%;
	}
	
	.ab_list_bt_up li:nth-child(3n) {
    margin-right: 0;
	}
	
	.ab_list_bt_up li a {
    padding: 10% 5%;
		font-size: 14px;
	}
	
	.has-child .ab_list_bttop {
		padding: 10px 0;
		font-size: 14px;
	}
	
	.ab_list .item-list-nav ul {
		margin-bottom: 10px;
	}
	
	.ab_list .item-list-nav ul li .bdy {
		margin-bottom: 0;
    padding: 3% 0;
	}
	
	.ab_list .item-list-nav ul li a {
    padding: 4% 0;
		border-width: 1px;
	}
	
	.ab_list_ct_bt_pdf {
    margin: 0 auto;
    font-size: 13px;
    background: url('/layout/sntec/assets/img/advicebook/pdf.svg') no-repeat 6%;
    width: 100%;
    margin-top: 3%;
    margin-bottom: 1%;
    background-size: 25px;
	}
	
	.ab_list_ct_bt {
    font-size: 13px;
    background: url('/layout/sntec/assets/img/advicebook/ar_01.svg') no-repeat 90%;
    width: 100%;
    margin-top: 3%;
    margin-bottom: 0;
    background-size:8%;
	}
	
	.ab_list .item-list-nav ul li {
    font-size: 12px;
	}
	
	.pdf_zoom img {
		width:100%;
	}
	
	.pdf_zoom .zoom {
		top: 3%;
		right: 3%;
		width: 38px;
	}
	
}
