﻿/*背景*/
body {
	font-family:  Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	line-height:1.5em;
	font-size: 1em;
	background-image: url('images/wall.jpg');
}
/*縦位置調整*/
#Top,#Menu,#Guide,#Access,#Link {
	padding-top:50px;
}
/*文章 P*/
p {
	padding-left: 10px;
}
/*文章 コメント*/
.comment {
	font-size: .9em;
	color: rgba(0, 0, 0, .9);
}
/*タイトル装飾 h2*/
h2 {
    position: relative;
    font-size: 1.8em;
    font-weight: bold;
    padding: 0 0 0 40px;
    border-bottom: 4px solid rgba(85, 110, 50, .5);
}
h2:before {
    content: "■";
    position: absolute;
    color: rgba(0, 50, 0, .5);
    top: -0.3em;
    left: 0.3em;
    height: 12px;
    width: 12px;
}
h2:after {
    content: "■";
    position: absolute;
    color: rgba(85, 110, 50, .5);
    left: 0;
    height: 12px;
    width: 12px;
}
h2 span {
	margin-left: 10px;
	color: rgba(85, 110, 50, .5);
	font-size: .7em;
}
/*タイトル装飾 h3*/
h3 {
	font-size: 1.5em;
	padding: 0 10px 0;
	font-weight: bold;
	border-left: 7px solid rgba(85, 110, 50, .5);
}
h3 span {
	margin-left: 8px;
	color: rgba(85, 110, 50, .5);
	font-size: .7em;
}
/*タイトル装飾 h4*/
h4 {
 	position: relative;
 	font-size: 1.3em;
	padding: 0 10px 0;
  	font-weight: bold;
	text-shadow: 0 0 2px white;
}
h4:before {
	content: "";
	position: absolute;
	background: rgba(85, 110, 50, .5);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	top: 50%;
	left: -1px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
}
h4 span {
	margin-left: 5px;
	color: rgba(85, 110, 50, .5);
	font-size: .6em;
}
/*背景色（透明）*/
.bg-white-clear {
 	background-color: rgba(255, 255, 255, .9);
}
/*Infomationテーブル*/
.Information {
	margin-left: 20px;
	margin-right: 20px;
	padding:10px;
}
.text_date {
	font-size: 0.85rem;
	padding-right: 9px;
}
.text_content {
	border-bottom: 1px solid rgba(85, 110, 50, .5);
}
/*menuテーブル*/
#menu table {
 	width: 100%;
    border-collapse: collapse; 
}
#menu tr:nth-child(odd) {
    background-color: rgba(200, 200, 200, 0.3);
}
#menu td {
    padding: 1px 5px;
}
.txt-right-red {
	text-align:right;
	color: rgba(120, 0, 0, .8);
}
/*Guideテーブル*/
#guide table {
 	width: 100%;
    border-collapse: collapse;
}
#guide td:first-child {
	width: 110px;
}
#guide td {
    padding: 1px 5px;
  	border-bottom: solid 2px rgba(200, 200, 200, 0.7);
}

/*フッターリンク*/
#bottomMenu dd {
	text-align: right;
	font-size: .9em;
}
#bottomMenu a {
	padding-left: 4px;
	padding-right: 9px;
}
.footer{
	font-size: .7em;
	text-align: right;
}
/*ページジャンプ*/
#page-jump {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background-color: rgba(255, 255, 255, .7);
}
/*イメージスライダー*/
.slider {
	position: relative;
	max-width: 1000px;
	margin: 0px auto 0px;
}
.slider img {
	width: 100%;
}
.imgbg {
	position: relative;
	background-color: rgba(85, 110, 50, .5);
	margin-left: 20px;
	margin-right: 20px;
}
.on-text {
	position: absolute;
    font-size: 1.2em;
    font-weight: bold;
    bottom: 5px;
    color: #fff;
    background: rgba(0, 0, 0, .3);
    margin: 0;
    padding: 3px 10px 3px 10px;
}
/*Navbarの枠*/
.navbar-light .navbar-toggler {
    border-color: rgba(0,0,0,0);
}