/*===============================================
画面の横幅が769px以上（パソコン用）
===============================================*/
@media screen and (min-width: 769px){

.kuma_01{
table-layout: fixed;
width: 60%; /* 横幅 */
max-width: 800px; /* 横幅の最大値 */
min-width: 740px; /* 横幅の最小値 */
border-collapse: collapse;

}

}

/*===============================================
画面の横幅が768pxまで（タブレット用）
===============================================*/
@media screen and (max-width: 768px){

.kuma_01{
table-layout: fixed;
width: 100%;
border-collapse: collapse;

}

}

/*===============================================
画面の横幅が640pxまで（スマホ用）
===============================================*/
@media screen and (max-width:640px){

.kuma_01{
table-layout: fixed;
width: 100%;
border-collapse: collapse;

}

}

.kuma_01 td.menu{
font-size:10px;
text-align: center;
padding: 6px;
background-color: #fff;
border-bottom: 1px solid #b9b9b9;
border-top: 1px solid #b9b9b9;
}
.kuma_01 td.cm{
text-align: center;
padding: 6px;
background-color: #fff;
}
.kuma_01 td.bbs2{
font-size:18px;
background-color: #fff;
border: 1px solid #b9b9b9;
}

