@charset "utf-8";
.logbox{
 width : 650px;
 height : 400px;
 overflow: auto;
 vertical-align : top;
 line-height : 160%;
 font-size : 14px;
 margin-left : 0px;
}
/* clearfix */
/* For IE 6/7 (trigger hasLayout) */


.fbbox{
 width : 290px;
 height : 400px;
}
.fadein0 {
 animation: fadeIn 1s ease 0s 1 normal;
 -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
.main1{
 background-image : url(../img_top/main1.jpg);
 background-repeat : no-repeat;
 background-position : center top;
 height : 585px;
}
.td_log1{
 vertical-align : middle;
 text-align : center;
 padding-top : 5px;
 padding-bottom : 5px;
 border-right-width : 1px;
 border-right-style : dotted;
 border-right-color : #999999;
 background-color : #fffddd;
 border-bottom-width : 1px;
 border-bottom-style : solid;
 border-bottom-color : #999999;
}
.td_log2{
 vertical-align : middle;
 text-align : center;
 padding-top : 5px;
 padding-bottom : 5px;
 width : 200px;
 background-color : #f3ffe3;
 border-bottom-width : 1px;
 border-bottom-style : dotted;
 border-bottom-color : #999999;
 border-right-width : 1px;
 border-right-style : dotted;
 border-right-color : #999999;
}
.td_log2z{
 vertical-align : middle;
 text-align : center;
 padding-top : 5px;
 padding-bottom : 5px;
 width : 200px;
 background-color : #fcedd3;
 border-top-width : 3px;
 border-top-style : double;
 border-top-color : #999999;
}
.td_log3{
 vertical-align : middle;
 text-align : center;
 padding-top : 5px;
 padding-bottom : 5px;
 width : 400px;
 border-top-width : 3px;
 border-top-style : double;
 border-top-color : #999999;
 border-right-width : 1px;
 border-right-style : dotted;
 border-right-color : #999999;
}
.lineoffright{
 border-right-width : 0px;
 border-right-style : none;
}

.table_log{
 border-width : 1px;
 border-style : solid;
 border-color : #999999;
}
.fadein {
 animation: fadeIn 3s ease 0s 1 normal;
 -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
 0% {
 opacity: 0}
100% {
 opacity: 1}
}
@-webkit-keyframes fadeIn {
 0% {
 opacity: 0}
100% {
 opacity: 1}
}
