@charset "UTF-8";
/* CSS Document */

/*ご注文の流れ*/
#nagare {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
#nagare h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: -10px;
	
}
#nagare hr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	margin-right: -20px;
	margin-left: -20px;
	margin-bottom: 40px;
}
#nagare img.soft {
	margin-left: 75px;
	margin-top: 30px;
	margin-bottom: 15px;
}
#nagare p.sub {
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 40px;
	line-height: 1.5em;
}
#nagare p {
	font-size: 14px;
	line-height: 1.5em;
}
#nagare img {
	margin-bottom: 40px;
	margin-top: 30px;
}


#nagare .size {
	margin-right: auto;
	margin-left: auto;
}