/* <system section="theme" selected="12921228815715016151"> */
@charset "utf-8";


/* ===============  import css =============== */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,500,300italic,300,500italic,700,700italic,900italic,900,100,100italic);



/* =============== reset css =============== */

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;
}
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;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}


/* =============== common =============== */

a {
  color: #666;
  text-decoration: none;
}
a:hover {
  color: #878787;
  text-decoration: underline;
}
a:active {
  color: #666;
}
a:visited {
  color: #666;
}


/* =============== base =============== */

body {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background: transparent;
  color: #111;
}
#globalheader-container {
  background: #fff;
  background: rgba(255, 255, 255, 0.2);
}
#container {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  background: #fff;
}
#container-inner {
  text-align: left;
}
#blog-title {
  width: 100%;
}
#blog-title-inner{
  width: 960px;
  margin: 110px auto 100px auto;
}
#title {
  font-size: 150%;
  font-family: 'Roboto', sans-serif, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
#title a {
  color: #111;
  text-decoration: none;
}
#blog-description {
  font-size: 11px;
}
/* @Custom Header-image */
.header-image-enable #blog-title #title {
  padding: 20px 0 0 20px;
}
.header-image-enable #blog-title,
.header-image-only #blog-title {
  padding: 30px 0;
}
#content{
  width: 960px;
  margin: 50px auto 30px auto;
}
#content-inner:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#wrapper {
  width: 640px;
  float: left;
}
.page-archive #wrapper,
.page-about #wrapper {
  padding-right:0px;
  border-right: none;
  background: none;
}
.entry {
  /*margin-bottom: 80px;*/
}
.entry a{
  text-decoration:underline;
}
.entry-inner{
  margin-bottom: 80px;
}
.entry-header {
  position: relative;
}
.date {
  /*min-height: 100px;*/
  /*border-right: 1px solid #CCC;*/
  font-size: 78%;
  margin-bottom: 7px;
  font-family: 'Roboto', sans-serif;
}
.date a {
  text-decoration: none;
}
/*.entry .date-month + .hyphen{
}
.date .date-year,
.date .date-month{
  font-family: 'Roboto', sans-serif;
}*/
.date .date-day{
}
.entry-title {
  margin-bottom: 5px;
  line-height: 1.5;
}
.entry-title a {
  color: #111;
  text-decoration: none;
}
.categories {
  padding: 0 0 10px 0;
}
.categories a {
  font-size: 65%; 
  text-decoration: none;
  padding-left: 17px;
  padding-right: 8px;
  background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/kgsi/20131224/20131224005831.png) no-repeat left -4px;
  color:#888888;
}
.categories a:hover{
  text-decoration: underline; 
}

.author,
.entry-footer-time{
  font-size: 65%;
}
.entry-footer {
}
.entry-footer-section,
.social-buttons {
  margin-bottom: 15px;
}
.pager {
  margin: 15px 0;
  font-size: 65%;
}
.pager a{
  color: #EEEEEE;
  padding: 7px 15px 7px 15px;
  text-align: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  background: #111;
}
#footer {
  width: 100%;
  padding: 10px 0 30px 0;
}
#footer-inner{
  width: 960px;
  margin: 0 auto;
  font-size: 78%;
  text-align: center;
}
#footer address {
  display: inline;
}
#footer .services {
  display: inline;
  margin: 0 7px;
}
#footer a{
  text-decoration: none;
  color: #333;
}
#footer img {
  vertical-align: middle;
}
.entry-header-menu{
  position: absolute;
  right: 0;
  top: 0;
  font-size: 78%;
  font-weight: bold;
}
.entry-header-menu a{
  display: block;
  background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/kgsi/20131224/20131224005831.png) no-repeat left -42px;
  padding:3px 0 3px 18px;
  text-decoration: none;
}
.entry-header-menu a:hover{  
  text-decoration:underline;
}


/* =============== comment =============== */

