﻿/*@charset "utf-8";*/
/* CSS Document */


/* --------------------------------------------------
   A4引換券
-------------------------------------------------- */
#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%;
}

#hikikae_read div{
display:flex;
justify-content:space-between;
font-weight:bold;
color:#333;
padding:1%;
border-bottom:1px #999 dotted;
}

#hikikae_read ul{
margin-top:1.5%;
padding-left:20px;
list-style-type: disc;
list-style-position: outside;
}

#body_body_TableResult{
display:block;
table-layout: fixed;
border-collapse: collapse;
width: auto;
box-sizing: border-box;
}


#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;
}
