@charset "utf-8";
/* CSS Document */

#nav{
display:none;
}

.content_image{
display:none;
}

.content_text_container{
float:none;
}

.content_text{
width:auto;
height:auto;
}

#content_list{
height:400px;
overflow:auto;
}

.content_list_item{
float:none;
height:auto;
margin:auto;
margin-bottom:75px;
width:860px;
background:#333;
padding:10px;
}

#enable_js{
display:block;
}