* {
  margin: 0;
  padding: 0;
}
body {
  margin: 0px;
  background-color: #151515;
  background-image: url(https://matsu-lab.info/weblog/img/bg-light.png), url(https://matsu-lab.info/weblog/img/ptn-stripe.png);
  background-position: top center, top left;
  background-repeat: no-repeat, repeat;
  font-family: 'Palanquin', "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #e5e5e5;
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: .04em;
  border-top: 3px solid #619936;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
img {
  border: 0;
}
a {
  text-decoration: none;
}
a:link,
a:active,
a:visited {
  color: #e5e5e5;
}
a:hover {
  color: #87b826;
}
form,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  color: #e5e5e5;
}
h1 {
  width: 98%;
  margin: 0;
  padding: 8px 1% 6px 1%;
  font-size: 11px;
  font-weight: normal;
  text-align: right;
  color: #999;
}
h2{
  font-size: 16px;
  font-weight: normal;
}
h3 {
  font-size: 14px;
  font-weight: normal;
}
#container {
  width: 1200px;
  margin: 0 auto;
}
#header {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
#ex {
  width: 100%;
  height: auto;
}
#logo {
  width: 100%;
  height: auto;
  margin: 40px auto;
  text-align: center;
  letter-spacing: 2px;
}
#logo p {
  font-size: 12px;
  font-weight: normal;
}
ul#menu {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  background: linear-gradient(to right, #1a1a1a,#242424,#1a1a1a);
  box-shadow: 0 0 10px rgba(0,0,0,.4) inset;
  text-align: center;
  list-style: none;
  padding: 20px 0 14px 0;
}
ul#menu li {
  color: #99cc33;
  font-family: 'Didact Gothic', sans-serif;
  font-size: 17px;
  letter-spacing: .06em;
}
ul#menu li a {
  display: block;
  margin: 0 auto;
  color: #ccc;
  padding: 5px 20px 0 20px;
}
ul#menu li a:hover{
  color: #729c20;
}
ul#menu li#b-on a{
  background: url(https://matsu-lab.info/weblog/img/square.gif) top center no-repeat;
  background-size: 6px 6px;
  color: #729c20;
}
ul#menu li span{
  display: block;
  margin: -8px auto 0 auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 10px;
  font-weight: bold;
}
ul#breadcrumbs{
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin: 20px 0 0 0;
}
ul#breadcrumbs li{
  font-size: 10px;
  color: #999;
}
ul#breadcrumbs li a{
  color: #999;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
