/* ---------------------------------------------------- reset setting ---------------------------------------------------- */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    font-size: 100%;
    line-height: 1.6;
}

fieldset,
img,
abbr {
    border: 0;
}

caption,
th {
    text-align: left;
}

table {
    font-size: inherit;
    font: 100%;
}

img {
    vertical-align: top;
}

a {
    outline: none;
    /*�_*/
    overflow: hidden;
    /**/
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
ol,
dl,
dd {
    margin: 0;
    padding: 0;
}


/* clear float */

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

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

@font-face {
    font-family: 'icons';
    src: url('../fonts/icons.eot?gbqsy4');
    src: url('../fonts/icons.eot?gbqsy4#iefix') format('embedded-opentype'), url('../fonts/icons.ttf?gbqsy4') format('truetype'), url('../fonts/icons.woff?gbqsy4') format('woff'), url('../fonts/icons.svg?gbqsy4#icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* ---------------------------------------------------- Container ---------------------------------------------------- */

#ga2012_content {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

#Contents_all {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible;
}

#Container {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family:  "Meiryo", "Hiragino Kaku Gothic Pro",Sans-Serif;
    font-weight: 400;
    background-color: #000;
}

.bgblack {
    background-color: #000
}

.bgwhite {
    background-color: #fff
}

.bglblue {
    background-color: #bae3f9
}

.bgblue {
    background-color: #18b2d6
}

.bgblblack {
    background-color: #1c283a
}

.bgorange {
    background-color: #e55927
}
.bggray {
    background-color: #d7e0e2
}
.white{
    color:#fff;
}
.orange {
    color: #e55927;
}

.w25 {
    width: 25%;
}

.w50 {
    width: 50%;
}

.w100 {
    width: 100%;
}

.en {
    font-family: 'Oswald';
    letter-spacing: 0.05em;
    font-weight: 700;
}

.new {
    background-color: #e55927;
    padding: 0.1em 0.5em;
    margin-right: 0.6em;
    line-height: 1em;
}

#f1contentsarea {
}

#f1contentsarea div {
    height: 255px;
    float: left;
    color: #fff;
    font-weight: bold;
    padding: 30px 45px;
    box-sizing: border-box;
}

#f1contentsarea a.btn {
    color: #fff;
    display: block;
    min-width: 160px;
    text-align: center;
    padding: 0.5em 1em;
    margin: 10px auto;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 1em;
    border-radius: 1em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    position: relative;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

#f1contentsarea a.btn:after {
    content: "\e90a";
    font-family: 'icons' !important;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -0.5em;
}

#f1contentsarea .people {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

#f1contentsarea .people p {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
}

#stradalogo {
    position: relative;
}

#stradalogo h1 {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    margin-top: -10%;
    text-align: center;
}

#stradalogo h1 img {
    width: 80%;
}

#cn-f1d h2 {
    display: block;
    font-size: 3.3em;
    line-height: 1em;
    padding: 0.1em;
}

#spmov {
    text-align: left;
    position: relative;
}

#spmov h2 {
    color: #000;
    font-size: 1.2em;
    line-height: 1.5em;
    padding: 1em 0 0.4em;
}

#spmovbtn {
    color:#fff;
    display: inline-block;
    background-color: #18b2d6;
    padding: 0.3em 2em 0.3em 0.5em;
    font-size: 1.5em;
    line-height: 1em;
    position: relative;
    cursor: pointer;
    border: 2px solid #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

#spmovbtn:hover {
    background-color: #000;
}

#spmovbtn:after {
    font-family: "icons";
    content: "\e909";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0.3em;
    margin-top: -0.5em;
}

#spmov .haru {
    position: absolute;
    right: -20px;
    bottom: 0;
    z-index: 3;
}

#cn-f1d a:hover {
    background-color: #000;
}

#mainphoto {
    position: relative;
    z-index: 3;
}

#mainphoto .dynabig {
    display: block;
    width: 106%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30%;
    margin-left: -53%;
}

#mainphoto .dynabig img {
    width: 100%;
    height: auto;
}

#mainphoto .v9 {
    display: inline-block;
    position: absolute;
    width: 106px;
    height: 106px;
    top: -10px;
    right: -15px;
    z-index: 5;
}

#mainphoto .v9 img {
    width: 100%;
    height: auto;
}

#monitor h3 {
    padding-top:20px;
    font-size: 1.8em;
}

#monitor a:hover {
    background-color: #18b2d6;
}

#titlebig h2 {
    padding: 50px 0 20px 0;
    text-align: center;
}

#titlebig h2 img {
    width: 100%;
}

#titlebig h3 {
    font-size: 1.2em;
    line-height: 1em;
}


/* news area */

#F1d_news {
    height: 255px;
    color: #fff;
    padding: 30px;
    box-sizing: border-box
}
/**************************** strada header ****************************/

#cnf1d_wrap {
    width: 100%;
    margin: 0 auto;
}
.cmpInner{
    width:977px;
    margin:0 auto;
    position: relative;
    box-sizing: border-box;
    padding:40px 0;
}

