/*
 Template:sydney
 Theme Name:sydney-child
*/

*/
カテゴリー別ID(body class)
COLUMN：.categoryid-14
NEWS：.categoryid-15
BLOG: categoryid-20
WORKS 注文住宅：categoryid-17
	リノベーション：categoryid-16
	街づくり：categoryid-18
	分譲住宅：categoryid-19
	インテリア：categoryid-13
*/

.meta-post {
	display: none;
}

/* トップページのカテゴリ下ボーダー */
.panel-row-style-for-8-1 {
border-bottom: 1px solid #e0e0e0;
}
.panel-row-style-for-8-2 {
border-bottom: 1px solid #e0e0e0;
}

/* WORKSの個別ページの日付、投稿者を消す */
.categoryid-13 .single-meta,.categoryid-16 .single-meta,.categoryid-17 .single-meta,.categoryid-18 .single-meta,.categoryid-19 .single-meta {
	display: none;
}

.categoryid-13 .meta-post,.categoryid-16 .meta-post,.categoryid-17 .meta-post,.categoryid-18 .meta-post,.categoryid-19 .meta-post {
	display: none;
}

/* 事務所のご案内の表 */
table {
	width: 80%;
	border-collapse: collapse;
    margin: 0 auto;
}
th.t_top {
    border-top: #81d742 4px solid;
}
th {
	border-bottom: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: left;
	background: #f7f7f7;
	padding: 10px;
	font-weight: normal;
}
td.t_top {
	border-top: #e3e3e3 4px solid;
}
td {
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: left;
	padding: 10px;
}

/* our services */
.roll-icon-box .content h3 {
    font-size: 18px;
    font-weight: 800;
}
.roll-icon-list .content h3 {
    font-size: 18px;
    font-weight: 800;
}

/* コラム(body class:categoryid-14) */
.categoryid-14 .single-meta {
    display: none;
}
.column h3.widget-title {
	text-align: left;
	padding:10px;
	border-top: #bdbcbc 1px solid;
	border-bottom: #bdbcbc 1px solid;
	margin: 30px 0px;
}
.column h4 {
	margin: 60px 0 15px;
}
.column h4:first-letter{
	font-size:35px;
	color:#81d742;
}
.column .modelplan_img img{
	padding:5px;
	border: #eeeeee 1px solid;
}
.column .su-column-custom h4{
	font-size: 20px;
	border-bottom : none;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-align: left;
}
.column .su-column-custom h4:first-letter{
    font-size:35px;
	color: #81d742;
}

.modelplan h3.widget-title::after,.column h3.widget-title::after {
	display: none;
}
.note {
	font-size: 12px;
	margin-bottom: 40px;
}
.device h5{
	padding-bottom:8px;
	border-bottom:#d65050 2px solid;
	margin-top:60px;
}

.bg01 {
	border: #e4f7d7 2px solid;
	padding:10px;
}
.bg01 img {
	margin-bottom: 20px;
}

/* 投稿の前後記事リンク文字 */
.post-navigation a {
	font-size: 1.2em;
}
.post-navigation .nav-previous {
    border-right: 1px solid #81d742;
}

/* コラム一覧（body class:category-14） */
.category-14 .meta-post {
	display: none;
}

/* ***** コラム区切り先の下の線を消す ***** */ 
.content-area .hentry:after {
    width: 30px;
    height: 0;
}

/* NEWS (body class:categoryid-15) */
/* 投稿者を消す */
.categoryid-15 .byline {
	display: none;
}

/* コラム、ニュースのアーカイブページ */
.posts-layout img {
	max-width: 30%;
	float: right;
    margin-left: 3em;
}

.content-area .entry-thumb {
    margin-bottom: 0px; 
}

.content-area .hentry {
	overflow: hidden;
	border-bottom: #bdbcbc 1px solid;
	padding:5%;
	margin-bottom:0px;
}
    

/* フッターウィジェット */
.widget-area .widget {
    padding-top: 30px;
}

/* コピーライト位置 */
.site-footer{
  text-align: center;
}

/* 『Contact Form 7』をレスポンシブ化する */
.form-width { max-width: 100%;}

/* スパム対策reCAPTCHA保護マーク非表示 */
.grecaptcha-badge {
  visibility: hidden; 
}