@charset "utf8  ";
html {
    font-size: 16px;
    font-family: "Mplus 1p", sans-serif;
}
html, body {
    height: 100%;
    font-family: "Mplus 1p", sans-serif;
}
body *, ::before, ::after {
    box-sizing: border-box;
}
body {
    margin: 0;
    font-weight: 300;
    color: black;
    background-color: rgb(238, 238, 238);
    font-family: "Mplus 1p", sans-serif;
}
img{
    object-fit: cover;
} 
ul {
	list-style: none;
	margin: 0;
	padding: 0;
  }
   
body a{
  text-decoration: none;
  font-family: "Mplus 1p", sans-serif;
  color: black;
}
.mainbox{
    display: flex;
    max-width: 1050px;
    margin: 0 auto;
}
main{
    margin: 0 auto;
    width: 90%;
}



.mainheaderp{
    text-align: center;
    color: black;
    font-family: "Mplus 1p",sans-serif;
    font-weight: 600;
    margin-top: 40px;
}
.local{
    display: flex;
    justify-content: center;
}
.local p{
    margin: 0 12px;
    color: black;
    background: white;
    padding: 10px;
    border-radius: 50%;
}
.mainbox h2{
    text-align: center;
    padding-top: 10px;
}
.titlep{
    text-align: center;
}
.titlep p{
    font-size: 14px;
    margin-top: -10px;
}
@media(max-width:600px){
    .headerdesign{
        background-color: white;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 80px;
    }

    .logo img{
    
        width: 60px;
        border-radius: 8px;
        margin-top: 0px;
    }

}
.headerdesign{
    background-color: rgb(1, 119, 255);
    background-position: center center;
    background-size: cover;
    height: 80px;
}
.logo{
    text-align: center;
}
.logo img{
    
    width: 60px;
    border-radius: 8px;
    margin-top: -10px;
}

