@charset "UTF-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(http://fonts.googleapis.com/css?family=Oswald:300,400);
@import url(http://fonts.googleapis.com/css?family=Roboto:100,200,400,700);

/* Reset CSS
* --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
    text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
    font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
    color: #333;

}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
* --------------------------------------- */

#loader {
    text-align: center;
    width: 300px;
    height: 100px;
    display:block;
    position: fixed;
    _position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -150px;
    z-index: 9999;
}

#loader .logo{
    margin-bottom: 30px;
}

#loader .loader{
    width: 40px;
}


#fade {
    width: 100%;
    height: 100%;
    background-color: #222222;
    position:fixed;
    top: 0px;
    left: 0px;
    z-index: 9998;
}

body{
    font-family: 'Roboto','Noto Sans Japanese',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    color: #fff;
    color: rgba(0,0,0,0.5);
}
.wrap{
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    width: 90%;
    position: relative;
    text-align:justify;
}
h1{
    font-size: 6em;
    color: #FFF;
}

h2{
    color: #FFF;

    font-size: 3.2em;
    font-weight: 100;
    margin: 0 0 35px 0;
    text-align: center;
    line-height: 1.2em;
}

h2 span{
    display: block;
    font-family: 'Oswald',Sans-Serif;
    font-weight: 300;
    font-size: 0.9em;
    margin-top: 0.0em;
}

h3{
    color: #FFF;
    display: block;
    position: relative;
    font-size: 1.4em;
    font-weight: 200;
    border: 1px solid #fff;
    margin: 0 0 20px 0;
    padding:6px 4px 0px 4px;
    min-height: 38px;
    vertical-align: middle;
    /*line-height: 2.0em;*/
    text-align: center;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;

}

h3 span{
    text-align: center;
    font-family: 'Noto Sans Japanese',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;

}


h4{
    color: #FFF;

    font-size: 2em;
    font-weight: 400;
    font-family: 'Roboto','Noto Sans Japanese',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    margin-bottom: 0px;
}

p{
    color: #fff;
    margin-bottom: 0.8em;
    font-size: 0.85em;
    font-family: 'Roboto','Noto Sans Japanese',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    line-height: 1.5em;
}

