@charset "utf-8";
body{
	color: #333;
	background-color: #ffffff;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-size: 90%;
	line-height: 1.5;
	/* text-align:center; */
	margin:0;
	padding:0;
	
}
input,textarea,select{
	border-left:1px solid Dimgray;
	border-right:1px solid Dimgray;
	border-top:1px solid Dimgray;
	border-bottom:1px solid Dimgray;
	font-size:13px;
	color:Dimgray;
	background-color:#FFFFFF;
}
a:link {
	color:#006699;
	text-decoration:none;
}
a:active {
	text-decoration:none;
}
a:visited {
	color:#336699;
	text-decoration:none;
}
a:hover {
	color:#006699; 
	text-decoration:none;
}
/* ----- 背景画像を右下に固定する場合 -------------------------------------- */
body{
	background-attachment: fixed;
 	background-position: 95% 95%;
 	background-repeat: no-repeat
	/* background-image: url(image/back.gif); */
}
div#mybody{
	width:700px;
	text-align:left;
	background-color: #fff;
	margin-left: auto;
   	margin-right: auto;
}
#table01{
    	width: 100%;
}
table#table01 td#main {
  width: 80%;
}
table.center{
        margin: auto;
	text-align: left;
}
td.center,th.center{
	text-align: center;
	/* vertical-align: top; */
}
td.left,th.left{
	text-align: left;
	/* vertical-align: top; */
}
td.right,th.right{
	text-align: right;
	/* vertical-align: top; */
}
hr.center{
        margin: auto;
}
div.center{
        text-align:center;
}
div.right{
        text-align:right;
}
h1.center{
	text-align: center;
}
h2.center{
	text-align: center;
}
h3.center{
	text-align: center;
}
span.small{
	font-size:small;
}
.member_table{
	margin: auto;
	text-align: left;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	background-color: #ffffff
}
.member_td1{
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	background-color: #fffff0
}
.member_td2{
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	background-color: #ffffff
}
.list_table{
	margin: auto;
	text-align: left;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	width: 50%;
	background-color: #ffffff
}
.list_td1{
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	background-color: #fffff0
}
.list_td2{
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	background-color: #ffffff
}
@media screen and (max-width: 767px) {
	div#mybody{
		width:100%;
		font-size: 14px;
		line-height: 1.2;
	}
	#table01 th,
	#table01 td {
    		width: 100%;
    		display: block;
 	}
	 #table01 th {
    		width: 100%;
 	 }
}