/*Add custom css*/
h1,h2,h3,h4,h5,h6 {
  margin-top: 0;
}
.orange {
  color: #ffdc00;
}
.center {
  text-align: center;
}

.hidden {
  display: none !important;
}
.text-underline {
  text-decoration: underline;
}
.bold {
  font-weight: bold;
}
.font-md {
  font-size: 20px;
}
.font-sm {
  font-size: 16px;
}
.font-smd { font-size: 18px;}
.font-base { font-size: 14px;}
.post .empty-p {
  margin-bottom: 0;
}
.heading-md {
  margin-top: 0;
  margin-bottom: 20px;
  padding: 5px 0;
  font-size: 20px;
  border-top: 1px solid #ffb600;
  border-bottom: 1px solid #ffb600;
}
.mb0 {
  margin-bottom: 0;
}
.bg-gray {
  background-color: #d9d9d9;
}
.post .mg-large li {
  margin-bottom: 10px;
}
.btn-readmore {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  text-decoration: none;
  color: #fff !important;
  background: #333;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn-readmore:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #ffdc00;
  border-color: #ffdc00;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}
.btn-readmore:hover,
.btn-readmore:focus,
.btn-readmore:active {
  color: #fff !important;
  border-color: #ffdc00;
}
.btn-readmore:hover:before,
.btn-readmore:focus:before,
.btn-readmore:active:before {
  width: 100%;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  max-width: 1195px;
}
.container:after,
.container:before {
  content: '';
  clear: both;
  display: table;
}
/*header*/

#header .inner {
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#logo a {
  color: #ffdc00;
  text-decoration: none;
  font-weight: bold;
}
.page-header {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
.ol-title {
  font-weight: bold;
}

.ol-title:before {
  content: "\f0da";
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  font-family: 'FontAwesome';
  font-size: 16px;
}

.ol-list {
  color: #ffdc00;
  font-weight: bold;
}

.ol-list li a {
  color: #ffdc00;
}
.ol-list li a:hover {
  text-decoration: none;
}
.post .li-heading {
  margin: 0;
  line-height: 2;
  font-size: 16px;
}
.anchor-title {
  padding: 5px;
  background-color: #ffdc00;
  color: #fff;
}

.table-outer {
  overflow-x: auto;
}

.post .table th {
  background-color: #d9e2f3;
  font-weight: bold;
}

.post .table td.col-primary {
  background-color: #fff2cc;
}

.post .table .col-1,
.post .table .col-2,
.post .table .col-3 {
  width: 33.33%;
}
.col-35 {
  width: 35%;
}
.col-15 {
  width: 15%;
}
.post-title {
  position: relative;
  margin: 0 0 50px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #ccc;
  font-size: 24px;
  line-height: 1.4;
}
.post-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 84px;
  height: 3px;
  background-color: #ffb600;
}
#share_top2 {
  margin-top: 0;
}
.archive-headline,
.headline1 {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ccc;
  background: none;
  font-weight: bold;
}
.archive-headline:after,
.headline1:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 84px;
  height: 3px;
  background-color: #ffb600;
}
.post ul.list-square {
  list-style-type: none;
  list-style-image: url('../images/bullet-square.gif');
}

.post ul.list-square > li {
  margin-bottom: 10px;
}

.post .list-diamond {
  margin-left: 0;
  list-style-type: none;
}

.post .list-diamond > li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 15px;
}

.post .list-diamond li:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border: 1px solid #333;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.post .list-style-none {
  margin-left: 0;
  list-style: none;
}

.post ul .list-style-none ,
.post ol .list-style-none {
  margin-left: 15px;
}

.post .list-number-circle {
  list-style-type: none;
  margin-left: 0;
  counter-reset:li;
}

.post .list-number-circle > li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
}

.post .list-number-circle >li:before {
  content:counter(li);
  counter-increment: li;
  position: absolute;
  left: 0;
  top: 6px;
  display: inline-block;
  border: 1px solid #333;
  border-radius: 50%;
  padding: 1px 3px;
  font-family: "Century Gothic",Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  line-height: 1;
  font-size: 11px;
  text-align: center;
}

.post ol.list-number-circle li p:last-child {
  margin-bottom: 5px;
}

.post dl dd {
  margin-left: 12px;
}

.post .dl-style:not(.last) {
  margin-bottom: 5px;
}

.post .dl-style dt {
  font-weight: normal;
}

.post .dl-style dd {
  margin-bottom: 0;
  margin-left: 45px;
}

