@charset "utf-8";

/* -----reset css------ */
html,body,address,h1,h2,h3,h4,h5,h6,dl,dt,dd,ol,ul,li,div,p,pre,blockquote,hr,bdo,a,br,del,ins,abbr,dfn,sub,sup,q,cite,code,var,kbd,samp,map,area,iframe,img,form,label,fieldset,legend,input,textarea,select,option,optgroup,button,command,details,menu,summary,article,aside,header,footer,nav,section,figcaption,figure,main,mark,rp,rt,ruby,time,wbr,audio,canvas,embed,object,param,source,video,datalist,keygen,meter,output,progress{margin:0;padding:0;border:0;outline:0;font-size:100%;font-weight:normal;vertical-align:baseline;list-style-type:none;background:transparent;box-sizing:border-box;}embed,iframe,img,table,textarea{max-width:100%;}table{border-collapse:collapse;border-spacing:0;}a,a:link,a:visited{color:#333;text-decoration:none;}a:hover,a:active{color:#777;}article,aside,canvas,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block;}
/* ---reset css end----2020/01/14更新 */

html,body{
  width:100%;
  min-height:100%;
}
html{
  font-size:83%; /* フォントサイズは1em(16px)の83% */
  overflow-x:hidden;
}
body{
  animation:fadeIn 0.5s ease 0s 1 normal;
}
@keyframes fadeIn{
  0%{opacity:0}
  100%{opacity:1}
}
img {
  opacity: 1;
  transition: opacity 0.5s;
  border:none;
  max-width:100%;
  height:auto;
}
img[data-src] {
  opacity: 0;
  display:none;
}
body{
  font-size:1.0em;
  color:#454545;
  font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Verdana,sans-serif;
  line-height:1.8;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -ms-text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
  -webkit-overflow-scrolling:touch !important;
}
body::before{
/* 水玉背景を他の画像にする場合は、ここから↓ */
  background-image:-webkit-radial-gradient(#a3a6a7 10%, rgba(255,255,255,0) 18%), -webkit-radial-gradient(#a3a6a7 10%, rgba(255,255,255,0) 18%);
  background-image:radial-gradient(#a3a6a7 10%, rgba(255,255,255,0) 18%), radial-gradient(#a3a6a7 10%, rgba(255,255,255,0) 18%);
  background-size:20px 20px;
  background-position: 0 0, 10px 10px;
/* ↑ここまでを削除し、代わりに background-image:url(画像のURL);を入れる */
  background-color:#ebc3bb; /* 背景色 */
  background-repeat:repeat;
  position:fixed;
  display:block;
  top:0;
  left:0;
  width:100%;
  height:150%;
  content:"";
  z-index:-1;
  transform:translate3d(0,0,0);
}
#lace-rl{
  width:100%;
  min-height:100%;
  overflow:hidden;
  margin:0 auto;
  position:relative;
  background-image:url(https://blog-imgs-126.fc2.com/s/o/r/sorauta1/w1-lace-l.gif),
                           url(https://blog-imgs-126.fc2.com/s/o/r/sorauta1/w1-lace-r.gif);
  background-repeat:repeat-y,
                            repeat-y;
  background-position:left top,
                             right top;
}
#wrapper{
  width:auto;
  background:rgba(255,255,255,.7);
  margin:0 40px;
  position:relative;
  overflow:hidden;
}
a:link,a:visited{
  color:#ac6837;
}
a:hover,a:active{
  color:#9fb7d4;
}
strong,b{
  font-weight:bold;
}
pre{
  margin:1.0em 0;
  padding:1.0em;
}
blockquote{
  margin:0 40px 20px 20px;
  padding:0.5em;
  border:1px solid #669999;
}
h1{
  font-size:1.9em;
  line-height:1.2;
  color:#ac6837;
  margin:5px 40px 0;
  position:static;
}
h1 a,h1 a:link,h1 a:visited{
  color:#ac6837;
  font-weight:bold;
}
h1 a:hover,h1 a:active{
  color:#4776af;
}
h2,h2 a,h2 a:link,h2 a:visited{
  color:#ac6837;
  font-weight:bold;
}
h2 a:hover,h2 a:active{
  color:#4776af;
}
h3{
  padding:2px 15px;
  font-size:1.2em;
  font-weight:bold;
  color:#cc6633;
  border-bottom:1px solid #cc6633;
}
h4{
  margin:0 10px;
  font-size:1.0em;
  font-weight:normal;
  color:#15adb3;
  border-bottom:1px dotted #999;
}
hr{
  margin:10px 0;
  border-top:dashed 1px #f0bdbd;
  height:1px;
}
p.right-txt{
  text-align:right;
  margin:5px;
}
.clearLeft{
  clear:left;
}
.emoji{
  margin:0;
  vertical-align:middle;
}


/* レスポンシブ1120px以下（１カラム＋一部サイズ共有有り） */

/* ヘッダー部分 */
header{
  width:100%;
  overflow:hidden;
  height:auto;
  margin:0;
  position:absolute;
}

/* トップ画像 */
.topimg{
  height:0;
  padding-top:25.18%; /* 表示したい画像の比率（縦サイズ÷横サイズ×100） */
  margin:0 10px;
  background:url('https://blog-imgs-126.fc2.com/s/o/r/sorauta1/sakura-al.jpg') no-repeat;
  background-size:contain;
}

/* ブログの説明部分 */
.introduction{
   display:none; /* 1カラムは非表示 */
}

/* メニューボタン */
#btn,
#btn1,
#btn2{
  display:block; /* ドロワーメニューボタン表示 */
}
#btn{
  overflow:hidden;
  height:30px;
  top:0;
  position:absolute;
}
#btn1{
  overflow:hidden;
  width:230px;
  height:30px;
  top:32px;
  z-index:3 !important;
}
#btn2{
  overflow:hidden;
  width:230px;
  height:30px;
  top:32px;
  z-index:3 !important;
}
#nav_open{
  top:0;
  left:0;
  margin:35px 5px 0;
  width:17px;
  height:26px;
  position:fixed !important;
  cursor:pointer;
}
#aside_open{
  top:0;
  right:0;
  margin:35px 5px 0;
  width:17px;
  height:26px;
  position:fixed !important;
  cursor:pointer;
}
#nav_open span, #nav_open span:before, #nav_open span:after {
  position:absolute;
  bottom:18px;
  left:0;
  height:2px; /* ハンバーガーボタン 線の太さ */
  width:17px; /* ハンバーガーボタン 長さ */
  background:#666;
  display:block;
  content: '';
}
#aside_open span, #aside_open span:before, #aside_open span:after {
  position:absolute;
  bottom:18px;
  right:0;
  height:2px; /* ハンバーガーボタン 線の太さ */
  width:17px; /* ハンバーガーボタン 長さ */
  background:#666;
  display:block;
  content: '';
}
#nav_open span:before, #aside_open span:before {
  bottom:-6px;
}
#nav_open span:after, #aside_open span:after {
  bottom:-12px;
}
#nav_close{
  position:relative;
  padding-left:5px;
  cursor:pointer;
}
#aside_close{
  position:relative;
  padding-left:195px;
  cursor:pointer;
}
.css-cancel{
  display:inline-block;
  position:relative;
  margin:8px 12px 0 13px;
  padding:0;
  width:2px; /* キャンセルボタン 線の太さ */
  height:20px; /* キャンセルボタン 線の長さ */
  background:#333; /* 線の色 */
  transform:rotate(45deg);
}
.css-cancel:before{
  display:block;
  content:"";
  position:absolute;
  top:50%;
  left:-9px; /* 左からの位置 */
  width:20px; /* キャンセルボタン 線の長さ */
  height:2px; /* キャンセルボタン 線の太さ */
  margin-top:-1px; /* 上からの位置 */
  background:#333; /* 線の色 */
}

