html {
    width:100%;
    height:100%;
}
body {
    font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    color: #000;
    height:100%;
    background-color: #fff;
    font-size: 13px;
    font-size: 1em;
    padding: 0 2%;
    margin: 0;
}
img {
    max-width: 100%;
    height: auto;
    width: auto;
    vertical-align: middle;
}
img.waimg {
    vertical-align: top;
    margin-top: -4px;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
a {
    color: #EA545D;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
a:hover img {
	opacity: 0.9;
	filter: alpha(opacity=90);
}


header {
    position: relative;
    width: 104%;
    margin: 0 0 40px -2%;
}
header.list {
    height: 125px;
    background-image: url(../img/headbg.png);
    background-repeat: repeat-x;
    background-position: 0 bottom;
    -webkit-animation: cm 200s linear infinite;
    animation: cm 30s linear infinite;
}
@-webkit-keyframes cm {
    0% {
        background-position: 0 bottom;
    }
    100% {
        background-position: 1001px bottom;
    }
}

@keyframes cm {
    0% {
        background-position: 0 bottom;
    }
    100% {
        background-position: 1001px bottom;
    }
}

#container {
	width: 100%;
    max-width: 950px;
	min-height:100%;
    margin: 0 auto;
	position: relative;
    background-color: #fff;
}

.open {
    margin-bottom: 57px;
    position: relative;
    text-align: center;
}
.open h1 {
    font-size: 60px;
    color: #B40011;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    margin-bottom: 25px;
    margin-top: 45px;
    font-weight: bold;
    letter-spacing: -0.05em;
}
.open p {
    font-size: 1.4em;
    color: #000;
    line-height: 1.5;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    margin: 0;
    font-weight: bold;
}
.open p.thanks {
    color: #B53F4A;
    font-size: 1.8rem;
    margin-bottom: 5px;
    letter-spacing: -0.05em;
}
.open p.thanks.blue {
    color: #3BA8E0;
    font-size: 2rem;
}
.open .mark {
    position: absolute;
    z-index: 200;
    top: -70px;
    right: -20px;
    width: 13%;
}

.mainbox {
    width: 94.1%;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.mainbox.new100 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
}
.mainbox h1 {
    width: 33.1%;
    margin-top: 15px;
}
.mainbox .details {
    width: 62%;
}
.mainbox h2 {
    margin: 0 0 30px;
}
.mainbox p {
    font-size: 1.3em;
    font-weight: bold;
    margin: 0 0 22px;
    letter-spacing: -0.05em;
    line-height: 1.8;
}
.mainbox dl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.mainbox dl dt {
    background-color: #EB5E00;
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
    padding: 5px;
    border-radius: 5px;
}
.mainbox dl dd {
    font-size: 2em;
    color: #EB5E00;
    padding: 5px;
    font-weight: bold;
    margin: 0 0 0 10px;
}
.mainbox dl.about {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
}
.mainbox dl.about dt {
    background-color: #B53F4A;
    color: #fff;
    font-weight: bold;
    font-size: 1em;
    padding: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    width: 11%;
}
.mainbox dl.about dd {
    font-size: 1.2em;
    color: #000;
    padding: 0;
    margin: 0 0 0 10px;
    width: 87%;
    font-weight: normal;
    letter-spacing: -0.05em;
    line-height: 1.5;
}
.mainbox .tai {
    margin-bottom: 25px;
}
.mainbox .taisetsu {
    list-style: disc;
    font-size: 1.2em;
    color: #B53F4A;
    list-style-position: inside;
    line-height: 1.5;
    margin-bottom: 30px;
}
.mainbox dl.houhou {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
}
.mainbox dl.houhou dt, .mainbox dl.senkou dt {
    background-color: #B53F4A;
    color: #fff;
    font-weight: bold;
    font-size: 0.9em;
    padding: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    width: 8%;
    text-align: center;
}
.mainbox dl.houhou dd {
    font-size: 1em;
    color: #000;
    padding: 0;
    margin: 0 0 0 1%;
    width: 91%;
    font-weight: normal;
    letter-spacing: -0.05em;
    line-height: 1.5;
}
.mainbox dl.houhou dd th {
    white-space: nowrap;
    vertical-align: top;
}
.mainbox dl.houhou.kikan, .mainbox dl.houhou.senkou {
    margin-bottom: 15px;
}
.mainbox dl.houhou.kikan dd, .mainbox dl.houhou.hp dd {
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1.1;
}
.mainbox dl.houhou.senkou dd {
    font-size: 1rem;
    font-weight: normal;
}
.mainbox dl.houhou.senkou {
    margin-left: 8%;
    margin-top: 0;
}
.mainbox dl.houhou.hp {
    margin-left: 16%;
    margin-top: 0;
}
.mainbox dl.houhou.hp dt {
    padding: 12px 0;
}
.mini {
    font-size: 0.5em;
    line-height: 1.2;
}
.mainbox .new100p {
    color: #B53F4A;
    line-height: 1.5;
    margin-bottom: 10px;
}
.mainbox .newmini {
    font-size: 0.9rem;
}
.btn div {
    text-align: center;
    margin-bottom: 50px;
}
.btn .touhyou {
    width: 60%;
}
.btn .down {
    width: 40%;
}
.old100 a {
    display: block;
    background-color: #B4AE30;
    background-image: url(../img/bg_old100.png);
    background-repeat: no-repeat;
    margin: 0;
    font-size: 1.6em;
    text-align: center;
    float: right;
    color: #fff;
    font-weight: bold;
    width: 49.68%;
    line-height: 0.8;
    min-height: 71px;
    box-sizing: border-box;
    padding: 13px 0 0;
}
.old100 a span {
    font-size: 0.8rem;
    
}

#container h3 {
    background-color: #B3AD3B;
    color: #000;
    letter-spacing: 0.5em;
    text-align: center;
    position: relative;
    padding: 10px 0;
    margin-bottom: 3px;
}
#container h3 span {
    font-size: 0.8rem;
    position: absolute;
    letter-spacing: normal;
    right: 3px;
    top: 10px;
}
#container h3.kouho {
    background-color: #B53F4A;
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: 0em;
    padding: 10px 20px;
    margin: 0 0 30px 0;
    text-align: left;
}
#container h3.keii {
    background-color: #00A49C;
    color: #fff;
    letter-spacing: 0em;
    text-align: left;
    position: relative;
    padding: 10px 10px;
    margin: 50px 0 20px;
}
.subp {
    font-size: 0.8em;
    text-align: right;
    margin-bottom: 5px;
}
.chiku {
    font-size: 0.9em;
    line-height: 1.8;
    margin: 5px 0 20px 0;
    width: 100%;
}