#cmpHeader{
    width: 100%;
    height:600px;
    background:url(../images/cmp_img.jpg) no-repeat;
    background-size: cover;
    
    overflow:hidden;
    margin: 0 auto;
}
#cmpHeader .cmpInner{
    padding:0 !important;
}

#stradaLogo {
    display: block;
    width:210px;
    padding: 20px 0 10px 0;
}
#stradaLogo img{
    width:100%;
    height: auto;
}

#headerTitle {
    font-size: 3.4em;
    line-height:1em;
    padding:10px 0;
    color: #18B2D6;
}

#headerTitle span {
    color:#000;
    font-size: 0.75em;
    vertical-align: 2px;
}
#cmpHeader .oubo{
    width:180px;
    position: absolute;
    top:15px;
    right:-5px;
    z-index:1;
}
/**************************** entry information ****************************/


#cmp_entryinfo {
    width: 100%;
    margin: 0 auto;
    color:#fff;
    text-align:left;
    font-weight: bold;
}
#cmp_entryinfo .cmptitle{
    display: block;
    width:166px;
    height:166px;
    padding:1em;
    font-size:1.2em;
    font-weight: bold;
    box-sizing: border-box;
    border:2px solid #e55927;
    float:left;
    margin-right:40px;
}
#cmp_entryinfo .cmpInfo{
    float:left;
    width:710px;
}
#cmp_entryinfo h3{
    font-size:1.2em;
    padding-bottom: 15px;
}
#cmp_entryinfo p{
    font-size:1em;
}
#cmp_entryinfo h4{
    font-size:1.2em;
    padding:1em 0;
}
#cmp_sup {
    font-weight: bold;
}
#cmp_sup h2{
    font-size:4em;
    line-height:1em;
}
#cmp_sup .box{
    display: inline-block;
    width:300px;
    margin:0 10px;
    font-size:1.2em;
}
#cmp_sup .box img{
    width:100%;
    height:auto;
}
#cmp_sup .box.sup img{
    width:90%;
}

#cmp_sup .infobtn {
    color: #fff;
    background-color:#e55927;
    display: inline-block;
    min-width: 160px;
    text-align: center;
    padding: 0.5em 1em;
    margin: 20px auto 0;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 1em;
    border-radius: 1em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    position: relative;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

#cmp_sup .infobtn:after {
    content: "\e90a";
    font-family: 'icons' !important;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -0.5em;
}
#cmp_sup .infobtn:hover{
    background-color:#000;
}

#schedule h2{
    font-size:2em;
    font-weight: bold;
    width:100%;
    padding-bottom:20px;
}
#schedule h3{
font-weight: bold;
    color: #18b2d6;
    min-height: 3.4em;
    font-size:1.2em;
    line-height: 1.3em;
    letter-spacing: 0.05em;
}
#schedule .box{
    display: block;
    float:left;
    margin:8px;
    width:178px;
    min-height: 300px;
    background-color: #fff;
    border:2px solid #18b2d6;
    padding:18px;
    box-sizing: border-box;
    
    font-size:0.9em;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    position: relative;
    
    background-position:left bottom;
    background-size: 170px 170px;
    background-repeat:no-repeat;
}
#schedule .box:after{
    content: "\e919";
    font-family: 'icons' !important;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -0.6em;
    font-size:2.2em;
    margin-top: -1em;
    color:#18b2d6;
    z-index:99;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
#schedule .icon1{
    background-image:url(../images/cmp_icon1.svg);
}
#schedule .icon2{
    background-image:url(../images/cmp_icon2.svg);
}
#schedule .icon3{
    background-image:url(../images/cmp_icon3.svg);
}
#schedule .icon4{
    background-image:url(../images/cmp_icon4.svg);
}
#schedule .icon5{
    background-image:url(../images/cmp_icon5.svg);
}

#schedule .box:last-child:after{
    content: " ";
}
#schedule .notice{
    font-size:0.9em;
    text-align: left;
    padding:1em 0;
}
#termsFrame{
    padding:30px;
    margin:30px auto;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    
}
#terms {
    padding-bottom:60px;
}
#terms h2{
    font-size:2em;
    font-weight: bold;
    width:100%;
    padding-bottom:20px;
    text-align: center;
    
}
#terms h3{
    font-size:1.6em;
    font-weight: bold;
    width:100%;
    padding:40px 0;
    text-align: center;
    color:#fff;
}
#terms p{
    text-align: center;
    font-weight: bold;
    font-size:1.3em;
    padding:1em;
}
#terms ul{
    padding-bottom: 2em;
    display: block;
    width:90%;
    margin: 0 auto;
}
#terms li{
    list-style: disc;
    margin-left:1em;
    text-align: left;
    font-weight: bold;
    padding:0.3em 0;
}
.linkBtn {
    display: inline-block;
    min-width: 260px;
    text-align: center;
    padding: 0.8em 1.2em 0.7em;
    margin: 20px auto;
    position: relative;
    
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1em;
    letter-spacing: 0.1em;
    
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.entryform .linkBtn:hover {
    background-color:#000;
    
    cursor: pointer;
}

.agree.linkBtn{
    font-size: 1.2em;
}

/* news */
#F1d_news {
    position:relative;
}
#F1d_news h3{
    text-align: left;
    font-size: 1.6em;
    margin:10px;
}
#F1d_news .haruka{
    position:absolute;
    left:20px;
    bottom:0;
    z-index:5
}
#F1dslideArea{
    position:absolute;
    bottom:50px;
    left:50%;
    width:72%;
    margin-left:-23%;
}
#F1dslideArea .slide{
    display: block;
    background-color:#1c283a;
    border:1px solid #444;
    width:45%;
    height:120px;
    float:left;
    margin:0 10px;
    box-sizing: border-box;
    position:relative;
}
#F1dslideArea .slide .bnlogo{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:30%;
    background-color:#000;
    text-align: left;
    font-weight: bold;
    font-size:0.96em;
}
#F1dslideArea .slide .bnlogo img{
    height:100%;
    width:auto;
    margin-right:10px;
}
#bn_carw{
    background-image: url(../images/bn_carw_img.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
#bn_trendy{
    background-image: url(../images/bn_trendy_img.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    
}
/* banner area */

#bn {
    color: #fff;
    font-weight: bold;
    padding: 60px 0;
    box-sizing: border-box;
    text-align: center;
}