.note{
    margin-left: 10px;
    font-size: 0.8em;
    font-family: 'Roboto','Noto Sans Japanese',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

ul li{
    color: #fff;
    margin-bottom: 0.3em;
    font-size: 1em;
    font-family: 'Roboto','Noto Sans Japanese',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

ul.list1{
    margin-bottom: 2.5em;
}
ul.list1 li{
    list-style:disc;
    margin-left: 1.5em
}

ul.list2 li{
    list-style: decimal;
    margin-left: 1.5em
}

ul.list3 li{
    list-style:none;
    margin-left: 0em;
    margin-top: 0em;
}

ul.list3 li:first-child{
    margin-top: 0em;

}

ul.list3 li:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0;
}

ul.list3 li p.icon{
    float:left;
    position: relative;
    margin-right: 20px;
    margin-bottom: 0px;
    line-height: 0;
    overflow: hidden;
    /*border-radius: 54px;*/
    width: 100px;
    margin-bottom: 0.8em;
}

ul.list3 li p.icon img{
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 0px;
    width: 100%;

}

ul.list3 li p.iconInfo{
    position: relative;
    /*padding-top: 1em;*/
    margin-right: 10px;
    line-height: 1.5em;
}

ul.list3 li p.iconInfo span.iconName{
    display: block;
    margin-bottom: 0.3em;
    font-size: 1.3em;
}

ul.list3 li p.iconInfo span.iconText{
    font-size: 1.0em;}

ul.list3 li p.iconInfo span.note{
    display: block;
}
/*
@media screen and (min-height: 1301px) {
    ul.list3 li{
        margin-left: 0em;
        margin-top: 1.5em;
    }
    ul.list3 li p.icon{
        width: 130px;
    }

}

@media screen and (max-height: 1300px) {
    ul.list3 li{
        margin-left: 0em;
        margin-top: 1.5em;
    }
    ul.list3 li p.icon{
        width: 130px;
    }

}


@media screen and (max-height: 1250px) {
    ul.list3 li{
        margin-left: 0em;
        margin-top: 1.5em;
    }
    ul.list3 li p.icon{
        width: 130px;
    }

}

@media screen and (max-height: 1200px) {
    ul.list3 li{
        margin-left: 0em;
        margin-top: 1.5em;
    }
    ul.list3 li p.icon{
        width: 130px;
    }
}

@media screen and (max-height: 1150px) {
    ul.list3 li{
        margin-left: 0em;
        margin-top: 1.5em;
    }
    ul.list3 li p.icon{
        width: 120px;
    }
}

@media screen and (max-height: 1100px) {
    ul.list3 li{
        margin-left: 0em;
        margin-top: 1.3em;
    }
    ul.list3 li p.icon{
        width: 110px;
    }
}

@media screen and (max-height: 1050px) {
    ul.list3 li{
        margin-left: 0em;
        margin-top: 1.3em;
    }
    ul.list3 li p.icon{
        width: 110px;
    }
}
*/
@media screen and (max-height: 1000px) {
    ul.list3 li{
        margin-left: 0em;
        margin-top: 1.0em;
    }
    ul.list3 li p.icon{
        width: 100px;
    }
}

@media screen and (max-height: 950px) {
    ul.list3 li{
        list-style:none;
        margin-left: 0em;
        margin-top: 1.0em;
    }
    ul.list3 li p.icon{
        width: 100px;
    }
}

@media screen and (max-height: 900px) {
    ul.list3 li{
        margin-left: 0em;
        margin-top:0.8em;
    }
    ul.list3 li p.icon{
        width: 90px;
    }
}

@media screen and (max-height: 850px) {
    ul.list3 li{
        margin-left: 0em;
        margin-top:0.5em;
    }
    ul.list3 li p.icon{
        width: 80px;
    }
}

@media screen and (max-height: 800px) {
    ul.list3 li{
        margin-left: 0em;
        margin-top:0.0em;
    }
    ul.list3 li p.icon{
        width: 80px;
    }
}

@media screen and (max-height: 750px) {
    ul.list3 li{
        list-style:none;
        margin-left: 0em;
    }

    ul.list3 li p.iconInfo span.iconName{
        margin-bottom: 5px;
        font-size: 1.2em;
        line-height: 1.2em;

    }

    ul.list3 li p.icon{
        width: 76px;
    }
}


@media screen and (max-height: 700px) {
    ul.list3 li{
        margin-left: 0em;
    }

    ul.list3 li p.iconInfo span.iconName{
        margin-bottom: 3px;
        font-size: 1.2em;
    }

    ul.list3 li p.iconInfo span.iconText{
        line-height: 1em;
        font-size: 0.9em;
    }
    ul.list3 li p.icon{
        width: 70px;
    }
}

@media screen and (max-height: 650px) {
    ul.list3 li{
        margin-left: 0em;
    }

    ul.list3 li p.iconInfo span.iconName{
        margin-bottom: 4px;
        font-size: 1.0em;
    }
    ul.list3 li p.iconInfo span.iconText{
        font-size: 0.8em;
        line-height: 1em;}


    ul.list3 li p.icon{
        width: 68px;
    }
}



ul.list4 li{
    list-style:none;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 0em;
    display: inline-table;

}

ul.list4 li img{
    width: 90px;

}

ul.spec{
    font-size: 1.5em;
    margin-bottom: 20px;

}

ul.spec li{
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;

}


.section{
    text-align:center;
    display: block;
    position: relative;
    width: 100%;

}

p.imgOnly{
    display: block;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}


sup,sub{
    font-size:0.7em;
    margin-left: 0.1em;
    margin-right: 0.1em;
    line-height: 1em;
    vertical-align: baseline;
}

sup{

    vertical-align:top;
}



/*-------------------------------------------*/



#momoseLogo{
    display: block;
    position: absolute;
    width: 90px;
    left: 8px;
    bottom: 5px;
    z-index: 9100;
}

#momoseLogo img{
    width: 100%;
}

#header{
    display: block;
    position: fixed;
    /*background-color: #222222;*/
    background: rgba(34,34,34, 0.9);

    width: 100%;
    z-index: 9000;
    left: 0;
    min-height: 40px;
}

#header.top{
    top:-100px;
}

#header.other{
    top:0px;
    bottom: auto;
}


#header #logo{
    display: block;
    position: absolute;
    top:50%;
    left: 15px;
    height: 36px;
    margin-top: -16px;
}

#header #logo img{
    height: 100%;
}

#menu{
    display: block;
    position:relative;
    text-align:right;
    overflow: hidden;
    margin-left: 110px;
    font-family: 'Oswald',Sans-Serif;
    font-weight: 300;
    font-size: 90%;
    letter-spacing: 0.1em;
}


