@charset "Shift_JIS";

/* work style ==============================================*/
ul.list09 li {
    position: relative;
}

ul.list09 li .list-image a{
  position: relative;
}
ul.list09.work-cat .list-image img {
  width:214px;
}
img.zoom {
  position: absolute;
  top: 123px;
  left: 193px;
}
 ul.list09.work-cat .list-image img.zoom {
  position: absolute;
  top: auto!important;
  bottom:0px;
  left: 193px;
  width:24px;
}
div#content .work-cat h2 {
    text-shadow: 0;
    background: none;
    border:0;
    border-bottom: 2px solid #F1884B;
    padding: 3px;
}
ul.list09.work-cat li h2  a {
    display: inline;
    padding: 0px;
    border: 0;
    float: none;
    text-decoration:none;
}
ul.list09.work-cat li{
float:none;
}
ul.list09.work-cat li a {
    display: block;
    padding: 2px;
    border: 1px solid #ccc;
    float:left;
}
ul.list09 li div.list-image{
width:30%;
}
ul.list09.work-cat dl,
ul.list09.work-cat dt,
ul.list09.work-cat dd {
  box-sizing: border-box;
}
ul.list09.work-cat dl {
  background: #eee;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  float:right;
  width:65%;
}
ul.list09.work-cat dt,
ul.list09.work-cat dd {
  padding: 3px;
  line-height:1.5;
  border-top: 1px solid #ccc;
}
ul.list09.work-cat dt {
  width: 35%;
  float: left;
  white-space:nowrap;
}
ul.list09.work-cat dd {
  background: #fff;
  margin-left: 35%;
  border-left: 1px solid #ccc;
}
ul.list09.work-cat p{
clear: both;
padding-top:15px;
padding-bottom:20px;
}
ul.list09.work-cat dd:after,
ul.list09.work-cat dl:after,
ul.list09.work-cat li:after{
  content: '';
  display: block;
  clear: both;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
    position: relative;
    font-size: 13px;
}

.pagination span, .pagination a {
    display: block;
    width: auto;
    margin: 4px;
    padding: 8px;
    border: 1px solid #000;
    background-color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 16px;
}

/* ページ番号 */
.pagination .pager{
    width: 32px;
}

/* ホバー時 & 現在のページ */
.pagination a:hover,
.pagination .current  {
    color: #fff;
    border-color: #000;
    background-color: #000;
}

/* 前へ */
.pagination a.before {
    margin-right: 16px;
}
/* 次へ */
.pagination a.next {
    margin-left: 16px;
}
/* 最初へ */
.pagination a.first {}
/* 最後へ */
.pagination a.last {}

/* Page x / y */
.pagination span.page_num {
    display: none;
}

@media screen and (max-width: 800px){
div#content .work-cat h2,
ul.list09.work-cat,
ul.list09.work-cat li,
ul.list09.work-cat li dl {
width:100%!important;
}
ul.list09.work-cat li div.list-image {
text-align:center!important;
margin:0 auto!important;
float:none!important;
width:100%;
}
ul.list09.work-cat li div.list-image a {
float:none!important;
width:216px;
}
ul.list09 li dl {
margin-top:20px;
float:none;
}


}




