@charset "UTF-8";
/*
Theme Name: webdesign_basic
Description: オリジナルのテーマです
Author: 二木　健太
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/
@import url(//fonts.googleapis.com/css?family=Yesteryear);
@font-face {
  font-family: 'sosa';
  src: url("sosa.eot") format("embedded-opentype"), url("sosa.woff") format("woff"), url("sosa.ttf") format("truetype");
  /*
  * Chunk licensed under the SIL Open Font License
  * http://www.theleagueofmoveabletype.com/fonts/4-chunk
  */
}
/****************************************

          General Setting

*****************************************/
*, *::before, *::after {
    box-sizing: border-box;
}
/* line 34, _scss/style.scss */
html, body {
  margin: 0;
  padding: 0;
  text-justify: newspaper;
}

/* line 40, _scss/style.scss */
html {
  background: url(images/bg.png) no-repeat;
  background-size: 6000px auto;
  background-position: center;
}
@media screen and (max-width: 640px) {
  /* line 40, _scss/style.scss */
  html {
    background: none;
  }
}

/* line 49, _scss/style.scss */
body {
  background: url(images/h_bg.png) repeat-x;
  padding-top: 3px;
  /*background: url(images/bg.svg) repeat-x center 0;*/
  color: #333;
  font-size: 15px;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Hiragino Kaku Gothic ProN,"メイリオ",meiryo,sans-serif;
  line-height: 180%;
}

/* #headStrip{
	background-image:linear-gradient(
    -45deg,
    #FFFFFF 25%,
    #64B3A3 25%, #64B3A3 50%,
    #FFFFFF 50%, #FFFFFF 75%,
    #64B3A3 75%, #64B3A3
	);
	background-size:4px 4px;
	height:4px;
} */
/* line 77, _scss/style.scss */
p::selection, h1::selection, h2::selection, h3::selection {
  background: #fe56aa;
  color: #FFF;
}

/* line 81, _scss/style.scss */
p::selection, h1::selection, h2::selection, h3::selection {
  background: #7AC9BB;
  color: #FFF;
}

/* line 86, _scss/style.scss */
img {
  vertical-align: top;
  border: 0;
}

/* line 91, _scss/style.scss */
p:first-of-type {
  margin-top: 0;
}

/****************************************

          Typography

*****************************************/
/* line 110, _scss/style.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

/* line 116, _scss/style.scss */
h1 {
  /*	margin-bottom: 10px;
  	font-family: 'Yesteryear', cursive;
  */
  font-size: 30px;
  line-height: 120%;
	font-weight: 700;
}
@media screen and (max-width: 640px) {
  /* line 116, _scss/style.scss */
  h1 {
    font-size: 20px;
    padding-bottom: 15px;
    border-bottom: #DDD 1px solid;
  }
}

/*h1:first-letter{
	font-size: 40px;
	@media screen and (max-width: 640px){
		font-size: 30px;
		// font-weight: bold;
	}
}*/
/* line 138, _scss/style.scss */
.post h2 {
  color: #364C53;
  padding-left: 5px;
  border-left: 5px #64B3A3 solid;
  font-size: 22px;
  font-weight: bold;
}

/* line 138, _scss/style.scss */
.post h3 {
  color: #364C53;
  font-size: 22px;
  font-weight: bold;
}

/* line 144, _scss/style.scss */
blockquote {
  margin-bottom: 2em;
  margin-left: 25px;
  padding-left: 20px;
  border-left: 5px solid #ddd;
}

/****************************************

          List

*****************************************/
/* line 158, _scss/style.scss */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 164, _scss/style.scss */
ul ul {
  margin-left: 1em;
}

/* line 168, _scss/style.scss */
#main ul {
  margin-bottom: 2em;
}

/****************************************

          Link

*****************************************/
/* line 179, _scss/style.scss */
a {
  color: #333;
  text-decoration: none;
}

/* line 185, _scss/style.scss */
a:hover {
  border-bottom: 1px solid #CCC;
}

