.uu-ipo {
font-size: 13px;
 }

.naka3 {
  padding-top: 15px;
}

@media screen and (max-width:767px){
  .naka3 {
  padding-top: 5px;
}
  }
.sbc-title {
    display: none;
}
  
.kuuhaku {
  padding: 10px;
}
.qq {
filter: url("data:image/svg+xml;utf8,#grayscale");
filter: gray;
-webkit-filter: grayscale(100%);
}
.qq:hover {
filter: none;
-webkit-filter: grayscale(0%);
}


.clear {
    clear:both;　/*floatの解除、ここがポイント*/
}

.mainnav {
  z-index: 5;
  }


.su-post {
	padding: 0px;
  margin:15px;
}
.su-post {
	float: left;
	list-style: none;
}

.su-post {
  border-bottom: 1px solid #ccc;
  width: 100%;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:auto;
}

.rr-pp {
  background-color: #000;
  }


.hai12 {
  background-color: #e7e5cf;
  padding: 10px;
  box-shadow:5px 5px 10px #ccc;
  }


/*--------------------------------------------------------------
テーブル
--------------------------------------------------------------*/
.teburu {
border: transparent 1px solid;
}
.teburu th, .teburu td {
border: transparent 1px solid;
}

/*--------------------------------------------------------------
サイドバーブログ
--------------------------------------------------------------*/
  
.su-post-thumbnail  {
	padding: 5px;
}
.su-post-thumbnail {
	float: right;
	list-style: none;
}

  
  .su-post-meta {
  font-size: 12px;
  padding: 0px;
}

.su-post-thumbnail {
  width: 45%;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:auto;
}

.su-post-title0 {
  font-size: 14px;
  padding: 0px;
}
.su-post-title0 {
	float: left;
	list-style: none;
}

.su-post-title0 {
  border-bottom: none;
  width: 45%;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:auto;
}
/*--------------------------------------------------------------
サイドバー
--------------------------------------------------------------*/
.menyusaido {
       background: url(https://glacage30.com/pp/wp-content/uploads/2017/09/灰色.jpg) repeat;
    background-size: cover;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
  line-height: 20px;
  outline: none;
  padding: 10px;
   border-bottom: dashed 1px #f2475a;
}

.menyusaido::before,
.menyusaido::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.menyusaido,
.menyusaido::before,
.menyusaido::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.menyusaido:hover {
         background: url(https://glacage30.com/pp/wp-content/uploads/2017/09/黄色.jpg) repeat;
}
.menyusaido {
  margin-top: -8px;
  }

.mannnaka2 {
	padding: 0px;
  margin-bottom: 15px;
}
.mannnaka2 {
	float: left;
	list-style: none;
}

.mannnaka2 {
  width: 40%;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
}

.mannnaka3 {
	padding-right: 4px;
}
.mannnaka3 {
	float: left;
	list-style: none;
}

.mannnaka3 {
  width: 60%;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:auto;
}
.rinku {
	padding: 0px;
   margin: 0px;
}
.rinku {
    width: 100%;
  height: 100%;
}

.saido {
   border: solid 3px #f8920e;
   width: 100%;
   margin-top: 8px;
  margin-bottom: 15px;
}


.saido2 {
   background-color: #f8920e;
   width: 100%;
}

.saido3 {
   background-color: #333;
  　color: #fff;
   width: 100%;
  padding: 2px;
  margin-bottom: 8px;
  text-align: center;
}

@media screen and (max-width:767px){
  .menyu {
　border: 1px solid #ccc;
  width: 100%;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:auto;
}
  .menyu00  {
	padding: 10px;
}
  .menyu2 {
	padding: 5px;
}
  .menyu3 {
	padding: 5px;
}
    }

.kakoi-0 {
  border: solid 1px #ccc;
  padding: 15px;
  margin: 10px 0px;
  font-size: 13px;
  }
/*--------------------------------------------------------------
見出し
--------------------------------------------------------------*/
.iro {
color: #fff; !important;
}

.before {
    position: absolute;
    left: 0px;
    top: 0px;
}

.ninki {
    position: absolute;
    left: -40px;
    top: -30px;
}

.midasikunn {
  margin: 5px;
}

h1 {
color: #364e96;/*文字色*/
padding: 0.5em 0;/*上下の余白*/
border-top: solid 1px #333;/*上線*/
border-bottom: solid 1px #333;/*下線*/
}
/*--------------------------------------------------------------
アニメーション
--------------------------------------------------------------*/
.sss {
  position: absolute;
  left: 20%;
  width: 60%;
  height: 100%;
    top: 280px;
  z-index: 2;
}

.st1{
  fill:#fff;
  stroke:#fff;
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  stroke-width: 1;
  -webkit-animation: hello 4s ease-in 0s;
  animation: hello 4s ease-in 0s;
}

  @-webkit-keyframes hello {
      0% {
        stroke-dashoffset: 2000;
        fill:transparent;
      }
      40% {
        stroke-dashoffset: 1000;
        fill:transparent;
      }
      50% {
        fill:transparent;
      }
      100% {
        stroke-dashoffset: 0;
        fill:#fff;
      }
    }
@media screen and (max-width:767px){
  .sss {
  position: absolute;
  left: 10%;
  width: 80%;
  height: 100%;
    top: 260px;
  z-index: 2;
}
  .st1{
  fill:#fff;
  stroke:#fff;
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  stroke-width: 1;
  -webkit-animation: hello 4s ease-in 0s;
  animation: hello 4s ease-in 0s;
}

  @-webkit-keyframes hello {
      0% {
        stroke-dashoffset: 2000;
        fill:transparent;
      }
      40% {
        stroke-dashoffset: 1000;
        fill:transparent;
      }
      50% {
        fill:transparent;
      }
      100% {
        stroke-dashoffset: 0;
        fill: #fff;
      }
    }
}
/*--------------------------------------------------------------
フッター
--------------------------------------------------------------*/
#naka2 ul{
margin: 0; 
padding: 0; 
list-style: none;
}

#naka2 li{ 
display: inline; 
padding: 0; 
margin: 0; 
float: left;
}

