@charset "UTF-8";
/* Body */

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-color: #f2f2f2;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-style: normal;
    font-weight: 100;
}
.clear {
    clear: both;
    text-indent: -9999px;
    height: 0px;
}
/* ------------------------------
   #menuList
------------------------------ */

#menuList {
    width: 100%;
    height: 80px;
    position: relative;
    z-index: 10;
    background: linear-gradient(#B00002, #600001) repeat-x #000000;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
#menuList ul {
    width: auto;
    height: 35px;
    margin: 20px 10px 20px auto;
    text-align: left;
    list-style: none;
    float: right;
}
#menuList ul li {
    width: 90px;
    height: 45px;
    float: left;
    box-sizing: border-box;
}
#menuList ul li:last-child {} #menuList ul li a {
    height: 40px;
    line-height: 35px;
    display: block;
    font-size: 14px;
    color: #fff;
    text-align: center;
    transition: all 0.1s linear;
}
#menuList ul li:hover > a {} #contents {
    margin: 0 auto;
    padding: 10px 0;
    width: 800px;
    text-align: left;
}
#contents p {
    padding-bottom: 2em;
    font-size: 2em;
    line-height: 2em;
    color: #fff;
}
.logo {
    width: auto;
    text-align: left;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 15px;
    color: #FFFFFF;
    float: left;
}
.logo_sub {
    width: auto;
    text-align: left;
    margin-top: 28px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 8px;
    color: #FFFFFF;
    float: left;
}



/* ------------------------------
   MEDIAQUERIES LAYOUT
------------------------------ */

@media only screen and (max-width: 1024px) {
	
    #menuList ul {
        width: 60%;
        list-style: none;
		float:right;
    }
    #menuList ul li {
        width: 13%;
    }
}


/* ------------------------------
   MEDIAQUERIES LAYOUT
------------------------------ */

@media only screen and (max-width: 768px) {
	
    #menuList ul {
        width: 75%;
        list-style: none;
		float:right;
    }
    #menuList ul li {
        width: 14%;
    }
}

/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */

#menuList > ul:before,
#menuList > ul:after {
    content: " ";
    display: table;
}
#menuList > ul:after {
    clear: both;
}
#menuList > ul {
    *zoom: 1;
}