/* ■トップページのおしらせ欄■PC・TAB・スマホ共通■── */
.tabletopics2 {
	width: 96%;
    margin-top : 0px;
    margin-bottom : 0px;
    margin-right : auto;
    margin-left : auto;
  border-top:0px solid #bbbbbb;
    border-bottom:0px solid #bbbbbb;
    border-left:0px solid #bbbbbb;
    border-right:0px solid #bbbbbb;
}
.tabletopics2 th, .tabletopics2 td{
   padding:0px;
   border-style: none none dashed none; /* 線種　上下区切りが波線、左右区切りがナシ */
   border-width: 1px; /* 線の太さ */
   border-color: gray gray; /* 線色　上下区切りがグレー、左右区切りがグレー */
}
.tabletopics2 th {
  padding-top:  8px;
  padding-left:  4px;
  padding-bottom:  0px;
font-weight: normal;
width: 110px;
text-align: left;
/* background-color:#f4f4f4; */
}
.tabletopics2 td {
   padding-bottom:4px;
}
.oshirase-midashi {
  background: #FFFFFF;
  background: #EAF0FF;
  padding:  4px;
  font-size: 16px;
  border-radius: 8;
  margin-top: 0px;
}
.oshirase-honbun {
  padding-top:  2px;
  padding-left:  4px;
  padding-bottom:  3px;
}
.sugu-file-list {
  margin-left:  20px;
}

.oshirase-shosailink {
display: inline-block;
margin-left:20px;
margin-top:3px;
margin-bottom:5px;
}
.oshirase-filelink {
line-height : 180.00%;
margin-top:1px;
margin-bottom:4px;
margin-left:10px;
}
.date {
    background-repeat: no-repeat;
background-position:45px 30px  ;/*左から、上から */
font-size:15px;
}

.new {
    padding-left: 0px; /* 表示するアイコンの幅＋余白 */
    background-image: url("../icons/new.png");/* cssファイルからの相対パス */
}
.important {
    padding-left: 0px; /* 表示するアイコンの幅＋余白 */
    background-image: url("../icons/important.png");
}
.filelink {
  padding-left: 22px;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-position: 0.06em 30%;
  background-image: url("../icons/general.gif");
}
.docx {
  background-image: url("../icons/doc.gif");
}
.doc {
  background-image: url("../icons/doc.gif");
}
.pdf {
  background-image: url("../icons/pdf.png");
}
.pptx {
  background-image: url("../icons/ppt.gif");
}
.ppt {
  background-image: url("../icons/ppt.gif");
}
.img {
  background-image: url("../icons/img.gif");
}
.txt {
  background-image: url("../icons/txt.gif");
}
.xlsx {
  background-image: url("../icons/xls.gif");
}
.xls {
  background-image: url("../icons/xls.gif");
}
.zip {
  background-image: url("../icons/zip.gif");
}

.image-link {
margin-left:auto;
margin-right:auto;
margin-top:10px;
margin-bottom:10px;
width:100%;
height:auto;
}
.clear {
clear:both;　/*floatの解除、ここがポイント*/
}