ul#breadcrumbs li:after{
  content: '/';
  margin: 0 8px;
}
ul#breadcrumbs li:last-child:after{
  content: none;
}
#contents {
  width: 100%;
  overflow: hidden;
}
#contents p#link {
  font-size: 13px;
  color: #696969;
  text-align: left;
  padding: 0px;
}
#main {
  float: left;
  width: 70%;
  box-sizing: border-box;
}
.entry {
  padding: 40px 60px;
  letter-spacing: .08em;
  background: rgba(0, 0, 0, .2);
  margin-bottom: 30px;
}
.entry h2 {
  font-size: 18px;
  padding: 15px 0px 10px 50px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  background: url(https://matsu-lab.info/weblog/img/bg-title.png) center left 10px no-repeat;
  background-size: 26px auto;
}
.entry_author {
  font-size: 13.2px;
  text-align: right;
  padding-right: 5px;
  margin: 10px 0 50px 0;
}
.entry_author span:before{
  content: '|';
  margin: 0 6px 0 4px;
  color: rgba(255,255,255,.5);
}
.entry_body {
  font-size: 14.2px;
  padding: 0 10px 50px 10px;
}
.entry_body a{
  border-bottom: 1px dotted rgba(255,255,255,.1);
  color: #79af2e;
}
font{
  color: #79af2e !important;
}
.entry_body a[href*="weblog/img"],
.entry_body a[href*="blogpeople"]{
  border-bottom: none;
}
.entry_state {
  font-size: 13px;
  text-align: right;
  padding: 20px 0 0 0;
  border-top: 1px dashed rgba(255,255,255,.1);
}
.entry_body img.thumb,
.entry_body img.pict{
  max-width: 680px;
  }
.pict {
  padding: 6px;
  margin: 0 auto;
  background-color: #333;
  border: 1px solid #444444;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
}
.pict:before,
.box:after {
  position: absolute;
  width: 40%;
  height: 10px;
  content: ' ';
  left: 12px;
  bottom: 12px;
  background: transparent;
  -webkit-transform: skew(-5deg) rotate(-5deg);
  -moz-transform: skew(-5deg) rotate(-5deg);
  -ms-transform: skew(-5deg) rotate(-5deg);
  -o-transform: skew(-5deg) rotate(-5deg);
  transform: skew(-5deg) rotate(-5deg);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.pict:after {
  left: auto;
  right: 12px;
  -webkit-transform: skew(5deg) rotate(5deg);
  -moz-transform: skew(5deg) rotate(5deg);
  -ms-transform: skew(5deg) rotate(5deg);
  -o-transform: skew(5deg) rotate(5deg);
  transform: skew(5deg) rotate(5deg);
}
.thumb {
  padding: 6px;
  margin: 0 auto;
  background-color: #333;
  border: 1px solid #444444;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset;
}
.thumb:before,
.box:after {
  position: absolute;
  width: 40%;
  height: 10px;
  content: ' ';
  left: 12px;
  bottom: 12px;
  background: transparent;
  -webkit-transform: skew(-5deg) rotate(-5deg);
  -moz-transform: skew(-5deg) rotate(-5deg);
  -ms-transform: skew(-5deg) rotate(-5deg);
  -o-transform: skew(-5deg) rotate(-5deg);
  transform: skew(-5deg) rotate(-5deg);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.thumb:after {
  left: auto;
  right: 12px;
  -webkit-transform: skew(5deg) rotate(5deg);
  -moz-transform: skew(5deg) rotate(5deg);
  -ms-transform: skew(5deg) rotate(5deg);
  -o-transform: skew(5deg) rotate(5deg);
  transform: skew(5deg) rotate(5deg);
}

/*記事内装飾*/
.entry_body h3{
  font-size: 15px;
  font-weight: bold;
  padding: 10px 0 8px 0;
  margin: 20px 0 0 0;
  color: #67a32c;
  border-top: 1px solid #2e2e2e;
  border-bottom: 1px solid #2e2e2e;
}
.entry_body span.t-red{
  color: #f98c8c;
}
.entry_body span.t-blue{
  color: #9ddce9;
}
.entry_body span.t-yellow{
  color: #ebe88a;
}
.entry_body b.t-bold{
  color: #67a32c;
  font-weight: bold;
}
.entry_body strong{
  font-weight: bold;
}
.entry_body span.t-right{
  display: inline-block;
  width: 100%;
  text-align: right !important;
}
.entry_body span.t-mark{
  background: linear-gradient(transparent 06%, rgba(134,207,63,.3) 60%);
  padding: 0 2px !important;
  margin: 0 2px;
}
.entry_body a:hover{
  opacity: .8;
}

#comments {
  background: rgba(0, 0, 0, .2);
  padding: 50px 50px 30px 50px;
}
#comments h3 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #99cc33;
}
#comments h4 {
  font-size: 12px;
  font-weight: normal;
}
#comments form{
  margin-top: 50px;
}
#comments dt {
  width: 300px;
  color: #ccc;
  margin-left: 30px;
  font-weight: bold;
  margin-top: 5px;
  background: none;
  border: none;
  text-align: left;
}
#comments dl {
  margin-bottom: 30px;
}
#comments dd {
  margin-left: 30px;
  margin-bottom: 5px;
}
input.button{
  margin: 20px 10px 0 0;
  padding: 10px 15px;
}
dl.comment_body{
  margin-bottom: 60px;
}
dl.comment_body dt{
  margin: 30px 0 0 0;
}
dl.comment_body dd{
  margin: -10px 0 50px 0;
}


#trackback {
  background: rgba(0, 0, 0, .2);
  padding: 20px 50px 50px 50px;
  margin-bottom: 30px;
}
#trackback h3 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #99cc33;
}
#trackback p {
  margin-left: 30px;
}

