
/*info_table*/
table.table02 {
margin: 20px auto;
word-break: break-all;
border-collapse: separate;
/*border-spacing: 0 10px;*//*間のうペース*/
width: 90%;
}
table.table02 th {
padding:5px;
font-weight: bold;
width: 15%;
}
table.table02 td {
padding: 5px;
vertical-align: middle;
text-align: left;
font-weight: 500;
font-size: 110%;
}
table.table02 td img{
width: 30px;
height: 30px;
}
table.table02 td i{
margin-right: 0;
font-size: 80%;
padding: 0;
}
@media screen and (max-width: 834px){ 
/*info_table*/
table.table02 {
width: 95%;
}
table.table02 th {
padding:5px 0 0 0;
display: block;
width: 100%;
text-align: left;
}
table.table02 td {
padding: 0 0 10px 0;
display: block;
font-size: 90%;
	width: 95%;
	margin: 0 auto;
}
table.table02 td i{
font-size: 80%;
}
}
