@charset "utf-8";
/* CSS Document */

h3 {
    position: relative;
    padding: 10px 15px 5px;
    line-height: 1.6;
    padding-top: 10px;
    border-top: 2px solid #e88f22;
    border-bottom: 1px solid #d5d3cb;
    color: #6b5447;
    font-size: 30px;
    background-color: #f1ead1;
}

.searchSectionMargin {
    padding: 10px 20px;
    background-color:#fbf7f3;
}

.searchSelectBox {
    width: 600px;
    display: box;
    display: -webkit-box;
    display: -moz-box;
}

.searchSelectLeft {
    width: 200px;
    padding: 28px;
}

.searchSelectRight {
    width: 400px;
    vertical-align: middle;
}

.searchSectionMargin select{
	font-size:28px;
    margin-bottom: 15px;
    background-color:#FFFFFF;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border: 1px solid #ddd5ce;
    color: #666666;
}

.pulldown {
    width: 400px;
    height: 80px;
    line-height: 40px;
    background: url(../job/images/select-pulldown.png) no-repeat;
    background-position: right center;
    font-size: 24px;
}

.searchSectionMargin li {
    display: inline-block;
    width: 295px;
    margin: 8px 0;
    padding: 15px 5px 15px 10px;
    line-height: 1.5;
    color: #666666;
    font-size: 24px;
    background-color:#FFFFFF;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border: 1px solid #ddd5ce;
}

.searchSectionMargin li:nth-child(odd) {
    margin-right: 10px;
}


.searchSectionMargin li span {
    display: inline-block;
    width: 240px;
    margin-top: 3px;
    margin-left: 0px;
    vertical-align: top;
}


.searchSectionMargin input[type="checkbox"]{
    display: none;
}

.searchSectionMargin input[type="checkbox"]+span{
    display: inline-block;
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 20px;*/
    width: 32px;
    height: 32px;
    margin-right:5px;
    background: url(../images/spjob/search/checkbox_off.png) no-repeat;
    cursor: pointer;
}

.searchSectionMargin input[type="checkbox"]:checked + span{
    background: url(../images/spjob/search/checkbox_on.png) no-repeat;
}


.searchSectionMargin input[type="text"] {
    width: 600px;
    height: 80px;
    font-size: 28px;
    color: #666666;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border: 1px solid #cccccc;
}

.searchSectionMargin button {
    margin: 10px 0px;
    border: none;
}

.searchSectionMargin .btn-orange {
    width: 600px;
    padding: 20px 0px;
    font-size: 36px;
    font-weight: bold;
    color: #fff !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #F90;
    -webkit-box-shadow: 0 4px 0 0 rgba(224,80,10,0.8);
    -moz-box-shadow: 0 4px 0 0 rgba(224,80,10,0.8);
    -ms-box-shadow: 0 4px 0 0 rgba(224,80,10,0.8);
    -o-box-shadow: 0 4px 0 0 rgba(224,80,10,0.8);
    box-shadow: 0 4px 0 0 rgba(224,80,10,0.8);
    text-align: center;
}

.osusumeLink{
	width:600px;
	padding:20px;
	margin-bottom:15px;
	background-color:#ffffff;}
	
.osusumeLink a{
	color:#0066cc;}


select {
	-webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
	-moz-appearance: none;	/* ベンダープレフィックス(Firefox用) */
	appearance: none;		/* 標準のスタイルを無効にする */ 
}
::-ms-expand {		/* select要素のデザインを無効にする（IE用） */
	display: none;
}
