@charset "UTF-8";

@media screen and (max-width: 767px) {

.navigation-top_inner{
      background-color: #33CC99;
}
.sp{
	display:block;
}

.post_inner iframe{
width:100%;
}
.post_inner a{
  word-break:break-all;
}
header{
    border-bottom:1px solid #000;
    position:fixed;
    top:0;
    left:0;
    min-width:280px;
    width:100%;
    background-color:rgba(239,239,239,0.9);
     box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}

.main_cont{
	min-width:280px;
  margin-bottom:20px;
}

.wrapper{
	margin-top:45px;
  padding:15px;
}

.menu_bt{

	position:absolute;
	top:0px;
	right:0px;
	width:50px;
	height:100%;
  background-image:url("../../img/common/icn_menu.png");
  background-repeat:no-repeat;
  background-size:25px auto;
  background-position:50% 50%;

}

.h_logo{
width:80%;
padding:10px;
font-size:20px;
text-align:left;
}

.h_logo .nico {
	font-size:20px;
    line-height:20px;
    padding-bottom:3px;
}
.h_logo p{
display:none;
}

.navigation-top{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:1000;
	height:0;
  transition:height 300ms 0s ease;
	overflow:hidden;
}

.navigation-top #top-menu li a{
line-height:40px;
border-bottom:1px solid #000;
display:block;
}

.nav_close{
line-height:45px;
height:45px;
border-bottom:1px solid #000;
display:block;
background-color: #33CC99;
text-align:right;
}

.nav_close p{
  text-align:center;
  font-size:14px;
  font-weight:bold;
}

.nav_close a{
  position:absolute;
  top:0;
  right:0;
	display:inline-block;
  background-image:url("../../img/common/icn_batsu.png");
  background-repeat:no-repeat;
  background-position:50% 50%;
  background-size:20px 20px;
  width:45px;
  height:45px;
}


.p_list li {
    float: none;
    margin-right:0px;
    margin-bottom: 15px;
}

.p_list .posts_link {
    display: block;
   width:33%;
	height:auto;
}
.p_list .posts_info {
    display: block;
   width:64%;
   padding-left:3%;
  height:auto;
}


.posts_info a.posts_ttl{
  font-size:13px;
  font-weight:bold;
  line-height:22px;
}


/*記事個別*/
.post_inner{
    color: #444;
}
  

.post_inner p{
   font-size: 14px;
 line-height: 30px;
}

.post_title{
  font-size:20px;
      line-height: 27px;
}



.post_inner h2 {
font-size:18px;
line-height: 22px;
margin-top:20px;
}

.post_inner h3{
   font-size:16px;
 line-height:25px;
}

ul.related_post li:nth-child(2n){
 
}

.wpp_summary,.wp_rp_excerpt{
  display:none;
}


}