/* メニュー */
nav,aside{
  position:fixed;
  top:0;
  bottom:0;
  width:230px;
  height:100vh;
  padding-bottom:150px;
  z-index:5;
  background:#fff;
  overflow-y:auto;
  overflow-x:hidden;
  -webkit-overflow-scrolling:touch;
}
nav{
  left:-230px;
}

/* プラグインリストマークが不要の場合はここから */
nav ul li,
.menu3 ul li{
  list-style-type:circle;
  margin-left:17px;
}
nav ul li ul li,
.menu3 ul li ul li{
  list-style-type:none;
  margin-left:0;
}
/* リストマーク不要の場合はここまで削除 */

aside{
  right:-230px;
}
aside li ul li:before{
  content:"";
}
#nav_wrap{
  display:none;
}
#aside_wrap{
  display:none;
  margin-top:-30px;
}
#menu a,#menu2 a{
  text-decoration:none;
}
.menu_block{
  padding-top:5px;
}
.menu_title{
  background-color:#e6eed8;
  color:#454545;
  padding:3px 15px;
  border-bottom:1px solid #ccc;
  cursor:pointer;
}
.menu_title a{
  display:block;
}
.menu_body{
  margin:5px 15px;
  padding-bottom:15px;
  overflow:hidden;
}
.menu3_title,h2,h3{
  border-bottom:1px solid #ccc;
  border-right:1px solid #ddd;
  background:url(https://blog-imgs-37.fc2.com/s/o/r/sorauta1/sakura-icon.gif)#fdedeb no-repeat 5px 5px;
  color:#ac6837;
  padding:3px 10px 3px 30px;
  font-size:1.0em;
  font-weight:bold;
}
.menu3_body{
  overflow:hidden;
}

/* 記事部分 */
#main{
  width:100%;
  min-height:90.5vh;
  height:100%;
}
article section{
  margin:0 auto;
  padding:0;
}
.con2,.menu3{
  margin:10px;
  padding:15px;
  background:#fff;
  border:1px solid #f0bdbd;
}
.con2_body,.menu3_body{
  margin:10px;
}
.con2_body ul li{
  margin-left:20px;
  list-style-type:disc;
}
.con2_body ol li{
  margin-left:20px;
  list-style-type:decimal;
}
.relate_dd .relate_ul .relate_li,
.relate_dd .relate_ul .relate_li_nolink {
  margin-left:0;
  list-style-type:none; /* 関連記事のリストマーク */
}
.con2 blockquote{
  margin:0px 15px 10px 15px;
  padding:10px;
  border:1px dotted #ddb9b7;
  color:#4d4d4d;
  line-height:1.8;
}
.entry_date{
  text-align:right;
  margin:0 10px;
  color:#4776af;
}
.pen-link{
   font-size:1.5em;
   margin-left:3px;
   line-height:1;
   vertical-align:middle;
   transform:rotate(110deg);
   display:inline-block;
}
.entry_state{
  text-align:right;
  padding:5px;
  font-size:11px;
  color:#5b4035;
  line-height:1.7;
  background-color:#e6eed8;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ddd;
}
.entry_state a{
  font-size:11px;
  color:#ba6f6f;
  text-decoration:none;
  position:relative;
  border:none;
}
.entry_state a:hover{
  color:#ff8b8b;
  border-bottom:1px dotted #666;
}
.fc2_footer{
  margin:10px 0 0;
}

