.breadcrumb ul li a.last:before,
.breadcrumb ul li a.middle:before {
  content: "\e60e";
}
h1:before {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: 'icon_00';
  vertical-align: -2px;
  padding-right: 6px;
  content: "\e60e";
  color: black;
}
h2.star:before {
  font-size: 20px;
  font-size: 2rem;
  content: "\e631";
  padding-right: 8px;
  font-family: 'icon_00';
  color: #D1A1FF;
}
.icon-man_circle {
  color: #61A6FF;
}
.past,
.this_week {
  font-size: 16px;
  font-size: 1.6rem;
}
.past .name,
.this_week .name {
  color: #FA7A00;
  font-size: 18px;
  font-size: 1.8rem;
}
.past a,
.this_week a {
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}
.this_week {
  margin-bottom: 40px;
}
.tab {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 3px solid #AD63BD;
}
.tab .list_on {
  display: inline-block;
  height: 40px;
  text-align: center;
  color: #fff;
  background-color: #AD63BD;
  padding: 10px 18px 0px;
  margin-left: 1%;
  vertical-align: bottom;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.tab .list_off {
  display: inline-block;
  height: 30px;
  text-align: center;
  color: #BD9CBD;
  border-top: 2px solid #BD9CBD;
  border-left: 2px solid #BD9CBD;
  border-right: 2px solid #BD9CBD;
  padding: 6px 2% 0;
  margin-left: 1%;
  vertical-align: bottom;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  margin-bottom: 0;
}
.tab .list_off:hover {
  background-color: #AD63BD;
  color: #fff;
}
.list_type_name {
  margin-left: auto;
  margin-right: auto;
  border-bottom: 2px solid #AD63BD;
}
.list_type_name a {
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 4px 6px 2px 6px;
  background-color: #735C4A;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  margin-bottom: 0;
}
.list_type_name a:hover {
  background-color: #F79129;
}
.list_type_name span {
  display: inline-block;
  width: 60px;
  text-align: center;
  color: #fff;
  padding: 8px 4px 2px 4px;
  background-color: #F79129;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  vertical-align: bottom;
}
.uranai_star .person_list li {
  display: inline-block;
  width: 32%;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 4px 0px 4px 0px;
  vertical-align: middle;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.uranai_star .person_list li a {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding: 4px 4px;
  text-decoration: none;
}
h3.name {
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  font-weight: bold;
  margin: 20px auto;
}
.star_name {
  display: inline-block;
  background-color: #FFDE6B;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 4px 20px;
  font-size: 18px;
  font-size: 1.8rem;
}
.result_5animal table {
  width: 100%;
  margin: 20px auto;
}
.result_5animal table td {
  text-align: center;
}
.result_5animal table div.chara {
  width: 80px;
  height: 70px;
  background-color: #fff;
  border: 2px solid #FF8500;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin: 5px auto;
}
.result_5animal table div.chara img {
  margin-top: 10px;
}
.result_fortune {
  width: 100%;
}
.result_fortune td {
  padding: 5px 4px;
}
.result_fortune .date {
  background-color: #E37517;
  color: #fff;
  padding: 4px 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.comment_area {
  width: 100%;
  margin: 30px auto;
}
.comment_area .arrow_box {
  position: relative;
  background: #fff;
  border: 4px solid #E0D6C7;
  display: inline-block;
  padding: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.comment_area .arrow_box:after,
.comment_area .arrow_box:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.comment_area .arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 10px;
  margin-top: -10px;
}
.comment_area .arrow_box:before {
  border-color: rgba(224, 214, 199, 0);
  border-left-color: #E0D6C7;
  border-width: 16px;
  margin-top: -16px;
}
.comment_area img {
  width: 103px;
}
.comment_area table {
  margin: 10px 0 10px auto;
}
.comment_area td {
  vertical-align: middle;
}
.comment_input {
  width: 75%;
  margin: auto;
}
.comment_input .input {
  width: 60%;
  text-align: center;
  float: left;
  margin-right: 0%;
  margin-left: 2%;
}
.comment_input .input textarea {
  width: 94%;
}
.comment_input .face {
  float: right;
}
.comment_input .face .icon_area {
  text-align: center;
}
.comment_input .face .icon_area span {
  font-size: 2.2rem;
  cursor: pointer;
}
.comment_input .chara_area {
  width: 103px;
  height: 103px;
  margin: 0px auto 10px auto;
}
.comment_input .chara_area img {
  background-color: #fff;
  border: 1px solid #C9A680;
  width: 103px;
  height: 103px;
}
