/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

/* カスタマイズする場合にはこれより下に追記してください  */

@media screen and (max-width:900px){
	
#main-wrap {
    width: 100%;
	max-width:100%!important;
    margin: 0px!important;
}
.block1200 {
	width:100%;
	margin: 0px!important;
	padding:0px!important;
}
.pagetitle {
	font-size:1.4em;
	font-weight:bold;
}
/*----------------
　カテゴリトップ：grid
-----------------*/
article.grid_post-box {
	display:block;
	width:100%!important;
	}
.post-box-contents {
	width:100%;
	background:#FFFFFF;
	border-radius: 10px;
	padding:5px;
}
.grid_post_thumbnail {
	width:30%;
	margin-right:20px;
	float:left;
}
.post_thumbnail_wrap {}
.post_thumbnail_wrap img{
	max-width:100%;
}
.postblog-time {
	font-size:90%;
	color:#A5A5A5;
}
.postblog-txttitle {
	margin:5px 0;
	font-weight:bold;
}
.postblog-text p {
	margin-top:10px;
	font-size:0.9em!important;
	line-height:160%;
}




/*シングルページ*/
.contwaku {
	background:#FFFFFF;
	margin:5px;
	padding:30px 10px;
}
.contwaku-maru {
	background:#FFFFFF;
	border-radius: 10px;
	margin:5px;
	padding:30px 10px;
}
h1.single-title {
	font-size:1.2em;
	padding:20px 8px;
}
h2.single-indextag {
	padding:8px;
}
.post-meta-bottom {
	text-align:right;
}
}