@charset "utf-8";
/* CSS Document */



table.topix1 {
width: 45%; /* テーブルの横幅を指定する */
float:left;
border: none;
margin-left:30px;
margin-right:3px;
margin-bottom:0px;
}
table.topix1 th, table.topix1 td {
padding:0px; /* セルの余白を指定する(上下左右) */
border: none;
background-color:#FFF;
}

table.topix1 th {
width: 40%;  /*35テーブルの見出しの横幅を指定する */
} 

div.topicstitle1{
/*	line-height:40px;*/
margin-top:2px;
	font-size:16px;
	text-align:center;
/*	letter-spacing:0.5em;
	padding-left:10px;*/
	}	

@media only screen and (max-width:767px){
	
table.topix1 {
	width:100%;
	margin-left:3px;
 /*margin: 10px 5px; テーブルの余白を指定する */
  display: block; /*ブロックレベル要素化する */
  border: none;
}
table.topix1 th, table.topix1 td {
 width: 100%; /*テーブルの見出しの横幅を指定する */
 /* display: block;ブロックレベル要素化する */
border: none;
}

div.topicstitle1{
	margin-bottom:3px;
    margin-top:3px;
	font-size:14px;
	text-align:left;
	letter-spacing:normal;
	}


}