body, html {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  background-color: #000;
  color: #fff;
}

div.title {
  font-size: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
}

div.title a,
div.session a {
  color: #fff;
  text-decoration: none;
}

h2 a, h2 a:hover,
div.session a:hover {
  color: #fff;
}

div.title div.back {
  padding-left: 10px;
  padding-right: 0px;
}

h1 {
  font-size: 18.72px;
  margin: 0;
  padding-top: 20px;
}

h2 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}

h3 {
  font-size: 22.72px;
  margin: 10px 0;
  padding: 0;
}

h4 {
  font-size: 18px;
  margin: 10px 0;
  padding: 0;
}

div.game-header {
  text-align: center;
}

div.thumbnail {
  padding-bottom: 70%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
  text-align: right;
  font-size: 1px;
}

div.canvas-area {
  display: none;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}

div.canvas-area1 {
  width: 160px;
  height: 100%;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

div.canvas-area2 {
  width: 100%;
  height: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

div.canvas-area3 {
  width: 160px;
  height: 100%;
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}

div.input-area {
  position:absolute;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0,0,0,0.0);
}

div.input-area2 {
  width: 100%;
  height: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background-color: #000;
  background-color: rgba(0,0,0,0.0);
}

div.input-area3 {
  background-color: #000;
  margin: 0 auto;
  width: 360px;
  display: table;
  background-color: #000;
  background-color: rgba(0,0,0,0.0);
}

div.input-area4 {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

div.input-area5 {
  border-radius: 5px;
  margin: 0 10px;
  border: 1px solid #fff;
  background-color: #000;
  padding: 10px;
}

div#input_text_description {
  margin-top: 10px;
  margin-bottom: 10px;
}

canvas#canvas {
  width: 360px;
  height: 640px;
  background-color: #000000;
}

div.share-buttons {
  margin: 0 auto;
  width: 300px;
  height: 28px;
}

a#like-button {
  text-decoration: none;
  width: 89px;
  height: 26px;
  border: 2px solid #ffffff;
  float: left;
  color: #fff;
  border-radius: 5px;
}

a#like-button:before {
  content: "";
  display: inline-block;
  background: url("/images/playparts/hart.png");
  background-size: contain;
  width: 12px;
  height: 12px;
  margin-right: 3px;
}

a.like-disabled {
  border: 2px solid #999999 !important;
  color: #999999 !important;
}

div.tweet-button {
  margin-left: 10px;
  width: 93px;
  height: 28px;
  float: left;
}

div.line-button {
  padding-top: 0px;
  margin-left: 10px;
  width: 93px;
  height: 28px;
  float: left;
}

div.description {
  background-color: #eee;
  padding-top: 10px;
}

div.comment {
  lborder-bottom: 1px solid #eeeeee;
}

div.comment-message {
  text-align: center;
}

div.comment-message a {
  color: #333;
}

div.comment p.msg {
  margin: 5px 0;
}

div.comment p.date {
  text-align: right;
  margin: 5px 0;
}

a.openNetabare {
  color: #f60;
}

p.netabare-on {
  color: #f60;
}

div#back-area {
  display: none;
}

div#close-button {
  display: none;
}

div#close-button > div {
  z-index: 10;
  position: relative;
  text-align: right;
}

div#close-button a {
  position: fixed;
  top: 10px;
  margin: 0 0 0 -22px;
}

ins.game_detail_top_ads {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

ins.game_detail_2_square {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

ins.game_detail_3_square {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

ins.game_detail_4_banner {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.ads-top {
  margin-bottom: 20px;
}

ins.game-play-left-vertical {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

ins.game-play-right-vertical {
  display: flex !important;
  align-items: center;
  justify-content: center;
}