/* line 191, _scss/style.scss */
.btn {
  text-align: center;
  margin-bottom: 2em;
}
/* line 195, _scss/style.scss */
.btn a:hover {
  border: 0;
}

/* line 200, _scss/style.scss */
.downloadBtn {
  background: #72BAAB;
  color: #FFF;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 10px;
  line-height: 40px;
  margin-left: 10px;
}
/* line 209, _scss/style.scss */
.downloadBtn:hover {
  background: #418577;
}

/* line 213, _scss/style.scss */
.demoBtn {
  background: #43707F;
  color: #FFF;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 47px;
  margin-left: 10px;
}
/* line 221, _scss/style.scss */
.demoBtn:hover {
  background: #31535e;
}

/****************************************

          Layout

*****************************************/
/* line 234, _scss/style.scss */
#container,
.wrapper {
    padding: 0 10px;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 640px) {
  /* line 234, _scss/style.scss */
  #container,
  .wrapper {
    width: 100%;
  }
}

/* line 243, _scss/style.scss */
header {
  margin-bottom: 10px;
  /*	padding-top: 40px;
  	height:60px;*/
}
@media screen and (max-width: 640px) {
  /* line 243, _scss/style.scss */
  header {
    margin: 0 10px 20px 10px;
  }
}
@media screen and (max-width: 640px) {
  /* line 251, _scss/style.scss */
  header #logo {
    border-bottom: #FFF 1px solid;
    text-align: center;
    display: block;
  }
}

/* line 257, _scss/style.scss */
header .alignleft,
header .alignright {
  width: auto;
}

/* line 261, _scss/style.scss */
header .alignright {
  position: relative;
  width: 260px;
}
@media screen and (max-width: 640px) {
  /* line 261, _scss/style.scss */
  header .alignright {
    width: 300px;
    margin: 0 auto;
  }
}

/* line 269, _scss/style.scss */
#main {
  float: left;
  max-width: 880px;
}
@media screen and (max-width: 640px) {
  /* line 269, _scss/style.scss */
  #main {
    width: auto;
    float: none;
    margin: 0 10px;
  }
}

/* line 279, _scss/style.scss */
#sidebar {
  float: right;
  width: 240px;
  margin-top: 31px;
}
@media screen and (max-width: 640px) {
  /* line 279, _scss/style.scss */
  #sidebar {
    width: auto;
    float: none;
    margin: 0 10px;
  }
}

/* line 290, _scss/style.scss */
#main,
#sidebar {
  margin-bottom: 59px;
  border-bottom: 1px solid transparent;
}
@media screen and (max-width: 640px) {
  /* line 290, _scss/style.scss */
  #main,
  #sidebar {
    margin-bottom: 30px;
  }
}

/* line 299, _scss/style.scss */
footer {
  clear: both;
  /*	background:url(images/f_bg.png);
  	color: #fff;*/
}
@media screen and (max-width: 640px) {
  /* line 299, _scss/style.scss */
  footer {
    margin: 0 10px;
  }
}

/* line 308, _scss/style.scss */
#footerInner {
  padding: 30px 10px 80px;
  border-top: #64B3A3 3px solid;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 640px) {
  /* line 308, _scss/style.scss */
  #footerInner {
    width: 100%;
  }
}

/****************************************

          header

*****************************************/
/* line 325, _scss/style.scss */
*:first-child + html header > div {
  /* IE7 */
  clear: both;
  zoom: 1;
}

/* line 330, _scss/style.scss */
header .alignleft {
  padding: 30px 0 20px;
}
@media screen and (max-width: 640px) {
  /* line 330, _scss/style.scss */
  header .alignleft {
    padding: 30px 0 0;
    width: 100%;
  }
}

/* line 337, _scss/style.scss */
#logo {
  display: inline-block;
  vertical-align: middle;
  /*border-bottom: 1px dashed #fe56aa;*/
}

/* line 343, _scss/style.scss */
#logo a {
  border: none;
}

