@charset "UTF-8";
/* CSS Document */

*{ box-sizing: border-box;}
a{ text-decoration: none;}
h1 { display:inline; font-size:12pt; line-height:normal; font-weight:bold; }
html{
  font-size: 10px;
  font-size: 62.5%;
  height: 100%;
}
body{
  height: 100%;
  margin: 0px;
  padding: 0px;
  color: #222222;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
  background-color: #FFFFFF;
}
/*
ul { list-style-type: none;}
*/

/* ■■■■■■■■■■■　wrap　■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
#wrap {
  width:100%;
  max-width: 550px;
  min-width:320px;
  height: auto;
  padding: 0px;
  margin:0 auto;
  text-align: center;
  vertical-align: top;
  border-left: thin solid #457a2a;
  border-right: thin solid #457a2a;
  background-image: url(http://grasses.partials.net/skin/images/wild3.png);
  background-position: center top;
  background-attachment: fixed;
}
/* ■■■■■■■■■■■　カテゴリパス　■■■■■■■■■■■■■■■■■■■■■■■■ */
#path_bar {
  height: 30px;
  padding-top: 5px;
  font-size: 12px;
  color: #FFF;
  text-align: left;
background: #388E3C;
}
#path_bar a,#path_bar a:visited{
color: #FFF;
}
/* ■■■■■■■■■■■　検索窓　■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
#wordsearch {
  display: flex;
  flex-direction:row;
  justify-content:space-between;
  width: 100%;
  height: 150px;
  vertical-align: top;
  padding: 0;
/*   background: #C8E6C9; */
}
.homeset{
display: flex;
  flex-direction:column;
  justify-content:space-between;
width:150px;
height:150px;
border: 0;
margin:0;
padding:0;
}
.homeset > div a{
  display: block;
  color: #212121;
}
.site_title{
  font-size: 24px;font-size:2.4rem;
  line-height:110%;
  text-align: left;
  vertical-align: top;
  padding:10px 0px 0px 10px;
}
.site_subtitle{
  font-size: 14px;
  font-size:1.4rem;
  text-align: right;
  vertical-align: bottom;
  padding:0px 10px 10px 0px;
}
input {
  height:20px;
  border: none;
}
.gosearch{
display: flex;
  flex-direction:column;
  justify-content:space-between;
  -webkit-align-items:flex-end;
  align-items:flex-end;
width:auto;
height:150px;
border: 0;
text-align: right;
margin:0;
padding:10px;
  font-size:11px;font-size: 1.1rem;
color: #212121;
text-align: right;
}
.formstyle{
display:flex;
width:120px;height:26px;padding:2px;border:solid 1px #CCC;
background: #FFF;
}
.category a{
  display: block;
width:90px;height:24px;padding:2px;border:solid 1px #CCC;background: #4CAF50;
-webkit-border-radius:6px;
  -moz-border-radius:6px;
  -o-border-radius:6px;
  -ms-border-radius:6px;
  border-radius:6px;
  text-align: center;
  font-size:11px;font-size: 1.1rem;
  color: #FFF;
}
.category > a:hover{ background: #8BC34A; }


/* ■■■■■■■■■■■　メニューバー　■■■■■■■■■■■■■■■■■■■■■■■■ */
#menu_bar{
  width: 100%;
  height: 30px;
  background: #388E3C;
  vertical-align: middle;
  padding-top: 2px;
  padding-right: 10px;
  clear: both;
}
/* ドロップダウンリスト --------------------------------- */
.dropmenu {
  display: flex;
  flex-direction:row;
  justify-content:flex-end;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.dropmenu li {
  position: relative;
  margin-left: 5px;
}
.dropmenu > li > a {
  display: block;
width:90px;height:24px;padding:2px;border:solid 1px #388E3C;background: #4CAF50;
-webkit-border-radius:6px;
  -moz-border-radius:6px;
  -o-border-radius:6px;
  -ms-border-radius:6px;
  border-radius:6px;
  text-align: center;
  vertical-align: middle;
  font-size:11px;font-size: 1.1rem;
  color: #FFF;
}
.dropmenu li ul {
  list-style: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li {
  overflow: hidden;
  width: 200%;
  height: 0;
  padding:0;
  color: #FFFFFF;
 }
.dropmenu li ul li a {
  display: block;
  height: 30px;
  padding-top: 6px;
  padding-left: 5px;
  text-align: left;
  font-size:11px;font-size: 1.1rem;
  color: #FFF;
  background: #2fb93a;
}
.dropmenu > li:hover > a { background: #8BC34A; }
.dropmenu > li:hover li:hover > a { background: #8BC34A; }
.dropmenu > li:hover > ul > li {
  overflow: visible;
  height: 30px;
  border-top: solid 1px #FFF;
}
.dropmenu li:last-child ul {
  left: -100%;
  width: 100%;
}

/* ■■■■■■■■■■■　折りたたみカテゴリー一覧　■■■■■■■■■■■■■■■■■■■ */
#open {
  display:none;
}
.folding_menu{
  margin:0px auto 20px auto;
  display:none;
}

/* 第一カテゴリ */
ul.nav li {
  width:49%;
  border-bottom: 1px solid #FFF;
  border-left: 1px solid #FFF;
  list-style-type: none;
  float: left;
}
ul.nav a, ul.nav a:visited {
  padding: 5px;
  display: block;
  font-size:12px;
  font-weight:nomal;
  color: darkgreen;
  background: #CCFFCC;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
  color: darkgreen;
  background: #99CC99;
}
ul.nav li:last-child:after {
  content: '';
}

/* 第二カテゴリ（未使用） */
/*
ul.nav2 li {
  list-style-type: none;
  border-bottom: 1px solid #FFF;
  margin-left: 0px;
  margin-bottom: 0px;
  border-bottom: 1px solid #666;
 width:100%;
}
ul.nav2 a, ul.nav2 a:visited {
  padding: 5px;
  display: block;
  background: #CCFF99;
  color: #000000;
}
ul.nav2 a:hover, ul.nav2 a:active, ul.nav2 a:focus {
  background: #99FF99;
  color: #000000;
}
*/

/* ■■■■■■■■■■■　widthセット　コンテンツ内のDIV　■■■■■■■■■■■■■■■■ */
.width_set_content{
  width:100%;
  max-width: 500px;
  min-width:300px;
  margin:0 auto;
  background: #FFF;
}

/* ■■■■■■■■■■■　ナビゲーション　■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ページナビ　（投稿順、カテゴリ内） ---------------------- */
.navi {
  display: table;
  height: auto;
  margin: 0 auto;
  border-bottom:1px dashed #666666;
  background-color: #FFFFFF;
}
.navi-left{
  display: table-cell;
  width:50%;
  font-size: 8pt;
  padding: 10px 0px 5px 8px;
  text-align: left;
}
.navi-right{
  display: table-cell;
  width:50%;
  font-size: 8pt;
  padding: 10px 8px 5px 0px;
  text-align: right;
}
.navi div a{
  text-decoration:none;
}

/* 画像つき記事一覧ナビ */
.uoimg_pager{
  margin:0px auto 10px auto;
  padding:0px 0px 6px 0px;
  color:#222222;
  text-align:center;
  font-size:12px;
  border-bottom:1px dashed #666666;
}
.uoimg_pager2{
  margin:10px auto 10px auto;
  padding:6px 0px 0px 0px;
  color:#222222;
  text-align:center;
  font-size:12px;
  border-top:1px dashed #666666;
}
/* ■■■■■■■■■■■　LOG、SEARCH、PROFILES　■■■■■■■■■■■■■■■■■■ */
.entry_title {
  height:auto;
  padding:10px 0px 10px 15px;
  color:#000000;
  text-align:left;
  border-bottom:1px dashed #666666;
  background-color: #FFFFFF;
}
.entry_title a{
  color:#457a2a;
}
.entry_body{
  color:#222222;
  font-size: 14px;
  line-height: 140%;
  word-break:break-all;
  width:100%;
  max-width: 500px;
  min-width:300px;
  margin: 20px auto 20px auto;
  text-align: left;
  background-color: #FFFFFF;
}
.entry_state{
  color:#222222;
  font-size: 12px;
  line-height: 100%;
  padding: 0px;
  margin: 12px 20px 20px 20px ;
  text-align: right;
}
.entry_body img{
  height:auto;
  width:100%;
  max-width: 500px;
  min-width:300px;
  border:0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* コメント */

.log-rwrap { padding:0px; border-bottom:1px dashed #666666; }
.log-rtitle { margin-bottom:0px; padding:0px; font-size:12px; color:#666666; text-align:left; }
.log-rbox-cmt { padding-bottom:5px; font-size:11px; color:#666666; display:none; background-color:#F0FFF0;text-align: left; }
.log-rbox {
  margin-bottom:15px;
  padding:7px;
  border_bottom:1px solid #666666;
  text-align: right;
}
.log-rstate {
  margin-top:5px;
  padding-bottom:5px;
  text-align:left;
  font-size:11px;
  line-height: 16px;
  vertical-align: text-bottom;
}
.log-rform { position:fixed; top:150px; left:200px; width:400px; padding:15px; background-color: #F5F5DC; border_bottom:1px solid #666666; }

.formbtn-open { 
  overflow:visible;
  padding:0px;
  outline:none;
  width:124px;
  height:20px;
  border:0;
  font-size:0px;
  line-height:0px;
  text-indent:-9999px;
  background-color: transparent;
  background-image: url(../images/commentopen.gif);
  background-repeat: no-repeat;
  background-position: left top;
}
.formbtn-close {
  overflow:visible;
  padding:0px;
  outline:none;
  width:124px;
 height:20px;
  border:0;
  font-size:0px;
  line-height:0px;
  text-indent:-9999px;
  background-color: transparent;
  background-image: url(../images/commentclose.gif);
  background-repeat: no-repeat;
  background-position: left top;
}
.combtn-open {
  overflow:visible;
  padding:0px;
  outline:none;
  width:54px;
  height:16px;
  border:0;
  font-size:11px;
  line-height: 16px;
  vertical-align: text-bottom;
  text-indent:-9999px;
  background-color: transparent;
  background-image: url(../images/trackbackopen.gif);
  background-repeat: no-repeat;
  background-position: left top;
}
.combtn-close { 
  overflow:visible;
  padding:0px;
  outline:none;
  width:54px;
  height:16px;
  border:0;
  font-size:11px;
  line-height: 16px;
  vertical-align: text-bottom;
  text-indent:-9999px;
  background-color: transparent;
  background-image: url(../images/trackbackclose.gif);
  background-repeat: no-repeat;
  background-position: left top;
}
.combtn-open:hover,
.combtn-close:hover,
.formbtn-open:hover,
.formbtn-close:hover { background-position:left bottom; }
.url { color:#ffffff; }
.url a:link,
.url a:active,
.url a:hover,
.url a:visited { color:#0000ff; }

/* ■■■■■■■■■■■　画像つき記事一覧表示モジュール　■■■■■■■■■■■■■■■ */
.uoimglist_title {
  margin:0px auto;
  padding:6px 0 10px 0;
  font-size:14px;
  font-weight:bold;
  color:#222222;
  text-align:center;
  height:auto;
}
.uoimglist_loopbox {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    padding-top: 15px;
    text-align: center;
    background-color: #FFF;
}
.uoimglist_frame {
  width:154px;
  height:175px;
  margin-bottom:10px;
  padding-bottom:5px;
  text-align:center;
  border:1px solid #CCC;
}
.uoimglist_frame a{
  display: block;
}
.uoimglist_frame a:hover, .uoimglist_frame a:active, .uoimglist_frame a:focus {
  background: #F9F9F9;
}
.uoimglist_img {
  width:140px;
  height:140px;
  margin:5px auto;
  border: 0;
  overflow: hidden;
  display : block;
}
.uoimglist_name {
  width:140px;
  height:24px;
  margin:0px auto;
  font-size:11px;font-size:1.1rem;
  color:#333333;
  text-align:center;
}
.uoimg_gzlist { margin-left:auto; margin-right:auto; display: block; }

.sctgr{ font-size:6px; font-size:0.6em;}

/* ■■■■■■■■■■■　その他　■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.siro,
.siro a{  color: #FFFFFF; font-size:12px;}

.photodiv { text-align:center; font-size:9pt; color:#CC0066; margin:12px auto 0px auto; }
.photodiv2 { text-align:center; font-size:9pt; color:#333333; margin:12px auto 0px auto; }
.photodiv4 { text-align:center; font-size:9pt; color:#457a2a; margin:12px auto 0px auto; }
.photodiv img,
.photodiv2 img,
.photodiv4 img { padding:0px 0px 5px 0px; border:0px; }
.comdiv {
  padding:10px;
  margin-top: 30px;
  margin-bottom: 30px;
  color:#000000;
  font-size:12px;
  line-height: 110%;
  text-align: left;
  background-color:#EEEEEE;
}
.comdiv_in150pict{
  margin:10px auto 0px auto;
  padding:10px;
  color:#333333;
  border:1px dashed #999999;
  height: 150px;
}
.comdiv_in150pict img{
  padding-right:10px;
  display: block;
}

/* ■■■■■■■■■■■　フッター　■■■■■■■■■■■■■■■■■■■■■■■■■■ */
#footer {
  height:30px;
  padding-top: 5px;
  padding-right: 10px;
  font-size: 12px;
  color: #FFFFFF;
  text-align: right;
  background-color: #23802a;
}