#menu li {
    text-align: right;
    display:inline-block;
    margin: 0px;
    color: #FFF;
    font-family: 'Oswald',Sans-Serif;
}
#menu li.active{
    /*background:#666;
    background: rgba(0,0,0, 0.5);*/
    color: #fff;
}
#menu li a{
    text-decoration:none;
    color: #FFF;
}
#menu li.active a:hover{
}
#menu li:hover{

    background: rgba(255,255,255, 0.5);
}
#menu li a,
#menu li.active a{
    text-align: center;
    height: 35px;
    padding: 15px 15px 0px 15px;
    display:block;
}
#menu li.active a{
    background: rgba(255,255,255, 0.5);

}

#topNavi{
    display: block;
    position:absolute;
    background: rgba(34,34,34, 0.7);
    width: 100%;
    z-index: 9000;
    left: 0;
    min-height: 40px;
}

#topNavi.top{
    bottom:0px;
}

#topNavi.other{
    bottom: -200px;
}

#topNavi ul{
    display: block;
    position:relative;
    text-align:center;
    overflow: hidden;
    font-family: 'Oswald',Sans-Serif;
    font-weight: 300;
    font-size: 1.2em;
    letter-spacing: 0.1em;
}


#topNavi li {
    text-align: right;
    display:inline-block;
    margin: 0px;
    color: #FFF;
    font-family: 'Oswald',Sans-Serif;
    font-weight: 300;

}
#topNavi li.active{
    /*background:#666;
    background: rgba(0,0,0, 0.5);*/
    color: #fff;
}
#topNavi li a{
    text-decoration:none;
    color: #FFF;
}
#topNavi li.active a:hover{
}
#topNavi li:hover{

    background: rgba(255,255,255, 0.5);
}
#topNavi li a,
#topNavi li.active a{
    text-align: center;
    height: 70px;
    margin-top: 40px;
    margin-left: .8em;
    margin-right: .8em;
    display:block;
}
#topNavi li.active a{
    background: rgba(255,255,255, 0.5);

}




#footer{
    position: fixed;
    z-index: 9500;
    bottom: 10px;
    text-align: center;
    color: #FFF;
    left:20px;
    right: 10px;
    font-size: 0.8em;
    font-weight: 100;
}

.topFooter{
    display: none;
}



#brandLink{
    display: block;
    position: fixed;
    width: 240px;
    height: 60px;
    right: 0px;
    bottom: 20px;
    z-index: 9100;
    /*background-color: rgba(0,0,0,0.5);*/
}

#brandLink li{
    display:inline-block;
    position:relative;
    width: 120px;
    height: 60px;
}

#brandLink li img{
    width: 100%;
}



/* Style for our header texts
* --------------------------------------- */
h1{
    display: block;
    position:relative;
    z-index: 1000;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    /*top:50%;*/
    margin-top: -100px;
}

h1 img{
    width: 100%;
}



#slide{display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
}

#slide ul{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

#slide ul li{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background-size: cover;
    background-position: center center;

}

#slide ul li.slide1{
    background-image: url(../img/img1.jpg);
}

#slide ul li.slide2{
    background-image: url(../img/img2.jpg);
}

#slide ul li.slide3{
    background-image: url(../img/img3.jpg);
}

#slide ul li.slide4{
    background-image: url(../img/img4.jpg);
}

#slide ul li.slide5{
    background-image: url(../img/img5.jpg);
}








/* Common styles
* --------------------------------------- */

.section{
    text-align:center;
}
.wrap{
    width: 90%;
    /*height: 100%;*/
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 100;
}
.box{
    text-align: left;
    color: #808080;
    font-size: 1.2em;
    line-height: 1.6em;
}

/*.innerBack{
width: 100%;
height: 100%;
margin-left: auto;
margin-right: auto;
position: absolute;
display: block;
top:0;
left: 0;
background-image: url(../img/dot-back.png);
z-index: 1;
}*/

/*@media (-webkit-min-device-pixel-ratio: 2) {
.innerBack {
background-image: url(../img/dot-back-retana.png);
background-size: 1px 1px;

}

}*/




/* Section 0
* --------------------------------------- */
#section0{
    overflow: hidden;
}
#section0 img{
    width: 100%;}




/* Section 1
* --------------------------------------- */
#section1{
    background-image: url(../img/bg-section1.jpg);
    background-size: cover;
    background-position: center center;}
#section1 .wrap{
    display: block;
    position:relative;
    margin-top: -100px;
}
#section1 .left{
    display: block;
    position:absolute;
    width: 350px;
    left:-450px;
    top:-80px;
}

#section1 .wrap .left img{
    width: 100%;
}

#section1 .wrap .right{
    display: block;
    position:relative;
    margin-left: 400px;
}

#section1 .wrap .right p{
    text-align:justify;
}

