@charset "utf-8";

html {scroll-behavior: smooth;} /* ページ内リンク等でリンク先へスムーズスクロール */

body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #e7e8f2;
  font: 90% 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,Osaka,'MS PGothic',arial,helvetica,sans-serif;

	background-image: url("../../../../img/haikei001.gif");
	background-attachment: fixed;
}
/* a:link, a:visited {
  color: #1122cc;
  text-decoration: none;
  display: inline-block;
}
a:hover {
  text-decoration: underline;
  color: #dd0000;
} */

/* アンカー部分の装飾 */
A {text-decoration: none;}
A:link {color: #0000FF;text-decoration: underline;}
A:visited {color: #660099;}
A:active {color: #006400;text-decoration: none;}
A:hover {color: #660099;background: #AAEEAA;text-decoration:underline;}

/* コードやコマンド部分などのテキスト装飾 */
code {display: inline-block;
	padding: 0.1em 0.25em; /* 文字周りの余白 */
	color: #444; /* 文字色 */
	background-color: #e7edf3; /* 背景色 */
	border-radius: 3px; /* 角丸 */
	border: solid 1px #d6dde4; /* 枠線 */
	font-family: Consolas, Menlo, Monaco, -apple-system, BlinkMacSystemFont, "Segoe UI", Meiryo, monospace;
}

/* テキストの背景色、文字色 */
.orange {background-color: #ffcc99;}
.yellow {background-color: #FFFF7D;}
.red {color: #FF0000;}
.darkblue {color: #00008B;}

/* テキストの太字、アンダーライン、取り消し線 */
.bold {font-weight: bold;}
.ul {text-decoration: underline;}
.li-th {text-decoration: line-through;}

/* ラインマーカー（黄色） */
.li-gr {background: linear-gradient(transparent 60%, #ff6 60%);
	display: inline;
	background-repeat: no-repeat;
	background-size: 0% 100%;
	transition:background-size 1.5s;
}
.li-gr.on {background-size: 100% 100%;} /* 横方向を100%にして、マーカーを引くアニメ */

/* ラインマーカー2（水色） */
.li-gr2 {background: linear-gradient(transparent 60%, #6cf 60%);
	display: inline;
	background-repeat: no-repeat;
	background-size: 0% 100%;
	transition:background-size 1.5s;
}
.li-gr2.on {background-size: 100% 100%;} /* 横方向を100%にして、マーカーを引くアニメ */

/* フォントのサイズ */
.font_size1 {font-size: 1.5em;}
.font_size2 {font-size: 1.15em;}
.font_size3 {font-size: 1.25em;}
.font_size4 {font-size: 0.85em;}

.margin {margin-top: 1.0em;} /* 行の上にマージンを挿入（改行の代わり）UL,LI 対策 */
.list-style {list-style-type: none;} /* 箇条書きの黒点を消す */
.list-style2 {list-style-type: disk;} /* 箇条書きに黒点をつける */

.list-style3 {margin-left: 0; padding-left: 0;} /* インデントを無しに */
.list-style4 {margin-left: 1em; padding-left: 0;} /* インデントをほんの少し入れる */
.list-style5 {margin-left: 1.5em; padding-left: 0;} /* インデントを少し入れる */
.list-style6 {margin-left: 2em; padding-left: 0;} /* インデントをもう少し入れる */
.inline-div {display: inline-block; } /* インライン指定で改行をしない */

.text-back {background-color: #F5F5F5;border-radius: 10px;} /* テキストの背景色 */

/* 見出しの背景 */
.heading {
	padding: .0em .7em;
	border-left: 5px solid #2589d0;
	border-bottom: 3px solid #d2d2d2;
	background-color: #FFFACD;
	color: #000000;
}
.heading-text {
font-weight: bold;
text-shadow: 2px 3px 4px #9a9a9a;
display: inline;
}

/* クリックでテキスト全選択 */
.text-selection-all {
  -webkit-user-select: all;
  user-select: all;
}

#body-area {
  position: relative;
  margin: 0 auto;
  width: 1000px;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  background: #fff;
}
#header {
  background: #74c6f6;
  background-image: url(img/header.jpg);
  width: 100%;
  height: 180px;
  text-align: center;
  border-bottom: 1px solid gray;
}
#main-area {
  width: 100%;
}
#content {
  float: left;
  width: 728px;
  text-align: center;
  border-right: 1px solid #bbbbbb;
}
#navi {
  float: left;
  width: 270px;
  text-align: left;
}
#footer {
  width: 100%;
  height: 50px;
  clear: both;
  text-align: center;
  border-bottom: 5px solid #277ab1;
}

/* サイド画面 */
.sidebody {
  margin: 1.5em 8px;
  line-height: 130%;
  font-size: smaller;
}
.sidebody ul {
  margin: 0 0 0 1.5em;
  padding: 0;
}
.side-ttl {
  border-left: 4px solid #5396c6;
  padding-left: 7px;
  margin: 1em 0;
  font-weight: bold;
}

/* ヘッダータイトル */
h1 {
  color: #fff;
  font-size: 160%;
  text-shadow: 2px 3px 4px #9a9a9a;
}
h1 a {
  color: #fff !important;
}
#head-box {
  text-align: left;
  margin: 0 auto;
  width: 94%;
  padding: 1em 1.5em;
}
/* サブタイトル */
#subttl {
  margin: 1em 0;
  color: #fff ;
  text-shadow: 2px 3px 4px #9a9a9a;
}

/* 記事 */
div.article {
  margin: 0 auto;
  text-align: left;
  border-bottom: 2px dotted #666;
  padding: 10px;
  width: 92%;
}
div.body {
  margin: 1em;
}

/* 記事タイトル デフォルトcolor: #4d8d4b;*/
div.subject {
  font-weight: bold;
  font-size: larger;
  padding: 5px 7px;
  margin-bottom: 1em;
  letter-spacing: 1px;
  color: #000000;
  text-shadow: 2px 3px 4px #9a9a9a;
}

/* 記事日付 */
div.date {
  margin-left: 1em;
  color: #006600;
}
/* 記事下部 */
.art-bot {
  text-align: right;
  font-size: 12px;
  color: gray;
}
/* 固定記事下部（TB/COM） */
#pm-bot {
  margin: 1em;
  text-align: left;
}
div.pm-ttl {
  font-weight: bold;
  margin: 15px 0 10px 0;
  border-left: 4px solid #ff6262;
  padding-left: 7px;
}
input#tb-url {
  width: 360px;
  margin-left: 1.5em;
}
input#com-name {
  width: 250px;
}
textarea#com-msg {
  width: 250px;
  height: 7em;
}
#com-btn {
  margin-top: 4px;
}
#com-btn input {
  width: 70px;
  height: 28px;
}

