@charset "UTF-8";

/*～～～～～～～～～～～～～～～～～～～～
 □  @   ＠ルール（全体の設定） 
 □  *{  全称セレクタ（すべての要素に適用）
 □  .{  classセレクタ（クラス名の要素に適用）
 □  #{  idセレクタ（id属性を持つ要素にひとつだけ適用）
 □  margin: padding: ㊤ ㊨ ㊦ ㊧
 ～～～～～～～～～～～～～～～～～～～～*/
/*■easyblog｜max-width=320px■*/

/*=== 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,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}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 #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*◆ 一般・共通設定 ◆*/
body {

  font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  line-height:1.2;
}

a {
  color: blue;
  text-decoration: none;
}
a:hover {
  color: tomato;
}
/* ★htmlタイトル★ */
h1 {
  font-size: 15px;
  color: white;
  height: 20px;
  letter-spacing:1px;
  padding: 4px 0 0 6px;
  background: #98623c;/*灰茶色*/
}
/*【タイトル】*/
h2 {
  font-size: 14px;
/*  font-weight:600;*/
  color: black;
  height: 16px;
  letter-spacing: 1px;
  margin-top: 15px;
  padding: 3px 0 0 6px;
  text-align: left;
  background: #d8a373;/*伽羅色*/
/*  background: blanchedalmond;*/
}
/*【タイトル補足】*/
h3 {
  font-size: 13px;
  color: maroon;
/*  color:  #0d0015;漆黒*/
  height: 17px;
  letter-spacing: 0;
  margin-top: 4px;
/*  padding: 1px 0 0 0;*/
  text-align: right;
  background: blanchedalmond;
}
/*【※※文字】*/
h4 {
  font-size: px;
  color: blue;
  font-weight: ;
  line-height: 1;
}
/*【補助文_濃茶色】*/
h5 {
  font-size: 13px;
  color: saddlebrown;
/*  line-height: 1.3;*/
}
/*【写真下説明文】*/
h6 {
  font-size: 11px;
  color: #5383c3;/*薄群青*/
  padding: 2px 0 0 0;
  line-height: 1.2;
}
/*【補助文_濃茶色】*/
h7 {
  font-size: 12px;
  color: midnightblue;
  line-height: 0.9;
}
/*【??文】*/
h8 {
  font-size: px;
  color: #5383c3;/*薄群青*/
  line-height: ;
}
/*【補足文_小文字】*/
h9 {
  font-size: 11px;
  color: saddlebrown;
/*  line-height:1.1;*/
}
p {
  margin: 0 0 0.4em 0;
}
img {
  vertical-align:bottom;
}
em {
  font-weight: bold;
}

/*◆ エリア&テキスト ◆*/
.wrapper {
  max-width: 320px;
  margin: 0 auto 0 auto;
}
/*★ blog-tx ★*/
.blog-tx {
  box-sizing: border-box;
  position: relative;
  width:100%;
  font-size: 13px;
  line-height:1.5;
  color: midnightblue;
  text-align: left;
  padding: 0 4px 0 6px;
/*  border: 1px dotted cyan;*/
}

/*★アンダーライン文字★*/
.under {
  text-decoration: underline;
  color: deeppink;
}

/*★蛍光色アンダーライン★*/
.k-under {
  background: linear-gradient(transparent 60%, skyblue 60%);
}

/*★リンク名表示★*/
.d-link {
  font-size: 1em;
  color: blue;
  background: linear-gradient(transparent 40%, lightcyan 40%);
}

/*◆ naviHz（横固定メニュー）◆*/
.navHz {
  position: fixed;
  width: 320px;
  background: #783c1d;/*唐茶*/
  font-size:12px;
  padding: 12px 0 2px 0;
  top:0;
  z-index:10;
}
.navHz ul {
  position: relative;
  float: left;
  left: 50%;
  margin:0;
}
.navHz li {
  position:relative;
  left:-50%;
  float:left;
  list-style:none;
  padding: 2px 9px 0 0;
}
.navHz li a {
  color: white;
  text-decoration: none;
}
.navHz li a:hover {
  color: black;
  text-decoration: none;
  border-radius: 9px 9px 0 0;
  background: wheat;
}

/*=== 外部リンク写真(g-link.html) ===*/
.img_href {
  width: 180px;
  height: 60px;
  object-fit: contain;
}

/*◆ 中央寄せ ◆*/
.imgC {
  clear: both;
  overflow: hidden;
  width:100%;
  text-align: center;
  margin-top: 2px;
  margin-bottom: 0px;
/*  border:1px dotted lightblue;*/
}

/*★ 図･写真左寄せ★*/
.imgL {
  clear: both;
  overflow: hidden;
/*  margin-bottom: 2px;*/
}
.imgL img {
  float: left;
  margin: 0 5px 3px 2px;
/*  border:1px dotted yellow;*/
}
/*★ 図･写真右寄せ ★*/
.imgR {
  clear: both;
  overflow: hidden;
/*  margin-bottom:2px;*/
}
.imgR img {
  float: right;
  margin: 0 2px 3px 5px;
/*  border:1px dotted yellow;*/
}

/*★ 文字列中央寄せ ★*/
.chrC {
/*  padding: 1px 0 0 0;*/
  text-align: center;
}
/*★ 文字列右寄せ ★*/
.chrR {
/*  padding: 1px 0 0 0;*/
  text-align: right;
}

/*= EoF =*/