/********************************************************* Common ************/
.wrap .content a {
  text-decoration: none;
}
.wrap {
  margin: 0 auto;
  min-width: 1100px;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
body {
  font-family: 'Open Sans', sans-serif;
}
.active {
  font-weight: bold!important;
}
.nav-link:hover {
  font-weight: bold!important;
}
.bottom_text {
  color: #ffffff;
}
/*********************************************************** Header **********/
.header_top {
  width: 100%;
  margin: 0 auto;
  padding: 35px 0px 0px 0px;
  z-index: 1;
  position: absolute;
}
.header_top .left_column {
  height: 100%;
  width: 40%;
  padding-left: 50px;
  float: left;
}
.header_top .left_column img {
  width: 60%;
  margin-top: 10px;
}
.header_top .right_column {
  display: table;
  float: right;
  padding-right: 50px;
}
.header_top .right_column .inner_column {
  background-color: rgba(0,0,0,0.7);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 210px;
}
.header_top .right_column table tr th {
  border: 2px solid #ffffff;
  padding: 0px 25px;
  font-family: 'Open Sans';
  font-size: 1.1em;
}
.header_top .right_column table tr th a, span {
  color: #ffffff;
}
.header_top .right_column table tr th a:hover,
.header_top .right_column table tr th a.active {
  color: #ED1C24;
}
.header_top .right_column table tr:first-child th {
  border-top: 0;
}
.header_top .right_column table tr:first-child th {
  border-bottom: 0;
}
.header_top .right_column table tr th:first-child  {
  border-left: 0;
}
.header_top .right_column table tr th:last-child  {
  border-right: 0;
}
header .header_top .right_column input {
  padding: 4px;
  background: transparent;
  border: 1px solid #5D5D5D;
  width: 111px;
  font-size: 10px;
  margin-right: 6px;
}
header .header_top .right_column img {
  width: 124px;
  padding-right: 11px;
}
.nav {
  vertical-align: bottom;
  padding-bottom: 30px;
  background-color: #BF2F33;
  clear: both;
}
.nav .navContent {
  width:800px;
  margin:0 auto;
  padding-top: 10px;
  text-align: right;
}
.nav .navContent div {
  display: inline-block;
  padding-left: 30px;
}
.nav .nav-link, .nav .separator{
  color: #EF3A24;
  font-size: 14px;
}
.nav .nav-link{
  text-transform: uppercase;
  color: #ffffff;
  padding-right: 10px;
  padding-left: 8px;
  vertical-align: middle;
  font-weight: bold;
  font-size: 14px;
}
header a.nav-link:hover,
header a.nav-link.active
{
  color:#f7322f;
}
header nav .nav-link:last-child {
  border-right: none;
}
header .header_top img {
  width: 100%;
  max-width: 380px;
}
/***************************************************** Main Content **********/
.main_content {
  width: 90%;
  margin: 0 auto;
}
.main_content_2 {
  width: 95%;
  margin: 0 auto;
}
.main_content .empty_space {
  height: 40px;
}
.main_content .line {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
}
.main_content .line .draw_info {
  margin-bottom: 35px;
  margin-top: 35px;
  text-align: center;
}
.main_content .line_left {
}
.main_content .line.logo {
  margin-top: 30px;
  position: absolute;
  top: 5px;
  left: 50%;
}
.main_content .line.logo img{
  max-width: 150px;
  width: 100%;
  position: relative;
  left: -50%;
}
.main_content .line.more_result {
  position: absolute;
  bottom: 0;
  left: 50%;
}
.main_content .line.more_result .more_result_button {
  position: relative;
  left: -50%;
  font-weight: bold;
  background-color: #C61E25;
}
.main_content .line .heading_result{
  font-family: 'Myriad Pro Regular';
  font-size: 26px;
}

.main_content .line .balls .ball {
  display: inline-block;
  width: 29px;
  height: 29px;
  vertical-align: top;
  background-size: contain;
  background-repeat: no-repeat;
  line-height: 28px;
  margin: 5px 1px;
  font-size: 15px;
  font-weight: bold;
}
.main_content .line .balls .ball2 {
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: top;
  background-size: contain;
  background-repeat: no-repeat;
  line-height: 28px;
  margin: 5px 1px;
  font-size: 16px;
  color: #fff;
}
.more_result_button {
  background-color: #00966E;
  color: white !important;
  padding: 8px 60px;
  display: inline-block;
  margin-bottom: 10px;
}

a.more_result_button:hover {
  background-color:#00966E;
  color:white;
}
.main_content section.type_1, .main_content section.type_2 {
  width: 100%!important;
  padding: 13px;
  /*    border: 1px solid #6D6E71*/
}
.main_content section.type_1 .column, .main_content section.type_2 .column{
  border: 1px solid #6D6E71;
  height: 450px;
  -webkit-box-shadow: 3px 5px 7px 2px rgba(189,187,189,1);
  -moz-box-shadow: 3px 5px 7px 2px rgba(189,187,189,1);
  box-shadow: 3px 5px 7px 2px rgba(189,187,189,1);
  padding-left: 60px;
  padding-right: 60px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 500px;
}
.main_content section.type_1 {
  float: left;
  background-color: #E1F4FD;
}
.main_content section.type_2 {
  float: right;
}
.main_content section.type_1 .result_row {
}
.main_content section.type_1 .results {
  margin-bottom: 25px;
}
.main_content .results .result_row:nth-child(odd) {
  /*    background-color: #CEE3A3;*/
}
.main_content section.type_2 {
  margin: 0 auto;
  width: 670px;
}
.main_content section.type_2 .line {
  /*margin-bottom: 20px;*/
}
.main_content section.type_2 .line .result_row {
  margin-bottom: 8px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.main_content section.type_2 .line .result_row:nth-child(1) {
  margin-bottom: 20px;
}
.main_content section.type_2 .logo{
  margin-bottom: 25px;
}
.main_content .line.main_heading {
  font-weight: 300;
  font-size: 30px;
  color: #6D6E71;
  margin-top: 0px;
  font-weight:bold;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: white;
}
.main_content section.type_2 .line .balls .ball {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-family: 'Open Sans';
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
}
.main_content .main .sec1 .row .col-md-12 .box .line .c_width_2 .column-4 .balls {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.main_content section.type_2 .line .heading {
  font-weight: bold;
  font-size: 20px;
  color: #6D6E71;
  /*margin-bottom: 10px;*/
  display: inline-block;
  vertical-align: middle;
}
.main_content .line .extra_results table {
  width: 100%;
  table-layout: fixed;
}
.main_content .line .extra_results table td {
  text-align: center;
}
.main_content .line .extra_results .white_ball {
  width: 33px;
  height: 33px;
  border-radius: 100%;
  display: inline-block;
  /*border: 1px solid #42ACFF;*/
  line-height: 33px;
  font-family: 'Open Sans';
  font-weight: bold;
  text-align: center;
  background-size: cover;
  font-size: 18px;
  margin: 0 1px;
  color: #4A62AB;
}
.main_content .line .reminder {
  color: #008D25;
  font-size: 13px;
}
/*********************************************************** Footer **********/
footer {
  text-align: center;
  margin-top: 0px;
}
footer .empty_space {
  height: 50px;
}
footer .footer_top_top {
  width: 885px;
  margin: 0 auto;
  padding-bottom: 25px;
}
footer .footer_top_top p {
  color: #808285;
  font-size: 16px;
}
footer .footer_top_top p:nth-child(1) {
  color: #6D6E71;
  font-size: 14px;
  font-weight: bold;
}
footer .footer_top_top img {
  width: 100%;
}
footer div span {
  display: inline-block;
  margin-bottom: 15px;
}
footer .footer_section2 {
  background-color: #232323;
}
footer .footerContent {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 10px 40px;
}
footer .footer_section2 .footerContent .row .col-md-12 span {
  color: #fff;
  font-weight: lighter;
  font-family: 'Open Sans';
}
.footer_text {
  font-size: 12px;
  font-family: '小塚ゴシック Pr6N';
  line-height: 1.3;
}
.footer_text, .footer_title {
  color: #939598;
}
/************************************************************ Error **********/
.page-error .line .error_div1 {
  margin-bottom: 20px;
  font-family: 'Open Sans';
  font-size: 18px;
}
.page-error .line .error_div2 {
  margin-bottom: 50px;
  font-family: 'Open Sans';
  font-size: 12px;
}
.page-error .line .error_div3 {
  margin-bottom: 90px;
}
.page-error .line {
  padding: 120px 50px;
}
.page-error .line .error_backbutton {
  background-color: #33B34A;
  color: #ffffff;
  border: 1px solid #33B34A;
  padding: 5px 20px;
  width: 100px;
}
.page-error {

}
.page-error h3{
  color: #ED1C26;
}
.page-error p {
  color: #58595B;
}
.page-error h3 {
  padding-bottom: 15px;
}

/********************************************************* Home **********/
.page-home {

}
#chiba_logo {
  width: 60%;
  margin-left: -105px;
  margin-top: 10px;
}
#chiba_logo_home {
  width: 36%;
  margin-top: 10px;
}
#home_banner_1 {
  width: 80%;
}
#home_banner_2 {
  margin-left: -56px;
  height: 213px;
  width: 98%;
}
.row.align .col-md-8, .row.align .col-md-4 {
  margin-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
}
.section_background .input {
  margin-bottom: 15px;
}
.more_button {
  color: #ffffff;
  background-color: #00966E;
  border: 1px solid #00966E;
  width: 20%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
}
.page-home .sec1 {
  margin-bottom: 10px;
}
.page-home .sec1 .row.top,
.page-home .sec1 .row.align {
  margin-top: 60px;
}
.section_background {
  background-color: rgba(0,0,0,0.7);
  margin-right: -16px;
  margin-left: 16px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 15px;
}
.col_right{
  padding-top: 12px;
}
#content_title {
  font-family: '小塚ゴシック Pr6N';
  color: #ffffff;
}
.result_form_search {
  margin-top: 10px; 
  margin-bottom: 10px;"
}
#submit {
  color: #ffffff;
  background-color: #ED1C24;
  border-color: #ED1C24;
}
.result_datetime {
  padding-left: 20px;
  color: #ffffff;
}
.row.align .col-md-12 {
  margin-top: 20px;
}
.prize_title {
  color: #fff; 
  font-weight: bold;
}
.page-home .sec1 .row .col-md-12.btm {
  padding-left: 600px;
  padding-top: 70px;
}
.page-home .sec1 .row .col-md-12.btm img {
  height: 50px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.page-home .sec1 .row .col-md-12.btm #text_1 {
  color: #ffffff;
  padding-left: 30px;
}
/********************************************************* About us **********/
.page-aboutus {
  padding-top: 30px;
}
.page-aboutus .sec1 {
  margin-bottom: 10px;
}
.page-aboutus .sec1 .row .col-md-12 {
  padding-left: 650px;
  padding-top: 100px;
}
.page-aboutus .sec1 .row .col-md-12.btm {
  padding-left: 600px;
  padding-top: 70px;
}
.page-aboutus .sec1 .row .col-md-12.btm img {
  height: 50px;
  margin-top: 10px;
  margin-bottom: 25px;
}
.page-aboutus .sec1 .row .col-md-12.btm #text_1 {
  color: #fff;
  padding-left: 30px;
}
.page-aboutus .sec1 .row .col-md-12 .abt_p {
  font-size: 14px;
    font-family: '小塚ゴシック Pr6N';
    line-height: 22px;
    margin-bottom: 25px;
    background-color: rgba(0,0,0,0.7);
    padding: 15px 30px;
	color:white !important;
}