/* カレンダ */
#calen {
  margin: 1em auto;
  width: 96%;
}
#calen th {
  font-size: 13px;
  font-weight: normal;
  padding: 8px;
  text-align: center;
  background: #eee;
}
#calen th span {
  display: inline-block;
  margin: 0 8px;
}
#calen td {
  font-size: 13px;
  padding: 4px 6px;
  text-align: center;
}
#calen tr.day td {
  color: #969696;
}
#calen td.sun {
  color: #d50000;
}
#calen td.sat {
  color: #0000ce;
}
#calen td a {
  text-decoration: underline;
}

/* フッター */
#foot-box {
  padding: 10px;
}

/* ページ繰越 */
div.page {
  margin: 3em auto;
}
#paging {
  text-align: center;
}
#paging li {
  background-color: #eee;
  border: 1px solid #000;
  display: -moz-inline-box;
  display: inline-block;
  line-height: 25px;
  width: 25px;
  height: 25px;
}
* html #paging li {
  display: inline;
  margin-right: 3px;
  zoom: 1;
}
*+html #paging li {
  display: inline;
  margin-right: 3px;
  zoom: 1;
}
#paging li a {
  display: block;
  text-decoration: none;
  width: 25px;
}
#paging li b {
  color: #d54609;
}

/* 寄せ */
.ta-c {
  text-align: center;
}
.ta-l {
  text-align: left;
}
.ta-r {
  text-align: right;
}

/* アイコン */
img.icon {
  vertical-align: middle;
  border: none;
}

/* 記事検索 */
input#find {
	width: 120px;
}

/* 検索結果画面 */
table#find {
  margin: 1em auto;
  border-collapse: collapse;
}
table#find th, table#find td {
  border: 1px solid #8080c0;
  padding: 6px;
}
table#find th {
  background: #cbcbe4;
}
table#find td {
  background: #fff;
}

/* TB・コメント一覧 */
div.com-log {
  margin: 8px 0 8px 2em;
  font-size: 85%;
  line-height: 150%;
}
div.com-msg {
  margin-left: 1em;
}
div.com-log span {
  color: #666;
}
#conf {
  width: 90%;
  margin: 1.5em auto;
  background: #fff;
  padding: 1em 1.5em;
  text-align: left;
  border-radius: 6px;
}
#form {
  margin: 1em 0;
  border-collapse: collapse;
}
#form th, #form td {
  padding: 10px;
  border: 1px solid #aaa;
}
#form td {
  text-align: left;
}
#form th {
  background: #ccc;
}
#capt {
  width: 120px;
  padding: 6px;
  margin: 6px 0;
}
input.btn{
  width: 120px;
  height: 32px;
}

/* スマホ向け */
@media screen and (max-width:480px){
  #body-area {
    position: relative;
    margin: 0 auto;
    width: 100%;
  }
  #content {
    float: none;
    width: 100%;
  }
  #navi {
    float: none;
    width: 100%;
  }
  #conf {
    width: 100%;
    margin: 0;
    padding :0;
    text-align: center;
  }
  #form {
    width: 100%;
    margin: 1em auto;
    padding: 0;
  }
  #form tr, #form th, #form td {
    width: 100%;
    display: block;
    text-align: center;
  }
  #form th, #form td {
    padding: 5px 0;
  }
}
