@charset "UTF-8";

/*～～～～～～～～～～～～～～～～～～～～～～
 □  @   ＠ルール（全体の設定） 
 □  *{  全称セレクタ（当該セレクタすべての要素に適用）
 □  .{  classセレクタ（選択したクラス名の要素に適用）
 □  #{  idセレクタ（id属性を持つ要素にひとつだけ適用）
 □  margin: padding: ㊤ ㊨ ㊦ ㊧
 ～～～～～～～～～～～～～～～～～～～～～～*/
/*■ TopPage用css （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;
}
header {
  width:100%;
  height: 250px;
  position:relative;
}
main {
  width:100%;
}
footer {
  clear:both;
  box-sizing: border-box;
  width:100%;
  padding:2px 0 0 0;
  font-size:12px;
  text-align:center;
  color: lightblue;
  background: steelblue;
}

/* ★htmlタイトル★ */
h1 {
  font-size: 10px;
  color:white;
  background:white;
}
/* ★タイトル★ */
h2 {
  font-size: 16px;
/*  font-weight:600;*/
  color: white;/*白*/
  height: 22px;
  letter-spacing: 1px;
  margin-top: 16px;
  padding: 0 0 2px 8px;
  text-align: left;
  background:#007bbb;/*紺碧*/
/*  border:1px solid #4c6cb3;/*群青色*/*/
}
/* ★タイトル補足★ */
h3 {
  font-size: 15px;
  color: navy;
  font-weight: 500;
  height: 20px;
  letter-spacing: 1px;
  margin-top: 3px;
  padding: 0 0 2px 4px;
  background:#c1e4e9;/*白藍*/
}
/* ★ブログ本文★ */
h4 {
  font-size: 15px;
  color: midnightblue;
  margin-bottom:0.1em;
}
/* ★Profile★ */
h5 {
  font-size: 14px;
  color: navy;
}
/* ★PageTop Menu★ */
h6 {
  font-size: 12px;
  background:#274a78;/*青藍*/
  padding: 11px 0 2px 3px;
}
/* ★写真下説明文★ */
h7 {
  font-size: 9px;
  color: mediumblue;
  line-height: 1.2;
}
/*★ h8: news-scroll ★*/
h8 {
  font-size: 11px;
  color: midnightblue;
  background:#ebf6f7;/*藍白*/
}
p {
  margin: 0 0 0.4em 0;
}
img {
  vertical-align:bottom;
}
em {
  font-weight: bold;
}
strong {
  font-weight: bold;
}
pre {
	margin:1em 0;
	padding:1em;
}
blockquote {
  margin-bottom:1em;
  padding:1em;
  border:1px dotted blue;
  border-left:5px solid blue;
}
/* ul,ol,dl {
  margin: 0 0 1em 0;
}*/
ul li {
  list-style: none;
/*  list-style: disc;*/
}
ol li {
  list-style: decimal;
}
li {
  margin-left: 2px;
}

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

/*★ 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 5px 1px 5px;
  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%;
/*  font-size:1em;*/
  line-height:1.6;
  color:navy;
  text-align:left;
  padding: 0 4px 0 6px;
/*  border: 1px dotted cyan;*/
}
/*★写真回り込み解除★*/
.clear {
  clear: both;
}
/*★中央寄せ★*/
.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;*/
}
/*★ボタン: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;*/
}

/*◆スライドショー◆*/
.slide {
  position: relative;
  overflow: hidden;
/*  border: 1px solid #a2d7dd;かめのぞき*/
}
.slideInner {
  list-style:none;
  margin:0;
  padding:0;
}
.slideInner li {
  position:absolute;
  width:100%;
  margin:0;
  padding:0;
  background-color:#eaf4fc;/*月白*/
  background-position:50% 0;
  background-repeat:no-repeat;
}

/*◆スクロール ◆*/
.news-scroll {
  display: block;
  width: 96%;
  max-height: 100px;
  overflow-y: auto;
  margin: 5px 0 2px 4px;
  list-style-type: none;
/*  border:1px dotted green;*/
}
.news li a:hover {
  color:green;
  text-decoration:none;
}

/*- EoF -*/