﻿/* 全体 */
BODY {
  scrollbar-arrow-color: #000000;
  crollbar-3dlight-color: #DDDDDD;
  scrollbar-base-color: #DDDDDD;
  scrollbar-darkshadow-color: #DDDDDD;
  scrollbar-face-color: #DDDDDD;
  scrollbar-highlight-color: #DDDDDD;
  scrollbar-shadow-color: #DDDDDD;
  scrollbar-track-color: #DDDDDD;
  /* 背景色 */background-color: #53865E;
  /* 背景画像 background-image: url("img/bg.png");*/
  /* 背景位置 */background-repeat: repeat-y;
  /* 背景固定 */background-attachment: fixed;
  /* 背景サイズ */background-size: cover;
  /* 上 */margin-top: 0px;
  /* 下 */margin-bottom: 0px;
  /* 左 */margin-left: 0px;
  /* 右 */margin-right: 0px;
  /* 文字色 */color: #000;
  /* 文字サイズ */font-size: 13px;
  /* 書体 */font-family: MS UI Gothic, Tahoma, Futura, Verdana, sans-serif;
  /* 文字間隔 */letter-spacing: 1px;
  /* 文字高さ */line-height: 1.7em;
  /* 文字配置 */text-align: left;
}
/* スマホ用
.BODY::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:1200px;
  background:url('img/bg.png') center/cover no-repeat; 
  -webkit-background-size:cover;
} */
/* リンク */
A:link {
  color: #000;
  text-decoration: none;
}
/* 既読リンク */
A:visited {
  color: #000;
  text-decoration: none;
}
/* 選択中 */
A:active {
  color: #53866A;
  text-decoration: none;
}
/* オンマウス */
A:hover  {
  color: #EDEDDC;
  text-decoration: underline;
}
/* メニュー */
.fixnav {
  width: 120px;
  /* 縦height: 100%; */
  /* 背景色・透明度background-color: rgba( 255, 255, 255, 0.60 ); */
  /* 背景色 */background-color: #DEDDCE;
  /* 位置 */float: left;
  /* 配置方法 */position: fixed;
  /* 内 */padding: 40px 30px 40px 30px;
  /* 外 */margin: 0px 0px 0px 20px;
  /* 左縁border-left: 1px solid #000; */
  /* 影*/
  box-shadow: 0 1px 3px black;
  -moz-box-shadow: 0 1px 3px black;
  -webkit-box-shadow: 0 1px 3px black;
  /* background-color: #eee;
  background-image: url("img/bg.png"); */
  letter-spacing: 1px;
  line-height: 1.7em;
  text-align: center; 
  font-size: 12px;
  font-family: Tahoma, Futura, Verdana, sans-serif;
}
/* コンテンツ部分 */
.main {
  float: right;
  padding: 0px 0px 0px 0px;
  margin: 10px 50px 50px 0px;
  text-align: center; 
}
/* 文章表示用 */
.text{
  /* 背景画像background-image: url("img/bg.png"); */
  /* 背景色 */background-color: #DEDDCE;
  /* 背景位置 background-repeat: repeat-y;*/
  /* 背景固定background-attachment: fixed; */
  /* 内 */padding: 40px 30px 40px 30px;
  /* 外 */margin: 0px 0px 0px 0px;
  /* 境界線を実線で指定 *border: 1px solid #000; /
  /* ボックスの四つ角を丸くするborder-radius: 20px;  */
  font-size: 12px;
  font-family: Tahoma, Futura, Verdana, sans-serif;
  letter-spacing: 1px;
  line-height: 1.5em;
  text-align: center; 
  width: 700px;
  padding: 40px 50px 40px 50px;
  margin: 0px;
  text-align: left; 
  line-height: 1.9em;
  /* 影*/
  box-shadow: 0 1px 3px black;
  -moz-box-shadow: 0 1px 3px black;
  -webkit-box-shadow: 0 1px 3px black;
}
/* 画像影 */
.img {
  /* 影*/
  box-shadow: 0 1px 3px black;
  -moz-box-shadow: 0 1px 3px black;
  -webkit-box-shadow: 0 1px 3px black;
}
/* 画像メモ用 */
.memo-text{
  width: 100%;
  padding: 0px 0px 30px 0px;
  margin: 0px;
  text-align: center; 
}
/* メモ日付 */
.day{
  padding: 0px 0px 0px 5px;
  margin: 0px 0px 30px 0px;
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica;
  line-height: 2em;
  text-align: left; 
  border-bottom:solid;
  border-color:#000;
  border-width:7px;/*太さ*/
  width: 100px;
}
/* 次 */
.next{
  position: relative;
  float: right;
  bottom: 0px;
  right: 50px;
}
.next a:hover img{
  filter: alpha(opacity=30);
  -moz-opacity:0.3;
  opacity:0.3;
}
/* 戻 */
.back{
  position: relative;
  float: left;
  bottom: 0px;
  left: 50px;
}
.back a:hover img{
  filter: alpha(opacity=30);
  -moz-opacity:0.3;
  opacity:0.3;
}
/* 説明文用 */
.t{
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica;
  line-height: 1.5em; 
  letter-spacing: 1px;
}
/* 警告 */
.at{
  font-size: 12px;
  color: #000;
}
/* サムネイル */
.pict{
  padding: 15px 5px 5px 5px; 
  margin: 0px auto;
}
.pict a:hover img{
  filter: alpha(opacity=30);
  -moz-opacity:0.3;
  opacity:0.3;
}
/* 画像円 */
.c-pic{
    margin:10px;
    border-radius:1000px;
    -moz-border-radius: 1000px;
    -webkit-border-radius: 1000px;
    overflow:hidden;
}
/* メニュー固定用 */
* {
  box-sizing: border-box;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
/* 水平線 */
HR {
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: #000;
  padding: 3px 0px 7px 0px;
  top: 50%;
  }
.hr-text {
  width: 700px;
  height: 1.2em;
  position: relative;
  outline: 0;
  border: 0;
  color: #000;
  text-align: center;
  font-family: Futura, sans-serif;
  line-height: 1em;
}
.hr-text:before {
  content: '';
  background: -webkit-linear-gradient(left, transparent, #000, transparent);
  background: linear-gradient(to right, transparent, #000, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}
.hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: black;
  padding: 0 .5em;
  line-height: 1em;
  color: #a3a3a2;
  background-color: #000;
}