#section1 .imgsContainer{
    display: block;
    position: absolute;
    z-index: 1;
    top: 42%;
    left: 58%;
    margin-top: -325px;
    margin-left: -747px;
    width: 800px;
    height: 696px;
}
#section1 img{
    height: 100%;
}


/*screen resolutions between 620px and 800px*/
@media all and (min-width: 620px) and (max-width: 800px){

}

/*screen resolutions lower than 620px*/
@media all and (max-width: 620px){
}






/* Section 2
* --------------------------------------- */
#section2 {
    background-image: url(../img/bg-section2.jpg);
    background-position: center center;
    background-size: cover;

}

#section2 .slide .wrap{
    width: 50%;
}

#section2 .intro .wrap{
    width: 80%;
}

#section2 .center{
    display: block;
    position: relative;
    width: 100%;
    margin-top:0px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    color: #000;
    overflow: visible;
}

#section2 .center:after {
    content: ".";
    display: block;
    clear: both;
    width: 100%;
    height: 0;
    visibility: hidden;
    font-size: 0;
}

#section2 .thumbSection2{
    overflow: visible !important;
    width: 100%;
}

#section2 h2{
    /*position: absolute;*/
    display: block;
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    /* top: 6%;*/

}

#section2 p.imgOnly{
    margin-bottom: 0px;
}
#section2 p.imgOnly img{
    height: 160px;
    margin-bottom: 0px;
}

#section2 .thumbSection2 p{
    text-align: center;
    margin-bottom: 30px;
}

#section2 .thumbSection2 ul{
    text-align: center;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
    line-height: 0em !important;
}


#section2 .thumbSection2 ul li{
    position: relative;
    display:inline-block;
    /*float: left;*/
    width: 90px;
    height: 90px;
    line-height: 0em !important;
    margin: 5px 5px;
    padding: 0 0 0 0;
    border-radius: 50px;
    overflow: hidden;

}
#section2 .thumbSection2 ul li a{
    display: block;
    position: relative;
    line-height: 0em !important;
    margin: 0 0 -50px 0 !important;
    padding: 0 0 !important;
}

#section2 .thumbSection2 ul li a img{
    width: 100%;
}



/* Section 3
* --------------------------------------- */
/* Section 4
* --------------------------------------- */



#section3 h2,
#section4 h2{
    margin-bottom: 10px;
    font-size: 3.0em;
    line-height: 1em;
    border-bottom: 1px solid #FFF;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;


}

#section3 h2 span,
#section4 h2 span{
    position: relative;
    font-size: 0.5em;
    line-height: 1.2em;
    margin-top: 5px;
    color: #e60012;
}
#section3 h3,
#section4 h3{
    font-size: 1.1em;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    border:none;
}

#section3 h4,
#section4 h4{
    font-size: 2.2em;
    margin-bottom: 0.2em;
}

#section3 h4 .new,
#section4 h4 .new{
    font-size: 0.5em;
    color: #e60012;
    font-family: 'Oswald',Sans-Serif;
    margin-left: 0.5em;
    vertical-align:super;
}

#section3 h4 .no,
#section4 h4 .no{
    font-size: 0.7em;
    /*font-family: 'Oswald',Sans-Serif;*/
    /*font-weight:300;*/
    margin-right: 0.5em;
}

/*
#section3 h3{
padding-bottom: 6px;}
*/
#section3 {
    background-image: url(../img/bg-section3.jpg);
    background-position: center center;
    background-size: cover;
}

#section4 {
    background-image: url(../img/bg-section4.jpg);
    background-position: center center;
    background-size: cover;
}



.left{
    display: block;
    position:absolute;
}

.right{
    display: block;
    position:relative;
    text-align: center;
}

ul.itemList{
    display: block;
    position: relative;
    text-align: center;
    margin-top: 50px;
    left: 0;
}
ul.itemList li{
    display: inline-block;
    position: relative;
    width: 11%;
    height: auto;
    margin-left: 6px;
    margin-right: 6px;
    left: -3000px;
}

ul.itemList li img{
    width: 100%;
}

/*
#section3 .left{
width: 45%;
left:-50%;
}

#section3 .right{
margin-left: 50%;
right: 3%;
}*/

#section3 .left,
#section4 .left{
    display: block;
    position: absolute;

    width: 45%;
    left:2%;
    top:50%;
    /*background-color: #CCC;*/
}

@media screen and (min-width: 1601px) {
    #section3 .left,
    #section4 .left{
        /*top:-20%;*/
        width: 800px;
        margin-top: -400px;
    }
}


@media screen and (max-width: 1600px) {
    #section3 .left,
    #section4 .left{
        /*top:-20%;*/
        width: 700px;
        margin-top: -350px;
    }
}

