/*
Theme Name: jlg
Theme URI: https://www.futurelink.co.jp/
Author: Future Link Network Co., Ltd.
Author URI: https://www.futurelink.co.jp/
Description: jlg
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: jlg
*/


.privilege {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 10px;
}
.privilege span{
  color:#f33939;
  margin-right: 10px;
}
.single table.info th {
  background:#efefef;
}
.single table.info td {
  background:#fff;
}

.single table.menu tr {
  border-bottom:solid 1px #ccc;
}
.single table.menu th.title {
  background:#000;
  color:#fff;
  padding-top:5px;
}
.single table.menu th,
.single table.menu td {
  vertical-align: top;
  border: none;
  padding: 15px 0 5px;
}
.single .menu img {
  margin-right: 10px;
}