@charset "utf-8";

/* greeting */
header { background: url(../../greeting/img/header_bg.png) center top no-repeat; height: 250px; }

#pagetitle { margin: 64px 16px 0; }
/*#pagetop { display: none; }

article { margin: 20px auto 0; }*/


.contents {
	font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
	padding: 0 25px 40px 25px;
}
.contents h1 {
	color: #8D7A4B;
	font-size: 1.2rem;
	margin-bottom: 1rem;
}

.contents h2 {
	font-size: 1.8rem;
	margin-bottom: 1.5rem;
}
.contents h3 {
	margin-bottom: 1.5rem;
	text-align: right;
	font-weight: normal;
}
.contents h3 strong {
	font-size: 1.2rem;
	font-weight: normal;
}
.contents p {
	margin-bottom: 2rem;
	line-height: 2.1;
}
.w2_cont{
	display: 			-webkit-flex;
	display: 			flex;
	align-items:		stretch;	/*  縦位置 */
	align-content: 		flex-start;	/* 横位置 */
	justify-content:	space-between;	/* 並べ方 */
	flex-wrap: 			nowrap;
}

.greeting_text {
	/*width: 60%;*/
	
}
.greeting_image {
	width: 36%;
}
.greeting_image dd {
	text-align: right;
	margin-top: 20px;
	
}
.name {
	font-size: 1.5rem;
}

/* 20140410
.contents {
	font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
	background: url(../../greeting/img/bg.png) center bottom no-repeat; padding: 0 360px 40px 100px;
}
.contents h1 {
	color: #8D7A4B; font-size: 1.2rem; margin-bottom: 1rem;
}

.contents h2 {
	font-size: 1.5rem; margin-bottom: 1.5rem;
}
.contents h3 {
	margin-bottom: 1.5rem; text-align: right;
	font-weight: normal;
}
.contents h3 strong {
	font-size: 1.2rem;
	font-weight: normal;
}
.contents p {
	margin-bottom: 2rem;
}
*/
