@charset "UTF-8";


#postArea>h2{
	font-size: 40px;
	line-height: 1.2;
	margin-bottom: 80px;
}

#postArea>h2 span{
	display: block;
	font-size: 15px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#postArea>h3{
   position: relative;
   text-align: center;
	 font-size: 40px;
}

#postArea>h3:before {
    border-top: 1px solid;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

#postArea>h3 span {
    background-color: white;
    display: inline-block;
    padding: 0 10px; /*ラインとテキストの間を調整*/
    position: relative; /*水平ラインが突き抜けないように*/
}

#postArea>h6{
	font-size: 14px;
	margin-bottom: 50px;
}

#postArea p{
	max-width: 768px;
	width: 90%;
	margin: 0 auto 180px;
}

#postArea p span{
	font-size: 18px;
	font-weight: 700;
}