.headerdesign li{
    margin-right: 10px;
}
.kensaku{
    margin-top: 30px;
}
.search_container{
    box-sizing: border-box;
    position: relative;
    border: 2px solid rgb(158, 158, 158);
    padding: 3px 4px;
    border-radius: 30px;
    height: 2.3em;
    width: 80%;
    min-width: 260px;
    max-width: 400px;
    overflow: hidden;
    background-color: white;
}
.search_container input[type="text"]{
    -webkit-appearance: none;
    border: none;
    height: 30px;
    font-size: 16px;
    width: 100%;
    font-weight: 500;
}
.search_container input[type="text"]:focus {
    -webkit-appearance: none;
    outline: 0;
}
.search_container input[type="submit"]{
    -webkit-appearance: none;
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 1.3em;
    border: none;
    background: none;
    color: rgb(1, 119, 255);
    position: absolute;
    width: 2.5em;
    height: 2.5em;
    right: 0;
    top: -10px;
    outline : none;
}
.kensaku form{
    text-align: center;
    margin: 0 auto;
    -webkit-appearance: none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.local {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
    margin-right: 10px;
    margin-left: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 10px 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  -webkit-appearance: none;
}

a.btn-border {
  margin-bottom: 12px;
  padding: 10px;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;

  border: 2px solid #000;
  background-image: -webkit-repeating-linear-gradient(
    135deg,
    #000,
    #000 1px,
    transparent 2px,
    transparent 5px
  );
  background-image: repeating-linear-gradient(
    -45deg,
    #000,
    #000 1px,
    transparent 2px,
    transparent 5px
  );
  background-size: 7px 7px;

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;
}

a.btn-border span {
  position: relative;

  display: block;
  padding-top: 12px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;

  color: #000;
  border: 2px solid #000;
  border-radius: 0.5rem;
  background: #fff;
}

a.btn-border:hover {
  margin: 4px 4px 12px;
  padding: 6px;
}
span2{
    font-size: 12px;
}
.mainlogo img{
    
    width: 140px;
    height: auto;
    border-radius: 20px;
}
.mainlogo{
    text-align: center;
}
/* プールリスト */
.poollist{
    display: flex;
    margin: 20px 0px 0px 0px;
}    

.poolflex img{
    
    max-width: 130px;
    border-radius: 4px;
    margin-right: 10px;
    margin-left: 0px;
}
.poolname h3{
    font-size: 24px;
    margin-left: 16px;
    margin-bottom: 0px;
}
.poollocation{
    color: black;
    font-weight: 500;
    font-size: 12px;
    margin-left: 16px;
    margin-top: -10px;
}
.poollocation p{
    color: gray;
}
.osusumelist{
    padding: 10px 30px;
    border-radius: 8px;
    background-color: white;
    flex-wrap: wrap;
    max-width: 600px;
    margin: 0 auto;

}
.pools{
    display: flex;
    margin-right: 10px;
    margin-top: -4px;
    margin-bottom: 0px;
    color: gray;
}
.pools p{
    margin-right: 10px;
    font-size: 12px;
    margin-top: -4px;
}
.tag{
    display: flex;
    flex-wrap: wrap;
}
.tag p{
    font-size: 12px;
    padding: 4px;
    background-color: rgb(0, 64, 184);
    color: white;
    margin-right: 4px;
    border-radius: 4px;
    margin-top: -8px;
    white-space: nowrap
}
@media(max-width:727px){
    .poollist{
        margin: 10px;
        vertical-align: top;
    }
    .poollist img{
    
        margin-left: 0px;
    }
    .poolflex{
        text-align: center;
        vertical-align: middle;
    }
    .poolflex img{
    
        max-width: 100px;
        border-radius: 4px;
    }

    .poolname h3{
        font-size: 18px;
        margin-bottom: 0px;
    }
    .poollocation{
        color: black;
        font-weight: 500;
        font-size: 12px;
    }
    .osusumelist{
        padding: 20px 10px;
        border-radius: 8px;
        background-color: white;

    }
    .pools{
        flex-wrap: wrap;
        margin-right: 10px;
        font-size: 10px;
        margin-top: -4px;
        margin-bottom: 0px;
        color: gray;
    }
    .pools p{
        margin-right: 10px;
        font-size: 12px;
        margin-top: 10px;
    }
    .tag{
        display: flex;
    }
    .tag p{
        font-size: 12px;
        padding: 4px;
        background-color: rgb(0, 64, 184);
        color: white;
        margin-right: 4px;
        border-radius: 4px;
        margin-top: -8px;
        flex-wrap: wrap;
    }
    .shortreport{
        display: none;
    }
}
@media(max-width:500px){
    .poollist{
        margin: 10px;
        vertical-align: top;
    }
    .poollist img{
    
        margin-left: 0px;
    }
    .poolflex{
        text-align: center;
    }
    .poolflex img{
    
        max-width: 100px;
        border-radius: 4px;
    }

    .poolname h3{
        font-size: 18px;
    }
    .poollocation{
        color: gray;
        font-weight: 500;
        font-size: 8px;
        margin-top: -10px;
    }
    .osusumelist{
        padding: 20px 10px;
        border-radius: 8px;
        background-color: white;

    }
    .pools{
        flex-wrap: wrap;
        margin-bottom: 8px;
    }
    .pools p{
        margin-right: 10px;
        font-size: 10px;
        margin-top: 10px;
        margin-bottom: 0px;
        color: gray;
    }
    .tag{
        display: flex;
    }
    .tag p{
        font-size: 10px;
        padding: 4px;
        background-color: rgb(0, 64, 184);
        color: white;
        margin-right: 4px;
        border-radius: 4px;
        margin-top: -8px;
        flex-wrap: wrap;
    }
}
.simg img{
    
    max-width: 200px;
    border-radius: 4px;
}
.postlist{
    display: flex;
    background-color: white;
    padding: 10px 10px 10px 10px;
    border-radius: 8px;
}
.icon img{
    
    width: 40px;
    margin-left: -8px;
    margin-top: 10px;
    border-radius: 50%;
    border: 2px solid black;
}
.postname{
    padding-top: 14px;
    margin-left: 10px;
    margin-top: -20px;
    font-size: 24px;
}
.postdate{
    margin-left: 10px;
    margin-top: -12px;
    font-size: 10px;
    color: rgb(78, 78, 78);
}
.postcontent{
    margin-left: 10px;
    margin-top: -4px;
    padding-left: 10px;
    word-break: break-all;
    overflow-wrap: break-word;
}
.postcontent p{
    font-size: 16px;
    margin-top: 4px;    
    word-break: break-all;
}
.posttitle p{
    font-weight: 400;
    background-color: rgb(1, 119, 255);
    width: fit-content;
    padding: 4px;
    border-radius: 4px;
    font-size: 12px;
}
.poollistpar{
    background-color: white;
    padding: 10px 0px 10px 0px;
    margin-bottom: 30px;
    border-bottom: 1px solid gray;
}

.logincomment{
    text-align: center;
}
.logincomment a{
    color: blue;
    border-bottom: 2px solid blue;
}
.flex5{
    display: flex;
}
.postid{
    margin-left: 10px;
    font-size: 14px;
    margin-top: 14px;
}

@media(min-width:768px){
    .icon img{
    
        width: 40px;
        margin-top: 10px;
        border-radius: 50%;
        border: 2px solid black;
    }
    .postname{
        padding-top: 14px;
        margin-left: 10px;
        margin-top: -20px;
        font-size: 24px;
    }
    .postdate{
        margin-left: 10px;
        margin-top: -12px;
        font-size: 10px;
        color: rgb(78, 78, 78);
    }
    .postcontent{
        margin-left: 10px;
        font-size: 16px;
    }
    .postcontent p{
        font-size: 16px;
    }
}
/*========= モーダル表示のためのCSS ===============*/

/*infoエリアをはじめは非表示*/

#info,#mypage,#sakujo,#medal1,#write,#hensyu,#hensyu2,#sledopen,#image,#image2,#jouken,#jouken2,#day,#range,#comment,#follow,#follower,#ranking,#watcher,#personalbestmodal{
	display: none;
}
.text2{
    display: none;
}
#id{
    width: 100%;
}


