﻿/*@charset "utf-8";*/
/* CSS Document */

/* --------------------------------------------------
★★★★★ プリンター用★★★★★
-------------------------------------------------- */
@media print {

/*背景画像も印刷する*/
*{-webkit-print-color-adjust: exact;}

 /* ページ全体の余白を設定 */
@page {
size: A4;
margin: 5mm;
}

html{background-color: #ffffff; height: auto;}
#container{border-left:none;border-right:none;}


/* --------------------------------------------------
   A4引換券
-------------------------------------------------- */
.a4spec{font-size: xx-small;}



#hikikae_box{
width: 90%;
margin-left:auto;
margin-right:auto;
}

#hikikae_read{
width:100%;
border: 1px solid #999999;
border-radius: 5px;
font-size:95%;
padding:1%;
line-height:150%;
margin-bottom:5%;

display:flex;/**/
font-size: small;
}

#hikikae_read div{
display:flex;
justify-content:space-between;
font-weight:bold;
color:#333;
padding:1%;
border-bottom:1px #999 dotted;

background-color: #eee;/**/
width: 50%;
}

#hikikae_read ul{
margin-top:1.5%;
padding-left:20px;
list-style-type: disc;
list-style-position: outside;
font-size: x-small;

}

#body_body_TableResult{
display:block;
table-layout: fixed;
border-collapse: collapse;
width: auto;
box-sizing: border-box;
height: 100%;
}


#body_body_TableResult td
{
display:block;
width:150px;
float:left;/
border:1px #ccc dotted;
box-sizing: border-box;
}


.a4thum{
width:90%;
margin-left:auto;
margin-right:auto;
height:280px;
margin-top:0px;
box-sizing: border-box;
}

.a4img{
width:90%;
margin-left:auto;
margin-right:auto;
height:160px;
margin-top:5px;
cursor:pointer;
}

.bt_return{
background-color:#eee;
width:20%;
margin-left:auto;
margin-right:0px;
height:26px;
padding-top:1%;
text-align:center;
border-radius: 10px 10px 10px 10px;
border: 1px solid #999;
}




#body_body_MenuPage1{display: none;}
#body_body_MenuPage2{display: none;}
.bt_return{display: none;}


}
/* --------------------------------------------------
★★★★★ プリンター用★★★★★
-------------------------------------------------- */