/* 記事ページ追記ボタン */
.hidden_box label{
  padding:0 10px;
  border:solid 1px #aaa;
  cursor:pointer;
}
.hidden_box label:hover{
  background:#e1f0f6;
  color:#333;
}
.hidden_box input {
  display:none;
}
.hidden_box .hidden_show{
  height:0;
  padding:0;
  overflow:hidden;
  opacity:0; /* 中身を非表示にしておく */
}
.hidden_box input:checked ~ .hidden_show{
  padding:10px 0;
  height:auto;
  opacity:1; /* クリックで中身表示 */
}

/* コメント部分 */
.topentry_comment_body{
  margin:10px -15px 0;
  padding:10px 15px 0;
}
.com_block{
  margin:20px 10px;
  padding:10px 25px;
  background:#fff;
  border:1px solid #ccc;
}
.com_title{
  margin-bottom:5px;
  color:#8f4b4b;
  font-weight:bold;
  border-bottom:1px dotted #ccc;
}
.com_state{
  margin-top:10px;
  text-align:right; 
}
input[type="password"]{
  width:100%;
  border:solid 1px #aaa;
  padding:2px;
  background-color:#fff;
}
input[type="submit"]{
  border:solid 1px #aaa;
  padding:2px;
  background-color:#e2eccb;
}
input[type="checkbox"]{
  margin:5px;
  vertical-align:middle;
}
input[type="text"]{
  width:100%;
  border:solid 1px #aaa;
  padding:2px;
  background-color:#fff;
}
textarea,select{
  width:100%;
  border:solid 1px #aaa;
  padding:2px;
  background-color:#fff;
}
::placeholder{
  color:#c3c3c3;
}

