*
{
    margin:0;
    padding:0;
    border:none 0 #000000;
}
body{
    /* 印刷用の初期化 */
    width:auto;
    float:none;
    margin:0;
    padding:0;
    background-color: #FFFFFF;
    height: 100%;
	font:normal 12px/1.6em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1{
    font-family:"ＭＳ ゴシック";
    font-size:25pt;
    font-weight:normal;
    margin-top:5mm;
    margin-bottom:5mm;
    page-break-after:avoid;
    text-align:center;
}
h2{
    font-family:"ＭＳ ゴシック";
    font-size:15pt;
    font-weight:normal;
    margin-top:10mm;
    margin-bottom:3mm;
    page-break-after:avoid;
    text-align:left;
}
h3{
    font-family: "ＭＳ ゴシック", serif;
    font-size:12pt;
    font-weight:normal;
    margin-top:5mm;
    margin-bottom:3mm;
    margin-left:5mm;
    page-break-after:avoid;
    text-align:left;
}
p {
    font-family: "ＭＳ ゴシック", serif;
    font-size:10pt;
	margin:4px 0;
	padding:0 0 4px 16px;
}

div#center{
    font-family: "ＭＳ ゴシック", serif;
    font-size:12pt;
    font-weight:normal;
    margin-top:4mm;
    margin-bottom:2mm;
    page-break-after:avoid;
    text-align:center;
}

div#left{
    font-family: "ＭＳ ゴシック", serif;
    font-size:12pt;
    font-weight:normal;
    margin-top:4mm;
    margin-bottom:2mm;
    page-break-after:avoid;
    text-align:left;
}

div#right{
    font-family: "ＭＳ ゴシック", serif;
    font-size:12pt;
    font-weight:normal;
    margin-top:1mm;
    margin-bottom:3mm;
    page-break-after:avoid;
    text-align:right;
}

div#main p
{
    font-family: "ＭＳ 明朝", serif;
    font-size:10pt;
    margin-top:0.5em;
    text-indent:1em;
    text-align:justify;
    page-break-after:avoid;
}
div#main div.material
{
    font-family:monospace;
    font-size:9pt;
    white-space:pre-wrap;
    padding:1mm;
    background-color:#cccccc;
    text-align:left;
    margin-top:1em;
}
div#main img#statistics-1
{
    position:relative;
    float:right;
    padding:3mm;
    margin-left:5mm;
    width:70mm;
}
div#main img#statistics-2
{
    position:relative;
    float:right;
    padding:3mm;
    margin-left:5mm;
    width:70mm;
}
.red{
    color: #ff0000;
}
/*↓結果*/
table.ido{
	width:700px;
	border-collapse: collapse;
}
.ido th{
	width: 25%;
	padding: 6px;
	vertical-align: top;
	color: #333;
	background-color: #eee;
	border: 1px solid #000000;
    text-align:center;
}
.ido td{
	padding: 3px;
	background-color: #fff;
	border: 1px solid #000000;
    text-align:center;
}

/*↓検索結果表指定*/
table.wakunashi{
    vertical-align: top;
    border: none;
    width: 100%;
    margin: 0;
    padding: 0;
    border-spacing: 0;
}
.wakunashi th,.wakunashi td{
    vertical-align: top;
    border: none;
    width: 100%;
    margin: 0;
    padding: 0;
}
table.zentai{
	border-collapse: collapse;
    border: 1px solid #000000;
	width: 100%;
	margin-bottom: 0;
    table-layout: fixed;
}

.zentai th{
    padding: 3px;
    vertical-align: middle;
    color: #333;
    background-color: #eee !important;;
    border: 1px solid #000000;
    text-align:center;
}
.zentai td{
    vertical-align: middle;
    padding: 3px;
    background-color: #fff;
    border: 1px solid #000000;
    text-align:center;
}
.zentai td.text{
    height: 20px;
}

th.zentai {
	padding: 4px 6px;/*H281007 6px→4px*/
	background: #64964D;/*H281007*/
	color: #fff;
	font-size: 10pt;
	font-weight: normal;
}

