@charset "utf-8";

/*-----------------
seismograph detail
-------------------*/
ul.navi-main li a.seismograph {background: url("/image/maker12.png") no-repeat 0 center;}
ul.navi-main li:hover a.seismograph {background: url("/image/maker10.png") no-repeat 0 center;}


/*----------------*/
#m00,#m01,#m02,#m03,#m04,#m05,#m06,#m99{background: none;}
ul.navi-main li span,
ul.navi-main li span.default,
ul.navi-main li:hover span,
div.page-image {
        width:0;
        height:0;
}


/*-------------------
 *
 *-------------------*/
figure.photo {
	margin: 1em 0 1em 20px;
	text-align: center;
}
figure.right,
figure.left {
	float: left;
}
figure.center img {
	margin: 0 auto;
}

figcaption {
	text-align: center;
}
/*----------------
 result
-------------------*/
dl.result {
        background: transparent url("/image/common/table_background-02.png") -840px 0px repeat-y;
        margin-left: 4px;
        margin-right: 1px;
        width: 700px;
        border-top: 1px solid #ccc;
}

dl.result dt {
        padding: 0.5em 0;
        width: 160px;
        text-align: center;
        font-weight: bold;
}

dl.result dd {
        margin: -2.4em 0 0 0;
        padding: 0.5em 10px 0.5em 180px;
        width: 510px;
        border-bottom:1px solid #ccc;
}

dl.result ul {
        padding-left: 20px;
}

