@charset "UTF-8";

@import url("/sites/guide/style/css/bbs_common.css");
/* @import url("/sites/guide/style/css/bbs_type_table.css"); */

@charset "UTF-8";

/*list*/
._articleTable{width:100%;}
._articleTable table{}
._articleTable caption{text-indent:-9999px;font-size:16px;opacity:1;}

._articleTable col._artclColCheck,
._articleTable tr th._artclThCheck,
._articleTable tr td._artclTdCheck{width:40px;}
._articleTable col._artclColNum,
._articleTable tr th._artclThNum,
._articleTable tr td._artclTdNum{width:50px;}
._articleTable col._artclColTitle,
._articleTable tr th._artclThTitle,
._articleTable tr td._artclTdTitle{width:100%;}
._articleTable col._artclColWriter,
._articleTable tr th._artclThWriter,
._articleTable tr td._artclTdWriter{width:110px;}
._articleTable col._artclColRdate,
._articleTable tr th._artclThRdate,
._articleTable tr td._artclTdRdate{width:100px;}
._articleTable col._artclColComment,
._articleTable tr th._artclThComment,
._articleTable tr td._artclTdComment{display:none;}
._articleTable col._artclColAccess,
._articleTable tr th._artclThAccess,
._articleTable tr td._artclTdAccess{width:60px;}
._articleTable col._artclColRecommend,
._articleTable tr th._artclThRecommend,
._articleTable tr td._artclTdRecommend{}
._articleTable col._artclColAtchFile,
._articleTable tr th._artclThAtchFile,
._articleTable tr td._artclTdAtchFile{}
._articleTable col._artclColSort,
._articleTable tr th._artclThSort,
._articleTable tr td._artclTdSort{width:100px;}
._articleTable col._artclColTime,
._articleTable tr th._artclThTime,
._articleTable tr td._artclTdTime{width:170px;}
._articleTable col._artclColPeriod,
._articleTable tr th._artclThPeriod,
._articleTable tr td._artclTdPeriod{width:300px;}

._articleTable thead{border-bottom:1px solid #074880;}
._articleTable thead th{background:#0665b7;font-weight:bold;color:#FFF;padding:13px 0;line-height:1.25;}
._articleTable tbody{border-bottom:2px solid #cccccc;}
._articleTable tbody td{border-bottom:1px solid #f3f3f3;padding:13px 0;}
._articleTable tbody td:first-child{border-left:0;}
._articleTable tbody td:last-child{border-right:0;}

._articleTable tr.headline{background-color:#fbfbfb;}
._articleTable td._noData{width:100% !important;line-height:1.5;}
._articleTable td._artclTdTitle{text-align:left;}
._articleTable td._artclTdWriter{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

._articleTable td a.artclLinkView{display:inline-block;vertical-align:-4px;width:calc(100% - 20px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
._articleTable td a.artclLinkView strong{}
._articleTable td a.artclLinkView:hover{text-decoration:underline;}

._articleTable .newArtcl{display:inline-block;vertical-align:-7px;width:11px;height:11px;text-indent: -9999px;background:url(/sites/guide/images/icon_new.png);}
._articleTable .attach_file{float:left;margin:7px 5px 0 0;display:inline-block;width:13px;height:13px;text-indent: -9999px;background:url(/sites/guide/images/icon_file.png);}
._articleTable ._artclNotice{display:block;text-indent:-9999px;background:url(/sites/guide/images/bul_caution_01.png) no-repeat center;height:22px;width:22px;margin: 0 auto;}

@media screen and (min-width:481px) {
  ._articleTable td a.artclLinkView strong{font-weight:200;}
}
@media screen and (max-width:820px) {
  ._articleTable table{display:block;width:100%;}
  ._articleTable tbody{display:block;width:100%;}
  /* ._articleTable tr{display:block;width:100%;position:relative;border-bottom: 1px solid #DDD;padding: 15px;box-sizing:border-box;overflow:hidden;} */
  ._articleTable tr{width:100%;position:relative;box-sizing:border-box;overflow:hidden;}
  ._articleTable tbody td{/* display:block;width:100% !important; */border-bottom:0;padding:0 0 10px 0;text-align:left;box-sizing:border-box;}
  ._articleTable tr td._artclTdWriter,
  ._articleTable tr td._artclTdRdate{text-align:right;font-size:13px;display:inline-block;float:right;margin-left:15px;width:auto !important;}
  ._articleTable thead,
  ._articleTable td._artclTdNum,
  ._articleTable td._artclTdAccess,
  ._articleTable td._artclTdAtchFile{display:none;}	  
  /*
  ._articleTable col._artclColNum,
  ._articleTable th._artclThNum,
  ._articleTable td._artclTdNum,
  ._articleTable col._artclColAccess,
  ._articleTable th._artclThAccess,
  ._articleTable td._artclTdAccess{display:none;}
  */
}
@media screen and (max-width:600px) {
  /*._articleTable thead,
  ._articleTable col._artclColWriter,
  ._articleTable tr th._artclThWriter,
  ._articleTable tr td._artclTdWriter{display:none;}
  */
}
@media screen and (max-width:380px) {
  /*
  ._articleTable col._artclColRdate,
  ._articleTable tr th._artclThRdate,
  ._articleTable tr td._artclTdRdate{display:none;}
  */
}