#naka2 li a{
border-left: solid 1px #ccc;
display: block; 
padding: 3px;
text-decoration: none;
color: #333;
width: 100%; 
margin: 10px;
text-align: center;
font-size: 14px;
}
#naka2 li a:hover{
background-color: #2d56be;
color: #fff;
}
.naka {
  text-align: center;
}
/* フッターに背景画像を2つ入れる */
.footer-widgets {
    background: url(https://glacage30.com/pp/wp-content/uploads/2017/08/靴の背景②.jpg) repeat;
    background-size: cover;
}
/*--------------------------------------------------------------
ボタン
--------------------------------------------------------------*/
.button {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button {
  background-color: #333;
  border: 2px solid #333;
  color: #fff;
  line-height: 50px;
}
.button:hover {
  background-color: #fff;
  border-color: #59b1eb;
  color: #59b1eb;
}
/*--------------------------------------------------------------
カラム
--------------------------------------------------------------*/
.menyu  {
	padding: 0px;
}
.menyu {
	float: left;
	list-style: none;
}

.menyu {
  width: 50%;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:auto;
}

.menyu2 {
	padding: 15px;
}
.menyu2 {
	float: left;
	list-style: none;
}

.menyu2 {
  width: 60%;
  text-align: right;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:auto;
}

.menyu2-2 {
	padding: 15px;
}
.menyu2-2 {
	float: right;
	list-style: none;
}

.menyu2-2 {
  width: 60%;
  text-align: right;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:auto;
}

.menyu25 {
	padding: 15px;
}
.menyu25 {
	float: left;
	list-style: none;
}

.menyu25 {
  width: 80%;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:auto;
}

.menyu256 {
	padding: 15px;
}
.menyu256 {
	float: left;
	list-style: none;
}

.menyu256 {
  background-color: #2d2624;
  color: #fff;
  width: 80%;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:auto;
}
.menyu3 {
	padding: 15px;
}
.menyu3 {
	float: left;
	list-style: none;
}

.menyu3 {
  background-color: #000;
  border: 1px solid #ccc;
  width: 30%;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:auto;
}

.menyu35 {
	padding: 15px;
}
.menyu35 {
	float: left;
	list-style: none;
}

.menyu35 {
  width: 20%;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:auto;
}
.menyu36 {
	padding: 15px;
}
.menyu36 {
	float: left;
	list-style: none;
}
.menyu36 {
  width: 40%;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:auto;
}

.menyu3332 {
     width:33%;
     padding:1%;
     background-color: #fff;
     margin-right: 1%;
     float:left;
     box-sizing :border-box;
  }
@media screen and (max-width:767px){
  .menyu {
   border-bottom: 1px solid #ccc;
  width: 100%;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:auto;
}
  
.menyu3332 {
     width:100%;
     padding:1%;
     background-color: #fff;
     margin-right: 0%;
     float:left;
     box-sizing :border-box;
  }
  .menyu3 {
  width: 100%;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:auto;
}
  .menyu2 {
  width: 100%;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:auto;
}
  .menyu36 {
  width: 100%;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:auto;
}
  .menyu25 {
  width: 100%;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:auto;
}
  .menyu256 {
  background-color: #2d2624;
  color: #fff;
  width: 100%;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:auto;
}
  .menyu35 {
  width: 100%;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:auto;
}
  }

@media screen and (max-width:767px){
.aaimg{
  width: 30%;
　height:auto;
        left: 0;
    }
  }

/*--------------------------------------------------------------
広告ヘッダー
--------------------------------------------------------------*/
.mainnav {
      margin-top: -35px;
}
.ad-header-widget {
  position: absolute;
  right: 18%;
  width: 700px;
  height: 70px;
    top: -115px;
}
@media screen and (max-width: 1200px){
.ad-header-widget {
  position: absolute;
  right: 0;
  width: 800px;
  height: 70px;
    top: -105px;
}
  }
@media screen and (max-width: 1120px){
.ad-header-widget {       display:none;}
}
/* branding内の指定 */
#branding hgroup {
	margin: 0 7.6%;
	width: 48%; /* 横幅を48%まで狭めました */
	float: left;
}
#branding address {
	float: right;
	width: 26.8%; /* 横幅を26.8%まで広げました */
	margin-right: 7.6%; /* バランスを整えるために右マージンを追記 */
	padding-top: 3.65625em;
}

