/* This code is only meant for previewing your Reflow design. */
.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
}


/* Reset jquery.bxslider.css */
.bx-viewport {
  left: 0;
	box-shadow: none;
	border: none;
}
#slider li {
	height: 100vh;
	background: center / cover no-repeat;
}

ul{
	margin: 0;
	padding: 0;
  list-style-type: none;
}

.bx-wrapper{
  border: 0px;
}

h3{
  margin: 20% auto;
  width: 30%;
  color: #fff;
  font-size: 2.5em;
}

/* Modal Navigation */

#closeIcon{
  float: right;
  padding: 0 15px 0 30px;
  font-size: 3em;
}

#content01{
  color: #fff;
  border: 5px solid #33346f;
}

.modal-content ul{
  margin: 15px 0;
}

.modal-content li{
  margin: 15px 0;
}

.modal-content dd{
  padding: 2px 0;
  margin-left: 25px;
}


#header {
  float: left;
  height: 100px;
  clear: none;
  width: 100%;
  background-color: #ca3a2c;
  position: fixed;
  border-bottom: 5px solid #33346f;
  box-shadow: 0 0 4px rgba(0,0,0,.2);
  z-index: 1000;
}

#stsLogoCircle {
    width: 180px;
    float: left;
    font-weight: bold;
    line-height: 64px;
    padding: 0px 15px;
    position: relative;
    top: -16px;
    display: block;
}
#stsLogo{
    width: 180px;
    float: left;
    font-weight: bold;
    line-height: 64px;
    padding: 35px 15px;
    display: none;
}


/* globalnavi */
#globalnavi{
  margin: 0;
  padding: 0;
  float: left;
  width: ***;
}

#globalnavi ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#globalnavi li{
    float: left;
    width: ***;
    margin: 0;
    padding: 0;
}

#globalnavi a{
    text-align: center;
    display:block;
    padding: 32px 15px;
    width: 100%;
    background-color: #ca3a2c;
    color: #fff;
    font-size: 0.8em;
    height: 95px;
    /*height: 59px;*/
}

#globalnavi span{
  display: block;
  color: #ef9a9a;
}

#globalnavi a:hover{
    background-color: #33346f;
    color: #fff;
}

#demo01 i{
    float: right;
    color: #f5f5f5;
    font-size: 2.5em;
    line-height: 100px;
    padding: 0 15px;
    display: none;
}

#intro {
    float: left;
}

#itemBlock {
    float: none;
    height: auto;
    margin: 60px 0;
    clear: both;
    width: 100%;
}

#item {
  padding-right: 40px;
  margin-left: auto;
  margin-top: 0px;
  clear: none;
  width: 80%;
  max-width: 1080px;
  margin-right: auto;
}

.itemImg{
  float: left;
  width: 33.33%;
  margin: 0 20px 20px 0;
  background-attachment: inherit;
  -webkit-background-size: cover;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 250px;
}

.last{
  margin-right: -40px;
}

#bg{
  float: left;
  height: auto;
  margin-left: 0%;
  clear: both;
  width: 100%;
  margin-right: 0px;
  background-attachment: scroll;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 0px 0%;
  background-repeat: no-repeat;
  padding-bottom: 60px;
}

#inner{
  border:8px solid #000;
  margin: 0;
  padding: 20px;
  list-style-type: none;
  background-color: rgba(255,255,255,0.8);
}

#navigationBlock {
    float: none;
    height: auto;
    margin: 0 auto;
    clear: none;
    width: 100%;
    background-color: #191919;
    margin-right: auto;
    padding-bottom: 50px;
}

#navigation {
    float: none;
    height: 269px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 80%;
    margin-right: auto;
    max-width: 1080px;
}

#navigationUnit {
    float: left;
    height: 269px;
    margin: 0 0 20px 0;
    clear: none;
    color: #999;
    width: 270px;
    display: block;
    line-height: 2em;
}

