@charset "utf-8";

@media only screen and (min-width : 1024px ) {
* {
    margin: 0px;
    padding: 0px;
}
body {
    display: none;
}
article {
    width: 100%;
    height: 100%;
}
.logo_area {
    /*    position: relative;*/
    width: 100%;
    height: 100%;
}
.entry {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}
.entry a {
    background-image: url(../img/entry_logo.png);
    background-repeat: no-repeat;
    display: block;
    background-position: center center;
    background-size: 480px 71px;
    width: 100%;
    height: 100%;
    margin: 0px;
}
.entry a:hover {
}
i {
    visibility: hidden;
}
}

@media only screen and ( min-width : 768px ) and (max-width : 1023px ) {
* {
    margin: 0px;
    padding: 0px;
}
body {
    display: none;
}
article {
    width: 100%;
    height: 100%;
}
.logo_area {
    /*    position: relative;*/
    width: 100%;
    height: 100%;
}
.entry {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 480px;
    height: 71px;
}
.entry a {
    background-image: url(../img/entry_logo.png);
    background-repeat: no-repeat;
    width: 480px;
    height: 71px;
    display: block;
    background-position: center center;
    background-size: 480px 71px;
}
.entry a:hover {
}
i {
    visibility: hidden;
}
}

@media screen and (max-width:767px) {
* {
    margin: 0px;
    padding: 0px;
}
body {
    display: none;
}
article {
    width: 100%;
    height: 100%;
}
.logo_area {
    /*    position: relative;*/
    width: 100%;
    height: 100%;
}
.entry {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 280px;
    height: 41px;
}
.entry a {
    background-image: url(../img/entry_logo.png);
    background-repeat: no-repeat;
    width: 280px;
    height: 41px;
    display: block;
    background-position: center center;
    background-size: 280px 41px;
}
.entry a:hover {
}
i {
    visibility: hidden;
}
}

@media only screen and (max-width:320px) {
* {
    margin: 0px;
    padding: 0px;
}
body {
    display: none;
}
article {
    width: 100%;
    height: 100%;
}
.logo_area {
    /*    position: relative;*/
    width: 100%;
    height: 100%;
}
.entry {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 280px;
    height: 41px;
}
.entry a {
    background-image: url(../img/entry_logo.png);
    background-repeat: no-repeat;
    width: 280px;
    height: 41px;
    display: block;
    background-position: center center;
    background-size: 280px 41px;
}
.entry a:hover {
}
i {
    visibility: hidden;
}
}
