/* CSS Document */

/*hrzレイアウト*/
@import url('https://fonts.googleapis.com/css?family=Oxygen');
.topblk_en { margin-bottom:10px; padding:8px 0;}
.top_hrz img { border:none;}
.top_hrz ul {margin:0; padding:1px 0 4px 10px; line-height:0;}
.top_hrz ul li { display: inline-block; width:150px; height:56px; overflow:hidden; margin:0 1px 6px 4px; padding:0; line-height:1.8; vertical-align:top;}
.top_hrz ul li a { display:block; box-sizing:border-box; width:100%; height:100%; border:none; padding:0;}
.top_hrz ul li.ttlwood { border-radius:4px; box-shadow:0 2px 2px rgba(0,0,0,.4);}
.top_hrz ul li.ttlwood img { width:100%; max-width:150px; height:auto;}
.top_hrz ul li.ttlwood,
.top_hrz ul li.ttlwood a { }
.top_hrz ul li.eptyblk1,
.top_hrz ul li.eptyblk2 { display:none; }
.top_hrz ul li.eptyblk1only { display:none;}

@media screen and (max-width:464px) {
.topblk_en { margin-bottom:10px; padding:8px 0; }
.top_hrz ul li {width:45%; height:auto;margin:0 1px 6px 4px; padding:0; line-height:1.8;}
}

@media screen and (min-width:768px) {
.top_hrz ul li.eptyblk1{ display: inline-block; }
}

@media screen and (min-width:1024px) {
.top_hrz ul li.eptyblk2 { display: inline-block; }
.top_hrz ul li.eptyblk1only { display:inline-block; width:150px;}
}
