@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 {
background-color: #17184b;/*鉄紺*/
}

/* ★htmlタイトル★ */
h1 {
  font-size: 12px;
  color:white;
  background:white;
}
/* ★タイトル★ */
h2 {
  font-size: 14px;
/*  font-weight:600;*/
  color: white;/*白*/
  height: 19px;
  letter-spacing: 1px;
  margin-top: 16px;
  padding: 0 0 0 6px;
  text-align: left;
  background:#007bbb;/*紺碧*/
/*  border:1px solid #4c6cb3;/*群青色*/*/
}
/* ★タイトル補足★ */
h3 {
  font-size: 14px;
  color: blue;
  font-weight: 500;
  height: 18px;
  letter-spacing: 1px;
  margin-top: 5px;
  padding: 0 0 0 5px;
  background:#c1e4e9;/*白藍*/
}
/* ★ブログ本文★ */
h4 {
  font-size: 15px;
  color: thistle;
}
/* ★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;
}
/*★ news-scroll ★*/
h8 {
  font-size: 11px;
  color: midnightblue;
  background:#ebf6f7;/*藍白*/
}
/*==△==*/
h10 {
  font-size: 10px;
  color: mediumblue;
  line-height: 1.2;
  background: ghostwhite;
}
p {
  margin: 0 0 0.4em 0;
}
img {
  vertical-align:bottom;
  margin-bottom: 2px;
}
em {
  font-weight: bold;
}

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

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

/*★ブログ記事（<h4></h4>）★*/
.blog-tx {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  line-height: 1.6;
  color: navy;
  text-align: left;
  padding: 0 4px 0 6px;
/*  border: 1px dotted cyan;*/
}
/*★リンク名表示★*/
.d-link {
  font-size: 1em;
  color: blue;
  background: linear-gradient(transparent 40%, lightcyan 40%);
}

/*★中央寄せ★*/
.imgC {
  clear:both;
  overflow:hidden;
  text-align:center;
/*  border:2px dotted skyblue;*/
/*  border:1px dotted skyblue;■*/
}
/*★左寄せ★*/
.imgL {
  clear:both;
  overflow:hidden;
/*  border:2px dotted skyblue;*/
}
.imgL img {
  float:left;
  margin-right:15px;
/*  border:2px dotted red;■*/
/*  border-radius:5px;*/
}
/*★右寄せ★*/
.imgR {
  clear:both;
  overflow:hidden;
/*  border:2px dotted skyblue;*/
/*  border:1px dotted skyblue;■*/
}
.imgR img {
  float:right;
  margin-left:10px;
/*  border:2px dotted red;■*/
/*  border-radius:5px;*/
}

/*- EoF -*/