@media screen and (max-width: 1500px) {
    #section3 .left,
    #section4 .left{
        /*top:-20%;*/
        width: 650px;
        margin-top: -325px;
    }
}

@media screen and (max-width: 1400px) {
    #section3 .left,
    #section4 .left{
        /*top:-15%;*/
        width: 600px;
        margin-top: -300px;

    }
}

@media screen and (max-width: 1300px) {
    #section3 .left,
    #section4 .left{
        /*top:-10%;*/
        width: 500px;
        margin-top: -250px;

    }
}

@media screen and (max-width: 1200px) {
    #section3 .left,
    #section4 .left{
        /*top:-10%;*/
        width: 500px;
        margin-top: -250px;

    }
}

@media screen and (max-width: 1100px) {
    #section3 .left,
    #section4 .left{
        /*top:-10%;*/
        width: 480px;
        margin-top: -240px;

    }
}

@media screen and (max-width: 1024px) {
    #section3 .left,
    #section4 .left{
        /* top:0%;*/
        width: 440px;
        margin-top: -220px;

    }
}

@media screen and (max-width: 900px) {
    #section3 .left,
    #section4 .left{
        /* top:15%;*/
        width: 400px;
        margin-top: -200px;

    }
}

@media screen and (max-width: 800px) {
    #section3 .left,
    #section4 .left{
        /*top:25%;*/
        width: 360px;
        margin-top: -180px;

    }
}

@media screen and (max-width: 700px) {
    #section3 .left,
    #section4 .left{
        /*top:25%;*/
        width: 310px;
        margin-top: -155px;

    }
}

@media screen and (max-width: 600px) {
    #section3 .left,
    #section4 .left{
        /*top:25%;*/
        width: 260px;
        margin-top: -130px;

    }
}








#section3 .left img,
#section4 .left img{
    width: 100%;
    display: block;
}

#section3 .right,
#section4 .right{
    margin-left: 53%;
}

.right ul.list1,
.right div.itemText{
    border-top: 1px #FFF dotted;
    border-bottom: 1px #FFF dotted;
}
.right ul.list1,
.right div.itemText{
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    width: 90%;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.right div.itemText{
    padding-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 40px;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.right div.itemText p{
    line-height: 1.5em;
    margin-bottom: 0px;
    text-align: justify;
}

.right ul.list1 li{
    margin-left: 25px;
}

.right ul.list4{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20px;
}

.right ul.list4 li img{
    width: 70px;
    margin-left: auto;
    margin-right: auto;
}


.innerTitle{
    display: block;
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    padding: 10px 0px 10px 0px;
}

#section3 .innerTitle{
    /*background-color: rgba(230,0,18,0.5);*/
    /*background-color: rgba(116,185,41,0.5);*/
    background-color: rgba(0,0,0,0.3);
    /*border-radius: 5px;*/

    width: 60%;

}

#section4 .center .innerTitle{
    background-color: rgba(0,0,0,0.3);
    /*border-radius: 5px;*/

    width: 60%;
}

#section4 .right .innerTitle{
    background-color: rgba(230,0,18,0.7);
    width: 90%;
}



.innerText{
    display: block;
    position: relative;
    width: 95%;
    margin-left: auto;
    margin-right: auto;

}

.tax{
    font-size: 0.7em;
    margin-left: 0.2em;
}

.categoryName{
    font-size: 0.55em;
    margin-left: 0.5em;
    line-height: 1em;
    vertical-align:middle;
    border: 1px solid #ffd700;
    color: #ffd700;
    padding-left: 0.7em;
    padding-right: 0.7em;
    border-radius: 1em;
}
.categoryNameTop{
    color: #7fff00;
    border-color: #7fff00;
}

.categoryNameAsia{
    color: #00ffff;
    border-color: #00ffff;
}

.categoryNameLadies{
    color: #ff69b4;
    border-color: #ff69b4;
}

.categoryNameLadies{
    color: #ff00ff;
    border-color: #ff00ff;
}

.categoryNameKids{
    color: #00ff72;
    border-color: #00ff72;
}

.categoryNameExWarm{
    color: #ffcc00;
    border-color: #ffcc00;
}

.categoryNamePerformance{
    color: #00baff;
    border-color: #00baff;
}

.categoryNameLinerGloves{
    color: #dddddd;
    border-color: #dddddd;
}






/* Overwriting fullPage.js tooltip color
* --------------------------------------- */
.fp-tooltip{
    color: #fff;
}
#fp-nav span, .fp-slidesNav span{
    border-color: #fff;
}
#fp-nav li .active span, .fp-slidesNav .active span{
    background: #fff;
}
