/*
Theme Name:  OnepPess Child
Version: 2.3.8
Template: onepress
*/


/* プロフィール用 */
table.yprofile {
	border: none;
	align: left:
	vertical-align: top;
	width: 50%
}

table.yprofile th, table.yprofile td {
	border: none;
	vertical-align: top;
white-space: nowrap;
}


.yprofile1 {
        display: flex;
        align-items: flex-start;
  flex-wrap: wrap;
    }




/* メッセージ用 */
table.ymessage {
	border: none;
	width: auto;
}

table.ymessage th, table.ymessage td {
	border: none;
	vertical-align: top;
}
table.ymessage td {
	padding: 15px 20px;
	vertical-align: top;
	text-align: left;
	font-size: 110%;
}

/***** サイト全体の文字種と文字サイズ *****/
body {
	/* 文字種 */
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
	/* 基本文字サイズ */
    font-size: 11	px;
	/* 基本文字サイズに対する倍率 */
    font-size: 1rem;
	/* 基本文字色 */
	color:#444;
}

h4 {
color: #444
}

/* セクションタイトル */
h2.section-title {
line-height: 1;
color: #444

}

/* セクションタイトル */
h2.section-title {
line-height: 1;
color: #444
border-bottom: solid 3px #cccccc;
}

div.container {
h2.section-title {
padding: 5px;
border-bottom: solid 3px #cccccc;
}
.section-title-area {
padding: 5px;
border-top: solid 3px #cccccc;
}
}

