/* ボードゲーム　インデックス用スタイルシート */
.gkoku {              /* 告知バナー */
  margin:10px
}
.kokuchi {
  font-size:16px;
  line-height:1.6;
  width:610px;
  margin-left:60px;
  margin-bottom:20px;
  padding:5px;
  background:#eff6fe;
  font-weight:bold;
  color:#b25ea0;
  text-align:center
}
.kokuchi2 {
  border:2px dotted #96679b;
  width:530px;
  text-align:left;
  padding-left:30px;
  padding-top:10px;
  margin-top:0px;
  color:#707070
}

table {              /* 参加費 */
  width:230px;
  float:right;
  font-size:14px;
  margin:0px 30px 0px 30px;
  text-align:center
}

caption {
  border-bottom:1px solid #387770
}

.jobun {              /* 序文 */
  padding:10px;
  font-weight:bold;
  color:#d67200;
  line-height:1.7;
  font-size:16px
}

h3 {              /* ゲーム会での注意事項とか */
  border-left:12px solid #e57a00;
  padding-left:10px;
  color:#7a3d14;
  font-size:16px
}

li              /* ゲーム会での注意事項の内容 */
 {
  font-size:14px;
  line-height:1.7  
}
