body {
            max-width: 900px;
            margin: auto;
            font-size: 0.9em;
            line-height: 1.5em;
font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
        }

h1 {
	font-family: "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic", sans-serif;
font-size: 1.6em;
	font-weight: bold;
	color: #cc3333;
	width: 100%;
	margin: auto;
line-height: 1.6em;
	text-align: center;
}

h2 {
	font-family: "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic", sans-serif;
font-size: 1.2em;
	font-weight: bold;
	color: #cc3333;
	width: 100%;
	margin: auto;
	text-align: center;
}

.container {
	border-radius: 5px;
	padding: 5px;
	background-color: fff;	
	border: 1.0px solid;
	rgba(0,150,0,26);
 }
 
.artcle-container {
	padding: 5px;
	background-color: fff;
	border: 0px;
 }

.box {
display: flex;
display: -ms-flex;
flex-direction: row;
}

.navi-box-container {
	width: 100px;
	display: flex;
	flex-direction: row;
	margin: auto;
display: flex;
justify-content: center;
align-items: center;
 }

.navi-box-container-p {
	width: 250px;
	display: flex;
	flex-direction: row;
	margin: auto;
display: flex;
justify-content: center;
align-items: center;
 }

.navi-box {
	border-radius: 3px;
	padding: 2px 15px;
	background-color: #fff;	
	border: 1.0px solid;
	border-color: #006400;
	margin: 5px 5px;
}

.navi-box.current {
	border-radius: 3px;
	padding: 2px 15px;
	color: #fff;
	background-color: #006400;
	border: 1.0px solid;
	border-color: #006400;
	margin: 5px 5px;
}

.navi-box:hover { /*マウスホバー時*/
	background-color: #006400;
	color: #fff;
}

.article-box {
display: flex;
flex-direction: column;
}

.box-blog {
display: flex;
justify-content: center;
align-items: center;
}

.container-center{
  margin: auto;
}

.ad-container-center{
  margin: auto;
  padding: 5px;
}

.main-body {
  padding: 10px 10px 0 10px;
}

.thumbnail {
	background-color: #FFF;
	padding: 2px;
	border: 1px solid #CCC;
}

.i-frame {
	background-color: #FFF;
	padding: 3px;
	border: 1px solid #CCC;
}

.img {
	background-color: #FFF;
	padding: 3px;
	border: 1px solid #CCC;
	max-width: 420px;
}

.img_si {
	background-color: #FFF;
	padding: 3px;
	border: 1.5px solid #390;
	max-width: 420px;
}

.mokuji {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.2em;
}

.red {
	color: #C33;
}

a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #390;
	text-decoration: none;
}

p.center{
	width:100%;
	text-align:center;
}

.title {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	color: #cc3333;
	width: 100%;
	margin: auto;
	text-align: center;
}


.text {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	text-align: left;
}

.u-map {
	background-color: #ccc;
	padding : 5px;
	margin: 0px 0px 10px 0px;
}