/* トラックバック部分 */
.trackback_waku{
  margin:20px 10px;
  padding:15px;
  background:#fff;
  border:1px solid #f0bdbd;
}

/* フッター部分 */
footer{
  bottom:0;
  margin-top:10px;
  width:100%;
  z-index:2;
}

/* コピーライト */
#copyright{
  padding:2px 10px;
  text-align:center;
  color:#888;
  background:#e6eed8;
  border-top:5px solid #fff;
  border-bottom:1px solid #ccc;
}

/* フットメニュー */
#footmenu{
  width:100%;
  overflow:hidden;
  padding:0 10px;
  font-size:1.0em;
  text-align:center;
  color:#888;
  background:#fff;
}
#footmenu a{
  color:#454545;
  text-decoration:none;
}
#footmenu a:hover{
  color:#c0d58c;
}

/* ページ移動 */
.page_navi{
  padding:0 10px;
  text-align:center;
  margin:0px auto;
}

/* カレンダー */
table.calender{
  width: 100%;
}
.calender caption{
  font-size:1.0em;
  border-bottom:1px solid #ccc;
}
.calender th{
  font-weight:normal;
  text-align:center;
  border-bottom:1px dotted #ccc;
}
.calender td{
  text-align:center;
  border-bottom:1px dotted #ccc;
}
.calender td a:link,.calender td a:visited{
  font-weight:nomal;
  color:#a52a2a;
  text-shadow: 0px 0px 15px #ff0000;
}
.calender td a:hover{
  color:#ff8b8b;
  font-weight:nomal;
  text-decoration:none;
}
th#sun{
  color:#9d5555;
}
th#sat{
  color:#0000ff;
}

/* 全記事表示 */
.all_body{
  margin:10px;
  border-bottom:1px dotted #ccc;
}
.all_day{
  padding:0;
  margin:0;
}

/* 管理ページ部分 */
.adm{
  padding:0 10px;
}
ul.admin{
  margin:0;
  list-style-type:none;
  text-align:right;
}
ul.admin li{
  display:inline;
  margin:0;
}
ul.admin li:before{
  content:none;
}

/*コメントリスト*/
.sidehide{
  display:none;
  padding:0 15px;
  text-align:left;
  color:#454545;
}

/*プロフィール画像の余白・表示位置 */
.plugin-myimage{
  margin:0 auto;
  text-align:center !important;
}

/* 簡易表示トップページエントリー */
.kiji1{
  margin:10px;
  overflow: hidden;
}
.left{
  float:left;
  width:35.3%; /* サムネイル画像の幅 */
  height:auto;
  max-height:155px;
  margin:0 10px;
  text-align:center;
  position:relative;
  overflow:hidden;
}
.left img{
  width:100%;
  height:auto;
  max-height:155px;
  -o-object-fit: cover; /* 古いopera用ベンダー */
  font-family:'object-fit:cover;'; /* IE対策 */
  object-fit:cover;
  border:1px solid #dcdcdc;
  vertical-align:middle;
}
.left img[src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="],
.left img[style*="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="]{
  display:none; /* 要約表示時に画像が無い場合ダミー画像を非表示 */
}
.text_overflow{
  padding:0 10px;
}
.moji-c{
  overflow:hidden;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3; /* 表示したい行数（3行表示で末尾に3点リーダー表示、webkit系のみ) */
  max-height:5.2em; /* IE,Firefox対策（4行は7.0em、5行は8.8em) */
}

/* 動画サイズレスポンシブ用（iframeをdiv class="player"で括る） */
.player{
  position:relative;
  height:0;
  padding-bottom:56.25%; /* アスペクト比16:9の場合 */
  overflow: hidden;
}
.player iframe{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
}

/* ページネーション */
#pagenavi {
  line-height:30px;
  font-size:1.0em;
  text-align:center;
  margin:10px 0;
}
#pagenavi a,#pagenavi span{
  margin:2px;
  padding:0 11px;
  background:#fff;
  border:1px solid #bbb;
  border-radius:50%;
  text-decoration:none;
  transition:all 0.3s;
  display:inline-block;
}
#pagenavi span{
  font-weight:bold;
  background:#e2eccb;
}
#pagenavi a.dot{
  text-decoration:none;
  border:1px solid #eee;
}
#pagenavi a:hover{
  border-color:#bbb;
  background:#c0d58c;
  color:#fff;
}
.pagenation{
  overflow:hidden;
}
.pagenation ul{
  text-align:center;
  position:relative;
  list-style:none;
  padding-left:0;
}
.pagenation li{
  position:relative;
  display:inline-block;
  padding-left: 0;
  text-indent: 0;
}
.pagenation li:before{
 content: "";
}
.pagenation_prev,.pagenation_next{
  margin:8px;
  font-size:0.8em;
}