#profile h2 {
  margin-top: 30px;
  font-weight: normal;
  color: #99cc33;
}
.profile_body {
  margin-top: 20px;
  margin-left: 20px;
}
.input_text {
  padding: 5px 5px;
  width: auto;
  background: #262626;
  border-bottom: 1px double #171717;
  border-top: 1px double #171717;
  border-left: 1px double #171717;
  border-right: 1px double #171717;
}
.button {
  margin: 0 0 10px 0;
  padding: 2px 5px;
  background: #333333;
  border: 0px;
  width: 100px;
  border-bottom: 1px double #585858;
  border-top: 1px double #585858;
  border-left: 1px double #585858;
  border-right: 1px double #585858;
  color: #fff;
  font-family: Meiryo, Arial, Helvetica, sans-serif;
  font-size: 10px;
}


#aside {
  float: right;
  width: 25%;
  box-sizing: border-box;
  background: rgba(0,0,0,.2);
}
#aside dl {
  margin-bottom: 50px;
}
#aside dt {
  background: rgba(0,0,0,.2);
  font-family: 'Didact Gothic', sans-serif;
  color: #999999;
  text-align: center;
  font-size: 13px;
  letter-spacing: 2px;
  padding: 8px 0;
}
#aside dd{
  padding: 20px 0 0 0;
}
#aside ul {
  width: 90%;
  margin: 15px auto;
  list-style-position: inside;
}
#aside li {
  font-size: 13.2px;
  color: #79af2e;
  border-bottom: 1px dotted rgba(255,255,255,.1);
  padding: 5px 0 5px 25px;
  text-indent: -15px;
}
#aside p {
  text-align: center;
  margin: 20px;
}


.search_box {
  padding: 5px 5px;
  width: auto;
  background: #262626;
  box-shadow: 0 0 5px rgba(0,0,0,.5) inset;
  border: none;
}
.search_button {
  margin: 0 0 0 0;
  padding: 5px 15px;
  background: #333333;
  border: 0px;
  border: 1px double rgba(255,255,255,.1);
  color: #e5e5e5;
  font-size: 12px;
}
input[type="radio"]{
  margin-right: 5px;
}
p#srchtext{
  font-size: 11px;
  color: #999;
  margin: 5px auto;
}
p#srchLogo{
  margin: 0;
}

#calender {
  text-align: center;
}

table.calendar {
  font-size: 13px;
  margin: 20px auto 0 auto;
  padding: 0px;
  text-align: center;
}
.cell {
  height: 17px;
  width: 27px;
}
table.calendar tr:nth-child(2){
  border-bottom: 2px solid rgba(255,255,255,.2);
}
td.calendar_month{
  padding-bottom: 10px;
  font-size: 14px;
}
.weekday {
  font-size: 9px;
  height: 17px;
  padding: 1px;
  text-align: center;
  width: 27px;
}
.today {
  color: #99cc33;
  font-weight: bold;
}
#calendar a,
#calendar a:link,
#calendar a:visited {
  font-weight: bold;
}
#calendar a:active,
#calendar a:hover {
  color: #87b826;
}


dd#archivelist{
  height: 300px;
  overflow-y: scroll;
  padding-right: 20px;
  scrollbar-color: #777777 #464646;
  scrollbar-width: thin;
}
/*スクロールバーの横幅指定*/
dd#archivelist::-webkit-scrollbar {
  width: 6px;
}
/*スクロールバーの背景色・角丸指定*/
dd#archivelist::-webkit-scrollbar-track {
  background: #464646;
}
/*スクロールバーの色・角丸指定*/
dd#archivelist::-webkit-scrollbar-thumb {
  background:#777777;
}
.pagenavi {
  width: 100%;
  font-size: 14px;
  text-align: center;
  background: rgba(0, 0, 0, .2);
  padding: 20px 0;
  font-size: 12px;
}
.next a{
  margin: 0 15px;
}
a.go-top{
  display: block;
  position: fixed;
  right: 10px;
  bottom: 10px;
  font-size: 11px;
}


