@charset "utf-8";
/*--------------------------------------------------------------------
   base
---------------------------------------------------------------------*/
html, body{height: 100%;}
body{
    background:#fff;
	text-align:center;
	color:#000;
	font-size:13px;	
}
html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}

#container{
    width:600px;
    max-width:100%;
    margin:0 auto;
    padding:100px 0 300px;
}

.btnlist{overflow:hidden; text-align:center; margin-bottom:50px;}
.btnlist li{
    display:inline-block;
    width:150px;
    height:50px;
    margin:3px;
    border:#ccc 1px solid;
    line-height:50px;
    text-align:center;
    font-weight:bold;
    cursor:pointer;
}
.btnlist li:hover{background-color:#eee;}


div.contents .item{
    border:#ccc 1px solid;
    height:400px;
    margin-bottom:50px;
    position:relative;
}

div.contents .item p{
    text-align:center;
    line-height:1.5;
    height:1.5em;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}

#page-top{
    position:fixed;
    bottom:30px;
    right:30px;
    width:80px;
    height:30px;
}

#page-top a{
    display:block;
    width:100%;
    height:100%;
    border-radius:3px;
    background-color:#666;
    color:#fff;
    text-align:center;
    line-height:30px;
    text-decoration:none;
}
#page-top a:hover{background-color:#ccc;}