/* button **********************************/
@layer legacy {
[data-static-html] .btn {
  text-align: center;
  display: block;
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s; }

/* category navi common header ************************************/
[data-static-html] .catenavi {
  border-width: 1px 0 1px 0;
  border-style: solid; }
  [data-static-html] .catenavi .catenavi_in {
    width: 94%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
    font-size: 0; }
    [data-static-html] .catenavi .catenavi_in li {
      margin-right: 32px;
      display: inline-block; }
      [data-static-html] .catenavi .catenavi_in li a {
        line-height: 1.5;
        font-size: 12px;
        position: relative;
        padding: 18px 0 16px;
        display: block;
        text-decoration: none; }
        @media only screen and (max-width: 979px) {
          [data-static-html] .catenavi .catenavi_in li a {
            padding: 8px 0 6px; } }
        [data-static-html] .catenavi .catenavi_in li a:after {
          content: "";
          height: 1px;
          width: 0;
          position: absolute;
          left: 0;
          bottom: -1px; }
        [data-static-html] .catenavi .catenavi_in li a:hover:after {
          width: 100%; }
      @media only screen and (max-width: 979px) {
        [data-static-html] .catenavi .catenavi_in li {
          margin-right: 24px; } }
  [data-static-html] .catenavi.foot {
    margin-top: 30px; }
  @media only screen and (max-width: 979px) {
    [data-static-html] .catenavi {
      padding: 8px 0; } }
  @media only screen and (max-width: 690px) {
    [data-static-html] .catenavi {
      display: none; } }

/* search ************************************/
[data-static-html] .blog_search {
  margin-bottom: 24px;
  width: 100%;
  border-width: 2px;
  border-style: solid; }
  [data-static-html] .blog_search input {
    display: block;
    padding: 0 4%;
    border-radius: 0;
    height: 48px;
    border: none; }
    [data-static-html] .blog_search input.search_txt {
      float: left;
      line-height: 36px;
      width: 82%; }
    [data-static-html] .blog_search input.submit_btn {
      background-repeat: no-repeat;
      background-position: center;
      background-size: 24px auto;
      border: medium none;
      cursor: pointer;
      float: right;
      padding: 0;
      text-indent: -9999px;
      width: 18%; }

/* side ************************************/
[data-static-html] .side {
  margin-bottom: 30px; }
  [data-static-html] .side li {
    list-style: none; }


[data-static-html] .side li.btn {
	margin-top:0;
	margin-bottom: 12px;
}

[data-static-html] .side li.tag {
	margin-top:0;
	margin-left:1rem;
	margin-bottom: 12px;
	display: inline-block;
	position: relative;
}
[data-static-html] .side li.tag::before {
	content:"#";
	color:#165EAD;
	position: absolute;
	left:-1rem;
	top:2px;
}
[data-static-html] .side li.tag a {
	font-size:13px;
	color:#777777;
	margin-right:1.5rem;
	position: relative;
	text-decoration: none;
}
[data-static-html] .side li.tag a:hover {
	color:#004086;
}
[data-static-html] .side li.tag:last-child {
	display: block;
	text-align: right;
}
[data-static-html] .side li.tag:last-child:before {
	content:none;
}

[data-static-html] .side li.tag:last-child a {
	color:#165EAD;
	padding-right:20px;
}
[data-static-html] .side li.tag:last-child a:hover {
	text-decoration: underline;
}
[data-static-html] .side li.tag:last-child a:after {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	        font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

[data-static-html] .side .title {
    font-size: 18px;
	font-weight: bold;
	position: relative;
	display:block;
	margin-bottom:20px;
}
[data-static-html] .side .title::before {
	content:"";
	width:100%;
	height:1px;
	border-top:1px solid #165EAD;
	position: absolute;
	left:0;
	top:50%;
}
[data-static-html] .side .title h3 {
	display: inline-block;
	background: #ffffff;
	padding-right:0.8rem;
	position: relative;
}





[data-static-html] .side .reco li {
    margin-bottom: 20px; 
	border-bottom:1px solid #DDDDDD;
	padding-bottom: 20px;
}




 [data-static-html] .side .reco li:after {
     content: "";
     display: table;
     clear: both; 
}


[data-static-html] .side .reco li .info {
    float: right;
    width: 62%;
    font-size: 12px;
    font-weight:500;
    line-height: 1.3; 
}

[data-static-html] .side .reco li .info p {
	margin:0 !important;
	line-height:1.6;
}
[data-static-html] .side .reco li .info p.date {
	font-size: 11px;
	font-weight: normal;
	color:#999999;
	font-family: "Alata", sans-serif;
} 





      [data-static-html] .side .reco li a {
        display: block; }
        [data-static-html] .side .reco li a:hover .info {
          text-decoration: none; }

[data-static-html] .side .reco li a:hover .info p.article_title {
	color:#004086;
}


[data-static-html] .side .reco li .reco_thumbnail {
     float: left;
     width: 35%; 
	overflow: hidden;
	transition:all 0.3s;
}
[data-static-html] .side .reco li .reco_thumbnail img {
      max-width: 100%;
      height: auto;
      width: auto;
      display: block;
      margin: auto; 
}


[data-static-html] .side .reco li a .reco_thumbnail img {
	transition:all 0.3s;
}
[data-static-html] .side .reco li a:hover .reco_thumbnail img {
	transform:scale(1.1,1.1);
	transition:all 0.3s;
}


      @media only screen and (min-width: 691px) and (max-width: 979px) {
        [data-static-html] .side .reco li {
          width: 48%;
          float: left;
          margin-right: 4%;
          margin-bottom: 0;
          margin-top: 15px; }
          [data-static-html] .side .reco li:nth-child(2n) {
            margin-right: 0; } }
    @media only screen and (min-width: 691px) and (max-width: 979px) {
      [data-static-html] .side .reco {
        margin-top: 5px;
        margin-bottom: 20px; }
        [data-static-html] .side .reco:after {
          content: "";
          display: table;
          clear: both; } }
  [data-static-html] .side .sweep {
    padding: 20px 15px;
    border-style: solid;
    border-width: 0 1px 1px 1px; }
    [data-static-html] .side .sweep li {
      display: inline-block;
      margin: 2px 2px 2px 0; }
  [data-static-html] .side .archive li {
    display: block;
    margin: 6px 0 6px 14px; }
    [data-static-html] .side .archive li:first-child {
      margin-top: 0; }
    [data-static-html] .side .archive li:last-child {
      margin-bottom: 0; }
    [data-static-html] .side .archive li a {
      position: relative;
      display: block;
      font-size: 13px; }
      [data-static-html] .side .archive li a:before {
        content: "";
        width: 6px;
        height: 6px;
        border-style: solid;
        border-width: 2px 2px 0 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        left: -14px;
        margin-top: -3px;
        width: 4px;
        height: 4px; }
    @media only screen and (min-width: 691px) and (max-width: 979px) {
      [data-static-html] .side .archive li {
        display: inline-block;
        margin-right: 10px; } }
  [data-static-html] .side .cate li a {
    display: block;
    font-size: 12px;
    line-height: 1.2;
    padding: 6px 12px 5px;
    border-radius: 2px; }
  [data-static-html] .side .tag li {
    margin: 0 10px 6px 0; }
    [data-static-html] .side .tag li a {
      display: block;
      font-size: 12px;
      line-height: 1.2;
      padding: 0 0 0 13px;
      background-repeat: no-repeat;
      background-position: 0 2px;
      background-size: 10px auto; }
      [data-static-html] .side .tag li a:hover {
        text-decoration: underline; }

/*
  .side .btn {
    border-style: solid;
    border-width: 0 1px 1px 1px;
    font-size: 1.4rem;
    position: relative;
    padding: 13px 2%; }
    .side .btn:hover {
      text-decoration: none; }
    .side .btn span {
      position: relative; }

      .side .btn span:before {
        content: "";
        width: 6px;
        height: 6px;
        border-style: solid;
        border-width: 2px 2px 0 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        left: -14px;
        margin-top: -3px;
        width: 4px;
        height: 4px; }
*/


[data-static-html] .side .btn > a {
	width:100%;
}
  [data-static-html] .side .banner li {
    margin: 3px 0;
    list-style: none; }
    [data-static-html] .side .banner li:first-child {
      margin-top: -3px; }
    [data-static-html] .side .banner li img {
      max-width: 100%;
      height: auto;
      width: auto;
      margin: auto;
      display: block; }

@media screen and (min-width: 691px) and (max-width: 979px) {
  [data-static-html] .tablet_l {
    float: left;
    width: 46%;
    margin-right: 2%;
    margin-left: 2%; }
    [data-static-html] .tablet_l .fb_line {
      width: 300px;
      max-width: 500px;
      margin: auto; }
    [data-static-html] .tablet_l .banner {
      max-width: 300px;
      margin: auto; } }

/* blog list category ************************************/
[data-static-html] .catelist, [data-static-html] .taglist {
  font-size: 0;
  margin: 4px 0 0; }
  [data-static-html] .catelist a, [data-static-html] .taglist a {
    margin-right: 5px;
    position: relative;
    font-size: 10px;
    line-height: 1.4;
    font-weight: bold;
    display: inline-block;
    /*&:before{
            content: "/";
            color: $accent-color2;
            font-size: 14px;
            padding-right: 10px;
            text-decoration: none;
        }
        &:first-child{
            &:before{
                display: none;
            }
        }*/ }
    @media screen and (max-width: 690px) {
      [data-static-html] .catelist a, [data-static-html] .taglist a {
        font-size: 10px; } }
    [data-static-html] .catelist a:hover, [data-static-html] .taglist a:hover {
      text-decoration: underline; }
      [data-static-html] .catelist a:hover:before, [data-static-html] .taglist a:hover:before {
        text-decoration: none; }

[data-static-html] .taglist a {
  padding: 3px 6px; }

[data-static-html] .catelist a {
  padding: 3px 6px; }

/* archive year month tag category list ************************************/
[data-static-html] .archivelist {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 20px; }
  @media only screen and (max-width: 690px) {
    [data-static-html] .archivelist {
      margin-bottom: 10px; } }
  [data-static-html] .archivelist .list a {
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    padding: 6px 15px 4px;
    display: inline-block;
    margin: 4px 2px; }
    [data-static-html] .archivelist .list a:hover, [data-static-html] .archivelist .list a.current {
      text-decoration: none; }
    @media only screen and (max-width: 690px) {
      [data-static-html] .archivelist .list a {
        padding: 4px 10px 2px; } }
  [data-static-html] .archivelist .year a {
    font-size: 16px; }
    @media only screen and (max-width: 690px) {
      [data-static-html] .archivelist .year a {
        font-size: 14px; } }

/* pager new old ************************************/
[data-static-html] .newold, [data-static-html] .pager {
  text-align: right;
  margin-bottom: 15px; }

[data-static-html] .pager {
  font-size: 0; }
  [data-static-html] .pager a {
    padding: 4px 10px;
    display: inline-block;
    font-size: 13px; }
  [data-static-html] .pager span {
    padding: 4px 10px;
    margin: 0 5px;
    font-size: 13px; }



[data-static-html] .side a:hover img {
	opacity:0.7;
} }
