
/* ----------------
  main
----------------  */
#main {
	width: calc(80% - 310px);
	margin: 100px 10% 50px 10%;
}
#info {
	text-align: center;
	background: #ddd;
	border-radius: 5px;
}

#info h2 {
	font-size: 24px;
	font-weight: bold;
	color: #eee;
	background: #133;
	border-radius: 5px;
	text-align: center;
	padding: 10px 50px;
}

#info p {
	width: 80%;
	margin: 5px 10% 50px 10%;
	font-size: 18px;
	font-weight: bold;
	color: #133;
	text-align: left;
	line-height: 150%
}

#info a {
	width: 200px;
	font-size: 20px;
	font-weight: bold;
	color: #eee;
	background: #FF8000;
	border-radius: 5px;
	padding: 10px 40px;
	text-decoration: none;
}
#info a:hover {
	color: red;
}

#tools_trial {
	margin: 50px 0 0 0;
}

#tools_trial h2 {
	font-size: 24px;
	font-weight: bold;
	color: #eee;
	background: #133;
	border-radius: 5px;
	text-align: center;
	padding: 10px 50px;
}
#tools_trial h3 {
	position: absolute;
	top:-20px;
	width: 60%;
	margin: 0px 20%;
	padding: 10px 0px;
	font-size: 20px;
	font-weight: bold;
	color: #eee;
	background: #133;
	border-radius: 20px;
	text-align: center;
}


.trial {
	position: relative;
	width: 100%;
	min-height: 600px;
	margin: 50px 0;
	background: #ddd;
	border-radius: 5px;
}

.tool_manual_box {
	position: absolute;
	top:400px;
	width: 60%;
	height: 170px;
	margin:0 15%;
	padding: 10px 5%;
	border: 1px solid #fff;
	overflow-y: auto;
	color: #133;
}

/* オンライブ+ */
#onlive_room_box {
	width: 100%;
	text-align: center;

}
.room_box {
 position: relative;
 width: 400px;
 height: 330px;
 margin: 50px 0;
 background: #133;
 border-radius: 5px;
 text-align: center;
}
.room_name_telop_box {
	width: 100%;
	height: 60px;
}
.room_check {
	position: absolute;
	top: 0px;
	left: 0px;
}
#onlive_room_box .room_name {
	width: 86%;
	margin: 5px 7%;
	font-size:20px;
	font-weight: bold;
	color: #eee;
	overflow: hidden;
	white-space: nowrap;
}
.telop {
	width: 80%;
	margin: 5px 10%;
	font-size:14px;
	font-weight: bold;
	color: #eee;
	overflow: hidden;
	white-space: nowrap;
}
.room_img_box {
	width: 100%;
}
.room_img {
	width: 100%;
}
.live_img {
	width: 100%;
	display: none;
}
.live_room_data_box {
	width: 96%;
	margin: 5px 2%
}
.live_room_data_box i{
 font-size: 1.0em;
 color: #eee;
 margin: 0 3px;
}

/* コメントビューア */
#comment_viewer_box {
	position: absolute;
	top:30px;
	width: 96%;
	height: 340px;
	text-align: center;
	background: #444;
	border: 2px solid #aaa;
	margin: 0 2%;
	overflow-y: auto;
}
#comment_box {
	width: 50%;
	height: 340px;
	background: #122;
	margin: 0;
	overflow-y: auto;
	vertical-align: top;
}
#free_gift_box {
	width: 24%;
	background: #122;
	height: 340px;
	margin: 0;
	overflow-y: auto;
	vertical-align: top;
}
#pay_gift_box {
	width: 24%;
	height: 340px;
	background: #122;
	margin: 0;
	overflow-y: auto;
	vertical-align: top;
}
.viewer_box p {
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	color: #eee;
	background: #133;
	text-align: center;
	padding: 5px 0;
	margin: 0;
}

.comment_box {
	width: 100%;
	margin: 5px 0;
	border-bottom: 1px solid #ccc;
}

.comment_box img {
 	width: 50px;
}
.name_comment {
 	width: calc(100% - 60px);
	background: #122;
}
.name_comment .name {
	font-size: 15px;
	background: #122;
	text-align: left;
	color: #1DE9B6;
	overflow: hidden;
	white-space: nowrap;
}
.name_comment .comment {
	font-size: 15px;
	background: #122;
	text-align: left;
}


.gift_box {
	width: 100%;
	margin: 5px 0;
	border-bottom: 1px solid #ccc;
}

.gift_box img {
 	width: 50px;
}
.name_gift {
 	width: calc(100% - 60px);
	background: #122;
}
.name_gift .name {
	font-size: 15px;
	background: #122;
	text-align: left;
	color: #1DE9B6;
	overflow: hidden;
	white-space: nowrap;
}
.name_gift img {
	width: 30px;
	margin: 0;
	background: #122;
	vertical-align: bottom;
}
.name_gift .gift_num {
	font-size: 15px;
	width: calc(100% - 40px);
	background: #122;
	margin: 0;
	text-align: left;
}

/* イベントポイント */
#event_room_box {
	position: absolute;
	top:30px;
	width: 60%;
	height: 340px;
	text-align: center;
	background: #444;
	border: 2px solid #aaa;
	margin: 0 20%;
	overflow-y: auto;
}

.event_name {
  width: 100%;
  background: #355;
  overflow: hidden;
  white-space: nowrap
}
.event_name p{
  width: 96%;
  padding: 10px 2%;
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #eee;
}

.ranking_box {
  width: 100%;
  background: #133;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  position: relative;
}
.rank {
  /* height: 280px; */
  width: 50px;
  background: #244;
  text-align: center;
  vertical-align: top;

}
.rank p{
  font-size: 20px;
  margin: 20px 10px;
  padding: 0 10px;
  color: #eee;
  font-weight: bold;
}
.name_point_box {
  height: 60px;
  width: 85%;
  position: relative;
}
.event_room_name {
  width: 100%;
  height: 26px;
  margin: 2px 0;
  color: #009966;
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  /* border-bottom: 1px solid #244; */
}
.point_box {
  width: 95%;
  height: 30px;
  top: 30px;
  vertical-align: top;
  position: absolute;
  z-index: 5;
  overflow: hidden;
  white-space: nowrap;
}
.point_text {
  width: 48%;
  height: 26px;
  margin: 2px 2%;
  font-size: 20px;
  font-weight: bold;
  color: #eee;
  vertical-align: top;
  overflow: visible;
  white-space: nowrap;
}
.gap_text {
  width: 44%;
  height: 26px;
  margin: 2px 2%;
  font-size: 20px;
  font-weight: bold;
  color: #eee;
  vertical-align: top;
  overflow: visible;
  white-space: nowrap;
}


.onlive_room {
  color: rgb(215, 223, 1);
}