/* ページトップ・ボトムボタン */
#pagetop{
  bottom:180px;
}
#pagebottom{
  bottom:137px;
}
#pagetop,#pagebottom{
  display:none;
  position:fixed;
  right:10px;
  background-color:rgba(173,216,230,.8);
  border:2px solid #f5f5f5;
  text-align:center;
  color:#fff;
  font-size:22px;
  text-decoration:none;
  padding:0 8px;
  border-radius:50%;
  z-index:4;
  -webkit-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0);
}
#pagetop:hover,#pagebottom:hover{
  background-color:rgba(255,182,193,.8);
}


/* レスポンシブ1120px以下で適用１カラム */

@media only screen and (max-width:1120px){
html{
  width:100%;
  overflow-y:scroll;
  overflow-x:hidden;
}
body::-webkit-scrollbar{
  display:none;
}
body{
  -ms-overflow-style:none;
}

/*管理ページリンク*/
.adm{
  display:none; /* 上部管理リンク、1カラム時非表示 */
}
.adm2{
  display:block; /* ドロワーメニュー下に管理リンク表示 */
  padding:10px;
}

/* メニューを閉じて表示 */
.tree{
  display:none;
}

/* 要約表示時記事非表示 */
.kiji2{
  display:block;
}
.kiji1{
  display:none;
}

/* モバイル入力時フォントサイズ */
input[type="password"],input[type="text"],textarea,select{
  font-size:16px;
  font-family:sans-serif;
}
}

@media screen and (max-width:700px){
h1 {
    font-size: 1.7em;
    margin: 5px 40px 0;
}
}

/* レスポンシブ500px以下で適用 */

@media only screen and (max-width:500px){
h1{
  font-size:1.4em;
  line-height:1.2;
  margin:5px 40px 0;
}
.kiji2{
  display:none; /* 要約表示時記事非表示 */
}
.kiji1{
  display:block;
}
}

/* レスポンシブ400px以下で適用 */

@media only screen and (max-width:400px) {
#lace-rl{
  background:none;
}
#wrapper{
  margin:0 auto;
}
.kiji1{
  margin:0;
}
.left{
  float:none;
  width: 100%;
  margin:0;
}
.right {
    padding-top: 10px;
}
.sidehide {
  padding:0 10px;
}
#footer{
  padding:10px;
}
#nav_open,#aside_open{
margin:25px 10px 0;
}
#pagetop{
  bottom:180px;
  font-size:14px;
  padding:0 6px;
}
#pagebottom{
  bottom:152px;
  font-size:14px;
  padding:0 6px;
}
}

/* レスポンシブ1121px以上で適用３カラム */

@media only screen and (min-width:1121px){
html{
  width:100%;
  overflow-y:scroll;
  overflow-x:hidden;
}
#lace-rl{
  width: 1100px;
}
#wrapper{
  width:1020px;
  margin:0 auto;
}

/* ヘッダー部分 */
header{
  height:auto;
  position:relative;
  overflow:hidden;
  margin-top:20px;
  z-index:6;
}
h1{
  font-size:2.0em;
  line-height: 1.3;
  margin:10px 20px;
  text-align:left;
}

/* ブログの説明部分 */
.introduction{
  display:block;
  padding:0 30px;
  text-align:left;
  color:#454545; /* --説明文の文字色-- */
}

/* トップ画像 */
.topimg{
  margin:-78px 0 0;
}

/*管理ページリンク*/
.adm2{
  display:none; /* メニューカラムの管理リンク、３カラム時非表示 */
}

/* レスポンシブメニュー非表示 */
#btn,
#btn1,
#btn2{
  display:none;
}

