@charset "utf-8";

/* <system section="theme" selected="evergreen"> */
@import "https://palooka.xsrv.jp/palooka/hatenadegulifestyle/css/base.min.css";
/* </system> */

/* <system section="theme" selected="evergreen"> */
@import "/css/theme/evergreen/evergreen.css";
/* </system> */

/* <system section="theme" selected="evergreen"> */
@import "https://palooka.xsrv.jp/palooka/hatenadegulifestyle/degu-lifestyle/css/design.min.css";
/* </system> */

/* <system section="theme" selected="evergreen"> */
@import "https://palooka.xsrv.jp/palooka/hatenadegulifestyle/css/overwrite.min.css";
/* </system> */

/* <system section="background" selected="default"> */
/* default */
/* </system> */

/*
  Theme: boilerplate
  Author: Hatena Blog Team
  Description:
  Responsive: yes
  Licensed under the MIT license.
*/

/* 
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

 PC・SP共通

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
*/

/* はてなブログをはじめようを非表示にする */
.footer-action-wrapper{
    display:none;
}

/* はてなブログ開発ブログ等のリンクを非表示にする */
.touch-item-list{
    display:none;
}

.guest-footer-content{
    display:none;
}
.page-entry .entry-content .thumbnail {
    width: 630px;
    margin: 0 auto;
}

/* 口コミ */
.box_review .inner p {
    font-size: 110%;
    color: inherit;
}

/* 表組 */
table.table_1 tr td,
table.table_1 tr th {
  border: 1px solid #cccccc;
  font-size: 100%;
}
table.table_1 tr th {
  color: #555555;
}
table.table_1 tr td {
  color: #777777;
}

/* ポイント */
.box_point {
  border: 4px solid #59B9C6;
  border-radius: 6px;
}
.box_point p {
  font-size: 130% !important;
  color: #59B9C6;
}
.box_point ul li {
  border-bottom: 2px dotted #cccccc;
}
.box_point .note p {
 font-size: 110% !important;
 color: #231714;
}

/* ポイント丸テキスト */
.point_cicle_text {
  font-size: 130% !important;
  color: inherit;
}

ul.check_list li {
  line-height: 2.2;
}

ul.check_list li::after {
    top: 0.75em;
}

/* 強調タグ */

/* strong */
strong.marker2 {
  font-weight: bold;
  background: linear-gradient(transparent 50%, rgba(127,191,255,0.56) 50%);
}
strong.marker3 {
  font-weight: bold;
  background: linear-gradient(transparent 50%, rgba(255,127,127,0.56) 50%);
}

strong.marker4 {
  font-weight: bold;
  background: linear-gradient(transparent 50%, rgba(255,183,112,0.56) 50%);
}

strong.marker5 {
  font-weight: bold;
  background: linear-gradient(transparent 50%, rgba(144,212,187,0.56) 50%);
}

/* カテゴリーの説明文 */
.archive-header-category .archive-description {
  font-size: 130%
}

/*
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

 SP用（画面幅767px以下)

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
*/
@media (max-width: 767px) {


/* インスタグラムSP用 */
.entry-content .instagram-iframe {
    height: 10.03em;
    height: 74vw;
    margin: auto;
}
.page-entry .entry-content .thumbnail {
    width: 100%;
}

/* 口コミ */
.box_review .inner p {
    font-size: 110%;
    color: inherit;
}

/* 表組 */
table.table_1 tr td,
table.table_1 tr th {
  font-size: 16px;
}

/* ポイント */
.box_point .note p {
 font-size: 14px !important;
}

/* ロゴのサイズ */
#title {
  width: 82.1vw;
}

/* リンク集 */
.linklist li a {
  font-size: 110%;
}

/* パンくずリスト */
#top-box .breadcrumb {
  font-size: 110%;
}
}
/*------- SPここまで ------- */