@charset "UTF-8";
/* 外枠 */
.box-weather-recommend {margin-bottom: 15px; padding: 0 10px; }
.box-weather-recommend .cap-ttl {display: table; width: 100%; height: 30px; -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; background: #a0c3ea; }
.box-weather-recommend .cap-ttl p {display: table-cell; padding: 0 10px; font-size: 16px; color: #2e5479; vertical-align: middle; }
.box-weather-recommend {margin-bottom: 12px; padding-bottom: 3px; }
.box-weather-recommend .box-wrp ul li {min-height: 75px; position: relative; }
.box-weather-recommend .box-wrp ul li:nth-last-child(1) {border-bottom: 0; }
.box-weather-recommend ul li::after {content: ''; position: absolute; top: 50%; right: 5px; display: block; width: 8px; height: 14px; margin-top: -7px; background: url(../img/weather_arrow_b.png) no-repeat 0 0; -webkit-background-size: 8px 14px; -moz-background-size: 8px 14px; -o-background-size: 8px 14px; background-size: 8px 14px; }
.box-weather-recommend .box-wrp {border: 1px solid #d3d3d3; border-top: none; -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; }
/* リスト部 */
.recommend_list_item {border-bottom: 1px solid #ccc; cursor: pointer; margin: 0; display: table; width: 100%; }
.recommend_list_item a > * {display: table-cell; vertical-align: middle; }
.recommend_list_item a > *:not(:first-of-type) {color: #2E456C; padding: 0 20px 0 10px; }
.recommend_outline {padding-top: 7px; vertical-align: top; }
.recommend_list_thumb {width: 80px; height: 80px; padding: 7px 0 7px 7px; }
.recommend_list_thumb img{width: 100%; height: 100%; vertical-align: bottom; }
.recommend_list_tit {font-size: 10px; line-height: 1.2em; font-weight: normal; padding-top: 2px; color: #999; }
.recommend_list_txt {margin: 3px 0 0; font-size: 14px; line-height: 1.4em; }
.recommend_list_item.sgtk {background-color: mistyrose; }
