/* CSS Document */
.flex_wrapper{
display:flex;
flex-wrap:wrap;
}
.box{
display:inline-block;
background-color: var(--main_bg_light);
float:left;
width:300px;
border:2px var(--main_bg_light_border) solid ;
border-radius:4px;
margin: 6px;
text-align:center;
padding-bottom:20px;
}
 artcile.box > a > h1{
	font-size:16px;
	}
artcile.box > a > h2{
color:#FF0000;
}
artcile.box > a > p.tenpo{
color:#999999;
}


div.alert.alert-danger > h2{
margin-top:0;
}


table.table.table-bordered.table-condensed.list_table > tbody > tr > th > a {display:block;width:100%;height:100%;}


.jancode{
font-size:9px;
font-weight:normal;
margin-top:1em;
color:#999999;
}


img.img-responsive{
display:inline-block;
margin:0 10px 10px 0;

}


.used_spec  th{

}

.used_spec  td{
}


@media (max-width: 481px ) {
.box{
width:100%;

}

}