/* サイトタイトルと補足説明のマージンを変更 */
#site-title {
	margin-right: 70px; /* デフォルトは270pxでしたが、70pxに */
	padding: 3.65625em 0 0;
}
#site-description {
	color: #7a7a7a;
	font-size: 14px;
	margin: 0 70px 3.65625em 0; /* 右マージンのデフォルトは270pxでしたが、70pxに */
}

/* 以下を追記（クラス名はheader.phpと合わせてお好みで変更してください） */
.address {
	font-size: small;
}
.tel {
	font-size: xx-large;
	text-shadow: 1px 0px 2px #666666;
}
.hours {
	font-size: small;
}
.contact {
	margin-top: .5em;
	text-align: center;
}
.contact a {
	display: block;
/* ボタンジェネレーターで作成したソースコード */
	color: #ffffff;
	font-size: large;
	padding: 10px;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-box-shadow: 0px 1px 2px #666666;
	-moz-box-shadow: 0px 1px 2px #666666;
	text-shadow: 1px 1px 3px #666666;
	border: solid #cacbcc 1px;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#42aaff), to(#003366));
	background: -moz-linear-gradient(top, #42aaff, #003366);
}

.contact a:hover {
	background: #42aaff;
/* ボタンジェネレーターで作成したソースコードここまで */
}
/*--------------------------------------------------------------
JS
--------------------------------------------------------------*/
/* 画面外にいる状態 */
.fadein {
    opacity : 0.1;
    transform : translate(0, 50px);
    transition : all 500ms;
    }
 
/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }
/* 2つ目の要素に200msのdelayをかける */
#effect2 > div .fadein:nth-of-type(2) {
    -moz-transition-delay:200ms;
    -webkit-transition-delay:200ms;
    -o-transition-delay:200ms;
    -ms-transition-delay:200ms;
    }
/* 3つ目の要素に400msのdelayをかける */
#effect2 > div .fadein:nth-of-type(3) {
    -moz-transition-delay:400ms;
    -webkit-transition-delay:400ms;
    -o-transition-delay:400ms;
    -ms-transition-delay:400ms;
    }
/*--------------------------------------------------------------
画像用
--------------------------------------------------------------*/
.post-10 {
    overflow: hidden;
    margin: 0px 0px 0px 0px;  
}

.syasinhure-haikei {
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 75%;
    background: url('https://glacage30.com/pp/wp-content/uploads/2018/03/ブーツ背景.jpg') 0 0 no-repeat;
    background-size: contain;
  　position: relative;
    }

.syasinhure-haikei-moji {
   position: absolute;
   top: 10%;
   left: 10%;
   padding: 15px;
   background-color: rgba(0,0,0,0.5);
   color: #fff;
    }
@media screen and (max-width:450px){
.post-10 {
    overflow: hidden;
    margin: -15px -15px -0px -15px;   
}
	}
