@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 {
	padding-left: 60px;
}

div#sgnavi a, div#sgnavi a:visited, span.sgnfocus {
	font-size: 0.7em;
	padding-top: 0;
}

dd.paddd {
	padding-top: 7px;
}


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#reportlist {
    width: 100%;

    font-size: 0.8em;

    text-align: left;
}


th {
    line-height: 1em;
}

td.status {
    width: 10%;
    text-align: center;
}
td.title {
    width: 90%;
	vertical-align: middle;
	font-size: 1.2em;
}
td.date {
    width: 30%;
	font-size: 1em;
}
td.org {
    width: 60%;
	font-size: 1em;
}

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

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;
}

