
/* Powerball */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}
.powerball-container h2 {
  font-size: 2rem;
}
.powerball-container h3 {
  font-size: 1.75rem;
}
.powerball-container h4 {
  border-top: 1px solid #e1e1e1;
  font-size: 24px;
  text-align: center;
  padding-top: 1em;
}
.powerball-container h5 {
  font-size: 1.25rem;
}

.powerball-container .bs-docs-header {
	position: relative;
	background-color: #fff;
	border-top: 2px solid #e1e1e1;
	border-bottom: 2px solid #e1e1e1;
	text-align: center;
}

.powerball-container .img-title {
	text-align: center;
}

.powerball-container .img-title img {
	max-width: 100%;
	max-height: 180px;
}

.powerball-container .ball {
	display: inline-block;
	border-radius: 100%;
	border-radius: 50%;
	padding: 5px 7px;
	color: #000;
	border: 2px solid #000;
	line-height: 1.25;
	width: 35px;
	height: 35px;
	margin-right: 3px;
	background-color: #fff;
}

.powerball-container .ball.red-ball {
	color: #fff;
	border: 2px solid #000;
	background-color: red;
}

.powerball-container th, .powerball-container td {
	vertical-align: middle;
}

.powerball-container .img-30x30 {
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
}

.powerball-container .panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.powerball-container .panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
}

.powerball-container .panel-body {
	padding: 15px;
	font-size: 20px;
}

.powerball-container .panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.powerball-container .panel-primary>.panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
}

.powerball-container .panel-primary {
	border-color: #337ab7;
}

.powerball-container .winnings {
	border: 1px solid #dc3545!important;
	margin-top: 20px;
	text-align: center;
}

.powerball-container .winnings .card-header {
	font-size: 2rem;
}

.powerball-container .winnings .card-title {
	font-size: 2rem;
}

.powerball-container .event-bg {
	text-align: center;
	position: relative;
	background-color: #EB542A;
}

.powerball-container .event-info {
	position: absolute;
	top: 13%;
	left: 50%;
	width: 300px;
	margin-left: -150px;
}

.powerball-container .event-info h4 {
	border: 0;
}


/* GHB Platform */

.ghb-platform-view {
	background-color: #F2F2F2;
}

.ghb-platform-view ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ghb-platform-view .sns-list {
  margin-top: 15px;
  padding-bottom: 20px;
}

.ghb-platform-view .sns-list li {
  display: inline-block;
  margin-right: 20px;
}

.ghb-platform-view .sns-list li a {
  color: #222;
}

.ghb-platform-view .fc {
  color: #0184ee;
}
.ghb-platform-container {
  max-width: 1280px;
  text-align: center;
  padding: 50px 30px;
  margin: 0 auto;
}


.ghb-platform-view .section {
  position: relative;
  margin-top: 30px;
  background-color: #fff;
}

.ghb-platform-view .section.last-section {
  border-top: 1px solid #e1e1e1;
  background-color: transparent;
  margin-top: 0;
}

.ghb-platform-view .section.last-section h2 {
  margin-bottom: 30px;
}

.ghb-platform-view .section.last-section h4 {
  text-align: left;
  border-top: 1px solid #d2d2d2;
  padding-top: 20px;
}

.ghb-platform-view .section .title small {
  font-size: 1rem;
  color: #999;
}

.ghb-platform-view .section .description {
  margin: 15px 0 10px 0;
}

.ghb-platform-view .section .section-item-image {
  margin: 60px 0;
  text-align: center;
}

.ghb-platform-view .section .section-item-image.full-size {
  margin-left: -30px;
  margin-right: -30px;
}

.ghb-platform-view .section.section1 {
  margin-top: 0;
}

.ghb-platform-view .section.section1 .main-visual-txt {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  top: 5%;
  z-index: 5;
  width: 100%;
  height: 100%;
}

.ghb-platform-view .section.section1 .main-visual-txt h1 {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  text-shadow: 2px 2px #0184ee;
}

.ghb-platform-view .section.section1 .main-visual-txt h1 .fc {
  text-shadow: 2px 2px #fff;
}

.ghb-platform-view .section.section1 .main-visual {
  position: relative;
  padding-top: 150%;
  background-image: url(../images/ghbplatform/ghb_platform_main.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.ghb-platform-view .section.section1 .main-visual:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #fff;
  opacity: 0;
}

@media only screen and (min-width: 768px) {

  .ghb-platform-view .section.section1 .main-visual-txt {
    top: 10%;
    align-items: flex-start;
  }

  .ghb-platform-view .section.section1 .main-visual-txt h1 {
    color: #fff;
    font-size: 58px;
    font-weight: 700;
  }

  .ghb-platform-view .section.section1 .main-visual {
    padding: 33%;
  }

  .ghb-platform-view .section.section1 .main-visual {
    background-size: 100%;
  }
}