@charset "UTF-8";

/*------------------------------------------------



  table





------------------------------------------------*/
table,table.hyou_sp{
	border:none;
    border-collapse: collapse;
}
table td,table.hyou_sp td{
    border:none;
	font-size:100%;
	color:#333;
}
table td img{
	vertical-align:bottom;
}
table.hyou_none {
    border: none !important;
    border-collapse: collapse;
}
table.hyou_none td {
    border:none !important;
    padding:0 !important;
}

table.hyou_gray {
    border: 1px solid #cccccc;
    border-collapse: collapse;
}
table.hyou_gray td,table.hyou_gray th {
    border: 1px solid #cccccc;
    font-size: 100%;
    padding: 5px;
}
.hyou_gray_bg{
	background:#EEEEEE;
}

@media screen and (max-width: 480px) {
}