@charset "utf-8";

.searcnBlock {
    text-align: center;
    width: 97%;
    border: 2px solid #32ccfe;
    border-top: 5px solid #32ccfe;
    border-radius: 6px;
    background-color: #f2ffff;
    margin: 10px 0px 5px 5px;
}

.searcnBlockInnner {
    padding: 10px 0px 10px 1%;
    width: 97%;
}

.singleSearchBlock {
    width: 96%;
	
}

.singleSearchBlock h2 {
    font-size: 20px;
    font-weight: 400;
    font-weight:bold;
    color: #333;
    float: left;
}

.singleSearchBlock i {
    font-size: 30px;
    float: left;
    margin-top: -5px;
    background-color: #32ccfe;
    width: 32px;
    height: 32px;
    border-radius: 20px;
    color: #ffffff;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 3px;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
}

.searcnBlockInnner .searcnBox {
    padding: 2px 0;
    position: relative;
    height:50px;
}

.searcnBlockInnner select {
    width: 80%;
    width: -webkit-calc(100% - 77px);
    width: calc(100% - 100px);
    padding: 6px;
    margin: 10px;
    border-radius: 6px;
    position: absolute;
    left:75px;
    margin-top: 20px;
    height: 40px;
    cursor: pointer;
}

.searcnBlockInnner .searcnBox h3 {
    margin: 0;
    padding: 0;
    width: 45px;
    FONT-SIZE: 14px;
    float: left;
    margin-left: 10px;
    line-height: 48px;
}

.searcnBlockInnner .searcnBox .mainArea h3 {
    color: #666;
    font-size: 14px;
    line-height: 60px;
    width: 60px;
}

.searcnBlockInnner .searcnBox .shokusyu h3 {
    color: #666;
    font-size: 14px;
    width: 60px;
    line-height: 60px;
    position: absolute;
}

.searcnBlockInnner .searcnBox .kodawari h3 {
    color: #666;
    font-size: 14px;
    width: 60px;
    line-height: 60px;
}

.searcnBlockInnner .searchBtn {
	padding: 4px 0;
	margin-top: 10px;
}

.searcnBlockInnner .searchBtn a {
    display: block;
    text-align: center;
    text-decoration: none!important;
    color: #fff!important;
    border-radius: 4px;
    border: 1px solid #65af38;
    background: #6ad030;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.3);
    box-shadow: 0 2px 3px rgba(0,0,0,.3);
    width: 96%;
    height: 40px;
    font-size: 18px;
    line-height: 36px;
    cursor: pointer;
    margin: auto;
}

.searcnBlockInnner .searchBtn span {
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    text-decoration: none!important;
    color: #fff!important;
    margin:1px;
    display: block;
}

.allSearcnBlock {
    text-align: center;
    margin-bottom: 10px;
    width: 99%;
}


.allSearcnBlock .allSearchBtn {
	padding: 4px 0;
}

.allSearcnBlock .allSearchBtn a {
    display: block;
    text-align: center;
    text-decoration: none!important;
    color: #222!important;
    border-radius: 4px;
    border: 1px solid #666;
    margin-left: 5px;
    background: #ffffff;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.3);
    box-shadow: 0 2px 3px rgba(0,0,0,.3);
    width: 98%;
    height: 50px;
    font-size: 18px;
    line-height: 36px;
    cursor: pointer;
}

.allSearcnBlock a i {
    font-size: 30px;
    margin-top: -4px;
    color: #32ccfe;
    margin-right: 10px;
}

.allSearcnBlock i {
font-size: 15px;
    margin-top: -31px;
    color: #c0c0c0;
    margin-right: -391px;
}

.allSearcnBlock span {
    font-size: 22px;
    font-weight: bold;
    line-height: 57px;
    text-decoration: none!important;
    color: #000!important;
}

.shokusyu select:nth-child(3) {
	display:none;
}
.searcnBlockInnner .moreSelect {
    display: block;
    padding: 10px;
    margin-top: 15px;
    cursor: pointer;
}
