/*全体*/

* {
    margin: 0;
    padding: none;
    font-family: みかちゃん-PS;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    width: 100%;
    text-align: center;
    background-color: rgb(230, 255, 244);
}

header {
    font-size: 3em;
}

div {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0;
    padding: none;
}

.adslot_1 {
    width: 160px;
    height: 600px;
}

.fantia {
    width: 100%;
}

.NoText {
    width: 150px;
}

.game {
    width: 100%;
    max-width: 400px;
}

.setumei {
    width: 150px;
    min-height: 150px;
}

.rireki {
    clear: both;
    width: 100%;
}

.ad2 {
    width: 300px;
    height: 600px;
    text-align: center;
    background-color: #FFFFFF;
}

.adtop {
    width: 100%;
    height: 280px;
    background-color: #FFFFFF;
}

.credit {
    clear: both;
    width: 100%;
    min-height: 150px;
}

.title {
    width: 100%;
    min-height: 150px;
    font-size: 3em;
    vertical-align: middle;
}

.adspace {
    display: none;
}

.if {
    border: none;
    height: 200px;
}

iframe {
    border: none;
}


/*スマホのみ*/

@media screen and (max-width:720px) {
    .adslot_1 {
        display: none;
    }
    .NoText {
        width: 100%;
    }
    .setumei {
        width: 100%;
    }
    .ad2 {
        width: 320px;
        height: 250px;
    }
    .adtop {
        height: 100px;
        width: 320px;
    }
}


/*PC小*/

@media screen and ( min-width:721px) and (max-width:1020px) {
    .adslot_1 {
        display: none;
    }
    .adspace {
        display: inline-block;
        width: 100%;
        height: 150px;
        background-color: #FFFFFF;
    }
}

@media screen and ( min-width:750px) and (max-width:1020px) {
    .ad2 {
        width: 728px;
        height: 90px;
    }
}

@media screen and ( min-width:721px) and (max-width:749px) {
    .ad2 {
        width: 320px;
        height: 250px;
    }
}


/*PC中*/

@media screen and ( min-width:940px) and (max-width:1179px) {
    .adslot_1 {
        display: none;
    }
}


/*PC等フルサイズ表示*/

@media screen and ( min-width:1180px) {
    .adslot_1 {
        width: 160px;
        height: 600px;
    }
}