/* line 347, _scss/style.scss */
#description {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 0 0 15px;
  margin: 0;
  color: #333;
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  /* line 347, _scss/style.scss */
  #description {
    padding: 0;
    margin-bottom: 0;
    display: block;
    text-align: center;
    border: 0;
  }
}

/* line 362, _scss/style.scss */
#searchform {
  position: relative;
  margin-top: 35px;
  width: 200px;
  float: right;
}
@media screen and (max-width: 640px) {
  /* line 362, _scss/style.scss */
  #searchform {
    margin-top: 5px;
    display: none;
  }
}

/* line 372, _scss/style.scss */
#s {
  padding: 6px 20% 6px 5%;
  width: 75%;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-size: 13px;
}

/* line 380, _scss/style.scss */
#searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 26px;
  border: none;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAVCAYAAABG1c6oAAAEIklEQVR42pWVe0xTVxzHf22hFWiBUKjLEiTOjODGq4ArJJiYBV+gWy3YBoegWZysOgsVKYNC8IGhsMIYCLLqRKRkRdwEp4wR/yCZgwbHa8bwCH9sQkt5lceGIax0v3PDJd7MZaHJL72555zP+f6eF5xOJ3R1d4Pp7l342mAAbUEBp/DixagDBw/mh0dGdmzbvv25f0DA88CgoA5FcnLx9draWOXZs7xinQ5WVlZoIxzKGMDb9fXCdKUy21ckWgZcep0JfX2dCL5WVl4udDgcsLq6SuzfwJYHDzyzc3Lagc3eOMwXCJzePj6zAm9vmwefvwYs1sbap0rlT9PT0z52ux3QmMBfe3vhUlHRdXozOfhOcHBfTGzspYTDh5Mk0dHxkRJJQXBoqPlVtedUqrrBwUFWT08PE/j9/fu7PVANrSD52DFjXn7+W1ESCezdvx8ioqIgLCICLmg0b2So1d+gckotb8sWp8lkSjCbzUzgUYWihYBY6K44MnKipbVVoMrMhJDw8A3g20FBgPEF6+Skqywp6TvW+uXxCQmdCHRhAN8NCZmi3VBnZdUUl5QAxhPSTp6EuH37IBTBpxFWUFgIDY2NcFWnO04UEtsRGDhfWVXlzQDiy0V6A8IufJ6XB5eLioCAP5BK4YhMBt+aTHCrrg4MN25A/Z07UkqAi4tTKBLNvx8XJ2QAQ8LCbHQysjWarwYGBqCishJKSksB3YO0EycgV6sFU1MT6PAStFRaQODOnXbDzZs+DGCSXP6IBmIifrdYLPyq6moKeCQxEY6npsJnKhU0Ya1mqtXwSXp6K51AqUzW2W02cxjA5nv39vI9PddIDbI4HOdHKSmG8ooKry/0ejZRmJqWBpnnz7OMjY1eyjNnqnlubg7AfTx39zV9WdmBX7q6mFl+1NYGObm5Dex1IAGHicW9eVptVvyhQ7uOyuW7Pj516nR0TEwvdSnGjsvjOc5lZBhJu6JCJnBkZATGxsbc5ApFm6urq+PVAvfw9CRGINQ7DpdLlRf2+fSkzeY7YbHAHy9eMIFDQ0OU/fbsGV+amKjbFhAwxVkHoGuU0Ze48HhONq75+vn99cPDh/KXy8uwuLj4eiDpaZKMLI3mQ3T1y/diYjowTo8R8nj3nj0d2C3DFBQ7hPxjdVhHR0d3WK3W/waW6vWA4wkw2KQWBeiuFwK9rtXU8Pv6+iRv+vv/iaGglFJtmpLSOT4+zv1f4OUrV0iiwF0gADxMipzaW1Nbq0UgiSXlOnluMBqzNw0knfM3zr2ep0/dsL+pqeO67nqoWDyxKSD5NTU3w89PnsCP7e2kY2QERBvOy5ebAvb398Pc3BzYpqZgZmYG7PPzXBxjDTi9Z4VC4SxOIcOmgDabDZaWlmBhYYGUCHlm47dHL9q6ddhPJBrGCXWVBv4DYbnuWKzr2fcAAAAASUVORK5CYII=') no-repeat 50% 50%;
}