/*モーダルの横幅を変更したい場合*/
.modaal-container{
    width: 300px;
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}

.prefecture ul{
    display: flex;
    flex-wrap: wrap;
}
.prefecture li{
    list-style: none;
    margin-right: 20px;
}
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 400px;
}

.poolblog{
    margin-right: 10px;
    margin-left: 10px;
    margin-top: -10px;
}
.poolblog p{
    font-size: 12px;
}

.detailbox{
    max-width: 800px;
    margin: 0 auto;
    background-color: white;
    padding: 10px 10px 30px 10px;
    margin-top: 20px;
    border-radius: 16px;
}
.detailname{
    margin-left: 20px;
}
.detailname h2{
    font-size: 26px;
}
.detaillocation{
    margin-left: 20px;
}
.detaillocation p{
    margin-top: -20px;
    font-size: 10px;
    color: white;
    background-color: skyblue;
    max-width: fit-content;
    padding: 4px;
    border-radius: 4px;
}
.detailimg{
    margin: 0  auto;
}
.detailimg img{
    
    width: 260px;
    border-radius: 8px;
    margin: 0 auto;
    margin-top: 10px;
}
.fivecontent{
    width: 300px;
    display: flex;
    margin-top: 6px;
   
    margin-right: 20px;
}
.fivecontent img{
    
    width: 30px;
    height: 40px;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 10px;
}
.ptitle{
    color: black;
    font-weight: 600;
    font-size: 14px;
}
.phantei{
    margin-left: 30px;
    font-size: 14px;
}
.detailflex{
    display: flex;
    margin: 0 auto;
}
@media(max-width:612px){
    .detailflex{
        display: block;
        margin: 0 auto;
        text-align: center;
    }
}

