@charset "UTF-8";

@import "common.css";

@import "ml.css";

/* 個別
--------------------------------------------------*/

table#filt {
float: right;
width: 280px;

font-size: 0.8em;
margin-bottom: 20px;

/*
border: 1px solid #999;
*/

}

table#filt td.filtkmk{
	text-align: right;
}


div#sgnavi {
    font-size: 0.9em;
	padding-left: 4px;
}

div#sgnavi a, div#sgnavi a:visited {
	padding: 6px 6px 7px 15px;
}

span.sgnfocus {
	padding: 6px 6px 7px 15px;
}

div#sgnavi a, div#sgnavi a:visited {


}


div#filt a, div#filt a:visited {
    text-decoration: none;
    color: #575656;
    color: #0000ff;
}

div#filt a:hover {
    color:#E84041;
    text-decoration: underline;
}



dl.stk {
    clear: both;
    margin: 0;
    paddinig: 0;
}

dl.stk dd{
    margin: 0;
    float: left;

    padding: 0 5px 0 5px;
}

span.grn {
    color: #00BB2D;
    font-weight: bold;
}


span#kensu {
    display: block;
    clear: both;

    font-size: 0.8em;

text-align: left;
    
/*
    border-bottom: 2px dotted #999;
*/
}

span#nodata {
	clear: both;
	width: 100%;
	display: block;
	padding-top: 20px;
}



/* テーブル mllist
--------------------------------------------------*/

table#corplist {
    width: 100%;

    font-size: 0.8em;

    text-align: left;
}

td.bline, td.bkoumokumei, td.midashi {
border-bottom: 1px solid #333;
border-bottom: 1px solid #CAE2EE;
border-bottom: 2px dotted #999;
border-bottom: 1px solid #999;
}


th {
    line-height: 1em;
}

td.name {
    width: 70%;
}

td.blog {
    width: 15%;
   text-align: center;
   vertical-align: top;
}

td.recruite {
    width: 15%;
   text-align: center;
   vertical-align: top;
}

td.koumokumei {
    width: 8%;
	text-align: right;
	text-align: left;
}

th a, th a:visited {
    text-decoration: none;
    color: #575656;
    color: #0000ff;
}

th a:hover {
    color:#E84041;
    text-decoration: underline;
    text-decoration: none;
}


td {
      line-height: 1.4em;
  padding: 2px;

}

td.midashi {
    height: 2px;
    line-height: 0em;
/*
     border-bottom: 2px dotted #999;
*/
}

tr.even, td.even {
    background-color: #fbf0df;
}

/*
td.title {
    font-size: 1.2em;
}

td.koushinbi, td.cnt {
    text-align: center;
}
*/


td a, td a:visited {
    text-decoration: none;
    color: #0066CC;
    color: #0000ff;
}
td a:hover {
    color:#E84041;
    color:#00AAEA;
    color:#0000ff;
    background-color:#D2FFEE;

    text-decoration: underline;
    text-decoration: none;
}



/* 改ページ
--------------------------------------------------*/
p#kaipage {
    color: #6D6E6E;
    font-size: 0.8em;

text-align: left;
}

p#kaipage span {
    padding: 2px;
}

p#kaipage a, p#kaipage a:visited {
    text-decoration: none;
    color: #0066CC;
    color: #0000ff;
}


p#kaipage a:hover {
    color:#00AAEA;
    color:#E84041;



    text-decoration: underline;
    text-decoration: none;
}