@media screen and (max-width: 640px) {
  /* line 389, _scss/style.scss */
  header #hsns {
    display: none;
  }
}

/* line 394, _scss/style.scss */
header #hsns li a {
  display: block;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  margin-top: 30px;
  background-color: #64B3A3;
  -webkit-transition: 0.3s linear;
}
@media screen and (max-width: 640px) {
  /* line 394, _scss/style.scss */
  header #hsns li a {
    margin-top: 0;
  }
}

/* line 409, _scss/style.scss */
header #hsns li {
  float: left;
  margin-right: 10px;
}

/* line 414, _scss/style.scss */
header #hsns li a {
  font-size: 20px;
  border: none;
  color: #F0F0F0;
}

/* line 421, _scss/style.scss */
header #hsns li a:hover {
  display: block;
  color: #F0F0F0;
  background-color: #64B3A3;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  /*-webkit-transform:rotateY(360deg);*/
  /*		-webkit-transform:rotateY(180deg) rotateX(180deg) rotateZ(180deg);
  */
}

/****************************************

          Navigation

*****************************************/
/* line 443, _scss/style.scss */
header .menu {
  background: #64B3A3;
  position: relative;
  bottom: -1px;
  clear: both;
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  /* line 455, _scss/style.scss */
  header div.menu > ul > li,
  header ul.menu > li {
    float: left;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* line 462, _scss/style.scss */
header .menu li {
  float: left;
  /*		border-top: 1px solid #ddd;
  */
  border-right: 1px solid #ddd;
  /*		border-bottom: 1px solid #ddd;*/
}

/* line 469, _scss/style.scss */
header .menu li a {
  font-family: 'Basic', sans-serif;
  color: #FFF;
  display: block;
  text-align: center;
  padding: .5em 1em;
  border-bottom: none;
}
/* line 476, _scss/style.scss */
header .menu li a:hover {
  background: #7AC9BB;
  color: #FFF !important;
}

/* line 481, _scss/style.scss */
header div.menu > ul > li.current_page_item,
header ul.menu > li.current_page_item {
  /*			border-bottom: 1px solid #fff;
  */
}

/* line 485, _scss/style.scss */
header .menu li a:hover {
  color: #fe56aa;
}

/* line 490, _scss/style.scss */
header ul.sub-menu,
header ul.children {
  position: absolute;
  left: -1px;
  display: none;
  margin-left: 0;
  width: auto;
  width: 150px;
  border: 1px solid #ddd;
  background: #eee;
}

/* line 501, _scss/style.scss */
header .sub-menu li,
header .children li {
  position: relative;
  border: none;
}

/* line 507, _scss/style.scss */
header ul.sub-menu ul,
header ul.children ul {
  top: -1px;
  left: 150px;
}

/* line 512, _scss/style.scss */
header .menu li:hover > ul {
  display: block;
}

/****************************************

          header image

*****************************************/
/* line 523, _scss/style.scss */
#header-image {
  margin-bottom: 40px;
}

/****************************************

          Breadcrumb

*****************************************/
/* line 534, _scss/style.scss */
#breadcrumb {
  margin-bottom: 20px;
}

/* line 537, _scss/style.scss */
#breadcrumb li {
  float: left;
  margin-right: .5em;
}

/****************************************

          Main

*****************************************/
/* line 549, _scss/style.scss */
#main h1 {
  margin-bottom: 20px;
  color: #364C53;
}
/* line 552, _scss/style.scss */
#main h1 a {
  border: none;
  color: #364C53;
}
/* line 556, _scss/style.scss */
#main h1 a:hover {
  color: #7AC9BB;
  border: none;
}