@media(max-width:444px){
    .basicjouhou{
        font-size: 12px;
    }
    .basicjouhou td{
        color: rgb(75, 75, 75);
    }
}
.basicjouhou{
    margin: 0 auto;
    margin-top: 30px;
}
.basicjouhou table{
    margin: 0 auto;
}
.basicjouhou td{
    width: 140px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid black;
}
.h2{
    margin: 0 auto;
    border-bottom: 4px solid rgb(1, 119, 255);
    width: fit-content;
    margin-bottom: 10px;
}
.basicjouhou{
    margin-top: 100px;
}

  
  
  .wrap {
    margin: 0 auto;

    padding-top: 10px;
  }
  
  /************* 共通スタイルここまで **************/
  /************* タブ *************/
  .tab-container {
    display: flex;
    border-bottom: 1px solid rgb(216, 216, 216);
  }
  
  .tab2  {
    padding: 10px;
    border-radius: 10px 10px 0 0;
    transition: all .2s;
    cursor: pointer;
    font-weight: 580;
  }
  
  .tab2:not(:last-of-type) {
    margin-right: 1em;
  }
  
  /* タブ現在値 */
  .current {
    color: rgb(1, 119, 255);
    border-bottom: 3px solid rgb(1, 119, 255);
  }
  
  .current::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
  }
  
  /************* メニュー *************/
  .menu-box {
    width: 100%;
    margin-top: 30px;
  }
  
  .menu {
    padding: 2em 1em;
    background-color: #eee;
    transition: all .2s;
    cursor: pointer;
  }
  .postcontent{
    white-space: pre-wrap;
}
.comment{
    text-align: center;
}
.commentclass{
    width: 100%;
    margin: 0 auto;
    margin-top: -16px;
    font-size: 14px;
}
.poollist {
    padding-bottom: 0px;
}
.textbox2{
    width: 100%;
    margin-top: 12px;
    font-size: 16px;
}
.textbox21{
    text-align: center;
    font-size: 16px;
}
.m-form-item-textarea textarea {
    height: 600px;
    -webkit-appearance: none;
}

.m-form-textarea {
    display: block;
    width: 100%;
    height: 300px;
    padding: 4px 16px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    resize: vertical;
    -webkit-appearance: none;
}

.m-form-textarea:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
    -webkit-appearance: none;
}
.buttonpa{
    text-align: center;
    margin-top: 20px;
    -webkit-appearance: none;
}
@media(max-width:648px){
    .textbox2{
       width: 100%;
        margin: 0 auto;
        height: 340px;
    }
    .textbox21{
        text-align: center;
    }
}
@media(max-width:450px){
    .textbox2{
        width: 100%;
        height: 340px;
    }
    .textbox21{
        text-align: center;
    }
}
@media(max-width:385px){
    .textbox2{
       width: 100%;
       height: 340px;
    }
    .textbox21{
        text-align: center;
    }
}
.commentflex{
    display: flex;
    margin-top: 18px;
    color: gray;
    font-size: 12px;
}
.hukidashiimg img{
    
    width: 26px;
    height: auto;
    margin-right: 6px;
    margin-left: 20px;
    margin-top: -3px;
}