.page-aboutus .sec1 .row .col-md-12 .abt_p #space {
  padding-bottom: 20px;
}
.page-aboutus .sec1 .row .col-md-12 #title {
  color: #ED1C24;
  margin-bottom: 27px;
  font-size: 30px;
}
.page-aboutus .sec1 h3 {
  font-family: 'Nirmala UI';
  font-weight: bold;
}
.page-aboutus .row #flag {
  width: 600px;
  height: 280px;
  margin-bottom: 20px;
}
.page-aboutus .row .box_content1 {
  background-color: #FFCB25;
  width: 600px;
  height: 250px;
  margin-bottom: 40px;
  padding: 10px 40px;
}
.page-aboutus .row .box_content1 h2 {
  color: white;
  font-family: 'Open Sans';
  font-weight: 800;
  font-size: 35px;
}
.page-aboutus .row .box_content2 {
  width: 600px;
  height: 250px;
  margin-bottom: 40px;
  padding: 10px 40px;
}
.page-aboutus .row .box_content3 {
  width: 600px;
  height: 50px;
  margin-bottom: 40px;
  padding: 10px 40px;
}
.page-aboutus .row .box_content3 span {
  font-family: 'Nirmala UI';
  font-weight: bold;
  font-size: 25px;
  color: #008D25;
}
.page-aboutus .row .box_content4 {
  width: 600px;
  height: 250px;
  margin-bottom: 20px;
  padding: 10px 40px;
}
.page-aboutus .row .box_content2 span, .box_content4 span {
  font-family: 'Nirmala UI';
  font-weight: normal;
  color: #000000;
}
.page-aboutus .main .top .title {
  background-color: #FFCB25;
  height: 200px;
  color: white;
  font-size: 30px;
  padding: 20px;
  padding-left: 25px;
}
.page-aboutus .main .text p{
  padding-bottom: 10px;
}
.page-aboutus .main .text h1{

  padding-top: 30px;
  padding-bottom: 10px;
}
.page-aboutus .main .right h2  {
  font-size: 22px;
  margin-top: 0px;
}
.page-aboutus .main .right .line{
  margin-bottom: 25px;
}
.page-aboutus .main .right .line .read_button {
  background-color: #008D25;
  display: block;
  color: white;
  padding-top: 7px;
  padding-bottom: 7px;
}
.page-aboutus .main .right img {
  width: 100%;
}
.page-aboutus .main_content {
  margin-top: 50px;
}
.page-aboutus .main_content .heading {
  font-family: "Myriad Pro Regular";
  margin-bottom: 10px;
  font-size: 16px;
}
.page-aboutus .main .right .title{
  text-align: left;
  padding: 15px 20px;
}

