@import "common.css";
@import "contents.css";

.flag{
float:right;
list-style:none;
margin:0;
padding:0;
}
.flag li{
margin:0;
padding:0;
}

#history_table{
}
#history_table th,
#history_table td{
text-align:left;
vertical-align:top;
}
#history_table th{
width:60px;
}
#history_table td .history_in{
border-left:3px solid #CED887;
padding-left:20px;
margin-bottom:20px;
zoom: 100%;
}
#history_table td .history_in b{
display:block;
font-size:14px;
color:#333;
font-weight:bold;
margin-bottom:15px;
line-height:1.2;
}
#history_table td .history_in p{
font-size:12px;
color:#3e3e3e;
line-height:1.3;
padding:0 0 10px 0;
margin:0;
zoom: 100%;
}
#history_table td .history_in p:after,
#history_table td .history_in img:after{
content:".";
display:block;
visibility:hidden;
height:0.1px;
font-size:1px;
line-height:0;
clear:both;
}
#history_table td .his_photo{
margin:0 0 10px 0;
zoom: 100%;
}
#history_table td .his_photo:after{
content:".";
display:block;
visibility:hidden;
height:0.1px;
font-size:1px;
line-height:0;
clear:both;
}
#history_table td .his_photo td{
vertical-align:middle;
}

.pickup div{
background-color:#FFFFCC;
padding:10px 10px 10px 20px;
}


@media print{

#history_table td .history_in{
margin-top:20px;
}
#history_table th{
padding-top:20px;
}

}
