body{font-family:"Hiragino Kaku Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGOTHIC" ; color:#333333;
}

/*RSS、テーブル　BIND調整用
--------------------------------*/

/*ブログ名の非表示*/
.-news5 h3{
	display:none !important;
}

/*不要なマージン削除*/
.-news5 .tabular {
  margin: 0 !important;
}

/*【デザイン】下線だけにする*/
.-news5 .c-list_table th{
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #ddd;
}

.-news5 .c-list_table td{
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #ddd;
}

/*ブログ表示部の変更　※適時変更必須*/
.c-list_table th {
  width:30%;
  border-bottom: 1px solid #ddd;
}

.c-list_table td {
  width:70%;
  border-bottom: 1px solid #ddd;
}

/*tableがwidthが動かない時の対策*/
.c-list_table {
	border: none !important;
	border-collapse: collapse;
	table-layout: fixed;
}


/*スマホ調整用
--------------------------------*/

@media (max-width: 640px) {

/*タップ用にメニュー高さ広げる*/
.c-menu li{
padding:10px 0;
}

/*横幅ずれ防止*/
.c-list_news, .c-list_indent, .c-list_table{
width: 320px!important;
 margin: 0 auto !important;
}

/*表示部の変更　※適時変更必須*/
.c-list_table th {
width:100%;
border-bottom: none!important;
padding:0 10px!important;
}

.c-list_table td {
width:100%;
border-bottom: 1px solid #ddd;
padding:0 10px!important;
margin-bottom:5px;
}

}
