#x-container {
  width: 480px;
  margin: 0 auto;
} 
.topbanner {
    background: #000;
    padding: 20px 10px;
}
.inbanner {
    max-width: 740px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns:3fr 9fr;
    gap: 1em;
    align-items: center;
    justify-content: center;
}
.inbanner > img {
    width: 100%;
    height: auto;
}

.proclontent > img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
}
.proclontent > p {
    margin: 0 auto 20px;
}
.proclontent > p a {
    color:#0079D3;
    text-decoration: underline;
  } 
  .proclontent > p a:hover {
    text-decoration: none;
  }
.proclontent > p b {
    font-weight: 700;
}
.proclontent > .video {
    width: 100%;
    display: block;
    margin: 0 auto 20px;
}
.proclontent > img.img500 {
    max-width: 400px;
    width: 100%;
}

.proclontent h2{
  font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 20px;
}

.proclontent h2 a{
  color: blue;
}

.proclontent {
    
}
.proclontent {
    
}
.proclontent {
    
}
.proclontent {
    
}
.proclontent {
    
}
.proclontent {
    
}



.comments {
    padding: 20px 20px 0;
}
.comment-wrap {
    background: url(../img/line.png) no-repeat 13px 35px;
}
.comment {
    margin-bottom: 40px;
  }
  
  .comment__title {
    width: 100%;
    position: relative;
    padding: 10px 0 0 36px;
  }
  
  .comment__ava {
    display: table-cell;
    vertical-align: middle;
    width: 50px;
  }
  
  .comment__ava-img {
    width: 28px;
    border-radius: 50%;
    position: absolute;
    top:0;
    left: 0;
  }
  
  .comment__name {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
    margin-bottom: 10px;
  }
  
  .comment__name-text {
    font-size: 12px;
    font-weight: 700;
    color: #1A1A1B;
    text-decoration: none;
  }
  .comment__name-text:hover {
    text-decoration: underline;
  }
  
  .comment__date {
    color: #7c7c7c;
    font-size: 12px;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
  }
  .comment__date:before {
    content: '•';
    display: block;
    font-size: 10px;
    margin: 0 5px;
  }
  
  .comment__content {
    margin: 0;
    padding: 0 0 10px 36px;
  }

  .comment__content img {
    display: block;
    max-width: 100%;
    margin: 10px 0 0;
  }
  
  .comment__content-text {
    font-size: 14px;
    font-family: Noto Sans,Arial,sans-serif;
    color:#1c1c1c;
    line-height: 1.5em;
  }
  .comment__content-text a {
    color:#0079D3;
  } 
  .comment__content-text a:hover {
    text-decoration: underline;
  }
  
  .comment__content-img {
    display: block;
    max-width: 100%;
    margin: 15px 0 8px 0;
  }
  .comment_share {
    padding: 0 0 0 36px;
    font-size: 12px;
    height: 20px;
    color: #1A1A1B;
    font-weight: 700;
    line-height: 1.5em;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
    gap: .5em;
  }

.goform {
    position: relative;
    z-index: 2;
    width: 210px;
    display: block;
    height: 32px;
    line-height: 34px;
    margin: 0 auto;
    border: none;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    text-align: center;
    font-family: 'Noto Sans', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    background: #0079D3; 
    -webkit-transition: all 0.2s;
    -moz-transition:    all 0.2s;
    -o-transition:      all 0.2s;
    -ms-transition:     all 0.2s;
    transition:         all 0.2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.goform:hover {
    background: #178de7; 
}


footer {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 30px 10px;
    text-align: center;
    font-size: 14px;
    position: relative;
    z-index: 9;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
    gap: 1em;
}
footer a {
    display: block;
    margin:0;
    text-decoration: none;
    color:#333;
}
footer img {
   width: auto;
    display: block;
    margin: 0 auto;
}
footer p {
    padding: 0;
    margin: 0;
}


    #change-username-tooltip-id {
        display: none;
    }


._2vkeRJojnV7cb9pMlPHy7d {
  width: 480px;
  margin: 0 auto;
}