/* line 563, _scss/style.scss */
#main h2 {
  margin: 40px 0 20px 0;
}

/* line 567, _scss/style.scss */
#main img {
  margin-bottom: 15px;
}

/* line 571, _scss/style.scss */
#main p {
  margin-bottom: 2em;
}

/* line 575, _scss/style.scss */
#main .post,
#main .page {
  margin-bottom: 30px;
  /*background-color:rgb(255,255,255);*/
}
@media screen and (max-width: 640px) {
  /* line 575, _scss/style.scss */
  #main .post,
  #main .page {
    margin-bottom: 20px;
  }
}

/* line 584, _scss/style.scss */
#main .post-detail {
  overflow: hidden;
  *zoom: 1;
  padding: 20px;
  border: 1px solid #DDD;
  background: #FFF;
  -moz-transition: background-color linear 0.3s,box-shadow linear 0.3s;
  -webkit-transition: background-color linear 0.3s,box-shadow linear 0.3s;
}
@media screen and (max-width: 640px) {
  /* line 584, _scss/style.scss */
  #main .post-detail {
    padding: 15px 10px 10px;
  }
}
/* line 595, _scss/style.scss */
#main .post-detail img {
  max-width: 100%;
  height: auto;
}

/* line 601, _scss/style.scss */
#main .post-single {
  background: #FFF;
  -webkit-box-shadow: 0 0 5px 0 #CCC;
  -moz-box-shadow: 0 0 5px 0 #CCC;
  box-shadow: 0 0 5px 0 #CCC;
}

/* line 608, _scss/style.scss */
#main .post-detail:hover {
  background: #FFF;
  -webkit-box-shadow: 0 0 5px 0 #CCC;
  -moz-box-shadow: 0 0 5px 0 #CCC;
  box-shadow: 0 0 5px 0 #CCC;
}

/* line 615, _scss/style.scss */
.sticky {
  /* 先頭固定ポストのスタイル */
}

/* line 619, _scss/style.scss */
.post-meta {
  letter-spacing: -.4em;
}
/* line 621, _scss/style.scss */
#main .post-meta {
  margin-bottom: 8px;
}
@media screen and (max-width: 640px) {
  /* line 621, _scss/style.scss */
  #main .post-meta {
    margin-bottom: 8px;
  }
}

/* line 628, _scss/style.scss */
.post-meta .post-date,
.post-meta .category {
  letter-spacing: normal;
  font-size: 12px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 10px;
}
/* line 636, _scss/style.scss */
.post-meta .post-date i,
.post-meta .category i {
  color: #64B3A3;
  padding-right: 5px;
}

/* line 641, _scss/style.scss */
.category a {
  border: none;
}

/* line 644, _scss/style.scss */
.category a:hover {
  background: #7AC9BB;
  color: #FFF;
}

/* line 648, _scss/style.scss */
.comment-num {
  white-space: nowrap;
}

/* line 652, _scss/style.scss */
.itemText {
  /*	width:440px;
  	float:right;
  */
}

/* line 657, _scss/style.scss */
.itemPict {
  width: 180px;
  float: left;
  margin: 0 15px 30px 0;
}

