@charset "utf-8";
/* CSS Document */

html{
 overflow-x:hidden;
 background-image:url(../images/uribou_gallery_bg_pattern.jpg); 
}

.main_title{
 font-size: 52px;
 color: #310c0c;
 text-align: center;
 *padding: 50px 0;
}

.button02{
 position: absolute;
 top: 150px;
 right: 20px; 
}

ul{
 max-width: 1300px;
 min-height: 100vh;
 margin: 0 auto;
 list-style: none;
 text-align: left;
 padding-left: 0;
}

li{
 display: inline-block;
}

.art_titlewrap{
 width: 200px;
 text-align: center;
 margin: 10px auto;
 background-color: #59493f; 
 *font-weight: bold;
 color: #fff;
 font-size: 12px;
}

.art_title{
 padding: 5px 0;
}

.art_number,.art_title{
 display: inline-block;
}

.art_number{
 margin: 0 5px 0 0;
}

.thumbnail{
 display: none;
 padding: 20px 27px;
 vertical-align: top;
}

.thumbnail img{
 border: solid 1px #6b3f31;
}

.topbutton{
 width: 170px;
 height: auto;
 position: absolute;
 top: 20px;
 right: 20px; 
}

.list_button{
 position: absolute;
 top: 20px;
 right: 20px;
}

.list_button li{
 display: block;
 margin: 2px 0;
}

.list_button li img{
 width: 170px;
}

.small_font{
 font-size: 10px;
}

.small_font_2{
 font-size: 1px!important;
}
