.ct {
    width: 100%;
    margin-top: 3px;
    font-size: 13px;
    color: #ffffff;
    background-color: #FF5F00;
    border: #ffffff 2px solid;
    padding: 5px 5% 5px 5%;
    border-radius: 30px;
    display: block;
}

@media screen and (max-width: 580px) {

.ct::after {
	content: url("../images/common/mouseover.png") ;
	display:  inline-block; 
	display: block;
    margin-top: -25px;
    margin-right: -190px;
    margin-bottom: -5px;
}
	
}


.zInputWrapper{
background-color: #FFF5ED;
padding: 4px;
margin: 2px;
border-radius:12px;
}

.zInput{
display:inline-block;
width: 32.222%;
height: 120px;
background-color: white;
margin:4px;
padding: 11px;
text-align:center;
cursor:pointer;
color: #FF5F00;
border: #FF5F00 2px solid;
border-radius:10px;
font-size: 16px;
overflow:hidden;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border-radius: 8px;
border-bottom: 5px solid #ff5f00;
}


.zCheckbox{
color: #FF5F00;
border: #FF5F00 2px solid;
height: 60px;
}

.zSelected{
color: white;
background-color:#FF5F00;
border: #FF5F00 2px solid;
transform: translateY(2px);
border-bottom: 3px solid #d4470b;
}

.zSelected.zCheckbox{
background-color: #FF5F00;

}


@media screen and (max-width: 849px) {

.zInput{
display:inline-block;
width: 48.000%;
height: 110px;
margin:4px;
padding: 12px;
font-size: 16px;
}	
	

}


@media screen and (max-width: 580px) {

.zInput{
display:inline-block;
width: 98.000%;
height: 110px;
margin:4px;
padding: 12px;
font-size: 16px;
}	
	

}

.seach_tit {
margin-bottom: 10px;
}