#container > h4 {
    background-image: url(../img/h4bg.png);
    background-repeat: no-repeat;
    font-size: 1.4em;
    letter-spacing: 0.3em;
    font-weight: bold;
    color: #fff;
    min-height: 41px;
    padding: 3px 0 0 20px;
    cursor: pointer;
    margin: 10px 0;
}
#container h4.lost {
    background-image: url(../img/h4bg_lost.png);
}

.picbox {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    display: none;
}
.picbox.kouho {
    
}
.picbox.kouho, .picbox.view {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.picbox div {
    width: 31%;
    margin-bottom: 25px;
}
.picbox.kouho div {
    width: 48%;
    margin-bottom: 30px;
    display: block;
}
.picbox div h5 {
    font-weight: bold;
    font-size: 1.0em;
    padding: 0;
    margin: 10px 0 5px;
    letter-spacing: -0.05em;
}
.picbox div h5.rub, .picbox.kouho div h5.rub {
    margin: 3px 0 5px;
}

.picbox.kouho div h5 {
    font-weight: bold;
    font-size: 1.0em;
    padding: 0;
    margin: 10px 0 10px;
    letter-spacing: -0.01em;
}
.picbox.kouho div p {
    line-height: 1.5;
    font-size: 0.8rem;
    letter-spacing: -0.05em;
}
.num {
    font-size: 0.8em;
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 5px 7px 4px;
    margin-top: -2px;
    vertical-align: middle;
}
.num.ten {
    padding: 5px 5px 4px;
}
.picbox.kouho div .normal {
    font-weight: normal;
}
.picbox div p {
    font-size: 0.9em;
    margin: 0;
}
.picbox div p:nth-of-type(2) {
    margin-top: 3px;
}

.contactbox {
    border: 1px solid #0066CC;
    border-radius: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 38px;
}
.contactbox h6 {
    background-color: #0066CC;
    text-align: center;
    color: #fff;
    font-size: 1em;
    padding: 15px;
    margin: 0;
    border-radius: 10px 0 0 10px;
}
.contactbox p {
    padding: 15px;
    font-size: 1em;
    margin: 0;
}



footer {
    background-image: url(../img/footbg.png);
    background-position: top center;
    background-repeat: repeat-x;
    width: 104%;
    padding-top: 93px;
    margin: 0 0 0 -2%;
}
footer address {
    background-color: #575FBF;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    font-style: normal;
    font-size: 0.8em;
}

ul {
    padding: 0;
    margin: 0;
}
.bxslider li {
    position: relative;
    z-index: 50;
}
.bxslider li.bx-clone {
    z-index: 70;
}
.bxslider li p {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 116px;
    height: 116px;
    color: #fff;
    top:30px;
    left: 30px;
    margin: 0;
    padding: 5px;
    box-sizing: border-box;
    background-color: rgba(255,153,0,0.8);
    z-index: 100;
}
.bxslider li.n1 p {
    top: 33px !important;
    left: 34px !important;
}
.bxslider li.n2 p {
    top: 100px !important;
    left: 200px !important;
}

/* 投票終了 */
.mainbox.end {
    margin-bottom: 40px;
}
.mainbox .details.end p {
    font-size: 1.1em;
    line-height: 1.8;
    font-weight: normal;
}
.mainbox h2.sime {
    color: #B53F4A;
    font-size: 2.2em;
    margin-bottom: 15px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    font-weight: bold;
    letter-spacing: -0.05em;
}
.mainbox p.thanks {
    color: #B53F4A;
    font-size: 1.4rem;
    margin-bottom: 5px;
}
.mainbox p.renew {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 0;
}

.keiibox {
    margin-bottom: 100px;
}
.keiibox h4 {
    color: #00A49C;
    font-size: 1em;
    padding: 10px;
    border: 1px solid #00A49C;
    display: inline-block;
    margin: 0 0 10px;
}
.keiibox p {
    font-size: 0.9em;
    line-height: 1.6;
    margin: 0;
}
.keiibox dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    margin-bottom: 30px;
}
.keiibox dl dt {
    width: 20%;
    border-radius: 50%;
    background-color: #42A2DB;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.keiibox dl dd {
    width: 78%;
    font-size: 1em;
    line-height: 2;
    margin: 0;
    padding: 0;
}
.open h1 br {
    display: none;
}

