@charset "UTF-8";
/*---------------------------------------------------------
Theme Name: azs-20180626
Description: a-zs blog template
Author: delaymania
Author URI: http://delaymania.com
Version: 1.0
---------------------------------------------------------*/

/* reset */
html{color:#000;}body,article,aside,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,legend,main,section,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}
main, article, aside, header, canvas, details, figcaption, figure, footer, nav, section, summary {
	display: block;
}
*{-webkit-appearance: none;}

body {
  background-color: #fff;
/*  color: #000;*/
/*  font-family: "a-otf-futo-go-b101-pr6n", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,Roboto,"Droid Sans",sans-serif;*/
/*  font-family: ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,Roboto,"Droid Sans",sans-serif; */
/*  font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif; */
	  font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",sans-serif;

  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
/*  text-size-adjust: 100%;*/
}
a {
	color: #2db2a2;
	text-decoration: none;
}
a:visited {
	color: #2db2a2;
}
a:focus {
	outline: thin dotted;
}
a:active,
a:hover {
	-moz-opacity: 0.7;
	opacity: 0.7;
}
a:hover img {
	-moz-opacity: 0.7;
	opacity: 0.7;
}
b,strong {
	font-weight: bold;
}
img, video, object {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
	display: block;
}
img.size-full, img.size-large {
	margin-bottom: 10px;
	height: auto;
	max-width: 100%;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
	padding-bottom: 20px;
}
.youtube-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.youtube-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 767px) {
  .pc-only {
  	 display: none;
  }
}
/*----------------------------------------------------------------
 basic setting
-----------------------------------------------------------------*/
#wrapper {
	position: relative;
/*  background-color: #fdf8f2; */
}