/* line 663, _scss/style.scss */
.itemPict img {
  border-color: white;
  border-width: 4px;
  /* Firefox v1.0+ */
  -moz-border-radius: 2px;
  /* Safari v3.0+ and by Chrome v0.2+ */
  -webkit-border-radius: 2px;
  /* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
  border-radius: 2px;
  border-style: solid;
  /* Firefox v3.5+ */
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  /* Safari v3.0+ and by Chrome v0.2+ */
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

/* line 681, _scss/style.scss */
.navigation {
  font-size: 11px;
  overflow: hidden;
  *zoom: 1;
  text-align: center;
  margin-bottom: 60px;
}

/* line 688, _scss/style.scss */
.navigation ul {
  display: inline-block;
}

/* line 691, _scss/style.scss */
.navigation ul li {
  float: left;
}

/* line 694, _scss/style.scss */
.navigation ul li + li {
  margin-left: 15px;
}

/* line 697, _scss/style.scss */
.navigation a {
  display: block;
  padding: 5px 10px;
  border: 0;
  background-color: #f0f0f0;
  /* Firefox v3.5+ */
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
  /* Safari v3.0+ and by Chrome v0.2+ */
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
  /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
}

/* line 711, _scss/style.scss */
.navigation a:hover, .navigation a.current {
  background: #CCC;
  color: #000;
}

/* line 716, _scss/style.scss */
.footer-post-meta {
  margin-top: 40px;
  text-align: right;
}

/* line 720, _scss/style.scss */
.post-author {
  padding-left: 1em;
}

/* line 722, _scss/style.scss */
.page-link {
  margin: 3em 0;
}

/* line 725, _scss/style.scss */
.comment-page-link {
  margin: 0 0 3em;
}

/* line 729, _scss/style.scss */
.page-link span,
.comment-page-link span,
.comment-page-link a {
  display: inline-block;
  margin-right: 3px;
  padding: 5px 8px;
  border: 1px solid #ddd;
  background: #ddd;
}

/* line 738, _scss/style.scss */
.page-link a span,
.comment-page-link a {
  background: #fff;
}

/* line 743, _scss/style.scss */
.page-link a {
  border-bottom: none;
  color: #000;
}

/* line 748, _scss/style.scss */
.page-link a span:hover,
.comment-page-link a:hover {
  background: #ffeff7;
  color: #000;
}

/* line 754, _scss/style.scss */
.more-link {
  float: right;
}

/****************************************

          Comments Area

*****************************************/
/* line 765, _scss/style.scss */
#comment-area h3 {
  font-size: 150%;
  margin: 20px 0;
}

/* line 770, _scss/style.scss */
.required {
  color: #fe56aa;
}

/* line 772, _scss/style.scss */
.commets-list,
.trackback-list {
  overflow: hidden;
  margin-top: -20px;
  margin-bottom: 40px;
}

/* line 778, _scss/style.scss */
.commets-list li,
.trackback-list li {
  overflow: hidden;
  margin-top: -1px;
  padding: 20px 0 0;
  width: 100%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid transparent;
}

/* line 787, _scss/style.scss */
.commets-list .avatar {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* line 793, _scss/style.scss */
.comment-meta,
.reply,
.comment-notes,
.form-allowed-tags,
span.small {
  font-size: 80%;
}

/* line 801, _scss/style.scss */
.comment-body p {
  clear: both;
}

/* line 804, _scss/style.scss */
.reply {
  text-align: right;
}

/* line 808, _scss/style.scss */
.bypostauthor {
  /* 記事投稿者のコメントのスタイル */
}

/* line 812, _scss/style.scss */
.children {
  padding-left: 2em;
}

/* line 816, _scss/style.scss */
#respond {
  margin-bottom: 40px;
}

/****************************************

          index.php Main

*****************************************/
/* line 826, _scss/style.scss */
.content-box {
  float: right;
  margin-top: -0.25em;
  width: 420px;
}

/* line 831, _scss/style.scss */
.content-box .more-link {
  margin: 0;
}

/* line 835, _scss/style.scss */
.thumbnail-box {
  float: left;
  width: 160px;
}

/* line 839, _scss/style.scss */
.thumbnail-box img {
  width: 160px;
  height: 160px;
}

/****************************************

          Sidebar

*****************************************/
/* line 851, _scss/style.scss */
#sidebar h2 {
  margin-bottom: 10px;
  font-family: 'Josefin Sans', sans-serif;
}

/* line 855, _scss/style.scss */
.widget {
  margin-bottom: 60px;
  font-size: 13px;
}

/* line 863, _scss/style.scss */
#sidebar .widget ul li {
  position: relative;
  padding-left: 12px;
  margin-bottom: 3px;
}