@media (max-width:480px) {
    header.list {
        height: 100px;
    }
    .open h1 {
        font-size: 40px;
    }
    .open h1 br {
        display: block;
    }
    .mainbox {
        width: 100%;
    }
    .bxslider li p {
        display: none;
    }
    .mainbox h1 {
        width: 100%;
        margin-top: 0px;
        text-align: center;
    }
    .mainbox .details {
        width: 100%;
    }
    .open {
        margin-bottom: 30px;
    }
    .mainbox dl.about dt, .mainbox dl.houhou dt {
        width: auto;
        margin-bottom: 5px;
    }
    .mainbox dl.about dt br, .mainbox dl.houhou dt br {
        display: none;
    }
    .mainbox dl.about dd, .mainbox dl.houhou dd {
        margin: 0 0 0 0px;
        width: 100%;
    }
    .mainbox dl.houhou dd th {
        text-align: left;
    }
    .mainbox dl.houhou.hp dt {
        padding: 5px;
    }
    .mainbox dl.houhou.hp {
        margin-left: 0%;
    }
    .mainbox dl.houhou.kikan {
        margin-bottom: 30px;
    }
    .btn .touhyou, .btn .down {
        width: 100%;
    }
    .old100 a {
        padding: 20px 10px 0 0;
        font-size: 1.0em;
        text-align: right;
        float: right;
        color: #fff;
        font-weight: bold;
        width: 80%;
        line-height: 0.9;
    }
    
    #container h3.kouho {
        font-size: 1.3rem;
    }
    .picbox div {
        width: 48%;
        margin-bottom: 25px;
    }
    
    .picbox.kouho div {
        width: 100%;
        margin-bottom: 30px;
    }
    .picbox.kouho div p {
        font-size: 0.9rem;
    }
    
    .contactbox h6 {
        width: 100%;
        border-radius: 10px 10px 0 0;
    }
    .mainbox p.old100p {
        font-size: 1.1em;
        line-height: 1.5;
    }
    .old100p br {
        display: none;
    }
    #container h3 span {
        font-size: 0.8rem;
        position: relative;
        display: block;
        letter-spacing: normal;
        right: inherit;
        top: inherit;
        margin-top: 5px;
    }
    #container h4.lost {
        letter-spacing: -0.01em;
        font-size: 1.3em;
    }
    
    .picbox.kouho div .normal {
        font-size: 0.9em;
    }
    
    .picbox div h5 {
        font-size: 0.9em;
    }
    .picbox div p {
        font-size: 0.8em;
        margin: 0;
    }
    
    .keiibox dl dt {
        font-size: 1em;
    }
}


