@charset "utf-8";
/* モバイルレイアウト : 480 px およびそれ以下. */
.jobListContents{
    background: #F2F2F2;
}
.jobListContents .content{
    width: 90%;
    margin: 0 auto;
	padding: 2em 0;
}
.buttonBox ul{
    list-style-type: none;
    padding: 0 0 0 0;
}
.buttonBox li{
    display: inline-block;
    width: calc(100% / 6) ;
    box-sizing: border-box;
    padding: 0 1%;
    
}
.button1{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 19px;
    padding: 0.1em 0;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    text-decoration: none;
    color: #666666;
    text-align: center;
}
.button1:visited{
    color: #666666;
}
.button1:hover{
    font-weight: bold;
    color: #666666;
}
.button10{
    background: #E6E6E6;
}
.button11{
    background: #7FBCF3;
}
.button12{
    background: #B3B3B3;
}
.button13{
    background: #FBE4DE;
}
.button14{
    background: #DAF0E3;
}
.button15{
    background: #FCF0D8;
}
.activeButton1{
    font-weight: bold;
}
.jobList .item{
    border-bottom: dashed 1px #E6E6E6;
    position: relative;
}
.jobList .item p{
    font-size: 15px;
    margin: 4px 0;
}
.jobList .item a{
    display: inline-block;
    position: absolute;
    top:0 ;
    left:0 ;
    width: 100%;
    height: 100%;
}
.jobList .item a:hover{
    background: rgba(255,255,255,0.3) ;
}
.kindLabel{
    display: inline-block;
    width: 7em;
    text-align: center;
}
.dateCol{
    display: inline-block;
    width: 9em;
    text-align: center;
    
}
.nameCol{
    display: inline-block;
    width: 100% ;
}
.listContorlBlock{
	text-align:right;
}
.listContorlBlock a{
	display:inline-block;
	border-style:solid;
	border-width: 1px;
	text-decoration:none;
	color:#7f7f7f;
	border-color:#7f7f7f;
	padding:4px;
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
    letter-spacing: 0.1em;
	line-height: 160%;
}
.listContorlBlock a:visited{
}
.listContorlBlock strong{
	display:inline-block;
	border-style:solid;
	border-width: 1px;
	color:#fff;
	padding:4px;
	background-color:#7f7f7f;
	border-color:#7f7f7f;
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
    letter-spacing: 0.1em;
	line-height: 160%;

}
.button5{
    background: #7CD6C9;
}
.searchBlock {
    width: 90%;
    margin: 0 auto;
	padding: 2em 0;
}
.searchBlock h2{
    text-align: center;
    font-size: 19px;
}
.condItemList{
    margin: 30px 0 ;
    text-align: center;
}
.condItemList > div{
    display: inline-block;
}
.condItemList .item{
    display: inline-block;
    width: 22em ;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    margin: 4px 0 ;
    text-align: left;
}
.condItemList label{
    display: inline-block;
    width: 5em;
}
.searchResultBlock{
    width: 100%;
    margin: 0 auto;
	padding: 2em 0;
    box-sizing: border-box;
}
.searchResultBlock .item{
    background: #F2F2F2;
    box-sizing: border-box;
    padding: 0.5em 1em;
    margin: 1em 0;
    width: 100%;
}
.searchResultBlock .item p{
    margin: 0 0;
}
.newLabel{
    color: #FF0000;
    font-weight: bold;
}
.searchResultBlock .item table{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    line-height: 170%;
    width: 100%;
}
.searchResultBlock .item th{
    color: #FC9AA4;
    white-space: nowrap;
    text-align: left;
    padding: 0.25em 0.5em;
    border-bottom: dashed 1px #666666;
    width: 5em;
}
.searchResultBlock .item td{
    color: #666666;
    padding: 0.25em 0.5em;
    border-bottom: dashed 1px #666666;
}
.button2{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 26px;
    padding: 0.25em 0;
    width: 11em;
    margin: 10px 5px
}
.button7{
    background: #FC9AA4;
    margin: 1em 0;
}
/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only print {
.jobListContents .content{
    width: 74%;
	padding: 2em 0;
}
.condItemList .item{
    width: 22em ;
    font-size: 19px;
    margin: 4px 0 ;
}
.searchResultBlock{
    width: 74%;
	padding: 2em 0;
}
.searchResultBlock .item{
    padding: 1em 2em;
}
.searchResultBlock .item table{
    font-size: 17px;
}
}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only print {
.nameCol{
    width: calc(100% - 17em) ;
}
}