/* line 869, _scss/style.scss */
#sidebar .widget ul li a:after {
  position: absolute;
  top: 0.6em;
  left: 0;
  content: "";
  display: block;
  border-top: 3px solid transparent;
  border-right: 0;
  border-bottom: 3px solid transparent;
  border-left: #EBC762 6px solid;
}

/* line 881, _scss/style.scss */
#sidebar .widget ul li:hover a:after {
  left: 3px;
  -webkit-transform: rotateX(180deg);
  -webkit-transition: 0.3s linear;
}

/* line 887, _scss/style.scss */
#sidebar-recent-posts li,
#sidebar-popular-posts li {
  margin: 20px 0;
}

/* line 892, _scss/style.scss */
.sidebar-thumbnail-box {
  float: left;
  width: 75px;
}

/* line 897, _scss/style.scss */
.sidebar-recent-posts-title {
  float: right;
  width: 165px;
}

/* line 901, _scss/style.scss */
#sidebar-recent-posts h3,
#sidebar-recent-posts p,
#sidebar-popular-posts h3,
#sidebar-popular-posts p {
  margin: 0;
}

/* line 908, _scss/style.scss */
.tagcloud a {
  white-space: nowrap;
}

/****************************************

          Footer

*****************************************/
/* line 919, _scss/style.scss */
#copyright {
  /*	padding: 20px 0;
  	font-size: 80%;*/
}
@media screen and (max-width: 640px) {
  /* line 919, _scss/style.scss */
  #copyright {
    text-align: center;
  }
}

/* line 927, _scss/style.scss */
.f-widget {
  -moz-border-radius: px;
  -webkit-border-radius: px;
  border-radius: px;
  overflow: hidden;
  width: 570px;
  margin-left: 15px;
}
@media screen and (max-width: 640px) {
  /* line 927, _scss/style.scss */
  .f-widget {
    width: 100%;
    margin: 0;
  }
}

/* line 939, _scss/style.scss */
.f-widget h2 {
  margin-bottom: 20px;
}

/* line 944, _scss/style.scss */
.f-widget .pict {
  width: 160px;
  float: left;
}
@media screen and (max-width: 640px) {
  /* line 944, _scss/style.scss */
  .f-widget .pict {
    width: 30%;
  }
}

/* line 952, _scss/style.scss */
.f-widget .pict img {
  /* Firefox v3.5+ */
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
  /* Safari v3.0+ and by Chrome v0.2+ */
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
  /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 640px) {
  /* line 952, _scss/style.scss */
  .f-widget .pict img {
    max-width: 100%;
    height: auto;
  }
}

/* line 966, _scss/style.scss */
.f-widget .text {
  width: 400px;
  float: right;
  margin-top: 15px;
}
@media screen and (max-width: 640px) {
  /* line 966, _scss/style.scss */
  .f-widget .text {
    width: 65%;
    margin: 0;
  }
}

/****************************************

          Form

*****************************************/
/* line 983, _scss/style.scss */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
  margin: 0;
  margin-bottom: 20px;
  padding: 6px 4px;
  max-width: 100%;
  width: 290px;
  outline: none;
  border: 1px solid #ddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #eee;
  color: #777;
  vertical-align: bottom;
  font-size: 13px;
  -webkit-transition: all .3s;
}

/* line 1005, _scss/style.scss */
#comment-area input[type="text"],
#comment-area textarea {
  display: block;
}

/* line 1010, _scss/style.scss */
textarea {
  overflow: auto;
}

/* line 1014, _scss/style.scss */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
  border: 1px solid #64B3A3;
  background: #fff;
  -webkit-box-shadow: 0 0 5px #64B3A3;
  -moz-box-shadow: 0 0 5px #64B3A3;
  box-shadow: 0 0 5px #64B3A3;
  color: #444;
}

/* line 1027, _scss/style.scss */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  margin-bottom: 20px;
  padding: 4px 12px;
  padding: 8px 10px;
  border: 1px solid #666;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #444;
  color: #FFF;
  text-decoration: none;
  text-shadow: 0 1px rgba(255, 255, 255, 0.75);
  font-weight: bold;
  font-size: 12px;
  line-height: normal;
  cursor: pointer;
  /* Old browsers */
}