/*----------------------------------------------------------------
 contents frame
-----------------------------------------------------------------*/
.header-banner-inner,
.header-inner,
.header-nav ul,
.container,
.footer-inner {
  margin: 0 auto;
  max-width: 1220px;
}
.header {
  background-color: #444;
  height: 60px;
  width: 100%;
  z-index: 100;
}
.header-banner-frame {
  background-color: #eee;
}
.header-banner-inner {
  display: flex;
}
.header-inner {
  position: relative;
}
.header-nav {
}
.header-nav ul {
}
.container {
  clear: both;
  overflow: hidden;
}
.main-side {
  float: right;
  width: 1040px;
}
.main {
  background-color: #fff;
  float: left;
  margin: 20px 20px 0 0;
  padding: 0 10px;
  width: 700px;
}
.sidebar {
  background-color: #fff;
  float: left;
  margin-top: 20px;
  width: 300px;
}
.menubar {
  background-color: #fff;
  float: left;
  margin: 20px 0 0 0;
  width: 160px;
}
.footer {
  background-color: #333;
  border-top: 1px solid #eee;
  clear: both;
  margin-top: 20px;
  width: 100%;
}
@media screen and (max-width: 1219px) {
  .main-side {
    width: 84%;
  }
  .main {
    margin: 20px 10px 0 0;
    width: 60.5%;  
  }
  .sidebar {
  }
  .menubar {
    margin-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .main-side {
    float: none;
    overflow: hidden;
    width: 100%;
  }
  .main {
    width: 65%;  
    margin: 10px 0 0 0;
  }
  .sidebar {
    float: right;
    margin: 10px 0 0 0;
  }
  .menubar {
    clear: both;
    float: none;
    overflow: hidden;
    width: 100%;  
  }
  .footer {
    border: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 979px) {
  .main-side {
  }
  .main {
    width: 64%;  
  }
  .sidebar {
  }
  .menubar {
  }
  .footer-inner {
    width: 100%;
  }
}
@media screen and (max-width: 950px) {.main {width: 63%;}}
@media screen and (max-width: 900px) {.main {width: 61%;}}
@media screen and (max-width: 850px) {.main {width: 58%;}}
@media screen and (max-width: 800px) {.main {width: 57%;}}
@media screen and (max-width: 767px) {
  #wrapper {
    background-color: #fff;
  }
  .header {
    margin-bottom: 0;
  }
  .main {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;  
  }
  .sidebar {
    float: none;
    margin-top: 0;
    width: 100%;  
  }
  .menubar {
    margin-top: 0;
  }
}
@media screen and (max-width: 479px) {
}

/*----------------------------------------------------------------
 header
-----------------------------------------------------------------*/
/* ヘッダーバナー */
.header-banner-box {
  background-color: #fff;
  box-shadow:  rgba(0,0,0,.05) 1px 1px 5px, rgba(0,0,0,.05) -1px 1px 5px, rgba(0,0,0,.05) 1px -1px 10px, rgba(0,0,0,.05) -1px -1px 5px;
  margin: 10px 0.5%;
  width: 33%;
}
.header-banner-box img {
  display: block;
}
.header-banner-box a {
  color: #141414;
  display: block;
}
.header-banner-box p {
  font-size: 16px;
  font-weight: bold;
  padding: 15px 10px;
  text-align: center;
}

/* ロゴとナビゲーション */
.logo {
  display: inline-block;
/*  width: 200px;*/
}
.logo a {
  color: #fff;
  display: block;
  font-size: 24px;
  padding: 0 5px;
/:  width: 200px;*/
}
.logo a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
}
.header-copy {
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 22px;
  left: 220px;
}
.header-nav {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 400px;
}
.header-nav ul {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}
.header-nav li {
  border-right: 1px solid #555;
  display: table-cell;
}
.header-nav li:last-child {
  border: 0;
}
.header-nav li a {
  color: #fff;
  display: block;
  font-weight: bold;
  margin: 0 5px;
  padding: 0px 10px;
}
.header-nav a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
}
/* アコーディオンメニューをパソコンでは隠す */
.header-nav-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .header-copy,
  .header-nav {
    display: none;
  }
  .logo a {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .header-banner-inner {
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .header-banner-box {
    box-sizing: border-box;
    flex: 0 0 70%;
    margin: 5px 0 5px 5px;
  }
  .header-banner-box img {
    width: 100%;
  }
  .header-banner-box p {
    padding: 8px;
    text-align: left;
  }
  /* スマホでのアコーディオンメニュー ------------------*/
  /*ボックス全体*/
  .header-nav-sp {
    color: #fff;
    display: block;
    position: absolute;
    top: 60px;
    right: 0;
    width: 100%;
    z-index: 20;
  }
  /*ラベル*/
  .header-nav-sp label {
    display: block;
    line-height: 1;
    padding: 5px;
    position: absolute;
    top: -50px;
    right: 0;
    width: 50px;
  }
  .header-nav-sp i {
    font-size: 24px;
  }
  /*チェックは隠す*/
  .header-nav-sp input {
    display: none;
  }
  /*中身を非表示にしておく*/
  .header-nav-sp .header-nav-sp-box {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.3s;
  }
  /*クリックで中身表示*/
  .header-nav-sp-btn:checked + .header-nav-sp-box {
    background: #eee;
    height: auto;
    opacity: 1;
  }
  .header-nav-sp-box li {
    border-bottom: 2px solid #666;
    position: relative;
  }
  .header-nav-sp-box a {
    color: #141414;
    display: block;
    font-weight: bold;
    padding: 12px;
  }
  .header-nav-sp-box a:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #141414;
    border-right: 2px solid #141414;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -5px;
  }
}
/*----------------------------------------------------------------
 list
-----------------------------------------------------------------*/
.list-frame {
  border-top: 1px solid #eee;
}
.list-box {
  border-bottom: 1px solid #eee;
  display: table;
  width: 100%;
}
.list-box a {
  display: block;
}
.list-box a:hover {
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.list-img,
.list-text {
  display: table-cell;
  vertical-align: middle;
}
.list-img {
  width: 120px;
  max-height: 100px;
  overflow: hidden;
}
.list-img img {
  width: 100px;
  margin: 5px 10px;
}
.list-cat {
  background-color: #afeae3;
  color: #139283;
  font-size: 10px;
  margin-right: 10px;
  padding: 1px 5px;
}
.list-date {
  color: #aaa;
  font-size: 10px;
}

.list-entry-date {
  color: #aaa;
  font-size: 10px;
	margin-right: 10px;
}
.list-entry-date:before {
  content: "\f073";
  font-family: FontAwesome;
  color: #999;
  font-weight: normal;
  padding-right: 5px;
}
.list-update-date {
  color: #aaa;
  font-size: 10px;
}
.list-update-date:before {
  content: "\f021";
  font-family: FontAwesome;
  color: #999;
  font-weight: normal;
  padding-right: 5px;
}

.list-title {
  color: #141414;
  font-size: 14px;
  line-height: 1.4;
  margin-right: 10px;
}


.news > .list-box {
    padding: 10px 0px;
}


/*----------------------------------------------------------------
 breadcrumbs
-----------------------------------------------------------------*/
.breadcrumbs {
  font-size: 12px;
  padding: 15px 20px;
}
.breadcrumbs div {
  display:inline-block;
  margin-right: 5px;
}
.breadcrumbs a {
  padding-right: 10px;
  text-decoration:underline;
}
.breadcrumbs div:after {
  content: ">";
}
.breadcrumbs div:last-child:after {
  content: none;
}
.breadcrumbs-current {
  color: #888;
}

/*----------------------------------------------------------------
 entry setting
-----------------------------------------------------------------*/
.entry-title,
.entry-header-meta,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content p,
.entry-content ul,
.entry-content ol {
  padding: 0 20px;
}
/* entry-header */
.entry-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 5px;
}
.entry-header-meta {
  margin-bottom: 5px;
}
.entry-eyecatch {
  margin-bottom: 5px;
  max-height: 360px;
  overflow: hidden;
}
.entry-eyecatch img {
  margin: 0 auto;
  width: 640px;
}
.entry-date {
  color: #999;
  font-size: 12px;
}
.entry-date:before {
  content: "\f073";
  font-family: FontAwesome;
  color: #999;
  font-weight: normal;
  padding-right: 5px;
}
.update-date {
  color: #999;
  font-size: 12px;
  margin-left: 10px;
}
.update-date:before {
  content: "\f021";
  font-family: FontAwesome;
  color: #999;
  font-weight: normal;
  padding-right: 5px;
}

