@charset "utf-8";

.customer_list{
	margin:30px 0;
}
.customer_list ul{
	margin:0 0 0 -40px;
}
.customer_list li{
	float:left;
	width:580px;
	margin:0 0 40px 40px;
}

.customer_box{
	position:relative;
	background:#f6f6f6;
}

.customer_img{
	width:580px;
	height:390px;
}
.customer_img img{
	width:100%;
}

.customer_detail{
	padding:15px;
	height:90px;
}

a .customer_detail h2.caption{
	color:#242424;
	line-height:150%;
	font-weight:normal;
}
a .customer_detail p.name{
	color:#242424;
	margin:15px 0 0 0;
}

.customer_popup .customer_img{
	float:left;
	width:580px;
}
.customer_popup .customer_detail{
	float:right;
	width:550px;
	padding:15px;
}
.customer_popup .customer_detail .caption{
	color:#263e71;
	line-height:160%;
	font-size:126%;
}
.customer_popup .customer_detail .name{
	text-align:right;
	margin:10px 0;
	font-size:118%;
}
.customer_popup .customer_detail p{
	line-height:170%;
}
@media(max-width: 1199px) {
	.customer_list ul{
		margin:0;
	}
	.customer_list li{
		float:left;
		width:48%;
		margin:1%;
	}
	.customer_img{
		width:100%;
		height:auto;
	}
	.customer_popup .customer_img{
		width:46%;
	}
	.customer_popup .customer_detail{
		width:50%;
		padding:2%;
	}

}
@media(max-width: 768px) {
	.customer_list ul{
		margin:0;
	}
	.customer_list li{
		float:none;
		width:94%;
		margin:0 auto 30px auto;
	}
	.customer_detail{
		height:auto;
	}
	.customer_img{
		width:100%;
		height:auto;
	}
	.customer_popup .customer_img{
		float:none;
		width:90%;
	}
	.customer_popup .customer_detail{
		float:none;
		width:90%;
		padding:10px 0;
	    -webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	         -o-box-sizing: border-box;
	        -ms-box-sizing: border-box;
	            box-sizing: border-box;
	}
}


.customer_viewbox{
	width:90%;
	margin:20px auto 40px auto;
}
.customer_viewbox .clear{
	clear:both;
}
.customer_viewbox img{
	width:100%;
	height:auto;
}
.customer_viewbox h2{
	font-size:168%;
	margin:0 0 30px 0;
	padding:10px;
	border-bottom:2px solid #263e71;
	color:#263e71;
}

.customer_viewbox_inner{
	width:56%;
	float:right;
}
.customer_viewbox_inner .caption{
	font-size:138%;
	font-weight:bold;
	margin:0 0 20px 0;
}
.customer_viewbox_inner .name{
	font-size:118%;
	margin:0 0 5px 0;
}
.customer_viewbox_inner .name2{
	margin:0 0 20px 0;
}
.customer_viewbox_inner .comment{
	line-height:150%;
}

.customer_viewbox_img{
	width:42%;
	float:left;
}
.customer_viewbox .last{
	margin:30px 0 5px 0;
	text-align:center;
	font-size:88%;
}
@media(max-width: 768px) {
	.customer_viewbox{
		width:94%;
		margin:10px auto 20px auto;
	}

	.customer_viewbox h2{
		font-size:128%;
		margin:0 0 15px 0;
		padding:10px;
		border-bottom:2px solid #263e71;
		color:#263e71;
	}

	.customer_viewbox_inner .caption{
		font-size:108%;
		font-weight:bold;
		margin:0 0 10px 0;
	}
	.customer_viewbox_inner .name{
		font-size:100%;
		margin:0 0 5px 0;
	}
	.customer_viewbox_inner .comment{
		font-size:92%;
		line-height:140%;
	}
	.customer_viewbox_img{
		width:48%;
	}
	.customer_viewbox_inner{
		width:50%;
	}
}

.customer_itembox{
	margin:40px 0 0 0;
}
.customer_itembox h3{
	text-align:center;
	font-size:138%;
	color:#263e71;
	margin:0 0 10px 0;
}
.customer_itembox ul{
	
}
.customer_itembox ul li{
	width:24%;
	margin:10px 0.5%;
	float:left;
	border:1px solid #cacaca;
	padding:10px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.customer_itembox ul li a h4{
	margin:5px 0;
	text-align:center;
	color:#000;
}
.customer_itembox ul li img{
	margin:10px 0 5px 0;
	text-align:center;
}
.customer_itembox ul li p.btn{
	display:block;
	background:#263e71;
	color:#FFF;
	text-align:center;
	padding:5px 0;
	position:relative;
}
.customer_itembox ul li p.btn:after{
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -3px;
	transition:0.7s;
}
@media(max-width: 768px) {
	.customer_itembox ul li{
		width:48%;
		margin:10px 1%;
	}
}