.entry-comment {
  list-style: none;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 85%;
}
.comment-user-name .hatena-id-icon {
  vertical-align: middle;
  margin-right: 0.2em;
}
.comment-user-name {
  margin-bottom: 7px;
}
.comment-user-name a {
  color: #222;
  font-weight: bold;
}
.comment-content {
  line-height: 1.5em;
  margin-bottom: 7px;
  word-wrap: break-word;
}
.comment-user-name,
.comment-content {
  font-size: 80%;
}
.comment-metadata,
.comment-metadata a {
  font-size: 65%;
  color: #aaa;
}
.leave-comment-title {
  font-weight: bold;
  margin: 10px 0;
  display: block;
  text-align: center;
  padding: 15px 10px 15px 10px;
  background: #111;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;

}
a.leave-comment-title{
  display: block;
  text-decoration: none;
  color: #FFF;
  font-size: 65%;
}
.leave-comment-title:hover {
  background: #666;
}

/* Entry-Content */
.entry-content {
  font-size: 80%;
  line-height: 2.04;
  letter-spacing: 0.01em;
}
.entry-content p {
  margin: 0.7em 0 1em 0;
}
.entry-content img {
  max-width: 100%;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 1.2em 0 0.4em 0;
  line-height: 1.7;
}
.entry-content h1 {
  font-size: 140%;
}
.entry-content h2 {
  font-size: 130%;
}
.entry-content h3 {
  font-size: 120%;
}
.entry-content h4 {
  font-size: 110%;
}
.entry-content h5 {
  font-size: 100%;
}
.entry-content h6 {
  font-size: 90%;
}
.entry-content ul,
.entry-content ol,
.entry-content dd {
  margin: 0 0 0 1.5em;
  padding: 0;
}
.entry blockquote {
  padding: 10px;
  margin: 1em 0;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
.entry blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}
.hatena-asin-detail, .itunes-embed {
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
}
.entry-content table th,
.entry-content table td {
  border: 1px solid #ddd;
  padding: 5px 10px;
}
.entry-content table th {
  background: #fafafa;
}
pre {
  color: #CCC;
  font-size: 85%;
  padding: 10px;
  background: #111;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}

a.keyword {
  text-decoration: none;
  border-bottom: 1px solid #DEDEDE;
  color: #222;
}
pre.lang-aa {
  font-size: 100%;
  line-height: 1.4;
}
.hatena-asin-detail li {
  line-height: 1.4;
}


/* =============== side bar =============== */

#box2 {
  width: 220px;
  float: right;
  font-size: 78%;
  word-wrap: break-word;
}
.hatena-module {
  margin-bottom: 30px;
}
.hatena-module-title {
  font-size: 108%;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}
.hatena-module-title a {
  color: #222;
  text-decoration: none;
}
.hatena-module-title a:hover {
  text-decoration: underline;
}
.hatena-module .profile-icon {
  margin-bottom: 5px;
}
.hatena-module .id {
  display: block;
  margin-bottom: 5px;
}
.profile-description {
  margin-bottom: 5px;
}
.hatena-module-body li {
  list-style: none;
  margin-bottom: 0.65em;
}
.hatena-module-body {
  line-height: 1.5;
}
.hatena-urllist{
}
.hatena-urllist a{
}
/* @Module::Search */
form.search-form input {
  background: #E9E9E9;
  border: 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
}
.search-form .search-module-input {
  width: 170px;
  padding: 7px;
  margin: 0;
  font-size: 78%;
}
.search-form .search-module-button {
  height: 23px;
  width: 23px;
  border: none;
  text-indent: -999px;
  cursor: pointer;
  background: url('https://cdn.blog.st-hatena.com/images/theme/search_g.png?version=e0e0a3993d8aff6a6344f19dd784d5') 50% 50% no-repeat;
}
/* @About */
.page-about dt {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
  padding-bottom: 2px;
}
.page-about dd {
  margin-left: 0;
  margin-bottom: 30px;
}
.page-about .entry-content img.profile-icon {
  height: 16px;
  width: 16px;
}


/* =============== archive =============== */

.page-archive #main {
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
.page-archive #main-inner {
  font-size: 80%;
  text-align: left;
}
.page-archive #main-inner p {
  margin-bottom: 1em;
}
.page-archive #main-inner h1 {
  font-size: 120%;
  margin: 1em 0 0.5em 0;
}
.page-archive #main-inner h1 a {
  color: #000;
  text-decoration: none;
}
.page-archive #main-inner h1 a:hover {
  text-decoration: underline;
}
.page-archive #main-inner section {
  margin-bottom: 30px;
}

