/* body
------------------------------------------ */
body {
  background: #ABCD03;
  color: #333;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 14px;
  line-height: 1.3;
  -webkit-text-size-adjust: none;
}

a:link, a:visited {
  color: #199305;
  text-decoration: none;
}
a:hover, a:active {
  color: #FF7E59;
  text-decoration: none;
}

/* common
------------------------------------------ */
#blog,
#archive,
#calendar,
#pagectrl,
#message {
  width: 96%;
  margin: 15px auto 0;
}
#blog h2,
#archive h2,
#calendar h2,
#pagectrl h2,
#message h2 {
  margin: 0 auto;
  padding: 4px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #1C870B -webkit-gradient(linear, 0% 0%, 0% 100%, from(#279505), to(#20aa05));
  -webkit-box-shadow: 0px 0px 1px #404040;
  -moz-box-shadow: 0px 0px 1px #404040;
  -ms-box-shadow: 0px 0px 1px #404040;
  -o-box-shadow: 0px 0px 1px #404040;
  box-shadow: 0px 0px 1px #404040;
  color: #fff;
  text-align: center;
}

/* header
------------------------------------------ */
#header img {
  width: 100%;
}

#header p {
  position:absolute;
  top:0px;
  left:0px;
  margin-bottom: 20px;
  width: 21%;
  margin: 0 auto ;
  padding-top: 0px;
}

#header p:last-child {
  margin-bottom: 0;
}

/* blog
---------------------------------------- */
#blog article {
  margin-top: 5px;
  padding-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: solid 2px #61a904;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 1px #777777;
  -moz-box-shadow: 0px 0px 1px #777777;
  -ms-box-shadow: 0px 0px 1px #777777;
  -o-box-shadow: 0px 0px 1px #777777;
  box-shadow: 0px 0px 1px #777777;
  /*overflow: hidden;*/
}
#blog article .meta {
  padding-top: 10px;
}
#blog article .meta p {
  padding-right: 5px;
  text-align: right;
}

#blog article .meta h3 {
  background: url(../img/line2.png) no-repeat center bottom;
  -moz-background-size:100% auto;
  background-size:100% auto;
  background-position:fixed;
  padding-bottom: 20px;
  display: block;
  font-size: 100%;
}

#blog article .meta h3 a {
  display: block;
  padding: 20px 14px 5px;
  color:#0B3100;
  }


#blog article .entry {
  margin-top: 5px;
  padding: 15px 14px 30px;
  color:#000000;
}

#blog article .entry a:link, #blog article .entry a:visited {
  text-decoration: underline;
}

#blog article .entry a:hover, #blog article .entry a:active {
  text-decoration: none;
}
#blog article .entry img {
  max-width: 90%;
  height: auto;
  margin-left:auto;margin-right:auto;
  text-align:center;
  display:block;
}

#blog article .entry iframe.youtube {
  width: 275px;
  height: 155px;
}
#blog article .social {
  margin-top: 5px;
  padding: 5px 14px;
}
#blog article .social:before, #blog article .social:after {
  content: "";
  display: table;
}
#blog article .social:after {
  clear: both;
}
#blog article .social {
  zoom: 1;
}
#blog article .social li {
  float: left;
  width: 120px;
  margin-right: 5px;
}
#blog article .social li.fb span {
  width: 115px !important;
}
#blog article .social li.tw iframe.twitter-share-button {
  width: 105px !important;
}
#blog .pageswitch {
  margin-top: 5px;
  padding: 8px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 1px #777777;
  -moz-box-shadow: 0px 0px 1px #777777;
  -ms-box-shadow: 0px 0px 1px #777777;
  -o-box-shadow: 0px 0px 1px #777777;
  box-shadow: 0px 0px 1px #777777;
  text-align: center;
}

#blog .month{
  margin: 20px ;
  padding: 8px 40;
  border-bottom:dotted 4px #61a904;
  font-weight: bold;
  font-size: 20px;
  display: block;
  color: #000000;
  text-decoration: none;
}

#blog .pageswitch2 {
  padding: 8px 0;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

/* archive
---------------------------------------- */
#archive .outer {
  margin-top: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: solid 2px #61a904;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 1px #777777;
  -moz-box-shadow: 0px 0px 1px #777777;
  -ms-box-shadow: 0px 0px 1px #777777;
  -o-box-shadow: 0px 0px 1px #777777;
  box-shadow: 0px 0px 1px #777777;
}
#archive article {
  border-bottom: 1px solid #dedede;
  background: url(../img/shared_mark_arw_right.gif) 98% 50% no-repeat;
  /*overflow: hidden;*/
}
#archive article:last-child {
  border-bottom: none;
}
#archive article a {
  display: block;
  padding: 10px 20px 10px 10px;
}

#archive .backnumber {
  margin-top: 5px;
  padding: 8px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 1px #777777;
  -moz-box-shadow: 0px 0px 1px #777777;
  -ms-box-shadow: 0px 0px 1px #777777;
  -o-box-shadow: 0px 0px 1px #777777;
  box-shadow: 0px 0px 1px #777777;
  text-align: center;
  font-weight: bold;
}

/* calendar
------------------------------------------ */
#calendar .outer {
  margin-top: 5px;
  padding: 20px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: solid 2px #61a904;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 1px #777777;
  -moz-box-shadow: 0px 0px 1px #777777;
  -ms-box-shadow: 0px 0px 1px #777777;
  -o-box-shadow: 0px 0px 1px #777777;
  box-shadow: 0px 0px 1px #777777;
}
#calendar table {
  width: 88%;
  margin: 0 auto;
  border-collapse: collapse;
  border: 1px solid #ccc;
}
#calendar table caption {
  padding: 4px 0;
  border: 1px solid #cdcdcd;
  border-bottom: none;
  font-weight: bold;
}
#calendar table th {
  border: 1px solid #cdcdcd;
  color: #666;
  font-size: 12px;
  font-weight: normal;
  background-color: #f1f1f1;
}
#calendar table td {
  width: 14%;
  height: 30px;
  border: 1px solid #cdcdcd;
  text-align: center;
  line-height: 30px;
}
#calendar table td a {
  display: block;
  height: 30px;
  font-weight: bold;
}
#calendar table td.today {
  border: 1px solid #fff;
  background-color: #199305;
  color: #fff;
}
#calendar table td.today a {
  color: #fff;
}

/* pagectrl
------------------------------------------ */
#pagectrl a:link, #pagectrl a:visited {
  color: #333;
  
}
#pagectrl a:hover, #pagectrl a:active {
  color: #FFFF00;
}
#pagectrl p {
  text-align: center;
}
#pagectrl p a {
  padding: 5px 0;
}
#pagectrl ul {
  margin-top: 10px;
  margin-left: 18px;
  list-style-type: disc;
}
#pagectrl ul a {
  padding: 2px 0 0;
}

/* footer
------------------------------------------ */
#footer {
  clear:both;
  margin-top: 25px;
  padding: 10px 10px;
  background: #7ab901;
  text-align:center;
  font-size: 8px;
}
#footer p {
  color: #fff;
}

audio {
width:100%;
}