/*--------------------------------------------------------------
お知らせ
--------------------------------------------------------------*/
.su-post-meta {
  	margin-right: 10px;
}
.su-post-meta {
	float: left;
	list-style: none;
}
.su-post-meta {
font-size: 12px;
}

.su-post-title {
  border-bottom: 1px solid #ccc;
  }


/*--------------------------------------------------------------
コンタクト
--------------------------------------------------------------*/
.sukurou {
  overflow: scroll;   /* スクロール表示 */ 
  width: 100%;
  height: 150px;
  background-color: #fff;
  border: 1px solid #333;
}
.sukurou {
  padding: 5px;
  margin-top: 30px;
  }
.otoi6 {
	padding-top: 50px;
    padding-left: 10px;
}
.otoi6 {
	float: left;
	list-style: none;
}

.otoi6 {
	border: 1px solid #ccc;
    background-color: #ccc;
    color: #333;
  width: 35%;
  height: 120px;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:0;
}

.otoi3 {
	padding: 0px;
}
.otoi3 {
	float: left;
	list-style: none;
}

.otoi3 {
	border: 1px solid #fff;
  width: 100%;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:auto;
}
.otoi3 {
font-size: 16px;
  }

.otoi {
	padding-top: 50px;
    padding-left: 10px;
}
.otoi {
	float: left;
	list-style: none;
}

.otoi {
	border: 1px solid #ccc;
    background-color: #ccc;
    color: #333;
  width: 35%;
  height: 120px;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:0;
}

.otoi2 {
	padding-top: 50px;
}
.otoi2 {
	float: left;
	list-style: none;
}

.otoi2 {
	border: 1px solid #ccc;
  background-color: #eeeeee;
  width: 65%;
  height: 120px;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:auto;
}

.otoi4  {
	padding-top: 35px;
    padding-left: 10px;
}
.otoi4 {
	float: left;
	list-style: none;
}

.otoi4 {
	border: 1px solid #ccc;
   background-color: #eeeeee;
  width: 65%;
  height: 120px;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:auto;
}

.otoi5  {
	padding-top: 0px;
}
.otoi5 {
	float: left;
	list-style: none;
}

.otoi5 {
	border: 1px solid #ccc;
  width: 65%;
  height: 120px;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:auto;
}
.otoi9 {
	border: 1px solid #ccc;
   background-color: #e7f6f9;
  width: 100%;
  height: autopx;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:auto;
}

.otoi8 {
  padding-left: 45%;
  padding-top: 30px;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:auto;
}
.form-width { max-width: 100%;}

@media screen and (max-width:767px){
    .syasinhure-haikei-moji {
   position: relative;
   top: 0%;
   left: 0%;
   background-color: rgba(0,0,0,0.9);
   color: #fff;
  　padding: 10px;
    }
.otoi3  {
	padding: 0px;
}
.otoi3 {
	float: left;
	list-style: none;
}

.otoi3 {
	border: 1px solid #fff;
  width: 100%;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:auto;
}
.otoi3 {
font-size: 12px;
  }
.otoi2  {
	padding-top: 10px;
}
.otoi2 {
	float: left;
	list-style: none;
}

.otoi2 {
	border: 1px solid #ccc;
  background-color: #eeeeee;
  width: 65%;
  height: 120px;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:auto;
  }
}
/*--------------------------------------------------------------
基本設定
--------------------------------------------------------------*/
  .site-header {
      width: 100%;
      height: 150px;
    background-color: #fff;
    }
.site-logo {
		margin: 0px 0;
		float: left;
		-webkit-transition: all 0.3s linear;
		   -moz-transition: all 0.3s linear;
		    -ms-transition: all 0.3s linear;
		     -o-transition: all 0.3s linear;
		        transition: all 0.3s linear;
	}


.btn-menu {
		float: right;
		font-size: 28px;
		font-family: "FontAwesome";
		color: #fff;
		text-align:center;
		width: 28px;
		height: 28px;
		cursor: pointer;
		-webkit-transition: all 0.3s ease-out;
		   -moz-transition: all 0.3s ease-out;
		    -ms-transition: all 0.3s ease-out;
		     -o-transition: all 0.3s ease-out;
		        transition: all 0.3s ease-out;
	}


@media screen and (max-width:1024px){
.page .page-wrap .content-wrapper,
.single .page-wrap .content-wrapper {
	padding: 15px;
}
  }