.page-archive #main-inner .entry-title:hover {
  text-decoration: underline;
}
.page-archive #main-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-archive #main-inner li {
  margin: 0;
  padding: 0 0 10px 0;
}
.page-archive #main-inner li .categories {
  font-size: 65%; 
  margin-top: 10px;
  display: block;
}


/* =============== about =============== */

.page-about #wrapper{
  background: none;
}
.page-about .entry-content{
  width: auto;
  left: 0px;
}


/* =============== category =============== */

.breadcrumb {
  width: 960px;
  margin:30px auto 30px auto;
  font-size: 80%;
}
.breadcrumb span:last-child{
  color: #999;
}


/* =============== edit erea =============== */

#top-editarea{
  width: 960px;
  margin:30px auto;
}
#bottom-editarea{
  width: 960px;
  margin:0 auto 30px auto;
}
/* </system> */

/* Responsive:yes */
/* アプリーチ */
.appreach {
  text-align: left;
  padding: 10px;
  border: 1px solid #7C7C7C;
  overflow: hidden;
}
.appreach:after {
  content: "";
  display: block;
  clear: both;
}
.appreach p {
  margin: 0;
}
.appreach a:after {
  display: none;
}
.appreach__icon {
  float: left;
  border-radius: 10%;
  overflow: hidden;
  margin: 0 3% 0 0 !important;
  width: 25% !important;
  height: auto !important;
  max-width: 120px !important;
}
.appreach__detail {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  width: 72%;
  max-width: 72%;
}
.appreach__detail:after {
  content: "";
  display: block;
  clear: both;
}
.appreach__name {
  font-size: 16px;
  line-height: 1.5em !important;
  max-height: 3em;
  overflow: hidden;
}
.appreach__info {
  font-size: 12px !important;
}
.appreach__developper, .appreach__price {
  margin-right: 0.5em;
}
.appreach__posted a {
  margin-left: 0.5em;
}
.appreach__links {
  float: left;
  height: 40px;
  margin-top: 8px;
  white-space: nowrap;
}
.appreach__aslink img {
  margin-right: 10px;
  height: 40px;
  width: 135px;
}
.appreach__gplink img {
  height: 40px;
  width: 134.5px;
}
.appreach__star {
  position: relative;
  font-size: 14px !important;
  height: 1.5em;
  width: 5em;
}
.appreach__star__base {
  position: absolute;
  color: #737373;
}
.appreach__star__evaluate {
  position: absolute;
  color: #ffc107;
  overflow: hidden;
  white-space: nowrap;
}
.entry-content {
    font-size:16px;
}
/*---------------
◆ ふきだし ◆<
--------------*/
 