/*フッター*/
#footer{
  border-top: 1px solid rgba(255,255,255,.1);
  background: rgba(0,0,0,.5);
  margin: 100px 0 0 0;
  padding: 30px 0 25px 0;
  box-shadow: 0 0 10px rgba(0,0,0,.05) inset;
}
address,
#footer p{
  text-align: center;
  font-size: 10px;
  font-style: normal;
  margin: 0;
  line-height: 1.5;
  color: #666;
}
#footer p small{
  font-size: 10px;
}
#footer p small a{
  color: #666;
}
br.brsp{
  display: none;
}
/*sp menu*/
.icon-hamburger {
  cursor: pointer;
  height: auto;
  position: absolute;
  top: 10px;
  right: 2%;
  width: auto;
  display: none;
}
.icon-hamburger img{
  border: 1px solid rgba(255,255,255,.05);
  box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.menu-container {
  margin: 0;
  display: none;
}
#modal-overlay {
  display: none;
}


@media screen and (max-width:768px){
  #container{
    width: 94%;
    margin: 0 auto;
  }
  h1{
    width: 68%;
    font-size: 9.5px;
    line-height: 1.4em;
    text-align: left;
  }
  ul#menu{
    display: none;
  }
  #logo {
    width: 100%;
    height: auto;
    margin: 40px auto 0 auto;
    text-align: center;
    letter-spacing: 2px;
  }
  #logo img{
    max-width: 320px;
    height: auto;
    margin-bottom: -5px;
  }
  #logo h2{
    font-size: 13px;
  }
  #logo p{
    font-size: 11px;
  }
  ul#breadcrumbs{
    display:block;
    width: 98%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap;
    margin: 30px auto 0 auto;
    text-align: right;
  }
  ul#breadcrumbs li{
    font-size: 9px;
    display:inline;
  }
  ul#breadcrumbs li:after{
    content: '/';
    margin: 0 4px;
  }
  #contents{
    overflow: visible;
    margin: 0 0 50px 0;
  }
  #main{
    width: 90%;
    float: none;
  }
  .entry{
    width: 100%;
    margin: -10px auto 30px auto;
    padding: 20px 5% 30px 5%;
    letter-spacing: .06em;
  }
  .entry h2 {
    font-size: 16px;
    padding: 15px 5px 10px 32px;
    background: url(https://matsu-lab.info/weblog/img/bg-title.png) top 20px left 6px no-repeat;
    background-size: 16px auto;
  }
  .entry_author{
    font-size: 12px;
  }
  .entry_author span{
    display: block;
    width: 100%;
    text-align: right;
    margin-top: -4px;
  }
  .entry_author span:before{
    content: none;
    margin: 0;
  }
  .entry_body img.thumb,
  .entry_body img.pict{
    width: 100%;
    height: auto;
    margin: 10px 0;
    box-sizing: border-box;
  }
  .entry_state{
    text-align: center;
    font-size: 12px;
  }
  #comments{
    width: 100%;
    padding: 50px 5%;
  }
  dl#comment_form{
    width: 90%;
  }
  dd input#email,
  dd input#url{
    width: 100%;
  }
  dd textarea{
    width: 100% !important;
  }
  input#name{
    width: 60%;
  }
  #trackback,
  .pagenavi{
    width: 100%;
    padding: 30px 5%;
  }
  .next a{
    display: block;
    margin: 10px auto;
  }
  #aside{
    width: 100%;
    float: none;
    margin: 50px auto;
    padding-bottom: 50px;
  }
  #footer{
    width: 100%;
  }
  br.brsp{
    display: block;
  }

  /*sp-menu*/
  .icon-hamburger {
    display: inline-block;
  }
  #modal-overlay {
    background: url(https://matsu-lab.info/imgs/sp-close.png) top 25px right 15px no-repeat, linear-gradient(120deg, rgba(0,0,0,.9), rgba(34,43,22,.9), rgba(0,0,0,.9), rgba(155,216,37,.7));
    height: 120%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
  }
  .menu-container{
    display: block;
  }
  .menu-container ul{
    display: none;
    height: auto;
    left: 50%;
    position: fixed;
    top: 50%;
    width: 80%;
    z-index: 100;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    list-style: none;
  }
  .menu-container .menu .menu-item a {
    display: block;
    border-bottom: 1px solid rgba(255,255,255,.1);
    border-right: none;
    color: #fff;
    padding: 15px 0 15px 10px;
    text-shadow: 0 0 10px rgba(0,0,0,.8);
  }
  .menu-container .menu .menu-item:last-child a {
    border-bottom: none;
  }
  li.menu-item{
    line-height: 1em;
  }
  li.menu-item span{
    font-size: 9px;
    margin-left: 10px;
  }
}