.follow-me {
    list-style: none;
    overflow: hidden;
    padding: 0;
  }
  .follow-me li {
    float: left;
    margin: 0 8px 8px 0;
    padding: 0;
  }
  .follow-me li a::before {
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 2px;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    height: 36px; /* Button height */
    line-height: 36px; /* Button height */
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    width: 36px; /* Button width */
  }

  .follow-me li a[href*="twitter.com"]::before        { border-color: #55acee; background-color: #55acee; content: "\f099"; }
  .follow-me li a:hover::before {
    background-color: #fff;
  }
  .follow-me li a[href*="twitter.com"]:hover::before        { color: #55acee; }
  .postname p{
      font-weight: 600;
  }
.buttonpa{
    text-align: center;
    margin-top: 20px;
    -webkit-appearance: none;
}


#page_top {
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 999;
    right: 10;
     top: 100;
    border-radius: 50%;
    color: white;
    background: rgb(1, 119, 255);
    opacity: 1.0;
    border: 2px solid white;
  }
  #page_top a{
    z-index: 999;
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    right: 10;
    bottom: 40;
    text-decoration: none;
    color: white;
  }

  .fa-edit {
    z-index: 999;
    font-weight: 900;
    content: '\f062';
    font-size: 30px;
    color: white;
    position: absolute;
    width: 28px;
    height: 30px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }


  .rankingtitle{
      text-align: center;
      margin-bottom: -10px;
      margin-top: 20px;
  }
  .rankingtitle h2 {
    position: relative;
    display: inline-block;
    padding: 0 30px;
    text-align: center;
  }
  
  .rankingtitle h2:before,
  .rankingtitle h2:after {
    font-family: 'Font Awesome 5 Free';
    line-height: 1;
    position: absolute;
    top: calc(50% - .5em);
    color: #eb6100;
  }
  
  .rankingtitle h2:before {
    left: 0;
    content: '\f101';
  }
  
  .rankingtitle h2:after {
    right: 0;
    content: '\f100';
  }
  .rankingstructure{
      margin-top: 30px;
      text-align: center;
      margin-bottom: -20px;
  }
  .rankingstructure a{
      border-bottom: 1px solid blue;
      color: blue;
  }
  
  .ranking{
      display: flex;
      width: 360px;
      margin-right: auto;
      margin-left: auto;
      text-align: center;
      border-radius: 4px;
      border: 1px solid gray;
      margin-bottom: 10px;
  }
  .rankingcount{
      width: 30px;
      text-align: center;
  }
  .rankingcount p{
      background-color: rgb(1, 119, 255);
      color: white;
  }
  .rankingcount{
      margin-right: 8px;
      margin-left: 8px;
      box-shadow: 4px;
  }
  .rankingicon img{
    
      width: 30px;
      height: 30px;
      border-radius: 50%;
      border: 1px solid gray;
      margin-right: 8px;
      margin-top: 14px;
  }

  .rankingname {
      font-size: 12px;
      margin-top: 20px;
      font-weight: 600;
  }
  .rankingpoint {
      text-align: center;
      margin-left: 10px;
  }
  .rankingpoint p{
      font-size: 12px;
      background-color: rgb(0, 119, 255);
      color: white;
      border-radius: 4px;
      width: 54px;
      margin-top: 20px;
  }
  .ranking2flex{
      display: flex;
  }
  .rankingpoint span{
    margin-left: 2px;
}
  @media(max-width:422px){
    .ranking{
        display: flex;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        border-radius: 4px;
        border: 1px solid gray;
        margin-bottom: 10px;
    }
    .rankingcount{
        width: 30px;
        text-align: center;
    }
    .rankingcount p{
        background-color: rgb(1, 119, 255);
        color: white;
    }
    .rankingcount{
        margin-right: 8px;
        margin-left: 8px;
        box-shadow: 4px;
    }
    .rankingicon img{
    
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 1px solid gray;
        margin-right: 8px;
        margin-top: 14px;
    }
  
    .rankingname {
        text-align: left;
        font-size: 12px;
        margin-top: -4px;
        font-weight: 600;
    }
    .rankingpoint {
        text-align: center;
        margin-left: 0px;
    }

    .rankingpoint p{
        font-size: 12px;
        background-color: rgb(0, 119, 255);
        color: white;
        border-radius: 4px;
        width: 58px;
        margin-top: -8px;
    }
    .ranking2flex{
        display: block;
    }
  }
  .peria2 span{
      color: #eb6100;
  }
  .twemoji-wrap { position: relative; }
