/*       color setting         */
/*       frong-page.php         */
.post_area .newPost {
  color: #666;
  margin-bottom: 100px; }
  .post_area .newPost h2 {
    border-top: none;
    border-bottom: dotted 2px #c8c8c8;
    padding-bottom: 14px;
    font-size: 32px;
    width: 100%;
    padding-top: 3px;
    margin-bottom: 8px;
    line-height: 1.5em;
    text-align: left; }
  .post_area .newPost h2 a {
    color: black; }
  .post_area .newPost h2 a:hover {
    opacity: 0.6; }
  .post_area .newPost .category_link {
    margin-right: 10px; }
  .post_area .newPost .date {
    font-size: 14px;
    display: inline-block;
    height: 18px;
    line-height: 14px;
    border-right: 1px #666 solid;
    float: left;
    padding: 4px 8px 4px 0; }
  .post_area .newPost .tag {
    width: 585px;
    float: right;
    font-size: 14px;
    padding-left: 5px; }
    .post_area .newPost .tag:before {
      content: url("../images/blog/tag_icon.png"); }
    .post_area .newPost .tag li {
      display: inline-block;
      margin-right: 10px;
      margin-left: 5px; }
      .post_area .newPost .tag li a {
        color: #666; }
      .post_area .newPost .tag li a:hover {
        color: #FFC600; }
  .post_area .newPost > dl dt {
    margin-bottom: 20px; }
  .post_area .newPost dd div.txt {
    margin-top: 15px; }
  .post_area .newPost dd div.txt a {
    font-size: 16px;
    line-height: 1.7em;
    color: #666; }
  .post_area .newPost .newPost_eyecatch {
    position: relative;
    width: 680px;
    height: 380px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-color: #f7f7f7;
    border: 8px solid #f4f4f4;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all  0.3s ease;
    -o-transition: all  0.3s ease;
    transition: all  0.3s ease;
    z-index: 1; }
    .post_area .newPost .newPost_eyecatch::after {
      content: "NEW";
      font-weight: bold;
      color: #fff;
      font-size: 28px;
      line-height: 64px;
      display: block;
      width: 120px;
      height: 90px;
      background-image: url(../images/blog/new_icon.png);
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      top: -8px;
      right: -8px;
      z-index: 5; }
    .post_area .newPost .newPost_eyecatch img {
      height: auto;
      width: 100%;
      max-width: 680px;
      max-height: 380px; }
  .post_area .newPost a.newPost_link {
    text-decoration: none; }
  .post_area .newPost a.newPost_link:hover .newPost_eyecatch {
    border: 8px solid #FFC600; }
  .post_area .newPost dd .txt:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all  0.3s ease;
    -o-transition: all  0.3s ease;
    transition: all  0.3s ease;
    opacity: 0.8; }
  .post_area .newPost dd .btn_more {
    display: block;
    color: #fff;
    font-size: 13px;
    width: 190px;
    height: 30px;
    line-height: 30px;
    background: url(../images/blog/more_icon.png) no-repeat 85% center;
    background-color: #c8c8c8;
    float: right;
    text-decoration: none;
    text-align: center;
    padding-right: 20px;
    margin-top: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all  0.3s ease;
    -o-transition: all  0.3s ease;
    transition: all  0.3s ease; }
    .post_area .newPost dd .btn_more:hover {
      background-color: #FFC600; }

.post_area .top_post_list {
  margin-bottom: 50px; }

.post_area .top_post_list > li {
  width: 325px;
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 25px;
  /*		.post_list_image:before{
			content: url('../images/blog/img_arrow.png');
			position: absolute;
			bottom: 9px;
			right: 7px;
			z-index: 6;
		}*/
  /*		.post_list_image:after{
			content: "";
			position: absolute;
			bottom: 0;
			right: 0;
			border-top: 5em solid transparent;
			border-right: 5em solid $yellow;
			z-index: 5;
		}*/ }
  .post_area .top_post_list > li:nth-child(odd) {
    float: left;
    clear: both; }
  .post_area .top_post_list > li:nth-child(even) {
    float: right; }
  .post_area .top_post_list > li a img {
    width: 100%;
    border: solid 8px #f4f4f4;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all  0.3s ease;
    -o-transition: all  0.3s ease;
    transition: all  0.3s ease;
    display: block; }
  .post_area .top_post_list > li a img:hover {
    border: solid 8px #FFC600; }
  .post_area .top_post_list > li .post_list_image {
    position: relative;
    display: block; }
  .post_area .top_post_list > li dt {
    margin: 15px 0 10px 0; }
  .post_area .top_post_list > li dt .tag {
    font-size: 13px;
    width: 100%;
    padding-left: 3px;
    margin-left: 2px;
    width: 235px;
    float: right; }
  .post_area .top_post_list > li dt .tag:before {
    content: url("../images/blog/tag_icon.png"); }
  .post_area .top_post_list > li dt .tag li {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    vertical-align: top; }
  .post_area .top_post_list > li dt .tag li a {
    color: #666; }
  .post_area .top_post_list > li dt .tag li a:hover {
    color: #FFC600; }
  .post_area .top_post_list > li h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 0;
    padding: 0;
    line-height: 1.5em;
    border: none;
    width: 100%; }
    .post_area .top_post_list > li h3 a {
      color: black; }
    .post_area .top_post_list > li h3 a:hover {
      color: #9b9b9b; }
  .post_area .top_post_list > li .date {
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    color: #666;
    width: 88px;
    float: left;
    border-right: 1px solid #666;
    margin-top: 2px; }
  .post_area .top_post_list > li dd {
    margin: 5px 0 10px 0; }
  .post_area .top_post_list > li .txt {
    font-size: 16px;
    line-height: 1.6em; }
    .post_area .top_post_list > li .txt a {
      color: #666; }
    .post_area .top_post_list > li .txt a:hover {
      opacity: 0.8; }

/*       color setting         */
/*       index.php         */
.post_area .allPost_list > li {
  margin-bottom: 70px; }
  .post_area .allPost_list > li h3 {
    border: none;
    border-bottom: dotted 2px #c8c8c8;
    margin-bottom: 10px;
    padding: 8px 0 7px 0;
    width: 100%; }
  .post_area .allPost_list > li h3 a {
    color: black;
    font-size: 26px; }

.post_area .allPost_list_box {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all  0.3s ease;
  -o-transition: all  0.3s ease;
  transition: all  0.3s ease; }

.post_area .allPost_list_box > dt .date {
  font-size: 14px;
  display: inline-block;
  height: 18px;
  line-height: 14px;
  border-right: 1px #666 solid;
  float: left;
  padding: 4px 8px 4px 0; }

.post_area .allPost_list_box > dd {
  margin-top: 58px; }

.post_area .allPost_list_box > dd a {
  color: #666; }

.post_area .allPost_list_box dd dl dt {
  width: 44%;
  float: left; }
  .post_area .allPost_list_box dd dl dt img {
    width: 100%;
    border: solid 8px #eee;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all  0.3s ease;
    -o-transition: all  0.3s ease;
    transition: all  0.3s ease; }

.post_area .allPost_list_box > dt a:hover {
  opacity: 0.6; }

.post_area .allPost_list_box > dd a:hover img {
  border: solid 8px #FFC600; }

.post_area .allPost_list_box > dd a:hover .btn_more {
  background-color: #FFC600; }

.post_area .allPost_list_box > dd a:hover p {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all  0.3s ease;
  -o-transition: all  0.3s ease;
  transition: all  0.3s ease;
  opacity: 0.6; }

.post_area .allPost_list_box dd dl dd {
  width: 56%;
  float: right;
  font-size: 16px;
  line-height: 1.7em;
  padding: 0 15px; }
  .post_area .allPost_list_box dd dl dd a {
    color: #666; }
  .post_area .allPost_list_box dd dl dd .btn_more {
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all  0.3s ease;
    -o-transition: all  0.3s ease;
    transition: all  0.3s ease;
    font-size: 13px;
    width: 190px;
    height: 30px;
    line-height: 30px;
    background: url(../images/blog/more_icon.png) no-repeat 85% center;
    background-color: #c8c8c8;
    float: right;
    text-decoration: none;
    text-align: center;
    padding-right: 20px; }

/*       color setting         */
/*       sidebar.php         */
.sidebar_area {
  width: 300px;
  float: right; }
  .sidebar_area .sidebar h2 {
    font-size: 22px;
    font-weight: normal;
    width: 100%;
    text-align: left;
    padding: 0;
    background: -webkit-gradient(transparent 55%, #FFCC32 55%);
    background: -webkit-linear-gradient(transparent 55%, #FFCC32 55%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(55%, #FFCC32));
    background: -o-linear-gradient(transparent 55%, #FFCC32 55%);
    background: linear-gradient(transparent 55%, #FFCC32 55%); }
  .sidebar_area .sidebar > li {
    margin-bottom: 70px; }
  .sidebar_area .sidebar_content li {
    margin-bottom: 15px; }
  .sidebar_area .sidebar_content li a {
    color: black; }
  .sidebar_area .sidebar_content li a:hover {
    color: #666;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all  0.3s ease;
    -o-transition: all  0.3s ease;
    transition: all  0.3s ease; }
  .sidebar_area .sidebar_content li a:hover dt img {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all  0.3s ease;
    -o-transition: all  0.3s ease;
    transition: all  0.3s ease; }
  .sidebar_area .sidebar_content dt {
    float: left;
    width: 98px;
    height: 98px;
    text-align: center;
    overflow: hidden;
    position: relative; }
    .sidebar_area .sidebar_content dt img {
      height: 100%;
      width: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .sidebar_area .sidebar_content dd {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 190px;
    float: right;
    font-size: 14px;
    padding-top: 17px; }
  .sidebar_area .osusume .rpwe-li {
    margin-bottom: 25px; }
  .sidebar_area .osusume h3.rpwe-title {
    width: 170px;
    border: none;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 15px;
    height: 80px;
    padding: 14px 0;
    overflow: hidden; }
    .sidebar_area .osusume h3.rpwe-title a {
      color: black;
      width: 100%;
      height: 70px; }
    .sidebar_area .osusume h3.rpwe-title a:hover {
      opacity: 0.6; }
  .sidebar_area .osusume .rpwe-img:hover {
    opacity: 0.6; }
  .sidebar_area .osusume .rpwe-img img {
    width: auto;
    vertical-align: top; }
  .sidebar_area .widget_categories .cat-item {
    height: 95px;
    padding-left: 110px;
    position: relative;
    margin-bottom: 25px; }
  .sidebar_area .widget_categories .cat-item a {
    color: black;
    font-size: 14px;
    padding: 14px 0;
    display: block; }
  .sidebar_area .widget_categories .cat-item-3 a:before {
    content: url("../images/blog/sidebar_cat01.jpg");
    position: absolute;
    left: 0;
    top: 0; }
  .sidebar_area .widget_categories .cat-item-2 a:before {
    content: url("../images/blog/sidebar_cat02.jpg");
    position: absolute;
    left: 0;
    top: 0; }
  .sidebar_area .widget_categories .cat-item a:hover {
    opacity: 0.6; }
  .sidebar_area .popular-posts .wpp-list li {
    margin-bottom: 25px; }
  .sidebar_area .popular-posts a.wpp-post-title {
    color: black;
    font-size: 14px;
    padding: 14px 0;
    display: inline-block;
    width: 170px;
    margin: 0 0 0 15px; }
  .sidebar_area .popular-posts a:hover {
    opacity: 0.6; }
  .sidebar_area .popular-posts a img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all  0.3s ease;
    -o-transition: all  0.3s ease;
    transition: all  0.3s ease; }
  .sidebar_area .popular-posts a img:hover {
    opacity: 0.6; }
  .sidebar_area .popular-posts .wpp-list li a .wpp-thumbnail {
    width: auto;
    margin: 0; }
  .sidebar_area .popular-posts .wpp-list li a:first-child {
    position: relative;
    display: block; }
  .sidebar_area .popular-posts .wpp-list li:nth-child(1) a:first-child:after {
    content: "1";
    z-index: 6;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    color: #fff;
    top: 0;
    left: 7px; }
  .sidebar_area .popular-posts .wpp-list li:nth-child(2) a:first-child:after {
    content: "2";
    z-index: 6;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    color: #fff;
    top: 0;
    left: 7px; }
  .sidebar_area .popular-posts .wpp-list li:nth-child(3) a:first-child:after {
    content: "3";
    z-index: 6;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    color: #fff;
    top: 0;
    left: 7px; }
  .sidebar_area .popular-posts .wpp-list li:nth-child(4) a:first-child:after {
    content: "4";
    z-index: 6;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    color: #fff;
    top: 0;
    left: 7px; }
  .sidebar_area .popular-posts .wpp-list li:nth-child(5) a:first-child:after {
    content: "5";
    z-index: 6;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    color: #fff;
    top: 0;
    left: 7px; }
  .sidebar_area .popular-posts .wpp-list li a:first-child:before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 3em solid transparent;
    border-left: 3em solid #FFCC32;
    position: absolute;
    z-index: 5; }
  .sidebar_area .searchform div {
    border: solid 2px #c8c8c8;
    padding: 8px;
    width: 100%; }
  .sidebar_area .searchform .search_input {
    width: 80%;
    font-size: 16px; }
  .sidebar_area .searchform .searchsubmit {
    cursor: pointer;
    width: 18%;
    height: 24px;
    display: inline-block;
    vertical-align: bottom;
    background: url(../images/blog/search_icon.png) no-repeat center center;
    background-size: contain; }
  .sidebar_area .searchform .searchsubmit:hover {
    opacity: 0.6; }
  .sidebar_area .searchform label.screen-reader-text {
    display: none; }

/*       color setting         */
/*       single.php         */
.post_area {
  color: #666; }
  .post_area h2 {
    border-top: none;
    border-bottom: dotted 2px #c8c8c8;
    padding-bottom: 14px;
    font-size: 32px;
    width: 100%;
    padding-top: 8px;
    margin-bottom: 8px;
    margin-top: 5px;
    line-height: 1.5em;
    text-align: left; }
  .post_area h2 a {
    color: black; }
  .post_area .singlePost .category_link {
    margin-right: 10px; }
  .post_area .singlePost .date {
    font-size: 14px;
    display: inline-block;
    height: 18px;
    line-height: 14px;
    border-right: 1px #666 solid;
    float: left;
    padding: 4px 8px 4px 0; }
  .post_area .singlePost_tag {
    width: 585px;
    float: right;
    font-size: 14px;
    padding-left: 25px;
    position: relative; }
    .post_area .singlePost_tag:before {
      content: url("../images/blog/tag_icon.png");
      position: absolute;
      left: 8px; }
    .post_area .singlePost_tag li {
      display: inline-block;
      margin-right: 10px;
      margin-left: 5px; }
      .post_area .singlePost_tag li a {
        color: #666; }
      .post_area .singlePost_tag li a:hover {
        color: #FFC600; }
  .post_area .singlePost {
    margin-bottom: 80px; }
  .post_area .singlePost_content p {
    font-size: 16px;
    line-height: 2.2em;
    color: #000; }
  .post_area .singlePost_content img {
    margin: 20px 0;
    width: auto; }
  .post_area .singlePost_content iframe {
    width: 100%;
    height: 381px;
    margin: 15px 0; }
  .post_area .singlePost_category,
  .post_area .singlePost_tag {
    font-size: 14px;
    color: black; }
  .post_area .singlePost_category_under {
    color: black;
    line-height: 1.7em; }
    .post_area .singlePost_category_under a {
      color: #666; }
    .post_area .singlePost_category_under a:hover {
      color: #FFC600; }
  .post_area .singlePost_tag_under {
    color: black;
    line-height: 1.7em; }
    .post_area .singlePost_tag_under a {
      color: #666; }
    .post_area .singlePost_tag_under a:hover {
      color: #FFC600; }
  .post_area .singlePost-popular-area {
    margin-bottom: 80px; }
    .post_area .singlePost-popular-area h2 {
      font-size: 16px;
      font-weight: normal;
      padding-bottom: 6px;
      border: none; }
    .post_area .singlePost-popular-area li {
      border-top: #e2e2e2 1px solid;
      padding: 35px 0; }
    .post_area .singlePost-popular-area dl {
      width: 100%; }
    .post_area .singlePost-popular-area dt {
      float: left;
      width: 44%; }
      .post_area .singlePost-popular-area dt img {
        border: solid 8px #f4f4f4;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .post_area .singlePost-popular-area dt a img:hover {
        border: solid 8px #FFC600; }
    .post_area .singlePost-popular-area dd {
      float: right;
      width: 53%;
      padding-top: 35px; }
    .post_area .singlePost-popular-area dd .category_link {
      margin-right: 10px; }
    .post_area .singlePost-popular-area dd h3 {
      width: 100%;
      border: none;
      font-size: 20px;
      padding: 6px 0 8px 0px;
      margin: 0; }
    .post_area .singlePost-popular-area dd a:hover h3 {
      color: #9b9b9b;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .post_area .singlePost-popular-area .date {
      font-size: 14px;
      display: inline-block;
      height: 18px;
      line-height: 14px;
      float: left;
      padding: 4px 8px 4px 0;
      color: #666; }
    .post_area .singlePost-popular-area .singlePost_list_tag {
      line-height: 14px;
      width: 270px;
      float: right;
      font-size: 14px;
      padding-left: 21px;
      position: relative; }
      .post_area .singlePost-popular-area .singlePost_list_tag a {
        color: #666; }
      .post_area .singlePost-popular-area .singlePost_list_tag a:hover {
        color: #FFC600; }
    .post_area .singlePost-popular-area .singlePost_list_tag:before {
      content: "";
      height: 16px;
      width: 1px;
      background-color: #666;
      position: absolute;
      left: 0;
      top: 0; }
    .post_area .singlePost-popular-area .singlePost_list_tag:after {
      content: url(../images/blog/tag_icon.png);
      position: absolute;
      left: 7px;
      top: 0; }
    .post_area .singlePost-popular-area .singlePost_list_tag li {
      border: none;
      padding: 0;
      display: inline-block;
      margin: 2px 7px 7px 7px; }
  .post_area .singlePost_pagenation {
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    position: relative; }
    .post_area .singlePost_pagenation:before {
      content: "";
      width: 0;
      height: 0;
      border-top: 16px solid transparent;
      border-right: 15px solid transparent;
      border-bottom: 16px solid transparent;
      border-left: 15px solid #c8c8c8;
      position: absolute;
      z-index: 10;
      top: 0;
      right: -10px;
      bottom: 0;
      margin: auto 0; }
    .post_area .singlePost_pagenation:after {
      content: "";
      width: 0;
      height: 0;
      border-top: 16px solid transparent;
      border-right: 15px solid #c8c8c8;
      border-bottom: 16px solid transparent;
      border-left: 15px solid transparent;
      position: absolute;
      z-index: 10;
      top: 0;
      left: -10px;
      bottom: 0;
      margin: auto 0; }
  .post_area .singlePost_pagenation .singlePost_prev_page {
    width: 49%;
    display: inline-block;
    padding: 20px 20px 20px 35px;
    position: relative;
    border-right: 1px solid #c8c8c8; }
  .post_area .singlePost_prev_end {
    display: block;
    width: 50%;
    height: 140px;
    float: left;
    border-right: 1px solid #c8c8c8; }
  .post_area .singlePost_pagenation .singlePost_next_page {
    width: 49%;
    display: inline-block;
    padding: 20px 35px 20px 20px;
    position: relative;
    /*		&:after{
			content: "";
			width: 0;
			height: 0;
			border-top: 16px solid transparent;
			border-right: 15px solid transparent;
			border-bottom: 16px solid transparent;
			border-left: 15px solid #c8c8c8;
			position: absolute;
			z-index: 10;
			top:0;
			right: -6px;
			bottom: 0;
			margin: auto 0;
		}*/ }
  .post_area .singlePost_pagenation a:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .post_area .singlePost_pagenation a:hover {
    opacity: 0.8; }
  .post_area .singlePost_pagenation a dd {
    font-size: 14px;
    color: black;
    float: left;
    width: 160px;
    margin-left: 15px;
    padding-top: 15px; }
  .post_area .singlePost_pagenation a dt {
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    float: left; }
    .post_area .singlePost_pagenation a dt img {
      position: absolute;
      height: 100%;
      width: auto;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .post_area .wp_social_bookmarking_light div {
    max-height: 30px;
    margin-right: 25px; }
  .post_area .wp_social_bookmarking_light div.wsbl_pocket {
    width: 110px; }

/*       color setting         */
/*       archive.php         */
.post_area .archive_title {
  font-size: 20px;
  margin-bottom: 30px;
  color: black; }

.post_area .allPost_list > li {
  margin-bottom: 70px; }
  .post_area .allPost_list > li h3 {
    border: none;
    border-bottom: dotted 2px #c8c8c8;
    margin-bottom: 10px;
    padding: 8px 0 7px 0;
    width: 100%; }
  .post_area .allPost_list > li h3 a {
    color: black;
    font-size: 26px; }

.post_area .allPost_list_box {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all  0.3s ease;
  -o-transition: all  0.3s ease;
  transition: all  0.3s ease;
  text-align: left; }

.post_area .allPost_list_box .category_link {
  margin-right: 10px; }

.post_area .allPost_list_box .tag {
  width: 585px;
  float: right;
  font-size: 14px;
  padding-left: 21px;
  position: relative; }
  .post_area .allPost_list_box .tag:before {
    content: url("../images/blog/tag_icon.png");
    position: absolute;
    left: 5px; }
  .post_area .allPost_list_box .tag li {
    display: inline-block;
    margin-right: 10px;
    margin-left: 5px; }
    .post_area .allPost_list_box .tag li a {
      color: #666; }
    .post_area .allPost_list_box .tag li a:hover {
      color: #FFC600; }

.post_area .allPost_list_box .txt {
  margin-bottom: 18px; }

.post_area .allPost_list_box > dt .date {
  font-size: 14px;
  display: inline-block;
  height: 18px;
  line-height: 14px;
  border-right: 1px #666 solid;
  float: left;
  padding: 4px 8px 4px 0; }

.post_area .allPost_list_box > dd {
  margin-top: 20px; }

.post_area .allPost_list_box > dd a {
  color: #666; }

.post_area .allPost_list_box dd dl dt {
  width: 44%;
  float: left; }
  .post_area .allPost_list_box dd dl dt img {
    width: 100%;
    border: solid 8px #f4f4f4;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all  0.3s ease;
    -o-transition: all  0.3s ease;
    transition: all  0.3s ease; }

.post_area .allPost_list_box > dt a:hover {
  opacity: 0.6; }

.post_area .allPost_list_box > dd a:hover img {
  border: solid 8px #FFC600; }

.post_area .allPost_list_box > dd a:hover .btn_more {
  background-color: #FFC600; }

.post_area .allPost_list_box > dd a:hover p {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all  0.3s ease;
  -o-transition: all  0.3s ease;
  transition: all  0.3s ease;
  opacity: 0.6; }

.post_area .allPost_list_box dd dl dd {
  width: 56%;
  float: right;
  font-size: 16px;
  line-height: 1.7em;
  padding: 0 15px; }
  .post_area .allPost_list_box dd dl dd a {
    color: #666; }
  .post_area .allPost_list_box dd dl dd .btn_more {
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all  0.3s ease;
    -o-transition: all  0.3s ease;
    transition: all  0.3s ease;
    font-size: 13px;
    width: 190px;
    height: 30px;
    line-height: 30px;
    background: url(../images/blog/more_icon.png) no-repeat 85% center;
    background-color: #c8c8c8;
    float: right;
    text-decoration: none;
    text-align: center;
    padding-right: 20px; }

/*       color setting         */
/*       common         */
a {
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -webkit-transition-property: opacity,border,color,background;
  -moz-transition: 0.3s ease;
  -moz-transition-property: opacity,border,color,background;
  -o-transition: 0.3s ease;
  -o-transition-property: opacity,border,color,background;
  transition: 0.3s ease;
  transition-property: opacity,border,color,background; }

.blog_wrapper {
  width: 1040px;
  margin: 50px auto 0 auto; }

nav.breadcrumb li {
  font-size: 14px; }

nav.breadcrumb li a {
  text-decoration: underline;
  color: black; }

.post_area {
  width: 680px;
  float: left;
  margin-left: 20px; }
  .post_area .pagenation {
    text-align: center; }
    .post_area .pagenation ul li {
      margin: 0 2px;
      display: inline-block;
      height: 45px;
      line-height: 45px;
      border: solid #666 1px;
      font-size: 20px;
      color: black;
      text-align: center;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -webkit-transition: all  0.3s ease;
      -o-transition: all  0.3s ease;
      transition: all  0.3s ease; }
      .post_area .pagenation ul li:hover {
        background-color: #FFC600; }
    .post_area .pagenation ul li.active {
      background-color: #FFC600;
      padding: 0 15px; }
    .post_area .pagenation ul li a {
      display: block;
      height: 100%;
      width: 100%;
      color: black;
      padding: 0 15px; }
  .post_area .top_next_page a {
    display: inline-block;
    padding: 18px;
    text-align: center;
    width: 100%;
    background-color: #9b9b9b;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all  0.3s ease;
    -o-transition: all  0.3s ease;
    transition: all  0.3s ease;
    margin: 20px 7px;
    font-weight: bold;
    font-size: 18px; }
    .post_area .top_next_page a:hover {
      opacity: 0.8; }

.category_link {
  font-size: 12px;
  display: inline-block;
  text-align: left;
  padding: 4px 15px;
  color: #1290ba;
  border: 1px solid #1290ba; }
  .category_link a {
    color: #1290ba; }
  .category_link a:hover {
    opacity: 0.6; }

.sidebar_area {
  width: 285px;
  float: right;
  margin-right: 20px; }

.notfound_msg {
  font-size: 25px;
  margin-bottom: 60px; }
  .notfound_msg span {
    font-size: 18px; }

.post_area .singlePost_content h3{
  width:100%;
  border:0;
  padding:0;
  margin:0;
}
.post_area .singlePost_content hr{
  margin:2em 0;
}