@media screen and (max-width:1024px){
a:hover img{
opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
}

	.site-logo {
        size: 100%;
		margin: 0px;
		float: left;
		-webkit-transition: all 0.3s linear;
		   -moz-transition: all 0.3s linear;
		    -ms-transition: all 0.3s linear;
		     -o-transition: all 0.3s linear;
		        transition: all 0.3s linear;
	}
  
  
  .site-header {
      width: 100%;
      height: 90px;
    background-color: #fff;
    }

	#mainnav-mobi {
		margin: 30px 30;
		float: right;
		-webkit-transition: all 0.3s linear;
		   -moz-transition: all 0.3s linear;
		    -ms-transition: all 0.3s linear;
		     -o-transition: all 0.3s linear;
		        transition: all 0.3s linear;
	}

.btn-menu {
  background-color: #333;
  border-radius: 10px;
  position: absolute;
  right: 10%;
  width: 50px;
  height: 50px;
    top: -90px;
}
.btn-menu {
  padding: 2px;
    }
}
@media screen and (max-width:627px){
  .site-logo {
    position: relative; 
   padding: 20px 40px 20px 40px;
   margin-top: -20px;
    }
  }
/*--------------------------------------------------------------
ブログリスト
--------------------------------------------------------------*/
.pp-post  {
	padding: 10px;
}
.pp-post {
	float: left;
	list-style: none;
}

.pp-post {
	border-bottom: 1px dashed #ccc;
  width: 50%;
  height: 500px;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:auto;
}

.pp-post-thumbnail {
  width: 100%;
  float: left;
} 
 
.pp-post-thumbnail {
     margin-right : 5px ;
     padding-right : 5px ;
} 

.pp-post-title {
  width: 100%;
  float:  right;
} 
.pp-post-title {
  font-size: 18px;
  } 
.pp-post-title {
     margin :  5px;
     padding :  5px;
    } 
.pp-categori {
  width: 25%;
  float:  left;
  }

.pp-categori {
     margin-right : 10px ;
     padding-right : 10px ;
}
 .pp-post-meta {
      text-align: center;
          } 
 .pp-categori {
        text-align: center;
      } 


.pp-categori {
 color: #fff;
  background-color: #149874;
  }

@media screen and (max-width:767px){
  .pp-post {
	border-bottom: 1px dashed #ccc;
  width: 100%;
  height: 100%;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:auto;
}
.pp-post-thumbnail {
   width: 100%;
  float: left;
      }
  .pp-post-thumbnail {
     margin-right : 0px ;
     padding-right : 0px ;
} 
 .pp-post-title {
  width: 100%;
  float:  right;
}
  .pp-post-title {
  font-size: 16px;
  }
  .pp-post-title {
     margin :  5px;
     padding :  5px;
    } 
 .pp-categori {
    width: 100%;
　  float:  right;
  } 
   .pp-post-meta {
      text-align: center;
          } 
   .pp-categori {
        text-align: center;
      } 
        } 

.pp-post2 {
	padding: 10px;
}
.pp-post2 {
	float: left;
	list-style: none;
}

.pp-post2 {
	border-bottom: 1px dashed #ccc;
  width: 100%;
  text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
　　margin:auto;
}

.pp-post-thumbnail2 {
  width: 50%;
  float: left;
} 
 
.pp-post-thumbnail2 {
     margin-right : 5px ;
     padding-right : 5px ;
} 

.pp-post-title2 {
  width: 48%;
  float:  right;
} 
.pp-post-title2 {
  font-size: 18px;
  } 
.pp-post-title2 {
     margin-top :  20px;
     margin-bottom :20px;
     padding-top :  20px;
      padding-bottom :20px;
    } 
.pp-categori2 {
  width: 25%;
  float:  left;
  }

.pp-categori2 {
     margin-right : 10px ;
     padding-right : 10px ;
}
 .pp-post-meta2 {
      text-align: center;
          } 
 .pp-categori2 {
        text-align: center;
      } 


.pp-categori2 {
 color: #fff;
  background-color: #149874;
  }

@media screen and (max-width:767px){
  .pp-post-thumbnail2 {
   width: 100%;
  float: left;
      }
  .pp-post-thumbnail2 {
     margin-right : 0px ;
     padding-right : 0px ;
} 
 .pp-post-title2 {
  width: 100%;
  float:  right;
}
  .pp-post-title2 {
  font-size: 16px;
  }
  .pp-post-title2 {
     margin :  5px;
     padding :  5px;
    } 
 .pp-categori2 {
    width: 100%;
　  float:  right;
  } 
   .pp-post-meta2 {
      text-align: center;
          } 
   .pp-categori2 {
        text-align: center;
      } 
        } 
