@charset "utf-8";


/* 
==============================================================*/

#osechi .inner {
	max-width: 730px;
	padding: 100px 0;
}

@media screen and (max-width: 767px) {

#osechi .inner {
	padding: 100px 0px;
}

}


/* 見出し
==============================================================*/

#osechi h1 {
	font-family: "游明朝", YuMincho, 'Yu Mincho', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 180%;
	font-weight: normal;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 100px;
	color: #593F04;
}

#osechi h2 {
	font-family: "游明朝", YuMincho, 'Yu Mincho', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 120%;
	font-weight: normal;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	text-align: left;
	margin: 0 0 1em 0;
	padding: 0 1em 10px 0;
	color: #593F04;
	border-bottom: 1px dashed #999;
}

@media screen
    and (max-width: 767px) {

#osechi h1 {
	font-size: 140%;
	margin-bottom: 30px;
}

}


/* 
==============================================================*/

#osechi dl dt {
	font-size: 120%;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 0.5em;
}

#osechi dl dd {
 line-height: 1.2em;
 margin-bottom: 1em;
}

#osechi dl dt span {
	
}