/*=== 共通設定 ===*/
/*全体の上下左右の余白*/
.fuki {
  margin: 20px 0 ;
}
.fuki:after,.fuki:before { 
  clear: both; /*テキスト回り込み解除*/
  content: ""; 
  display: block;
}
/*アイコン画像の設定*/
.fuki figure {
  margin: 0;
  display: block;
}
.fuki figure img {
  width: 100%; 
  height: 100%; 
  border-radius: 50%;
  margin: 0;
  vertical-align: middle;
  border: 1px solid #ccc; /*◎アイコン画像の枠線の太さと色の変更*/
}
/*アイコン画像の設定*/
.fuki-img-left {
  margin-left: 10px; 
  margin-top: 1px; 
  float: left;
}
.fuki-img-right {
  margin-right: 10px; 
  margin-top: 1px; 
  float: right;
}
.fuki-img-left, .fuki-img-right {
  width: 90px; 
  height: 90px;
}
/*アイコン画像の名前*/
.fuki-img-name {
  padding: 0;
  margin-top: 3px; 
  font-size: 10px; 
  line-height: 1.2em; 
  font-weight: 400; 
  text-align: center; 
  display: block;
}
/*=== 会話風ふきだし ===*/
.chat-text-left, .chat-text-right {
  position: relative;
  margin: 0 100px 16px;
  padding: 16px;
  box-shadow: 1px 1px 5px #aaaaaa90; /*◎ふきだしの影*/
  border-radius: 10px; /*◎ふきだしの丸さ調整*/
}
.chat-text-left p,.chat-text-right p {
  margin:0 !important;
  font-size: 14px; 
  color: #555; /*◎ふきだし内テキスト文字色*/
}
/*左からのふきだし*/
.chat-text-left {
  background-color: #f0f0f0; /*★①左ふきだし背景色*/
  border: 1px solid #aaa; /*★②左ふきだし枠線の色*/
}
/*左からのふきだしの三角部分*/
.chat-text-left:after {
  position: absolute; 
  top: 16px; 
  left: -22px; 
  content: '';
  border: 12px solid transparent;
  border-right: 12px solid #f0f0f0; /*★①ふきだし背景色*/
}
.chat-text-left:before { 
  position: absolute; 
  top: 16px; 
  left: -24px; 
  content: '';
  border: 12px solid transparent ;
  border-right: 12px solid #aaa; /*★②左ふきだし枠線の色*/
}
/*右からのふきだし*/
.chat-text-right { 
  background-color: #99ff99; /*★③右ふきだし背景色*/
  border: 1px solid #00ff00; /*★④右ふきだし枠線の色*/
} 
/*左からのふきだしの三角部分*/
.chat-text-right:after {
  position: absolute; 
  top: 16px; 
  right: -22px; 
  content: '';
  border: 12px solid transparent;
  border-left: 12px solid #99ff99; /*③右ふきだし背景色*/
}
.chat-text-right:before {
  position: absolute; 
  top: 16px; 
  right: -24px; 
  content: '';
  border: 12px solid transparent;
  border-left: 12px solid #00ff00; /*★④右ふきだし枠線の色*/
}
 
/*=== もくもくふきだし ===*/
.mkmk-text-left, .mkmk-text-right{ 
  position: relative;
  margin: 0 100px 16px; 
  padding: 16px;
  box-shadow: 1px 1px 5px #aaaaaa90; /*★もくもくの影*/
  border-radius: 30px; /*★もくもくの丸さ調整*/
}
.mkmk-text-left p,.mkmk-text-right p {
  margin: 0 !important;
  font-size: 14px; 
  color: #555; /*★もくもく内テキスト文字色*/
}
/*左からのもくもく*/
.mkmk-text-left {
  background-color: #f0f0f0; /*★⑤左もくもく背景色*/
  border: 1px solid #aaa; /*★⑥左もくもく枠線の色*/
}
/*左もくもくの丸い部分*/
.mkmk-text-left:before {
  position: absolute; 
  content: ''; 
  top: 16px; 
  left: -16px;
  border-radius: 50%; 
  width: 12px; 
  height: 12px;
  background-color: #f0f0f0; /*★⑤左もくもく背景色*/
  border: 1px solid #aaa; /*★⑥左もくもく枠線の色*/
}
.mkmk-text-left:after {
  position: absolute; 
  content: ''; 
  top: 26px; 
  left: -26px;
  border-radius: 50%; 
  width: 8px; 
  height: 8px;
  background-color: #f0f0f0; /*★⑤左もくもく背景色*/
  border: 1px solid #aaa; /*★⑥左もくもく枠線の色*/
}
/*右からのもくもく*/
.mkmk-text-right { 
  background-color: #88ddff; /*★⑦右もくもく背景色*/
  border: 1px solid #55aaff; /*★⑧右もくもく枠線の色*/
}
/*右からのもくもくの丸い部分*/
.mkmk-text-right:before {
  position: absolute; 
  content: ''; 
  top: 16px; 
  right: -16px;
  border-radius: 50%; 
  width: 12px; 
  height: 12px;
  background-color: #88ddff; /*★⑦右もくもく背景色*/
  border: 1px solid #55aaff; /*★⑧右もくもく枠線の色*/
}
.mkmk-text-right:after {
  position: absolute; 
  content: ''; 
  top: 26px; 
  right: -26px;
  border-radius: 50%; 
  width: 8px; 
  height: 8px;
  background-color: #88ddff; /*★⑦右もくもく背景色*/
  border: 1px solid #55aaff; /*★⑧右もくもく枠線の色*/
}
/*=== レスポンシブ設定 ===*/
@media (max-width: 767px){
  /*スマホ表示の時は横幅いっぱいに広げる*/
  .chat-text-left, .mkmk-text-left {margin-left: 90px; margin-right: 0;}
  .chat-text-right, .mkmk-text-right {margin-left: 0; margin-right: 90px;}
  /*スマホ表示の時はふきだし画像サイズを小さくする*/
  .fuki-img-left,.fuki-img-right {width: 80px; height: 80px;}
}
 
