@charset "Shift_JIS";

/* ==========================================================
   report.html 専用スタイル（PC時のみ）
   index_style.css の後に読み込むこと
   ========================================================== */

/* --- 一覧リンク --- */
.list-box {
width: 590px;
margin: 5px 10px 20px;
text-align: left;
}

.list-box a {
display: block;
width: 590px;
margin-bottom: 4px;
padding: 8px 10px;
color: #000000;
text-decoration: none;
font-weight: bold;
line-height: 1.4;
background: linear-gradient(#ffffff,#ffffff,#E0F8E0);
border: 1px solid #089E00;
border-left: 6px solid #089E00;
box-sizing: border-box;
font-family: 'メイリオ',Meiryo;
}

.list-box a:hover {
opacity: 0.8;
}

.list-box a:active {
position: relative;
top: 1px;
}

.list-no {
color: #0099CC;
margin-right: 10px;
}

/* --- 最下部の戻り導線 --- */
.modoru-cen {
margin: 20px 10px 20px;
text-align: center;
font-size: small;
}
