@charset "utf-8";
/*===============================================
●style.css 画面の横幅が1043px以上
===============================================*/
body{ 
margin: 0;
padding: 0;
font-size: 14px;
font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','sans-serif','ＭＳ Ｐゴシック';
	}
	
#wrapper {
  width: 100%;
  margin: 0 auto;
}
header {
  width: 100%;
  margin: auto;
}

#headerinner {
  width: 100%;
  margin: 50px auto 0px; 
  position: relative;
  text-align:center;


}
#headerinner a{
	text-align:center;
	margin:auto;}
#headerinner  img{
	width:400px;
	height:auto;}

#topcontent{
  width:100%;
  margin:auto;}
  
.topcontentinner{
  width:100%;
  margin: auto;
  text-align:center;}
  
.top img{
  margin:0 0 10px 0;
  max-width:1000px;}  
  
.title1{
  font-size:16px;
  }  
  
#content {
  width: 1044px;
  margin: 0 auto;


}



#maincontent {
  float: left;
  width: 680px;
}
  
.titlewrap .title {
  float: left;
  margin: 0 0 10px 0;
}
.article #list {
	width: 680px;
	float:left
}

.article #list li{
	width:300px;
	margin: 0 20px 40px 0;
    display: inline-block;
	float:left;

	
}

.article a {
text-decoration: none;

}
.article a:link{
  color:#292929	
	}
	
.article a:visited{
  color:#292929
	}	
	
.article a:hover {
text-decoration: underline;
border:#474747
}

ul{
	list-style:none;
}

li {
	margin: 0 40px 40px 0;
    display: inline-block;
	float:left;
} 
#list :nth-child(even) {
  margin: 0 40px 0 0;
}

.a_title{
    font-size:16px;
	font-weight:700;
		 }
		 
.date{
	color:#565656;
	margin:0px; }
	
.all{
  width:100%;
  margin: auto;
  text-align:center;
  font-size:16px;
  font-weight:700px}
			 

#subncontent {
  float: right;
  width: 300px;
}

 
 .tags ul{
	 list-style:none;}
 .tags li {
	display:inline-block;
	margin:0 5px 5px 0 ;
	border:1px solid;
	padding:5px;
	border-radius: 4px;}
	
 .tags li a:link{
text-decoration: none;
color:#000

}

.tags li a:hover {
text-decoration: underline;
border:#474747
}

	
.tags li a:visited{
  color:#000000

	}	
	









footer {
	margin:20px 0 0;
    width:  100% ;
    height: 80px ;
	text-align:center;

}

.footerInner{
	margin:10px 0 20px;}

@media only screen and (min-width: 1044px){
	
	
	.menu-wrap,button{
		display:none;}
	
	}


/*===============================================
●tablet.css 画面の横幅が1043pxまで
===============================================*/
/* ***** 〜1043px
--------------------------------------------------------- */
@media screen and (max-width: 1043px) {
	
	
	#wrapper {
  width: auto;
  margin: 0 auto;

}


	
	
    /* Content
    --------------------------------------------------------- */
    #content,
    #mainContent  {
        float:none;
        
        width: auto;
        margin: 0 auto;
    }
   
    #subncontent{
		display:none;}
   
   footer img{
	 max-width:126px;
	 width:25%;
	 height:auto;}
	
    /* Top Content
    --------------------------------------------------------- */
    #topcontent {
        padding: 0 0 5px 0;
    }
    .topcontentInner {
        width: 100%;
        margin: 20px auto;
    }
    .top img {
        max-width: 900px;
        width: 92%;
        margin: 0 auto !important;
    }
	
    .article #list {
	width: 680px;
	float:none;
}
    
   
    /* Bottom Content
    --------------------------------------------------------- */
    #curator {
        display: none;
    }

    
    .postList .likeNumber {
        background: url(images/common/icon_note_sp.png) no-repeat left 50%;
        -moz-background-size: 12px;
        -webkit-background-size: 12px;
        -o-background-size: 12px;
        -ms-background-size: 12px;
        background-size: 12px;
    }
   
}
/*===============================================
●smart.css  画面の横幅が769pxまで
===============================================*/

/* ***** 〜739px
--------------------------------------------------------- */
@media screen and (max-width: 739px) {

    /* Content
    --------------------------------------------------------- */
	
	
	#headerinner  img{
	max-width:400px;
	width:55%;
	height:auto;}

	
    #maincontent {
        width: 92%;
        margin: 0 auto;
    }

    
    /* Top Content
    --------------------------------------------------------- */
    #topContent {
        padding: 20px 0 40px 0;
    }
	
	.article #list {
	width: 680px;
	float:none;}
   
    
    /* Sub Content
    --------------------------------------------------------- */
    
    /* Content
    --------------------------------------------------------- */
    .postList article {
        width: 320px;
        float: none;
        margin: 0 0 40px 0;
    }
    .postList article:nth-child(even) {
        margin: 0 0 40px 0;
    }

    
}

/* ***** 〜414px
--------------------------------------------------------- */
@media screen and (max-width: 414px) {
    
    /* Content
    --------------------------------------------------------- */
	
    #mainContent {
        max-width: 100%;
        width: 92%;
        margin: 0 auto;
    }
	
    
    /* Top Content
    --------------------------------------------------------- */
    #topContent {
        padding: 0 0 40px 0;
    }
	
	
	.article #list {
	width: 100%;
	float:none; }
    
    /* Content
    --------------------------------------------------------- */
    .postList article {
        width: 100%;
        float: none;
        margin: 0 0 40px 0;
    }
    .postList article:nth-child(even) {
        margin: 0 0 40px 0;
    }
    .postList article figure img {
        width: 100%;
        height: auto;
    }
    


    
}