/* entry-content */
.entry-content {
  padding: 0 10px;
}
.entry-content h2 {
/*
  border-bottom: 4px solid #ddd;
  font-weight: bold;
  font-size: 22px;
  margin: 60px 0 30px;
*/
	font-weight: bold;
   font-size: 22px;
   margin: 60px 5px 30px;
   padding: 15px 20px;
	border-left: solid 14px #2db2a2;
	border-bottom: solid 1px #2db2a2;
	background: #2db2a214;
}
.entry-content h3 {
  border-left: solid 8px #2db2a2;
  border-bottom: 1px solid #2db2a2;
  font-weight: bold;
  font-size: 20px;
  margin: 60px 10px 20px;
  padding: 10px;
}
.entry-content h4 {
  border-left: solid 10px #96c3be;
  font-weight: bold;
  font-size: 18px;
  margin: 40px 15px 10px;
  padding: 5px 10px;
}
.entry-content p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 30px;
}
.entry-content a {
  text-decoration: underline;
}
.entry-content ul,
.entry-content ol {
  font-size: 14px;
}
.entry-content ul {
  list-style: disc;
  margin-left: 20px;
}

.entry-content h2 ~ ul {
    position: relative;
    margin: auto 30px 30px;
    padding: 15px 0px 0px 0px;
    background-color: #fff;
    border: solid 1px #2db2a2;
}

.entry-content ol {
  list-style: decimal;
  margin-left: 25px;
}
.entry-content li {
  margin-bottom: 15px;
}

.entry-content h2 ~ ul li {
    position: relative;
    padding: 0px 27px;
    line-height: 1.6;
    font-weight: 700;
    font-size: 16px;
    list-style: none;
}

.entry-content h2 ~ ul li:before {
    content: "\f152";
    font-family: FontAwesome;
    color: #2db2a2;
    font-weight: normal;
    padding-right: 10px;
}

