/* カスタム CSS をここに入力してください */

div.user-rule-polyline {
  height: 13px;
  background-image: url(http://mutsu-takahashi-shika.com/wp-content/uploads/2017/03/p_b_simple_5_0L.png);
  background-repeat: repeat-x;
}
div.user-rule-dot {
  height: 8px;
  background-image: url(http://mutsu-takahashi-shika.com/wp-content/uploads/2017/03/p_b_simple_72_4M.png);
  background-repeat: repeat-x;
}
div.user-rule-leaf {
  height: 2.0em;
  background-image: url(http://mutsu-takahashi-shika.com/wp-content/uploads/2017/03/mark_syoshinsya.png), url(http://mutsu-takahashi-shika.com/wp-content/uploads/2017/03/p_b_simple_72_4M.png), url(http://mutsu-takahashi-shika.com/wp-content/uploads/2017/03/p_b_simple_72_4M.png);
  background-size: 2.0em, auto, auto;
  background-position: 0% 0%, 0% 50%, 0% 90%;
  background-repeat: no-repeat, repeat-x, repeat-x;
}

div.user-menu {
  padding-left: 1.0em; 
}
hr.user-menu {
  margin: 10px 0px;
}
hr.user-menu-sub {
  margin: 5px 0px;
  border: 1px gray dashed;
}

div.user-heading {
  line-height: 2.0em;
  font-size: 130%;
  font-weight: bold;
  border-left: 3px solid;
}
div.user-heading.gold {
  border-left-color: gold;
}
div.user-heading.gray {
  border-left-color: gray;
}

.sinryou {
  font-size: 90%;
}
table.sinryou tr,
table.sinryou td {
  border: 1px gray solid;
  text-align: center;
}
table.sinryou colgroup.week {
  width: 28px;
}
table.sinryou colgroup.week.sat {
  background-color: lightblue;
}
table.sinryou colgroup.week.sun {
  background-color: red;
}