@charset "utf-8";

#submenu .index ul li#ind10 {
  display:none;
}

/* ------------------------------ *
	テーブル基本
 * ------------------------------ */
#contents .bptable{
width:600px;
margin:10px auto 30px;
}
#contents .bptable table{
width:600px;
border-collapse:collapse;
}

#contents .bptable th,
#contents .bptable td{
border:1px solid #bebebe;
padding:9px;
font-size:13px;
line-height:1.3em;
}
#contents .bptable th{
text-align:left;
background:#e4ecf5;
width: 30%;
}

#contents .bptable_title {
font-size: 13px;
line-height: 1.5em;
font-weight: bold;
}
#contents .bptable_caption {
font-size: 14px;
line-height: 1.2;
}
#contents table + .bptable_caption{
margin-top:5px;
}

.smart #contents .bptable{ /* スマホ用CSS */
width:100%;
}

.smart #contents .bptable table{ /* スマホ用CSS */
width:100%;
table-layout: fixed;
word-break: break-word;
}