@charset "UTF-8";
/* CSS Document */

/*######### body #########*/
body{
	background:#FFF;
	font-size:14px;
}

/*######### popup #########*/
#popup{
	width:740px;
	padding:30px 20px;
}

#popup .p_case_question{
	padding:20px 0;
}

.p_case_q_txt{
	width:470px;
	padding:0 0 20px;
	float:left;
}

.p_case_q_txt p{
	padding:15px 0 0;
	line-height:1.7;
}

.p_case_q_pic{
	width:250px;
	float:right;
}

#CaseBox{
	background:#F0F0E1;
	padding:30px 20px;}
	
.case_logo{
	float:left;
	width:240px;}
.case_txt{
	float:right;
	width:460px;}		


#popup_btn{
	width:660px;
	margin:0px auto;}
	
#popup_btn p{width:320px;}	


#Cons2{
	width:650px;
	background:#EEE;
	padding:20px 45px;
	margin-top:20px;}