#footer {
    border-top: 1px solid #444;
    float: left;
    height: auto;
    clear: none;
    width: 100%;
    margin-right: auto;
    background-color: #191919;
}

#footer p{
    color: #999;
    font-size: 0.8em;
    margin: 0 auto;
    width: 80%;
    height: auto;
    clear: none;
    line-height: 60px;
    max-width: 1080px;
}

#fnaviUl{
    margin: 30px;
}

.fnaviLi{
    display: inline-block;
    margin-left:20px;
}

#readDecoration {
    float: none;
    width: 120px;
    height: auto;
    margin: 15px auto 0px;
    text-align: center;
    font-weight: 800;
    line-height: 1em;
    clear: none;
    min-height: 0px;
    padding: 10px;
    border-bottom: 5px solid #000;
    color: #33346f;
}

#read {
    float: none;
    font-size: 3em;
    width: auto;
    height: auto;
    text-align: center;
    font-weight: 800;
    line-height: 1em;
    margin: 5px auto 15px;
    clear: none;
    min-height: 0px;
    font-family: 'Anton', sans-serif;
}

#description {
    float: none;
    color: #191919;
    font-size: 0.9em;
    width: 80%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1.5em;
    margin: 0px auto 30px;
    clear: none;
    min-height: 0px;
    font-family: "Noto Sans Japanese";
}

.Block {
    float: left;
    height: auto;
    margin: 60px auto;
    clear: both;
    width: 100%;
    min-width: 0px;
}

#topics {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 80%;
    margin-right: auto;
    max-width: 1080px;
}

#topics dt{
  float: left;
  font-weight: 700;
  padding: 5px 0;

}

#topics dd{
  color: #1188cc;
  margin-left: 100px;
  padding: 5px 0;
  text-decoration: underline;
  text-decoration-color: #1188cc;
}

#topics a:hover{
    color: #ca3a2c;
}

#scrollbox{
  overflow-y: scroll;
  width:100%;
  height:200px;
  padding:20px;
  border:8px solid #000;
  background-color: rgba(255,255,255,0.8);
}

#gameblock{
  margin-bottom: 60px;
}

#SeeMore{
  width: 100%;
  height: auto;
  margin: 30px 0;
  text-align: center;
}

#SeeMore a{
  background-color: #000;
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
  padding: 10px 20px;
}

#SeeMore a:hover{
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
}

#stsLogoNB {
  width: 100%;
  height: auto;
  margin: 30px 0;
  text-align: center;
}

#stsLogoNB img{
  width: 200px;
}

@media only screen and (max-width: 1080px) {
    #globalnavi{
        display: none;
    }

    #demo01 i{
        display: block;
    }
}

@media only screen and (max-width: 768px) {
  h3{
    margin: 50% auto;
    width: 90%;
    color: #191919;
    font-size: 1.8em;
    font-weight: 700;
    }


    #item {
        height: auto;
        width: 100%;
    }

    #itemBlock {
        height: auto;
    }

    #topics {
        height: auto;
    }

    #navigationUnit {
        height: auto;
    }

    #navigation {
        height: auto;
    }

    #navigationBlock {
        height: auto;
    }
}


@media only screen and (max-width: 480px) {
     #header {
        height: 64px;
     }
     
     #globalnavi a{
        padding: 13px 15px;
        height: 59px;
     }

     #demo01 i{
        line-height: 64px;
     }

     #stsLogoCircle{ 
	display: none;
     }

     #stsLogo{
        padding: 14px 15px;
	display: block;
     }

     #item {
        height: auto;
        padding: 0;
        width: 100%;
    }
    #topics {
        width: 90%;
        height: auto;
    }
    .itemImg{
        float: none;
        min-height: 320px;
        width: 100%;
	      height: 100%;
        margin: 10px 0;
    }
    
    #stsLogoNB{
        display: none;
    }

}