/*-- ふきだしここまで ----
---------------------------*/


@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Noto+Sans+JP:wght@400;700;900&display=swap');

.red-bg {
  background-color: red;
}

.blue-bg {
  background-color: blue;
}

.yellow-bg {
  background-color: yellow;
}

.green-bg {
  background-color: green;
}

.black-bg {
  background-color: black;
}

pre.code {
    background: #3f3f3f;     
}

.entry-content {
    font-size: 13px;
}

/* サムネイル */
.page-archive .entry-thumb {
    width: 240px;
    height: 160px;
}


/* 見出し*/

.entry-content h3 { 
 padding: 4px 10px;
 color: #111;
 background-color: #f5f5f5;
 border-left: 8px solid #b0e0e6;
 border-bottom: 2px solid #b0e0e6; 
}

.entry-content h4 {
 padding: 4px 10px;
 color: #111;
 border-top: 2px solid #b0e0e6;
 border-bottom: 2px solid #b0e0e6; 
}

.entry-content h5 {
  position: relative;
  padding: 1em 0;
}
h5::before,
h5::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}
h5::before {
  top: 10px;
  border-top: 2px solid #b0e0e6;
  border-bottom: 1px solid #b0e0e6;
}
h5::after {
  bottom: 10px;
  border-top: 1px solid #b0e0e6;
  border-bottom: 2px solid #b0e0e6;
}

/*グローバルメニュー*/
#menu {
position: relative;
width: 100%;
padding-left: 0px;
height: 40px;
background: #343838;/*グローバルメニュー背景色*/
}
.menu-inner{
width: 968px;
margin: 0 auto;
height: 40px;
}
#menu li {
list-style-type: none;
float: left;
height: 40px;
text-align: left;
}
#menu li a {
padding-left: 15px;
padding-right: 15px;
display: block;
color: #ffffff;/*グローバルメニュー文字色*/
font-size: 80%;
font-weight: bold;
line-height: 40px;
}
#menu li:hover a {
color: #00DFFC;
background: #ffffff;
transition: all .5s;
}
.menu-toggle{
display: none;

}
/*パソコン１カラム*/
@media screen and (max-width:968px){
.menu-inner{
width: 768px;
}
}
/*タブレット*/
@media screen and (max-width:768px){
#top-editarea{
height: initial;
background: #343838;/*MENU背景色*/
text-align: right;/*MENUの文字の位置*/
width: 100%;
}
.menu-toggle{
color: #ffffff;/*MENUの文字色*/
display: inline-block;
padding: 5px;
margin: 3px;
}
#menu {
width: 100%;
display: none;
height: initial;
padding: 0;
margin: 0;
}
.menu-inner{
width: 100%;
height: initial;
position: static;
margin: 0;
}
#menu li{
float: none;
height: 35px;
width: 100%;
list-style-type: none;
background: #00DFFC;/*リスト文字の背景色*/
margin: 0 auto;
text-align: left;/*リストの文字の位置*/
}
#menu li a {
height: initial;
color: #343838;/*リスト文字色*/
display: block;
}
#menu li:hover a{
color: initial;
background: initial;
}
}

/* その他 */
.message {
    display: flex;
    align-items: flex-start; /* アイテムを上揃えにする */
    background-color: #E1F5FE;
    border: none;
    padding: 10px;
    margin: 10px 0;
    border-radius: 10px;
}

.message .icon {
    background-color: #007bff;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-right: 10px;
}

.message .text {
    flex: 1; /* テキスト部分をフレキシブルに伸ばす */
}


/* 記事一覧画面のサムネイル */
/*
.entry-thumb {
    width: 240px !important;
    height: 160px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
}
*/