.meta {
  list-style: none;
  margin: 15px 0 0;
  padding: 0;
}

.meta li {
  display: inline-block;
  vertical-align: middle;
}
.meta li + li {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #ccc;
}
.recent-post-list {
  margin: 0 -15px;
  padding: 0;
  list-style: none;
}
.recent-post-list:after,
.recent-post-list:before {
  content: '';
  clear: both;
  display: table;
}
.recent-post {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.recent-post.type2 {
  float: left;
  width: 50%;
}
.recent-post.type2:nth-child(2n) {
  clear: left;
}
.recent-post.type2:nth-child(2) {
  clear: none;
}
.recent-post.type2 .title {
  font-size: 18px;
}
.recent-post .recent-post-inner {
  padding: 15px;
  border: 1px solid #ccc;
}
.recent-post .recent-post-img {
  margin-bottom: 15px;
}
.recent-post .title a {
  text-decoration: none;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}
.recent-post .title a:hover {
  color: #eddc44;
}
.recent-post-data a {
  text-decoration: none;
}
/*sidebar*/
#mainColumn, #mainColumn-noside {
  padding-top: 20px;
}
#mainColumn-noside  #recent-posts li {
  width: auto;
}
#mainColumn-noside .recent-posts-data {
  width: auto;
  float: none;
  overflow: hidden;
}
.column-right {
  display: none;
  margin-top: 20px;
}

.side_widget .side_headline {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ccc;
  background: none;
  font-weight: bold;
}
.side_widget .side_headline:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 84px;
  height: 3px;
  background-color: #ffb600;
}
.side_widget .rpwwt-widget ul {
  list-style: none;
}
.side_widget .rpwwt-widget ul li {
  margin: 0;
  padding: 0;
  background-image: none;
}

/*related at single page*/
.related-block {
  clear: both;
  padding-top: 20px;
}

.related-posts-list {
  list-style: none;
  padding: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.related-post {
  float: left;
  width: 33.33%;
  margin-bottom: 20px;
  padding: 0 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.related-post:nth-child(3n+1) {
  clear: left;
}
.related-post .related-post-img {
  margin-bottom: 15px;
  overflow: hidden;
}
.related-post .related-post-img .related-post-link {
  display: block;
  position: relative;
  text-decoration: none;

}
.related-post .related-post-img .related-post-link:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.related-post .related-post-img .related-post-link:before {
  content: attr(data-title);
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
  border: 1px solid #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -webkikt-transform: translate(-50%, -50%) scale(0);
}
.related-post .related-post-img .related-post-link:hover:after {
  opacity: .5;
  filter: alpha(opacity=50);
  visibility: visible;
}
.related-post .related-post-img .related-post-link:hover:before {
  transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -webkikt-transform: translate(-50%, -50%) scale(1);
}
.related-post .related-post-img img{
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.related-post .related-post-img .related-post-link:hover img {
  opacity: 1;
  transform: scale(1.2) translate3d(0, 0, 0);
  -moz-transform: scale(1.2) translate3d(0, 0, 0);
  -webkit-transform: scale(1.2) translate3d(0, 0, 0);
}
.related-post .related-post-img:hover a {
  text-decoration: none;
}
.related-post .title {
  font-size: 14px;
}
.related-post .title a {
  color: #333;
  text-decoration: none;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}
.related-post .title a:hover {
  color: #ffdc00;
  text-decoration: none;
}

#more-recent-posts a {
  background-color: #ffdc00;
}
#more-recent-posts a:hover,#more-recent-posts a:focus {
  opacity: .8;
}
/*footer*/
#footer-inner {
  display: none;
}
#copyright {
  background-color: #ffdc00;
  color: #fff;
}
#copyright a {
  color: #fff;
}


@media screen and (min-width: 1165px) {
  #header {
    width: auto;
  }
  #header .inner {
    width: 1195px;
  }

  #sideColumn.column-right {
    display: block;
  }
  #mainColumn-noside {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .post-title  {
    font-size: 20px;
  }
  .related-posts-list {
    margin-left: 0;
    margin-right: 0;
  }

  .related-post {
    float: none;
    width: auto;
    overflow: hidden;
    padding: 0 0 15px;
  }

  .related-post .related-post-img {
    float: left;
    width: 75px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  .recent-post-list {
    margin-left: 0;
    margin-right: 0;
  }
  .recent-post {
    padding-left: 0;
    padding-right: 0;
  }
  .recent-post.type2 {
    float: none;
    width: auto;
  }
}