/* メニュー */
nav,aside{
  position:static;
  width:230px;
  height:100%;
  overflow:hidden;
  box-sizing:border-box;
  background:transparent;
}
nav{
  float:left;
  margin:20px 0 0 15px;
}
aside{
  float:right;
margin-top:0 !important;
}
aside section p{
  padding:0px;
}
.tree{
  display:block; /* メニューを開いて表示 */
}
#menu, #menu2{
  margin-top:0;
}
.menu_title{
  cursor:default;
}
.menu_block{
  margin-bottom:30px;
  padding-bottom:20px;
  background:rgba(255,255,255,.7);
}
.menu3{
  float:none;
  width:auto;
  margin:0 245px 20px 0;
  padding:10px;
}
.menu3_body{
  padding:10px 15px;
}

/* 記事部分 */
#main{
  width:73.0%;
  margin:0 15px 0 0;
  position:relative;
  float:right;
  overflow:hidden;
  box-sizing:border-box;
}
.con2{
  float:none;
  width:auto;
  margin:0 245px 20px 0;
  padding:10px;
}
.con2_body{
  margin:10px 15px;
}
.entry_state{
  margin-bottom:5px;
}
.kiji1{
  display:none; /* 要約非表示 */
}

/* コメント部分 */
.com_block{
  margin:20px 245px 20px 0;
}
input[type="password"],input[type="text"],textarea,select{
  font-size:1.0em;
  font-family:sans-serif;
}

/* トラックバック部分 */
.trackback_waku{
  margin:20px 245px 20px 0;
  padding:10px;
}

/* フッター部分 */
footer{
  width:100%;
  margin:10px auto 0;
  clear:both;
}

/* コピーライト */
#copyright{
  padding:3px 0;
}

/* フットメニュー */
#footmenu{
  padding:2px 0;
}

/* ページ移動 */
.page_navi{
  margin-right: 245px;
}

/* ページネーション */
#pagenavi{
  line-height:30px;
  font-size:1.0em;
  margin:5px;
}
.pagenation{
  margin:0 245px 20px 0;
}
.pagenation li:before{
 content: "";
}
.pagenation_prev,.pagenation_next{
  margin:10px;
  font-size:1.0em;
}

/* ページトップ・ボトムボタン */
#pagetop{
  bottom:180px;
  font-size:25px;
  padding:0 10px;
}
#pagebottom{
  bottom:130px;
  font-size:25px;
  padding:0 10px;
}
}

@media screen and (min-width:600px) {
.entry-navi{
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
justify-content: center;
}
.entry-prev,.entry-next{
max-width:45%;
}
}

.entry-navi{
margin:0 auto 20px;
width:100%;
font-size:12px;
}
.entry-prev{
list-style:none;
margin:0 5px 0 15px;
}
.entry-next{
list-style:none;
margin:0 15px 0 5px;
}
.entry-prev a{
padding:0 10px;
display: block;
position: relative;
max-width: 100%;
text-align: left;
}
.entry-prev a:before {
display: block;
content: "";
position: absolute;
top: 50%;
left: -3px;
width: 10px;
height: 10px;
margin: -7px 0 0 0;
border-top: solid 2px #666;
border-right: solid 2px #666;
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
}
.entry-next a{
padding:0 10px;
display: block;
position: relative;
max-width: 100%;
text-align: right;
}
.entry-next a:after {
display: block;
content: "";
position: absolute;
top: 50%;
right: -3px;
width: 10px;
height: 10px;
margin: -7px 0 0 0;
border-top: solid 2px #666;
border-right: solid 2px #666;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

/* 管理者コメントの背景に色を付ける 他のスタイル追加可能
記事のコメント投稿、管理画面コメント返信（ログイン時のみ） */
.author-comment{
  background-color:#f4f7ee;
}

/* Newマーク、日付・タイトル後 */
.new{
margin-left:5px;
font-size:0.9em; /* 文字サイズ */
font-weight:normal;
color:red; /* 文字の色 */
}

/* タグリスト */
.tag_list{
  display:inline-block;
  margin:20px 15px 5px;
  padding:0 5px;
  border:1px solid #ccc;
  border-radius:3px;
  font-size:0.8em;
}
@media only screen and (max-width:1000px) {
.tag_list{margin:20px 10px;}
}
