/*
Theme Name:xeory_base_child
Template:xeory_base
*/


.post-author {
  display: none;
}


.post-content h2 {
  padding: 15px;
  clear: both;
  background-color: #f6f6f6;
  border-left: 5px solid #10b0e0;
}
.post-content h3 {
  clear: both;
  border-bottom: 2px solid #10b0e0;
  padding: 10px 5px;
}

body.color01 .post-content h3 {
  border-left: 5px solid #ffffff;
}

/* 記事読込み時のレイアウトはみ出し防止対策 */
iframe{
	max-width: 100%;
}


/* サブカテゴリ調整 */
li.cat-item .children {
padding-left: 24px;
}
.side-widget ul.children li:last-child {
  border-bottom: none ;
  padding-bottom:3px;
}