@charset "UTF-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%;
  vertical-align: baseline; background: transparent;
}
img {
    vertical-align: middle;
}
body {
    line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
nav ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
input,
select {
    vertical-align: middle;
}
li {
    list-style-type: none;
}
body {
    color: #000;
    line-height: 1.5;
    font-size: 15px;
    background-color: #fff;
}
@media (min-width: 760px) {
    body {
        background-image: url(https://mwsgvs.weathernews.jp/s/illumi/img/bg.png);
        background-repeat: repeat-x;
    }
}

*,
*::before,
*::after {
    box-sizing: border-box;
}
a {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a,
a:link,
a:visited {
    color: #000;
}
a:hover,
a:active {
    text-decoration: none;
}
.clearfix:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    clear: both;
}

article {
    margin: 10px 10px 0;
}
@media (min-width: 760px) {
    article {
        margin: 0;
    }
}

em {
    font-style: normal;
    font-weight: bold;
    color: #0c419a;
}

@media (min-width: 760px) {
    .container {
        width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    .line-container {
        border: 1px solid #ddd;
        border-radius: 5px;
        padding: 0 15px;
        overflow: hidden;
        background-color: #fff;
        margin-top: 30px;
    }
}

#top_link > a {
    font-size: 24px;
}

/*---------------------
リスト部
----------------------*/
.reco {
    /* margin-top: 20px; */
    margin-left: -10px;
    margin-right: -10px;
}
.reco h3 {
    font-size: 18px;
    font-weight: normal;
    padding-left: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px;
}

.reco li {
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}
.reco li a {
    color: #000;
    text-decoration: none;
    vertical-align: top;
    display: table;
    table-layout: fixed;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    margin-top: 10px;
}
.reco li a > p {
    padding-left: 10px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.reco li a > span {
    display: block;
    padding-left: 10px;
    font-size: 20px;
    font-weight: normal;
}
.reco li a figure {
    display: table-cell;
    vertical-align: top;
    width: 95px;
}
.reco li a figure img {
    width: 100%;
}
.reco.index h1 {
    font-size: 26px;
    margin-left: 10px;
    margin-bottom: 20px;
}
.reco.index .more {
    color: #fff;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    background: #0c419a;
    border-radius: 6px;
    margin: 10px 0;
    font-size: 24px;
}
@media (max-width: 760px) {
    .reco.index .more {
        margin-left: 10px;
        margin-right: 10px;
    }
}
