/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

/* カスタマイズする場合にはこれより下に追記してください  */

body{
    -webkit-text-size-adjust: 100%;
    vertical-align: baseline;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	line-height:160%;
	color:#663300!important;

}
.hentry,#single-main .post-sub{
  background:url();
	border:none!important;
	box-shadow: none!important";
}
.wrap-post-title {
    background: #F2F2F2!important;
	text-align:center;
}

#nav_fixed .logo {
	display:block;
}/*スクロールした時のタイトル*/


#main-wrap {
    width: 1100px;
    margin: 20px auto;
	padding:8px;
}
main {
	text-align:left;
}
.block1200 {
	width:1100px;
	margin: 20px auto;
	padding:10px;
}
.pagetitle {
	font-size:1.8em;
	font-weight:bold;
}
.cyui {
	font-size:80%;
	text-align:right;
	color:#9E9E9E;
}
/*----------------
　カテゴリトップ：grid
-----------------*/

.post-box-contents {
	width:100%;
		border-radius: 10px;
	padding:10px;
}
.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 {
	margin-top:10px;
	font-size:90%;
	
}

/*サイドバーメニュー　背景白*/
.sidebarbox {
	float:left;
	background:#FFFFFF;
	margin-left:20px;
	margin-bottom:40px;
}
.sidebarbox2 {
	background:#FFFFFF;
	padding:6px;
}

.sideber-a-title {
	text-align:center;
	margin:10px;
}
.sideber-a-title img {
	max-width:100%;
}
.sideber-a-mtitle {
	padding:3px;
	background:#6B98F4;
	margin:8px 0;
	text-align:center;
	border-radius: 8px;
	font-size:90%;
	color:#FFFFFF;
}
.sideber-a-mtitle img {
	max-width:100%;
}
.sideber-a-list {
	font-size:90%;
	display:block;
	padding:0 0 0 20px;
	border-bottom:1px dotted #BABABA;
	background:url(/oks/wp-content/uploads/images/menuicon1.png) bottom left no-repeat;
}
.sideber-a-list a {
	color:black;
	font-weight:bold;
}
.sideber-a-list:hover {
	color:#4D83AA;
	background:#DAF9FC;
}

/*サイドバーメニュー　背景なし*/
.sidebarbox-n {
	float:left;
	margin-left:20px;
	margin-bottom:40px;
}
.sidebarbox2-n {
	padding:6px;
}


/*Facebook枠*/
.fbwaku {
	margin:20px 0;
	text-align:right;
}
.fbwaku img {
	max-width:70%;
}

/*シングルページ*/
.contwaku {
	background:#FFFFFF;
	margin:5px;
	padding:30px 10px;
}
.contwaku-maru {
	background:#FFFFFF;
	border-radius: 10px;
	margin:5px;
	padding:30px 10px;
}
.single-title {
	font-weight:bold;
	font-size:1.4em;
	padding:10px 20px;
	border-bottom:2px dotted #41A0CF;
}
.post-meta-bottom {
	text-align:right;
}
.single-post-main {
	padding:10px 30px 40px 30px!important;
}