@charset "utf-8";


div.mainContentWrapper01 div h2 {
  font-size: 160%;
  font-weight: bold;
  text-align: center;
  margin: 0 0 40px 0;
}

.mainContentWrapper01 {
    background: #F4F4F3;
}

/* region for Display Data */

p.tab1,
p.tab2 {
  display: inline-block;
  width: 49%;
  text-align: center;
}

div.all-review1,
div.all-review2{
  margin: 50px auto 0;
}

div.all-review1 p,
div.all-review2 p{
  text-align: center;
}

div.all-review1 table,
div.all-review2 table{
  margin: auto;
}

div.all-review1 table th,
div.all-review2 table th{
  text-align: left;
}

div.reviews {
  width: 8600px;
  max-width: 860px;
  margin: 20px auto;
}

/* div.reviews p,
div.reviews tbody,
div.reviews tfoot,
div.reviews div {
  padding: 5px;
} */

.container {
  color: #000;
  text-align: right;
  margin-bottom: 5px;
}

/* div.reviews p {
  text-align: right;
  color: #666;
} */

div.reviews tbody,
div.reviews tfoot {
  display: block;
}

div.reviews table {
  display: block;
  text-align: left;
  line-height: 1.4em;
}

div.reviews tr th {
  width: 500px;
}

div.reviews tr td div img {
  vertical-align: bottom;
}

div.reviews div.henshin > div > div {
  /* display: inline-block; */
  vertical-align: top;
}

div.reviews {
    padding-top: 60px;
}

div.reviews div.henshin div.henshin_naiyou {
  padding-top: 40px;
}

span.type1,
span.type2 {
  color: #ffffff;
  white-space: nowrap;
  border-radius: 3px;
  margin-right: 5px;
  padding: 6px 10px;
  display: inline-block;
}
span.type1 {
  background: #0099ff;
}
span.type2 {
  background: #33cc66;
}

span.gyosyu {
  background: #f858ae;
  color: #ffffff;
  white-space: nowrap;
  border-radius: 3px;
  margin-right: 5px;
  padding: 6px 10px;
  display: inline-block;
}

/* end region */

/* region for Pager */

ul.pager {
  text-align: center;
  margin: 60px auto;
  width: 860px;
}
ul.pager li {
  color: #F4F4F3;
  margin: 0 30px;
  display: inline-block;
}
ul.pager li a {
  color: #333333;
  text-decoration: none;
  border-radius: 5px;
  background: #ffffff;
  padding: 10px 15px;
  border: 1px solid #000;
}

/*
ここから追加分
 */

.background_gray {
    background: #e3e3e3;
}

/*
吹き出し風背景
 */
.bal-left {
    position: relative;
    display: inline-block;
    margin: 0 0 1em 30px;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #e0edff;
    width: 100%;
    border-radius: 10px;
}

.bal-left:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: 15px;
    border: 15px solid transparent;
    border-right: 15px solid #e0edff;
}

.bal-right {
    position: relative;
    display: inline-block;
    margin: 0 15px 1em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #fff;
    border-radius: 10px;
    line-height: 1.5;
}

.bal-right:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #fff;
}

.flex_box {
    display: flex;
    /* flex-direction: column; */
}

.left_imgaes {
    width: 130px;
}

.left_imgaes img {
    vertical-align: bottom;
    width: 100px;
}

.kansou {
    padding: 15px 10px;
    line-height: 1.5;
}

.average-star img {
    vertical-align: bottom;
}

.flex_box_reply {
    display: flex;
}

.staff_img {
    width: 125px;
}
.staff_img img {
    vertical-align: bottom;
    width: 100px;
}

.kansou_flex {
    width: 90%;
    padding: 15px 10px;
}

.container_reply {
    padding-left: 10px;
}

.border {
    width: 100%;
    border-bottom: 1px dotted #000;
    padding-top: 20px;
}

.align {
    text-align: center;
}
.average-star img {
    vertical-align:middle;
    height: 18px;
}

/* end region */
