@charset "UTF-8";

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

/*=== 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-size:14px;
  font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  line-height:1.2;
}
a {
  color: midnightblue;
  text-decoration: none;
}
a:hover {
  color: tomato;
}
/* ★htmlタイトル★ */
h1 {
  font-size: 16px;
  color: white;
  height: 24px;
  letter-spacing: 1px;
  padding: 8px 0 0 6px;
  background: #028760;/*常磐緑*/
}
/* ★タイトル★ */
h2 {
  font-size: 14px;
  color: maroon;
  height: 15px;
  letter-spacing: 1px;
  padding: 3px 0 0 6px;
  text-align: left;
  background: blanchedalmond;
/*  background: #d8a373;/*伽羅色*/
}
/* ★タイトル補足★ */
h3 {
  font-size: 11px;
  color: #0d0015;/*漆黒*/
  height: 10px;
  letter-spacing: 0;
  margin: 1px 0 0 0;
  padding: 1px 0 0 0;
  text-align: right;
  background:#d6e9ca;/*白緑*/
}
/* ★ブログ本文★ */
h4 {
  font-size: 16px;
  color: #191970;
  margin-bottom:0.1em;
}
/* ★ブログ文(2)★ */
h5 {
  font-size: 11px;
  margin-bottom: 0.25em;
  padding-left: 3px;
}
h6 {
  font-size: 12px;
  padding-left: 2px;
}
/* ★説明･補足★ */
h7 {
  font-size: 12px;
  font-weight: 700;
  background: #fae9fd;
}
/* ★区切り線★ */
h10{
  font-size: 17px;
  font-weight: 900;
  color: #d8a373;/*伽羅色*/
}
p {
  margin: 0 0 0.4em 0;
}
img {
  vertical-align:bottom;
}
em {
  font-weight: bold;
}
strong {
  font-weight: bold;
/*  color: tomato; */
}
pre {
	margin:1em 0;
	padding:1em;
}

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

/*◆ blog-menu ◆*/
.blog-menu {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  font-size: 12px;
  line-height:1.4;
  color: saddlebrown;
  text-align: left;
  padding: 0 7px 0 8px;
/*  border: 1px dotted lightblue;*/
}

/*◆ naviHz（横固定メニュー）◆*/
.navHz {
  position: fixed;
  width: 360px;
  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;
}

/*◆ navV（blog-menu用）◆*/
.navV {
  position: relative;
  overflow: hidden;
}
.navV ul {
  margin: 0;
  padding:0;
}
.navV li {
  list-style: none;
  font-size: 11px;
  padding: 0 0 10px 8px;
  text-decoration:none;
}
.navV li a {
  display: block;
  color: black;
  text-decoration: none;
}
.navV li a:hover {
  color: blue;
  background: aliceblue;
}
.navV li a:visited {
  color: darksalmon;
}

/*◆menu_grid container◆*/
.menu-c {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
/*  justify-content:space-between;*/
/*  background: #00552e;/*深緑*/
/*  border: 1px dotted red;*/
}
/*
.flex-item{
  text-align: left;
  width: 68px;
  border: 1px dotted red;
}
*/
.menu-c section {
  margin:0;
  padding:0;
  font-size: 0px;
/*  background-color: #00552e;深緑*/
/*  border: 1px dotted green;*/
}
section.item-6{width: 60px;}
section.item-7{width: 68px;}
section.item-8{width: 80px;}
section.item-10{width: 104px;}
section.item-12{width: 128px;}

/*★ボタン:hover★*/
.button {
/*  color:#192f60;/*紺青*/*/ 
  background-color:#ebf6f7;/*藍白*/
  border: 3px solid white;
/*  text-decoration: none;*/
}
.button:hover{
/*  color: orangered;*/
/*  background-color: mistyrose;*/
  border: 3px solid tomato;
/*  text-decoration: none;*/
}

/*- EoF -*/