@charset "utf-8";

body{
    background-color: #d1d1d1;
	color:#000;
    text-align: center;
	}
.btn a:hover{
opacity: 0.8;
animation: btnmotion 0.5s;
-webkit-animation: btnmotion 0.5s;
-moz-animation: btnmotion 0.5s;
}

div#content01{
	position: relative;
    width: 100%;
	text-align:center;
	background: url(../img/bg.png)center top no-repeat;
    background-color: #212121;	
	}
div#content01-inner{
    width:1000px;
    margin:0 auto;
    position: relative;
}
p.release{
    position: absolute;
    bottom:15px;
    left:50px;
    z-index: 99;
}
div#content02{
    width: 100%;
    min-width:1000px;
    text-align:center;
}
div#menu{
    width:100%;
    height:60px;
    margin:0;
    background-color: #970e0e;   
}
#menu-inner{
    width:1000px;
    margin:0 auto;
}
#main-menu {
	font-size: 0;
}
#main-menu li{
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 18px 0;
    padding: 0 20px;
    border-right: 1px solid #fff;
}
#main-menu li:last-child {
	border: none;
}
h2{
    margin-top:50px;
	margin-bottom: 20px;
}
div#animate_link{
    width: 920px;
    height:61px;
    margin:0 auto;
    padding:0 80px 0 0;
    background: url(../img/bg_btn1.png)left bottom no-repeat;
    text-align: right;    
}
div#comicomi_link{
    width: 870px;
    height:64px;
    margin:0 auto;
    padding:0 130px 0 0;
    background: url(../img/bg_btn2.png)left bottom no-repeat;
    text-align: right;    
}
div#shop_link{
    width: 880px;
    height:88px;
    margin:0 auto 50px;
    padding:0 0 0 120px;
    background: url(../img/bg_bnr.png)left top no-repeat;
    text-align: left;    
}
#shop li{
  float: left;
  margin: 0 10px 0;
}
div#renta_link{
    width: 680px;
    height:84px;
    margin:0 auto;
    padding:0 0 0 320px;
    background: url(../img/bg_btn3.png)left bottom no-repeat;
    text-align: left;    
}
footer{
padding-bottom:30px;
}
.social{
    width: 100%;
	padding-top: 50px;
}
.social div{
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}
.social div:last-child{
    margin-right: 0;
}
p.link{
    padding:30px 0;
}
small{ 
    color: #fff;
}
.pageup{
position: fixed;
right: 20px;
bottom: 20px;
}