/* line 1051, _scss/style.scss */
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  border: 1px solid #fe56aa;
  background: #fe56aa;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
}

/* line 1063, _scss/style.scss */
.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  position: relative;
  top: 1px;
}

/****************************************

          WordPress Misc

*****************************************/
/* line 1079, _scss/style.scss */
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 1085, _scss/style.scss */
.alignleft {
  float: left;
}

/* line 1089, _scss/style.scss */
.alignright {
  float: right;
}

/* line 1093, _scss/style.scss */
.wp-caption {
  margin: 10px;
  padding-top: 4px;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #f3f3f3;
  text-align: center;
}

/* line 1104, _scss/style.scss */
.wp-caption-text,
.gallery-caption {
  font-size: 80%;
}

/* line 1109, _scss/style.scss */
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

/* line 1115, _scss/style.scss */
.wp-caption-dd {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

/* line 1122, _scss/style.scss */
img.alignright {
  display: inline-block;
  margin: 0 0 1em 1.5em;
}

/* line 1127, _scss/style.scss */
img.alignleft {
  display: inline-block;
  margin: 0 1.5em 1em 0;
}

/* line 1132, _scss/style.scss */
.notice {
  background-color: #f8f8f8;
  padding: 10px;
  border: 1px dotted #ccc;
  font-size: 86%;
  line-height: 150%;
}

/****************************************

          Clearfix

*****************************************/
/* line 1146, _scss/style.scss */
#container:after,
header .menu > ul:after,
header ul.menu:after,
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
  font-size: 0;
}

/* clearfix for ie7 */
/* line 1159, _scss/style.scss */
#container,
header .menu > ul,
header ul.menu,
.clearfix {
  display: inline-block;
}

/* line 1166, _scss/style.scss */
#container,
header .menu > ul,
header ul.menu,
.clearfix {
  display: block;
}

/* ----------------------------------------
	Lab specific: scrollUp
---------------------------------------- */
/* line 1178, _scss/style.scss */
.themes {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

/* line 1186, _scss/style.scss */
.themes li {
  text-align: center;
  display: block;
  float: left;
  width: 30%;
  margin-left: 4%;
}

/* line 1193, _scss/style.scss */
.themes li:first-of-type {
  margin-left: 0%;
}

/* line 1196, _scss/style.scss */
.themes li a {
  display: block;
  padding: 10px;
  background: #444;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #eee;
  -webkit-transition: all 200ms ease-out;
  -mozilla-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

/* line 1210, _scss/style.scss */
.themes li a:hover,
.themes li a.active {
  background: #F66169;
  color: #FAEFDE;
}

/* line 1216, _scss/style.scss */
#toggleActive {
  padding: 6px;
  width: 160px;
  text-align: center;
  display: inline-block;
  background: #333;
  color: #eee;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 200ms ease-out;
  -mozilla-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 1234, _scss/style.scss */
#toggleActive.active {
  background: #F66169;
  color: #FAEFDE;
}

/* line 1239, _scss/style.scss */
#scrollUp-active {
  display: none;
}

/* Image style */
/* line 1247, _scss/style.scss */
#scrollUp {
  border: none;
  text-indent: -9999em;
  overflow: hidden;
  bottom: 20px;
  right: 20px;
  height: 38px;
  /* Height of image */
  width: 38px;
  /* Width of image */
  background: url(images/top.png) no-repeat;
}

.bnr {
  display: flex;
  justify-content: space-between;
}
@media(max-width: 640px) {
  .bnr {
    display: block;
  }
}
.bnr__item {
  width: 48%;
  text-align: center;
}
@media(max-width: 640px) {
  .bnr__item {
    width: 100%;
  }
}
.bnr__item .bnr__responsive{
  width: 100% !important;
  height: 255px !important;
}

