
body {
	background-color : #ffecaa;
}

table.kijicell {
	background-color : #ffffff;
}

th.datamenu, td.datamenu {
	border: 2px solid #333;			/* 枠線指定 */
	width: 250px;
	height: 50px;
	font-size: 1.2rem;
	text-align : center;
	background-color : #ffffff;
}

table.datamenu {
	border-collapse: collapse;		/* セルの線を重ねる */
}

a.datamenu {
	text-decoration:none;
}

/*

body{
  color : #333333;
  font-size : 1.3rem;
  font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  line-height : 1.3;
  background-color : #000f1f;
  background-image : url(img/23736875_mm.jpg);
  background-repeat : no-repeat;
  background-position : center top;
  background-size : contain;
  text-align : left;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  position : relative;
  word-wrap : break-word;
}

body::after{
  background-image : -webkit-gradient(linear, left bottom, left top, color-stop(0%,rgba(0, 17, 39, 0.3)), color-stop(100%,rgba(0, 14, 33, 0)));
  background-image : linear-gradient(0deg, rgba(0, 17, 39, 0.3) 0%, rgba(0, 14, 33, 0) 100%);
  width : 100%;
  height : 100%;
  display : block;
  position : absolute;
  top : 0px;
  bottom : 0px;
  right : 0px;
  left : 0px;
  z-index : 1;
  content : '';
}

body:not(.home){
  background-image : none;
}

html{
  font-size : 62.5%;
}

main{
  display : block;
}

header{
  display : block;
}

footer{
  display : block;
}

h1{
  margin-top : 0px;
  box-sizing : border-box;
}

h2{
  margin-top : 0px;
  box-sizing : border-box;
}

h3{
  margin-top : 0px;
  box-sizing : border-box;
}

h4{
  margin-top : 0px;
  box-sizing : border-box;
}

h5{
  margin-top : 0px;
  box-sizing : border-box;
}

h6{
  margin-top : 0px;
  box-sizing : border-box;
}

p{
  margin-top : 0px;
  box-sizing : border-box;
}

table{
  margin-top : 0px;
  box-sizing : border-box;
}


*/

@media not screen, screen and (min-width: 569px) {
/*PC*/

div.show1 {
	width: 1000px;
	overflow: auto;
}

div#torokumail {
	width: 680px;
	text-align: left;
	overflow: auto;
	background-color: #ffffff;
	border: 1px solid #000000;
}

/*
div#yosou1 {
	display: none;
}

*/

@media screen and (max-width: 568px) {
/*スマホ*/
/*
div#yosou1 {
	display: none;
}


*/

