body {  color: #333333; background-image: url(img/bg_b03_g01.gif)}
a:link {  color: #000066; text-decoration: none;}
a:visited {  color: #000066; text-decoration: none;}
a:hover {  color: #cc0000; text-decoration: underline}
.hiddenStructure {
 display: block;	
 background: transparent;	
 background-image: none; /* safari bug */
 border: none;	
 height: 1px;	
 overflow: hidden;	
 padding: 0;	
 margin: -1px 0 0 -1px;	
 width: 1px;}
.under-gray {  border-color: #FFFFFF #FFFFFF #666666; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px}
.footer {  font-size: 80%; color: #333333; text-align: center; background-color: #FFFFFF}
.710-box {  border: #999999 solid; background-color: #FFFFFF; border-width: 1px 1px 0px}


/******** 20230214 追加 */

body table {
	max-width: 710px;
	margin: 0 auto;
	background: #fff;
}
img{
    max-width: 100%;
    height: auto;
}
.under-gray.menu a {
	background: #fff;
	display: inline-block;
	width: calc(100% / 3);
	text-align: center;
	border: 1px solid #666;
	box-sizing: border-box;
	padding: 0.2em;
	font-weight: 700;
}
td.half {
	display: inline-block;
	box-sizing: border-box;
	padding: 0.5em;
	width: 49.5%;
	vertical-align: top;
	text-align: center;
}
td.half p{
    text-align: left;
}


@media (max-width: 740px){
 td.half {
	width: 100%;
}   
}
