
.mainInfoBlock .cartButtonArea00 p {
	font-size:18px;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*** 注釈 ***/
p.kaikae_shinki_chusyaku {
	font-size:15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



/*** <pc>ライトボックス css***/

.order_points {
	text-align:center;
	position:relative;
	width:98%;
}

/* ご注文までの流れ */
.order_points .order_01 {
	border:3px #9c0100 solid;
	border-radius:10px;
	box-sizing:border-box;
	background:#FFF;
	height:515px;
	overflow-y:auto;
}


/* 見出し */
.order_points .order_01 .preview_flow {
	width:650px;
	display:inline-block;
	vertical-align:top;
	margin:20px 10px 20px 20px;
	border-radius:5px;
}
.order_points .order_01 .preview_flow:before {
	content:"";
	clear:both;
}
.order_points .order_01 .preview_flow p {background:#111;
	padding:10px 0;
	color:#FFF;
	font-size:22px;
	font-weight:bold;
	vertical-align:middle;
	border-radius:3px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.order_points .order_01 .preview_flow p img {
	vertical-align:middle;
}
/* 「ご注文までの流れ」 */
.order_points .order_01 .preview_flow ul p {background:#FFF;
	padding:30px 0;
	color:#111;
	font-size:35px;
	font-weight:bold;
}

/* 1下見受付~5設置 */
.order_points .order_01 .preview_text {width:600px;
	display:inline-block;
	vertical-align:top;
	margin:20px 10px;
}
/* 上線部 */
.order_points .order_01 .preview_text dl {border-top:2px solid #222;
	margin-bottom:20px;
	text-align:left;
}
/* 「1」「2」「3」「4」「5」 */
.order_points .order_01 .preview_text dl dt {
	background:#222;
	padding:2px;
	color:#fff;
	font-weight:bold;
	margin-right:6px;
	display:inline-block;
	width:24px;
	font-size:18px;
	line-height:22px;
	vertical-align:top;
	text-align:center;
	border-radius:0 0 3px 3px;
}
/* 説明文 */
.order_points .order_01 .preview_text dl dd {
	background:#FFF;
	color:#222;
	padding:0px;
	font-weight:normal;
	display:inline-block;
	width:550px;
	font-size:17px;
	margin-top:6px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:24px;
}
/* 小見出し「下見受付」〜「設置」 */
.order_points .order_01 .preview_text dl dd.preview_heading {
	background:#FFF;
	color:#222;
	padding:0px;
	font-weight:bold;
	display:inline-block;
	width:550px;
	font-size:17px;
	margin-top:6px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:24px;
}


/* 下見・設置についてのご注意 */
.order_points .order_01 .preview_chusyaku {
	width: 600px;
	display: inline-block;
}
.order_points .order_01 .preview_chusyaku p {
	padding: 30px 0;
	font-size: 30px;
}
.order_points .order_01 .preview_chusyaku ul li {
	margin-top:5px;
	text-align:left;
	line-height:20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.order_points .order_01 .preview_chusyaku ul li b {
	color:red;
	font-size: 19px;
}

/* 下見受付ボタン */
.order_points #cart_preview01 {
	margin-top:15px;
}
.order_points #cart_preview01 .cart_preview_link img {
	width:50%;
}

