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

.shop_list{}
.shop_list article{ display: flex; flex-wrap: wrap; border-bottom: solid 1px #CCCCCC; padding: 0.5em 0;}
.shop_list article *{ margin-top: 0;}
.shop_list .shopnum{ flex: 0 0 3.0em;}
.shop_list .title{ flex: 0 1 auto; width: auto; margin: 0 0 0 0; padding: 0; background: none; font-size: 100%; color: #000000; font-weight: bold;}
.shop_list .sub{ margin-left: 1.0em;}

.shop_list ul{ margin: 0 0 0 auto; text-align: right;}
.shop_list .holiday{ font-size: 86%; color: #666;}