.twemoji-wrap img { margin: 0 .05em 0 .1em; vertical-align: -0.1em; }
.twemoji-textarea { background-color: #FFF; border: 1px solid #ccc; border-radius: 3px; height: 300%; padding: 6px 30px 6px 12px;  text-align: left;font-size: 16px;}
.twemoji-textarea[contentEditable=true]:empty:before { content: attr(placeholder); }
.twemoji-icon-picker img { position: absolute; right: 21px; top: 6px; }
.twemoji-picker { background-color: #fff; border: 1px solid #e7e7e7; border-radius: 3px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); position: absolute; right: 0; z-index: 1; }
.twemoji-icon-picker img, .twemoji-picker img { cursor: pointer; -moz-user-select: none; -ms-user-select: none; -webkit-user-select: none; user-select: none; }
.twemoji-picker-category { background-color: #e7e7e7; }
.twemoji-picker-category img { padding: 5px; }
.twemoji-picker-category .active, .twemoji-picker-category span:hover { border-bottom: 2px solid #728691; line-height: 22px; }
.twemoji-picker-category .close { cursor: pointer; float: right; font-size: 25px; font-weight: 700; line-height: 1; margin-right: 2px; opacity: .5; }
.twemoji-picker-category .close:hover { opacity: .3 }
.twemoji-list { overflow-y: scroll; }
.twemoji-list img { margin-top: 2px; padding: 5px; }
.twemoji-list img:hover { background-color: #e7e7e7; }
@media(max-width:550px){
    .twemoji-textarea { background-color: #FFF; border: 1px solid #ccc; border-radius: 3px; height: 300%; padding: 6px 30px 6px 12px;  text-align: left;font-size: 16px;}

}
.categorylist p{
    font-size: 12px;
    color: rgb(163, 163, 163);
}
.categorylist{
    margin-left: 10px;
}
@media(min-width:767px){
    .categorylist{
        margin-left: 20px;
    }
}

/* SPBOX */
.reviewbox{
    margin-top: 14px;
    margin-bottom: 14px;
}
.reviewtextbox p{
    margin-top: 0px;
    margin-bottom: 0px;
}
.reviewbox:hover{
    opacity: 0.6;
}
.reviewfex{
    width: 96%;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    background-color: white;
    border-radius: 10px;
    padding: 4px;
}
.reviewimg{
    width: 168px;
    height: 94px;
    margin-right: 8px;
    margin-left: 4px;
}
.reviewimg img{
    
    width: 168px;
    height: 94px;
    
    border: 1px solid black;
}
.reviewtextbox{
    padding-top: 4px;
    padding-bottom: 4px;
}
/* .reviewtitle{
    height: 60%;
}
.reviewname{
    height: 20%;
}
.reviewdate{
    height: 20%;
} */
.reviewtitle p{
    font-size: 15px;
    font-weight: 570;
}
.reviewname p{
    font-size: 13px;
    color: gray;
}
.reviewdate p{
    font-size: 13px;
    color: gray;
}
@media(max-width:500px){
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
}
/* SPBOX */
.reviewrand{
    width: 100%;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}
.reviewrandbox{
    width: 300px;
    max-width: 300px;
    border: 2px solid gray;
    border-radius: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}
.reviewrandbox:hover{
    opacity: 0.6;
}
.randimg{
    width: 100%;
}
.randimg img{
    width: 296px;
    height: 160px;
    border-radius: 8px 8px 0px 0px;
    border-bottom: 1px solid gray;
}
.randdate{
    text-align: left;
}
.randdate p{
    font-size: 13px;
    color: gray;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-right: 6px;
    margin-left: 6px;
}
.randtext{
    text-align: left;
}
.randtext p{
    font-size: 15px;
    margin-top: 6px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-left: 6px;
}
.randname{
    text-align: left;
}
.randname p{
    font-size: 14px;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-right: 6px;
    margin-left: 6px;
    font-weight: 600;
}
.titlepage{
    background-color: white;
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
}
.titlepage p{
    padding: 10px;
    color: rgb(0, 119, 255);
    font-size: 20px;
    font-weight: 600;
    border: 4px solid rgb(0, 119, 255);
    border-radius: 10px;
}
.leftright{
    display: flex;
    margin-top: 60px;
    margin-bottom: 60px;
}
.reviewlist{
    width: 100%;
}