.entry-content blockquote {
  background-color: #f6f6f6;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  position: relative;
  padding: 24px 0;
  margin: 10px 10px 40px;
}
.entry-content blockquote p {
  margin: 0;
}
.entry-content blockquote:before {
  color: #ccc;
  content: "\f10d";
  font-family: "FontAwesome";
  position: absolute;
  top: 5px;
  left: 10px;
}
.entry-content blockquote:after {
  color: #ccc;
  content: "\f10e";
  font-family: "FontAwesome";
  position: absolute;
  bottom: 5px;
  right: 10px;
}
.entry-content .size-full {
  border: 2px solid #ccc;
        box-sizing: border-box;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
     -o-box-sizing: border-box;
  margin-bottom: 60px;
}

.entry-content table {
  border-top: 4px solid #2db2a2;
  border-bottom: 4px solid #eee;
  margin: 10px 20px 50px;
}
.entry-content tr {
}
.entry-content th,
.entry-content td {
  border: 1px solid #eee;
  font-size: 12px;
  padding: 5px;
}

/* llink */
.llink {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 10px 10px 40px;
}
.llink a {
  display: block;
  padding: 10px;
}
.llink a:after {
  content: "\f08e";
  font-family: fontawesome;
}
/* shortcode = [footnote] */
.entry-footnote {
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  border-radius: 5px;
  color: #8a6d3b;
  display: table;
  font-size: 14px;
  line-height: 1.4;
  margin: 10px 10px 40px;
  padding: 10px 15px 5px;
}
.entry-footnote i,
.entry-footnote p,
.entry-footnote ul {
  display: table-cell;
}
.entry-footnote ul {
  list-style: none;
}
.entry-footnote li {
  margin-bottom: 5px;
}
.entry-footnote i {
  font-size: 18px;
  width: 20px;
}
.entry-footnote a {
  color: #8a6d3b;
  text-decoration: underline;
}
/* entry-none */
.entry-none p {
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .entry-content p {
    font-size: 14px;
  }
	
  .entry-content h2 ~ ul li {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .entry-title,
  .entry-header-meta,
/*  .entry-content h2,*/
  .entry-content h3,
  .entry-content h4,
  .entry-content p,
  .entry-content table,
  .entry-content ul,
  .entry-content ol {
    padding: 0 10px;
  }
  .entry-content table {
    margin: 10px 0 50px;
  }
}

/*----------------------------------------------------------------
 table
-----------------------------------------------------------------*/
.entry-content table.fullwidth {
  width: 100%;
  table-layout: fixed;
  word-break: break-word;
  margin: 0px;
}

div.fullwidth {
  margin: 10px 20px 50px;
}

/*----------------------------------------------------------------
 pr
-----------------------------------------------------------------*/
.pr-frame {
  margin: 0;
  padding: 0 10px;
}

.pr {
  background-color: #e7efe4;
  border: 1px solid #aed6ad;

  border-radius: 5px;
  margin: 0 auto 30px;
  padding: 15px 0;
  max-width: 648px;
}

.pr-text {
  font-size: 14px;
  padding: 0 10px;
  text-align: center;
}

.entry-pr-btn {
  background-color: #2db2a2;
  margin: 10px auto;
  text-align: center;
  width: 280px;
}

.entry-pr-btn a {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 18px 0;
}

.single-top-pr {
  display: block;
  margin: 0 auto 30px;
  width: 70%;
}

.single-top-pr img {
	margin: auto;
}

.pr-left{}
.pr-right{}
@media screen and (min-width: 1220px) {
    .pr-left{
        display:inline-block; 
        margin-left:20px;
    }
    .pr-right{
        display:inline-block; 
/*        align:right; */
        margin-left:40px;
    }
}

/*----------------------------------------------------------------
 subscription
-----------------------------------------------------------------*/
.subscription {
  margin: 0 auto 30px;
  max-width: 648px;
}
.subscription ul {
  border-collapse: separate;
  border-spacing: 4px 0;
  display: table;
  table-layout: fixed;
  width: 90%;
  text-align: center;
}
.subscription li {
  display: table-cell;
  vertical-align: middle;
}
.subscription li a {
  color: #fff;
  display: block;
  font-size: 11px;
  padding: 5px 0;
}

.sns-top-frame{
  margin-bottom: 20px;
}

.sns-bottom-frame{
  margin: 0 auto 30px;
  max-width: 648px;
}
.sns-bottom-text {
  font-size: 12px;
  padding: 10px;
}
/*----------------------------------------------------------------
 sns btn
-----------------------------------------------------------------*/
.sns-btn {
  border-collapse: separate;
  border-spacing: 4px 0;
  display: table;
  table-layout: fixed;
  margin: 0 auto 5px auto;
  max-width: 648px;
  min-height: 44px;
  width: 100%;
}
.sns-btn a img {
  margin: 0 auto;
}
.sns-btn a {
  color: #fff;
  display: table-cell;
  font-size: 18px;
  padding: 3px 0;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
}
.sns-btn a:hover {
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/* SNS color */
.sns-btn-twitter {background-color: #000000;}
.sns-btn-facebook {background-color: #3b5998;}
.sns-btn-googleplus {background-color: #df4a32;}
.sns-btn-hatebu {background-color: #008fde;}
.sns-btn-line {background-color: #2cbf13;}
.sns-btn-pocket {background-color: #eb4654;}
.sns-btn-rss {background-color: #ff9900;}
.sns-btn-feedly {background-color: #2bb24c;}

.icon-twitter a {color: #000000;}
.icon-facebook a {color: #3b5998;}
.icon-google-plus a {color: #df4a32;}
.icon-youtube a {color: #bb0000;}
.icon-instagram a {color: #517fa4;}
.icon-vine a {color: #00bf8f;}
.icon-rss a {color: #ff9900;}
.icon-feedly a {color: #2bb24c;}
.icon-line a {color: #00C300;}
/* Feedly, Pocket, Hatebu ( http://douraku.sw2x.com/web/3868/ ) */
@font-face {
  font-family: "iconvault";
  src: url("fonts/iconvault.eot");
  src: url("fonts/iconvault.eot?#iefix") format("embedded-opentype"),
       url("fonts/iconvault.woff") format("woff"),
       url("fonts/iconvault.ttf") format("truetype"),
       url("fonts/iconvault.svg#iconvault") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon-pocket:before {
  content: "\f101";
  font-family: "iconvault";
}
.icon-feedly a:before {
  font-family: "iconvault";
  content: '\f102';
}
.icon-hatebu:before {
  content: "\f103";
  font-family: "iconvault";
}

/* sns-top */
#sns-top-sp {
}
#sns-top-pc {
}

/* sns-bottom */
#sns-bottom-sp {
}
#sns-bottom-pc {
}

/* livefyre */
#livefyre-comments {
  padding: 10px;
}

/*----------------------------------------------------------------
 entry footer pagination
-----------------------------------------------------------------*/
.entry-pagination {
  display: table;
  font-size: 14px;
  margin: 20px 0 30px;
  width: 100%;
}
.entry-pagination a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
}
.entry-pagination-prev,
.entry-pagination-next {
  display: table-cell;
  overflow: hidden;
  width: 50%;
}
.entry-pagination-prev a,
.entry-pagination-next a {
  display: block;
  padding: 5px 10px;
}
.entry-pagination-img img {
  width: 80px;
}
.entry-pagination-nav {
  color: #222;
  font-weight: bold;
}
.entry-pagination-title {
  color: #222;
}
/* prev page */
.entry-pagination-prev .entry-pagination-img {
  float: left;
  margin-right: 5px;
}
/* next page */
.entry-pagination-next .entry-pagination-nav {
  text-align: right;
}
.entry-pagination-next .entry-pagination-img {
  float: right;
  margin-left: 5px;
}
@media screen and (max-width: 413px) {
  .entry-pagination {
    margin-bottom: 20px;
  }
  .entry-pagination-prev,
  .entry-pagination-next {
    position: relative;
  }
  .entry-pagination-prev a,
  .entry-pagination-next a {
    padding: 0;
  }
  .entry-pagination-nav {
    padding: 0 5px;
  }
  .entry-pagination-img {
    background-color: ugba(0,0,0,0.5);
    float: none;
    margin: 0;
    position: relative;
    width: 100%;
    max-height: 120px;
  }
  .entry-pagination-img img {
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-filter: brightness(30%);
    filter: brightness(30%);
    margin: 0;
    width: 100%;
  }
  .entry-pagination-title {
    color: #fff;
    font-weight: bold;
    padding: 5px;
    position: absolute;
    bottom: 0;
    z-index: 100;
  }
}

/*----------------------------------------------------------------
 aside
-----------------------------------------------------------------*/
.menu-title {
  background-color: #fff;
  clear: both;
  color: #444;
  font-weight: bold;
  margin: 0;
  padding: 5px 5px 2px;
}
.menu-title:before {
  color: #ccc;
  content: "\f058";
  font-family: "FontAwesome";
  margin-right: 5px;
}
.sidebar-box {
  clear: both;
  margin-top: 10px;
  overflow: hidden;
}
.sidebar ul {
  border-top: 1px solid #eee;
}
.sidebar li {
  border-bottom: 1px solid #eee;
  padding: 5px 10px;
}
.sidebar li a {
  display: block;
  font-size: 14px;
}

div.pr-banner {
  margin: 5px 10px 5px 10px;
}

div.sccm-banner {
  margin: 5px 10px 5px 10px;
/*    border:1px solid #e6e6e6;*/
}
div.sccm-banner img {
 border:1px solid #e6e6e6;
}

/* left sidebar = menubar  --------------------------*/
/* category - archive */
.menubar ul {
  border-top: 1px solid #eee;
}
.menubar li {
  border-bottom: 1px solid #eee;
}
.menubar li a {
  display: block;
  font-size: 14px;
  padding: 10px 6px;
  position: relative;
}
.menubar li a:after {
  border-right: 2px solid #e6e6e6;
  border-top: 2px solid #e6e6e6;
  content: "";
  display: block;
  height: 8px;
  margin-top: -5px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: rotate(45deg);
  width: 8px;
}

/* category */
.menubar-cat a {
  font-weight: bold;
}
.menubar-sub-cat-ul {
  border-top: none !important;
}
.menubar-sub-cat-ul li a {
  font-weight: normal;
  padding-left: 15px;
}
.menubar-sub-cat-ul li a:before {
  content: "└";
  margin-right: 10px;
}

/* archive */
label.screen-reader-text {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  display: none;
}

select#archives-dropdown-2 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	
  font-size: 14px;
  padding: 5px 10px;
  margin: 10px 6px;
  color: #2db2a2;
  border-radius: 4px;
}

/* SNS */
.contact-sns {
}
.contact-sns span {
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,Roboto,"Droid Sans",sans-serif;
}
.contact-sns li a {
  display: block;
  font-family: "FontAwesome";
  font-size: 16px;
}
.contact-sns li a:hover {
  color: #aaaaaa;
  text-decoration: none;
}
.contact-sns li a:before {
  display: inline-block;
  margin-right: 20px;
  width: 10px;
}

@media screen and (max-width: 1023px) {
  .menubar li {
    float: left;
    width: 25%;
  }
}
@media screen and (max-width: 979px) {
}
@media screen and (max-width: 767px) {
  .menubar li {
    float: left;
    width: 33.33333%;
  }
}
@media screen and (max-width: 479px) {
  .menubar li {
    float: left;
    width: 50%;
  }
}

/*----------------------------------------------------------------
 top page (home.php, index.php)
-----------------------------------------------------------------*/
.index-frame {
  margin-top: 10px;
}
.entry-none-box {
  margin-top: 30px;
}
.entry-none-box p {
  font-size: 15px;
  line-height: 1.5;
  padding: 0 10px;
}

/* top page list style */
.news .list-img {
  width: 220px;
}
.news .list-img img {
  width: 200px;
}
.news .list-title {
  font-size: 20px;
}
@media screen and (max-width: 979px) {
  .news .list-img {
    width: 150px;
  }
  .news .list-img img {
    width: 130px;
  }
  .news .list-title {
    font-size: 14px;
    font-weight: normal;
  }
}

/*----------------------------------------------------------------
 top page pagination
-----------------------------------------------------------------*/
.pagination {
	clear: both;
  margin: 20px auto;
	padding: 0 0 10px;
  width: 300px;
}
/* page count */
.pagination-count {
  color: #999;
	font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
  width: 100%;
}
.pagination-count p {
	padding: 5px;
}
.pagination-count span {
  color: #2db2a2;
}
/* page navigation */
.pagination-content ul {
  display: table;
	font-size: 10px;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}
.pagination-content li {
  display: table-cell;
  font-size: 12px;
	text-decoration: none;
}
.pagination-prev a:first-child {
  border-radius: 5px 0 0 5px;
}
.pagination-next a:last-child {
  border-radius: 0 5px 5px 0;
}
.pagination-content a {
	background-color: #2db2a2;
  border-right: 1px solid #fff;
	color: #fff;
  display: block;
  padding: 5px 0;
}
.pagination-content a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.pagination-current {
	background-color: #ccc;
	color: #fff;
  display: block;
  padding: 5px 0;
}

/* go to first page, last page */
.pagination-nav {
  display: table;
	font-size: 12px;
  margin-top: 15px;
  width: 100%;
}
.pagination-nav a {
	background-color: #2db2a2;
  border-radius: 5px;
	color: #fff;
  font-weight: bold;
	padding: 6px 9px 5px 9px;
}
.pagination-first {
  display: table-cell;
}
.pagination-last {
  display: table-cell;
  text-align: right;



}
.pagination-nav a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/*----------------------------------------------------------------
 search form
-----------------------------------------------------------------*/
.search-form-box {
  overflow: hidden;
  padding: 10px;
}
.search-form-box input {
  float: left;
}
#search-form-text {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
  font-size: 14px;
  line-height: 1.5;
  padding: 4px 10px;
  width: 196px;
}
#search-form-text:focus {
  outline: 0;
  border-top: 1px solid #2db2a2;
  border-bottom: 1px solid #2db2a2;
  border-left: 1px solid #2db2a2;
}
#search-form-submit {
  background: 0;
  background-color: #2db2a2;
  border: 0;
  border-top: 1px solid #2db2a2;
  border-right: 1px solid #2db2a2;
  border-left: 1px solid #2db2a2;
  border-radius: 0 4px 4px 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  padding: 4px 0 5px;
  width: 60px;
}
#search-form-submit:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
}

/*----------------------------------------------------------------
 entry author
-----------------------------------------------------------------*/
.entry-author {
}
.entry-author-box {
  display: table;
  width: 100%;
}
.entry-author-box a:hover {
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.entry-author-avatar,
.entry-author-info {
  display: table-cell;
  vertical-align: top;
}
.entry-author-avatar {
  width: 100px;
  max-height: 90px;
  overflow: hidden;
}
.entry-author-avatar img {
  width: 80px;
  margin: 0 10px;
}
.entry-author-title {
  color: #141414;
  font-size: 14px;
  line-height: 1.4;
}
.entry-author-description {
  color: #777;
  font-size: 13px;
  line-height: 1.4;
  margin-right: 10px;
}
.entry-author-description a {
  color: #2db2a2;
  text-decoration: underline;
}
.entry-author-btn {
  background-color: #2db2a2;
  margin: 10px auto 30px;
  text-align: center;
  width: 280px;
}
.entry-author-btn a {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0;
}

/*----------------------------------------------------------------
 bookmarklet
-----------------------------------------------------------------*/
/* AppHTML for PHG ボタン画像なしver */
.PHG-app-frame {
  background-color: #fdf8f2;
  margin: 10px auto 30px;
  padding: 15px 0 5px;
  width: 300px;

}
.PHG-app-link {
  display: table;
}
.PHG-app-img,
.PHG-app-title {

  display: table-cell;
  vertical-align: middle;
}
.PHG-app-img {
  width: 110px;
}
.PHG-app-name {
  font-weight: bold;
}
.PHG-app-title {
  font-size: 14px;
  line-height: 1.2;
  padding: 0 5px 0 0;
}
.PHG-app-dl-button{
  clear: both;
  padding: 10px 0;
}
.PHG-app-dl-button a{
  width: 280px;
  height: 28px;
  background-color: #2db2a2;
  border-radius: 5px;
  display: block;
  color: #fff;
  font-size:14px;
  font-weight:bold;
  line-height: 2;
  text-align:center;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  text-align:center;
  vertical-align: middle;
  margin:0 auto;
  padding: 5px 0;
}
.PHG-app-dl-button a:hover{
  text-decoration: none;
}
.PHG-app-click{
  color: #fff;
  font-size: 12px;
}

/*----------------------------------------------------------------
 footer
-----------------------------------------------------------------*/
/* go home btn - page top btn */
#gohome-btn {
  clear: both;
  width: 300px;
  margin: 20px auto;
  padding: 20px 0 5px;
}
#gohome-btn ul {
  display: table;
  width: 100%;
  text-align: center;
}
#gohome-btn li {
  display: table-cell;
}
#gohome-btn li a {
  color: #ddd;
  display: block;
  font-size: 20px;
}
#gohome-btn p {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,Roboto,"Droid Sans",sans-serif;
  font-size: 12px;
  margin-top: 3px;
}

/* footer about - info  --------------------------*/
.footer-box {
  display: table;
  margin: 0 auto;
  width: 600px;
}
.footer-about,
.footer-info {
  display: table-cell;
  vertical-align: top;
}
/* about icon */
.footer-about {
  margin: 10px auto 30px;
  width: 300px;
}
.footer-about p {
  color: #ddd;
  font-size: 13px;
  text-align: left;
  padding: 5px 20px;
}
.footer-icon {
  margin: 0 auto;
  width: 60px;
}
.footer-icon img {
  border-radius: 40px;
  width: 60px;
  text-align: center;
}

/* footer info */
.footer-info {
  margin: 10px auto;
  padding: 10px;
  width: 300px;
}
.footer-info li {
  padding: 5px 20px;
}
.footer-info a {
  border: 2px solid #ddd;
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 5px 0;
  width: 100%;
  text-align: center;
}

/* fixed btn */
#page-top {
	position: fixed;
	z-index: 9999;
	bottom: 0;
	right: 0;
	font-size: 12px;
}
#page-top a {
	background: #665e53;
	text-decoration: none;
	color: #fff;
	padding: 5px 15px;
	text-align: center;
	display: block;
	-moz-opacity: 0.3;
	opacity: 0.3;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
	color: #fff;
}

/* copy right */
.footer-copy {
  clear: both;
}
.copy {
  color: #ddd;
  font-size: 13px;
  padding: 10px 0;
  text-align: center;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 979px) {
  .entry-content {
    padding: 0;
  }
  #gohome-btn {
    padding-top: 30px;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    padding: 15px;
  }
  .entry-content {
    padding: 0 10px;
  }
  .footer-box {
    display: block;
    width: 100%;
  }
  #gohome-btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 479px) {
  .entry-content {
    padding: 0;
  }
  .footer-about,
  .footer-info {
    display: block;
  }
}


/*----------------------------------------------------------------
コード表示用
-----------------------------------------------------------------*/
pre {
  font-family: Menlo, Consolas, 'DejaVu Sans Mono', monospace;
  font-size: 14px;
  line-height: 1.4;
}

pre{overflow-x:scroll;}
pre::-webkit-scrollbar{height:10px;}
pre::-webkit-scrollbar-track{background:#dddddd;}
pre::-webkit-scrollbar-thumb{background:#55B2A6;}

.syntaxhighlighter {
  font-size: 0.8em !important;
  padding: 20px !important;
  border-radius: 3px;
  width: auto !important;
}

/*-------------------------
  ブログカード
-------------------------*/
.blog-card {
	border:1px solid #ddd;
	word-wrap:break-word;
	max-width:100%;
	border-radius:5px;
	margin: 20px;;
}
.blog-card a {
  text-decoration: none;
}
.blog-card-title {
	color: #337ab7;
	display: block;
}
.blog-card-thumbnail {
	float:left;
	padding:10px;
}
.blog-card-thumbnail img {
	display: block;
	padding: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.blog-card-content {
	line-height:120%;
}
.blog-card-title {
	padding:10px 10px 10px 0;
  font-weight: bold;
  line-height: 1.5em;
}
.blog-card-excerpt {
	color:#333;
	margin:0 10px 10px;
  line-height: 1.5em;
	font-size: small;
}
.blog-card .clear {
  clear: both;
}

.kb-banner {
  display: none;
  width: 90%;
}

.pr-banner-l {
  display: block;
  width: 90% !important;
}

.contact-btn {
	padding: 0 5px;
}

.contact-btn img {
	margin-left:auto;
	margin-right:auto;
	border:none !important;
}