@charset "utf-8";

/* ------------------------------------------------------- *
   ケータリング / ご利用案内・注意事項 CSS
 * ------------------------------------------------------- */

.flow h2{
	margin-bottom:0.5em;
	padding:0 0 3px 13px;
	background-image:url(../images/mark04.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	border:1px solid #bbc;
	border-width:0 0 1px 0;
}

.contents h3.first{
	margin-top:0.75em;
}

/* ご利用までの流れ図 */
#chartFig{
	position:relative;
	top:0;
	left:0;
	z-index:10;
}

/* 図上のリンクボタン。
   印刷時には消しています(このファイルの最下行参照) */
#chartFig a{
	position:absolute;
	z-index:11;
	display:block;
	width:31px;
	height:134px;
	top:56px;
	left:239px;
/*	background-color:transparent;*/
}

#chartFig a#clickable02{left:281px;}
#chartFig a#clickable03{left:321px;}
#chartFig a#clickable04{left:361px;}


/* PDFリンク */
.pdfList ul{
	list-style-type:none;
	margin:0 0 8px 0;
}
.pdfList li {
	display:block;
	float:left;
	margin:0 12px 0px 0;
	padding:0 20px 0 0;
	background-image:url(../images/icon_pdf.gif);
	background-repeat:no-repeat;
	background-position:right 0;
	white-space:nowrap;
}
.pdfList li a{
	display:block;
	width:auto;
}

/* 打合せ内容 */
table.normal th{
	width:10em;
}

/* キャンセル・変更期限 */
#aboutCancel{
	width:85%;
	padding:6px 14px 6px 14px;

	background-color:#fff0f0;
/*	background-color:red;*/
	border:1px solid #ae3b30;
}
#aboutCancel h3{
	color:#ae3b30;
	margin-top:1.25em;
	margin-bottom:0.25em;
	padding-left:0;
	background-image:none;
	border-style:none;
}
#aboutCancel h3.first{
	margin-top:0em;
}
#aboutCancel p{
	margin-bottom:0.25em;
}
#aboutCancel div p{
	font-size:120%;
	font-weight:bold;
	color:red;
}
#aboutCancel th,
#aboutCancel td{
	color:red;
	font-weight:bold;
	font-size:120%;
	text-align:left;
}
#aboutCancel th{
	font-weight:normal;
	padding-right:12px;
}



/*キャンセル料変更のお知らせ*/

table#cancel{}

table#cancel th,
table#cancel td{font-size:105%;padding:6px;}

table#cancel th{background-color:#514e6e;font-weight:bold;color:#fff;}

table#cancel td{background-color:#ffffff;color:#333;font-weight:normal;}

table#cancel td.name{width:200px;}

table#cancel td.mod,
table#cancel tr.mod th,
table#cancel tr.mod td{color:#ff0000;font-weight:bold;}

/* ************************************** */
/* *********** 印刷用スタイル *********** */

@media print{
	#chartFig a{
		display:none;
	}
}