@charset "UTF-8"; /*ギャラリーシングルレイアウトパターン2 .dlt_lay_gallery_single .dlt_inner, .dlt_lay_gallery_single .dlt_td1, .dlt_lay_gallery_single .dlt_td2{ display: block !important; float:none !important; clear: both !important; width: 100% !important; margin-bottom: 0; } .dlt_lay_gallery_single{ width: 100%; overflow: hidden; margin-bottom: 40px; } .dlt_lay_gallery_single .dlt_mainimg{ width: 100% !important; //任意 height: 340px !important; //任意 } .dlt_lay_gallery_single .dlt_mainimg a img{ max-height: 320px !important; //任意 pxで指定 } .dlt_lay_gallery_single .dlt_thumimg{ margin: 0 auto 15px !important; } */ /* #nav ============================================*/ .cat-nav { margin: 30px 0; } .cat-lists { display: -webkit-flex; display: flex; flex-wrap: wrap; -webkit-flex-wrap: wrap; } .cat-lists__item { width: calc(100% / 6); padding: 5px; box-sizing: border-box; margin: 0; a { display: block; background-color: #0065AC; box-sizing: border-box; text-align: center; padding: 5px; color: #fff; text-decoration: none; transition: opacity .5s; &:visited, &:link { color: #fff; text-decoration: none; } &:hover { opacity: .8; } } &:nth-of-type(6n), &:last-child { a { } } } /* # archives ============================================*/ .dlt_h3 { font-size: 20px; color: #fff; margin: 0 0 20px; border: 0; } .dlt_lay_gallery3 { .dlt_entry { a { text-decoration: none; color: #fff; } h4 { text-align: center; color: #fff; text-decoration: none; } } } .dlt_lay_gallery_single { margin: 30px 0; } /* # single ============================================*/ .single { #dlt_pager { a { border-top: 0; &:link, &:visited { color: #fff; text-decoration: none; } } } }