@charset"UTF-8";

/*index*/

body{
/*background-image: url(../images/index_wp.jpg);*/
background-repeat: no-repeat;
background-position: center;
}

#index {
position:relative; 
max-width:880px;
width:100%;
height: 100%;
margin:0 auto;
overflow: hidden;
display: table;
}

#index_inner {
display: table-cell;
vertical-align: middle;
margin: 1%;
font-size: 1.6rem;
text-align:center;
width:98%;
}

#index_inner h1{
max-width: 400px;
width: 100%;
margin: 0 auto 1rem auto;
}

#index_inner h1 img{ width: 100%; }

#index_inner h2{
font-size: 1.8rem;
font-weight: bold;
margin-bottom: 1.5rem;
color: #707070;
}

.index_link{
margin: 2.5rem auto;
width: 80%;
}

.index_link a{
color: #fff;
background-color: #7d7d7d;
border-radius: 5px;
-webkit-border-radius: 5px; 
-moz-border-radius: 5px;  
padding: 1rem;
display: block;
transition-duration:0.5s;
font-weight: bold;
text-align: center;
font-size: 2rem;
}

.ent a:hover{ background-color: #e5004f; }

.lea a:hover{ background-color: #1b9af7; }

.none{ display: none; }

@media only screen and (max-width: 490px) {
body{ background-image: none; }
.none{ display: inline; }
}