/*
/ サンプルスタイル
*/

/* Body
body {
    font-size: 16px;
    font-family: sans-serif;
}
*/

/* カテゴリラベルカラー
.label {
  border-radius: 3px;
}

.label.category_basename {
  background-color: green;
}
*/

/* Responsive (Media Query)
body {
  background-color: lightgrey;
}

@media (min-width: 700px) {
  background-color: whitesmoke;
}

@media (min-width: 930px) {
  background-color: white;
}
*/

/* zennoren-tsushin.jp */
#main-sponsor img,
#sponsor img,
#bottom-banner img {
    display: block;
    margin-bottom: 10px;
    border: 1px solid #dddddd;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.c-figure--left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.c-figure--right {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

figcaption {
    font-size: 13px;
}

/* ハロータックス */
#hello-tax-logo-pc {
    display: none;
}

#hello-tax-logo-sp {
    display: block;
}

#hello-tax-logo-pc img,
#hello-tax-logo-sp img {
    width: 100%;
}

@media (min-width: 930px) {
    #hello-tax-logo-pc {
        display: block;
    }

    #hello-tax-logo-sp {
        display: none;
    }
}
