@charset "utf-8";

@import "common.css";


/* ---------------------------------------------------
display.css
出展についてCSS
--------------------------------------------------- */



/* ---------------------------------------------------
menu
--------------------------------------------------- */
#menu ul li.menu03 a {
	background: url(../images/common/menu03.gif) no-repeat left bottom;
}



/* ---------------------------------------------------
フォーム
--------------------------------------------------- */
span.need {
	color: #f00;
	font-weight: bold;
}

table {
	width: 553px;
	margin: 0 15px 10px 32px;
	padding: 0;
	border-collapse: collapse;
	border: 0;
}

table th {
	width: 150px;
	margin: 0;
	padding: 7px;
	background: #efefef;
	border: 1px solid #aaa;
	text-align: left;
	color: #000;
	font-weight: bold;
	vertical-align: top;
	line-height: 150%;
}

table td {
	margin: 0;
	padding: 7px;
	border: 1px solid #aaa;
	text-align: left;
	vertical-align: top;
	line-height: 150%;
}

table th.sum {
	border-top: 2px solid #999;
	background: #bed6ee;
}

table td.sum {
	border-top: 2px solid #999;
	background: #f0f7fe;
	font-weight: bold;
}

table td .size1 {
	width: 300px;
}

table td .size2 {
	width: 100px;
}

table span.memo {
	font-weight: normal;
	font-size: 85%;
	color: #1c6bbb;
}

.error {
	margin: 0 15px 10px 32px;
	padding: 10px;
	border: 5px solid #c45f5f;
	line-height: 150%;
	color: #f00;
	font-weight: bold;
}



/*完了*/
.nobox {
	margin: 20px 100px;
	padding: 20px;
	border: 5px solid #0b5a8f;
	line-height: 150%;
	font-weight: bold;
	font-size: 108%;
	text-align: center;
}

.nobox span {
	margin-left: 30px;
	font-size: 200%;
}