#bn h3 {
    font-size: 2em;
    line-height: 1em;
    padding: 0.5em;
}

#bn h3 span {
    font-size: 1.5em;
}

#bn p {
    font-size: 1.5em;
}
.cmpbk {
    color: #fff;
    font-weight: bold;
}

.cmpbk:hover {
    color: #000;
}

.cmpbk:before {
    font-family: "icons";
    content: "\e90b";
    padding-right: 0.5em;
}

@media screen and (max-width:1200px) {
    #f1contentsarea {
        font-size: 0.86em;
    }
    #f1contentsarea div {
        padding: 40px 20px;
    }
    #spmov .haru {
        position: absolute;
        right: -40px;
        bottom: 0;
        z-index: 3;
    }
}

@media screen and (max-width:640px) {
    .w25 {
        width: 100%;
        box-sizing: border-box
    }
    .w50 {
        width: 100%;
        box-sizing: border-box
    }
    .w100 {
        width: 100%;
        box-sizing: border-box
    }
    #f1contentsarea {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
    #f1contentsarea div {
        height: 255px;
        float: left;
        color: #fff;
        font-weight: bold;
        padding: 30px 45px;
        box-sizing: border-box;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    #f1contentsarea > div:nth-child(1) {
        -webkit-order: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    #f1contentsarea > div:nth-child(3) {
        -webkit-order: 5;
        -moz-box-ordinal-group: 5;
        -ms-flex-order: 5;
        order: 5;
    }
    #f1contentsarea > div:nth-child(4) {
        -webkit-order: 4;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    #f1contentsarea > div:nth-child(5) {
        -webkit-order: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    #f1contentsarea > div:nth-child(6) {
        -webkit-order: 6;
        -moz-box-ordinal-group: 6;
        -ms-flex-order: 6;
        order: 6;
    }
    #f1contentsarea > div:nth-child(8) {
        -webkit-order: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    #spmov {
        text-align: center;
        height: 460px !important;
    }
    #spmov .haru {
        position: absolute;
        right: 0px;
        bottom: 0;
        z-index: 3;
    }
    #cn-f1d {
        width: 100%;
    }
    #stradalogo {
        height: 80px !important;
    }
    #stradalogo h1 {
        display: block;
        position:relative;
        text-align: center;
        padding:10px;
    }
    #stradalogo h1 img {
        width: 80%;
    }
    #mainphoto .dynabig {
        display: block;
        width: 90%;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -30%;
        margin-left: -45%;
    }
    #monitor h3 {
        padding-top:40px !important;
    }
    #titlebig {
        padding:0 20px !important;
        font-size: 0.7em;
        height:150px !important;
        background-color:#000;
    }
    #titlebig {
        padding-top:0 !important;
    }
    .people {
        display: none;
    }
    #bn{
        font-size:0.6em;
    }
    /* news */
#F1d_news {
    position:relative;
        height: 520px !important;
}
#F1d_news h3{
    text-align: left;
    font-size: 1.6em;
    margin:10px;
}
#F1d_news .haruka{
    width:40%;
    position:absolute;
    left:0px;
    bottom:0;
    z-index:5
}
#F1dslideArea{
    position:static;
    width:90%;
    margin:10px;
}
#F1dslideArea .slide{
    width:100%;
    height:120px;
    margin:10px;
}
#F1dslideArea .slide .bnlogo{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:30%;
    background-color:#000;
    text-align: left;
    font-weight: bold;
    font-size:0.96em;
}
#F1dslideArea .slide .bnlogo img{
    height:100%;
    width:auto;
    margin-right:10px;
}
}


}

/*@media screen and (max-width:480px) {
    html {
        margin-left: 0;
        margin-right: 0;
    }
    
    body {
        margin-left: 0;
        margin-right: 0;
    }
    
    #Container {
        width: 320px;
        margin: auto;
    }
    
    #Contents_left {
        display: none;
    }
}*/