@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-style: normal;
/*
  font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
*/
  font-size: 12px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment:fixed;
}

img {
  max-width: 100%;
  height: auto;
}

#container {
    width: 900px;
    height: 100%;
    min-height: 950px;
    margin: auto;
    position: relative;
    background: rgba(15,22,56,0.87);
}

@media screen and (max-width: 900px) {
    #container {
        width: 100%;
        min-height: 1000px;
    }
}

.content-header {
    padding-top: 10px;
    padding-left: 10px;
    background: #0f1638;
    width: 100%;
    position: relative;
}

.title-logo {
    width: 180px;
}

.sub-title {
    position: absolute;
    bottom: 3px;
    right: 10px;
}

.sub-title span{
    white-space:nowrap;
    color: #d8d8fc;
    font-size: 10pt;
    font-weight: bold;
}

.content-body {
    width: 100%;
}

.content-footer {
}

#copy-right {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 5px 0;
    font-size: 10pt;
    color: #d8d8fc;
    background: #0f1638;
    text-align: center;
}

@media screen and (max-width: 800px) {    
    .title-logo {
        width: 160px;
    }
}

@media screen and (max-width: 628px) {    
    .content-header {
        position: static;
    }

    .sub-title {
        padding-left: 5px;
        position: relative;
    }
}

@media screen and (max-width: 500px) {    
    .content-header {
        position: static;
    }

    .title-logo {
        width: 150px;
    }
        
    .sub-title {
        padding-left: 5px;
        position: relative;
    }
    
    .sub-title span{
        font-size: 6pt;
        font-weight: normal;
    }
    
    #copy-right {
        font-size: 8pt;
    }
}

.position-left {
    float:left;
}

.position-right {
    float:right;
}

/**************************
* slickSlider
***************************/

#slider-content {
    border-top: #a3a1c9 solid 2px;
    border-bottom: #a3a1c9 solid 2px;
}

.slick-slider {
    margin-bottom: 0;
}

.slick-dots {
    text-align: right;
    right: 10px;
    bottom: 0px;
}
.slick-dots li button:before {
    color: #000000
}

.slick-dots li.slick-active button:before {
    color: #141317;
}

/**************************
* info
***************************/

#info-content {
    width: 50%;
    padding: 15px;
}

#info-header span {
    font-size: 16pt;
    font-weight: bold;
    color: #d8d8fc;
}

#info-body {
    background: #d8d8fc;
    height: 256px;
    padding: 10px;
    border-radius: 7px;
}

@media screen and (max-width: 800px) {
    #info-content {
        width: 100%;
    }
    
    #info-body {
        height: 128px;
    }
}

/**************************
* twitter
***************************/

#twitter-content {
    width: 50%;
    padding: 15px;
}

@media screen and (max-width: 800px) {
    #twitter-content {
        width: 100%;
    }
}

#twitter-header {
}

#twitter-header span {
    font-size: 16pt;
    font-weight: bold;
    color: #d8d8fc;
}

#twitter-body {
    background: #d8d8fc;
    border-radius: 7px;
}

#twitter-footer {
    padding-top: 5px;
}

/**************************
* clearfix
***************************/

.clearfix:after {  
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/* clearfix for ie7 */
.clearfix{
    display: inline-block;
}
.clearfix {
    display: block;
}
