@charset "UTF-8";

/*～～～～～～～～～～～～～～～～～～～～
 □  @   ＠ルール（全体の設定） 
 □  *{  全称セレクタ（当該セレクタすべての要素に適用）
 □  .{  classセレクタ（選択したクラス名の要素に適用）
 □  #{  idセレクタ（id属性を持つ要素にひとつだけ適用）
 □  margin: padding: ㊤ ㊨ ㊦ ㊧
 ～～～～～～～～～～～～～～～～～～～～*/
/*■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{vertcal-align:middle}

/*◆一般・共通設定◆*/
body {
font-size:15px;line-height:1.6;font-family:"メイリオ",Meiryo,"Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
header {
  width:100%;
  height: 250px;
  position:relative;
}
main {
  width:100%;
}
a {
  color: paleturquoise;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:link, a:visited {
  text-decoration: none;
}
a:hover, a:active {
  color: orange;
}
/* ★htmlタイトル★ */
h1 {
  font-size: 12px;
  color:white;
  background:white;
}
/* ★タイトル★ */
h2 {
  font-size: 15px;
/*  font-weight:600;*/
  color: white;/*白*/
  height: 22px;
  letter-spacing: 1px;
  margin-top: 12px;
  padding: 2px 0 0 6px;
  text-align: left;
  background:#007bbb;/*紺碧*/
/*  border:1px solid darkgreen;*/
}
/* ★タイトル補足★ */
h3 {
  font-size: 15px;
  color: blue;
  font-weight: 500;
  height: 20px;
  letter-spacing: 1px;
  margin-top: 5px;
  padding: 0 0 0 5px;
  background:#c1e4e9;/*白藍*/
}
/* ★ブログ本文★ */
h4 {
  font-size: 14px;
  color: midnightblue;
  margin-bottom:0.1em;
}
/* ★List-Menu★ */
h5 {
  font-size: 13px;
  color:#192f60;/*紺青*/
  margin-bottom:0.5em;
  padding-left:10px;
  background:#ebf6f7;/*藍白*/
}
/*== ==*/
h6 {
  font-size: 12px;
  padding: 3px 0 0 10px;
  background:#274a78;/*青藍*/
}
/* ★写真下説明文★ */
h7 {
  font-size: 9px;
  color: mediumblue;
  line-height: 1.2;
}
h8 {
  font-size: 12px;
/*  color:#19448e; 瑠璃紺*/
  color:#696990;/*gray+blue*/
  margin-bottom:0.2em;
  padding-left:5px;
}
p {
  margin: 0 0 0.4em 0;
}
img {
  vertical-align:bottom;
}

/*◆エリア&テキスト◆*/
/*★wrapper★*/
.wrapper {
  margin: 0 auto 0 auto;
  max-width: 340px;
/*  border:1px dotted peru;*/
}

/*★ navH (menu)【Horizon】★*/
.navH {
  width: 100%;
  font-size: 14px;
  background: #274a78;/*青藍*/
  padding-top: 8px;
/*  border-bottom: 2px solid  lightsteelblue;*/
  top:0;
}
.navH ul {
  position:relative;
  text-align: left;
}
.navH li {
  display: inline;
/*  padding: 0 2x;*/
  list-style-type: none;
}
.navH a {
  color: white;
  margin-left: 4px;
  padding: 2px 3px 1px 3px;
  text-decoration: none;
}
.navH a:hover {
  color: midnightblue;
/*  font-weight: bold;*/
  text-decoration:none;
  border-radius: 12px 12px 0 0;
  background: lightskyblue;
}

/*◆menu_grid container◆*/
.menu-c {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left; 
/*  justify-content: center; */
/*  justify-content:space-between;*/
  background-color:white;
/*  border: 1px dotted green;*/
}
.menu-c section {
  margin:0;
  padding: 0px 1px;
/*  font-size: 8px;*/
  background-color: white;
/*  border: 1px dotted cyan;*/
}
section.item-08{width: 84px;}
section.item-10{width:106px;}
section.item-11{width:110px;}
section.item-12{width:128px;}

/*★ボタン:hover★*/
.button {
/*  color:navy;*/
/*  color:steelblue;*/ 
/*  background-color:blue;*/
/*  border: 1px solid blue;*/
/*  text-decoration: none;*/
}
.button:hover{
/*  color: orangered;*/
/*  background-color: mistyrose;*/
/*  background-color: mistyrose;*/
  border: 4px solid tomato;
/*  text-decoration: none;*/
}

/*== container-flex（参考） ==*/
.container-flex {
  display:flex;
  width: 340px;
  justify-content:space-around;
}
.flex-itemA {
  text-align: left;
  width: 40%;
  border: 2px dotted red;
}
.flex-itemB{
  text-align:left;
  line-height:1.5;
  width: auto;
  border: 2px dotted blue;
}
.flex-itemC {
  text-align:left;
  font-size: 1em;
  line-height:1.5;
  width:10%;
  border: 2px dotted green;
}
.flex-itemG {
  text-align:left;
  width: 20px;
}

/*- EoF -*/