/********************************************************** Contact **********/
.page-contact {
  padding-top: 30px;
}
.page-contact .left {
  padding-top: 46px;
}
.page-contact .sec1 {
  margin-bottom: 10px;
}
.page-contact .sec2 {
  margin-bottom: 80px;
}
.page-contact .sec1 .row .col-md-12 {
  padding-left: 680px;
  padding-top: 100px;
}
.page-contact .sec1 .row .col-md-12.btm {
  padding-left: 600px;
  padding-top: 70px;
}
.page-contact .sec1 .row .col-md-12.btm img {
  height: 50px;
  margin-top: 10px;
  margin-bottom: 25px;
}
.page-contact .sec1 .row .col-md-12.btm #text_1 {
  color: #fff;
  padding-left: 30px;
}
.page-contact .sec1 .row .col-md-12 #title {
  color: #ED1C24;
  margin-bottom: 27px;
  font-size: 33px;
}
.page-contact .sec1 .row .col-md-12 .abt_p {
 	font-size: 14px;
    font-family: '小塚ゴシック Pr6N';
    line-height: 22px;
    margin-bottom: 25px;
    background-color: rgba(0,0,0,0.7);
    padding: 15px 30px;
    color: white !important;


}
.page-contact .sec1 .row .col-md-12 .abt_s {
  color: #000000;
  font-size: 14px;
  margin: 20px 0px;
}
.page-contact .input img {
  width: 250px;
  height: 350px;
}
.page-contact .inputs input, .page-contact .inputs textarea {
  width: 100%;
  margin-bottom: 20px;
  padding: 5px 12px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.page-contact .inputs textarea {
  min-height: 175px;
}
.page-contact .inputs .input .contact_button {
  color: #ffffff;
  background-color: #00966E;
  border: 1px solid #00966E;
  width: 25%;
}
.page-contact .inputs table tr td {
  vertical-align: top;
}
.page-contact .inputs table {
  width: 80%;
}
.page-contact .inputs table tr:first-child td {

}
.page-contact .inputs .input .input_heading {
  margin-bottom: 10px;
  font-family: 'Open Sans';
  font-size: 17px;
  color: white;
}
.page-contact button {
  font-family: 'Open Sans';
  font-weight: 600;
  background-color: #00966E;
  border: none;
  border-radius: 2px;
  color: white;
  padding: 7px 50px;
  margin-bottom: 15px;
  background-image: url(../img/button_bg.png);
}

/******************************************************** Result 4D **********/
.page-4d {
  margin-bottom: 20px;
  width: 1200px;
}
.page-footer {
  padding-left: 120px;
}
.page-footer-2 {
  padding-left: 90px;
}
.page-4d .home_section1 {
  font-family: 'Nirmala UI';
  font-size: 18px;
  color: #008D25;
  padding: 0px 50px;
  margin-bottom: 40px;
  margin-top: 100px;
}
.page-4d .title {
  font-size: 40px;
  letter-spacing: 2px;
  text-align: center;
  font-family: 'Nirmala UI';
  font-weight: normal;
  color: #000000;
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-4d .button_moreresult {
  background-color: #BF2F33;
  padding-top: 6px;
  color: #ffffff;
  width: 150px;
  height: 30px;
  margin-top: 20px;
}
.page-4d .draw_info {
  font-family: 'Open Sans';
  color: #6D6E71;
  text-align: center;
  margin-top: 15px;
  font-size: 17px;
  letter-spacing: 2px;
}
.page-4d .heading {
  font-size: 24px;
  font-weight:bold;
}
.page-4d .search_panel {
  /*    width: 885px;*/
  margin: 0 auto;
  height: 80px;
}
.page-4d .search_panel .left_column {
  display: table;
  height: 100%;
  width: 25%;
  float: left;
  position: absolute;
}
.page-4d .search_panel .left_column img {
  display: table-cell;
  margin-top: 10px;
}
.page-4d .search_panel .right_column {
  display: table;
  text-align: center;
  height: 100%;
  width: 100%;
  float: left;
}
.page-4d .search_panel .right_column form {
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 38px;
  /*    text-align: right;*/
}
.page-4d section.type_2 {
  width: 100%!important;
  background: white;
  position: relative;
}
.page-4d section.type_2 .left_column img {
  max-width: 400px;
}
.page-4d .search_panel img {
  width: 100%;
  max-width: 230px;
}
.page-4d #day {
  width: 80px;
  font-family: 'Open Sans Light';
}
.page-4d #month {
  width: 40px;
  font-family: 'Open Sans Light';
}
.page-4d #year {
  width: 60px;
  font-family: 'Open Sans Light';
}
.page-4d #submit {
  color: white;
  background-color: #3E6E44;
  border: none;
  font-family: 'Open Sans';
  font-weight: bold;
  padding: 3px 8px;
}
.page-4d input[type='date']::-webkit-inner-spin-button,
.page-4d input[type='date']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.page-4d section.type_2 .line .heading {
  font-size: 16px;
  font-family: 'Nirmala UI';
}
.page-4d section.type_2 {
  width: 100%;
}
.page-4d section.type_2 .line {
  text-align: center;
}
.page-4d section.type_2 .c_width {
  margin: 25px auto 0px auto;
  display: inline-block;
  width:100%;
}
.page-4d section.type_2 .c_width_2 {
  margin: 25px auto 0px auto;
  display: inline-block;
  width:80%;
}
.page-4d section.type_2 .line .heading {
  display: block;
  text-align: center;
}
#howToPlay  {
  background-color: #130F43;
  color:white;
}
#howToPlay .content {
  width: 800px;
  margin: 0 auto;
  padding: 30px;
}
#howToPlay .content .leftSide {
  display: inline-block;
  width:60%;
}
#howToPlay .content  h3 {
  font-weight: bold;
  padding-bottom:20px;
}
#howToPlay .content .leftSide span {
  display: inline-block;
  width:140px;
}
#howToPlay .content .rightSide {
  display: inline-block;
  width:38%;
  vertical-align: top;
}
#howToPlay.white  {
  background-color: white;
  color:black;
  text-align: center;
}
#howToPlay.white .content div  {
  text-align: center;
  font-size:12px;
}
#howToPlay.white .content img  {
  width:100%;
  padding-bottom:20px;
}
.column-3, .column-8 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}
.column-4 {
  width: 33.33%;
  margin-bottom: 20px;
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  float: left;
}
.column-3 {
}
.column-8 {
  width: 66.66%;
}
.page-4d section.type_2 .right_column {
  float: right;
}
.winnerlist {
}
.winnerlist img {
  width:100%;
  padding: 0 0 20px 0;
}
@media only screen and (max-width: 1100px) {
  header .header_top {
    width: 885px;
  }
  .header_top {
    display: flex;
  }
  .header_top .right_column {
     padding-right: 0px; 
  }
  header .header_top .right_column nav {
    display: block!important;
  }
  .page-home .sec1 .row .col-md-12.btm {
    padding-left: 350px;
  }
  .page-aboutus .sec1 .row .col-md-12 {
    padding-left: 320px;
  }
  .page-aboutus .sec1 .row .col-md-12.btm {
    padding-left: 320px;
    padding-top: 0px;
  }
  .page-home .sec1 .row.top {
    display: flex;
    float: right;
  }
  .page-home .sec1 .row.top .col-md-7 {
    width: 758px;
  }
  .page-contact .sec1 .row .col-md-12 {
    padding-left: 320px;
  }
  .page-contact .sec1 .row .col-md-12.btm {
    padding-left: 320px;
    padding-top: 0px;
  }
}
@media only screen and (max-width: 885px) {
  footer {
    width: 885px;
  }
  header .header_bottom {
    width: 885px;
  }
  footer .footer_top_top {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main_content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