td.zentai {
	padding: 2px 4px;
	color: #000;
}
a.sample1 {
	cursor:pointer;
	float:right;
	font:normal 12pt "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:110px;
	padding: 6px;
	text-align:center;
	text-decoration:none;
	margin-top:25px;
	margin-right:15px;
	border-style:none;
	background: -moz-linear-gradient(top,#f8e57b 0%,#f2db5b);
	background: -webkit-gradient(linear, left top, left bottom, from(#f8e57b), to(#f2db5b));
	background: -ms-linear-gradient(top,#f8e57b 0%,#f2db5b);
	color: #333;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: -1px -1px 1px rgba(000,000,000,0.3),1px 1px 1px rgba(255,255,255,1);
	-webkit-box-shadow: -1px -1px 1px rgba(000,000,000,0.3),1px 1px 1px rgba(255,255,255,1);
	-ms-box-shadow: -1px -1px 1px rgba(000,000,000,0.3),1px 1px 1px rgba(255,255,255,1);
}
a.sample1:hover{
/*↓ロールオーバー時の透明度 */
	opacity: 0.7;
}

#return{
 position:fixed;
 top:25px;
 left:40px;
 z-index:999;
}
#winclose{
 position:fixed;
 bottom:10px;
 left:40px;
 z-index:999;
}

textarea.coment{  
    resize: both; 
    font:normal 12px/1.6em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 4px 4px;
	background: #f5deb3;
}

textarea.titenmei{  
    resize: both; 
	font:normal 12px/1.6em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0 0;
	background: #f5deb3;
	text-align:center;
}
@media print{
    a.sample1 {display:none;}
    a.no_print {display:none;}
    #OpenLayers_Control_MaximizeDiv_innerImage {display:none;}
    #OpenLayers_Control_Zoom_5 {display:none;}
    .olButton {display:none;}
    textarea.titenmei{resize: none;}
    textarea.coment{resize: none;}
    th {
        -webkit-print-color-adjust: exact;
    }
    .titenmei {
    scrollbar-width: none; /*Firefox対応のスクロールバー非表示コード*/
    -ms-overflow-style: none;/*Internet Explore対応のスクロールバー非表示コード*/
    }
    .titenmei::-webkit-scrollbar {
      display: none; /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
    }
}

input.nengetu {
    font-family: "ＭＳ ゴシック", serif;
	padding: 0 4px;
	font-size: 12pt;
    text-align:right;
	width:20px;
	background: #f5deb3;
}
input.nengetu::-webkit-outer-spin-button,
input.nengetu::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input.nengetu {
    -moz-appearance:textfield;
}
input.seirino[type=number] {
    font-family: "ＭＳ ゴシック", serif;
	padding: 0 4px;
	font-size: 11pt;
    text-align:right;
	width:32px;
	background: #f5deb3;
}
input.seirino[type="number"]::-webkit-outer-spin-button,
input.seirino[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input.seirino[type="number"] {
    -moz-appearance:textfield;
}

.page_number{
    font-family: "ＭＳ ゴシック", serif;
    font-size: 12pt;
    font-weight: normal;
    position:absolute;
    bottom:20px;
    left:50%;
    transform: translateX(-50%);
    z-index:999;
}

/* ブラウザ表示用に調整 */
@media screen
{
    div#main
    {
        text-align:center;
        padding:20px 40px;
        width:80%;
        margin-right:auto;
        margin-left:auto;
    }
    div#main p
    {
        width:60%;
    }
    div#main img#statistics-1
    {
        position:absolute;
        left:60%;
        padding:1mm;
        top:30mm;
    }
    div#main img#statistics-2
    {
        position:absolute;
        left:60%;
        padding:1mm;
        top:85mm;
    }
    /* opera向けハック */
    html[xmlns*=""] body:last-child div#main img#statistics-1
    , html[xmlns*=""] body:last-child div#main img#statistics-2
    {
        left:75%;
    }
}