@charset "utf-8";

/*----------------------------------------------------

	共通

----------------------------------------------------*/

p { text-align:left; }

.btn {
	clear:both;
	text-align:center;
}

.btn img { margin:0 5px; }


/*----------------------------------------------------

	展示会プロデュース

----------------------------------------------------*/

.Exhibition .lead {
	margin:0 0 25px 0;
	padding:0 5px 25px 5px;
	background:url(../../common/images/line_dot_01.gif) repeat-x bottom;
}

.Exhibition .lead strong {
	display:block;
	font-size:120%;
	color:#1B5B74;
	margin-bottom:15px;
}

/*----------------------------------------------------

	ブースデザイン

----------------------------------------------------*/

.Boothdesign .lead {
	padding:0 5px;
}

.Boothdesign .lead strong {
	display:block;
	font-size:120%;
	color:#1B5B74;
	margin-bottom:15px;
}

.Boothdesign .team {
	margin:0 auto 25px auto;
}

.Boothdesign .lead02 {
	margin:0 0 0 10px;
}

.Boothdesign ul { margin:20px 0 0 10px; }

.Boothdesign li {
	font-size:85%;
	line-height:180%;
	text-align:left;
}

/*----------------------------------------------------

	総合プロデュース

----------------------------------------------------*/

.Generalproduce .lead {
	margin:0 0 25px 0;
	padding:0 5px;
}

.Generalproduce .lead strong {
	display:block;
	font-size:120%;
	color:#1B5B74;
	margin-bottom:15px;
}

.Generalproduce .btn-contact {
	text-align:center;
	margin:15px 0 10px 0;
}

.Generalproduce table {
	font-size:100%;
	line-height:150%;
	width:660px;
	margin:10px auto;
	border-collapse:collapse;
	border:1px solid #CCC;
}

.Generalproduce th {
	vertical-align:top;
	font-weight:normal;
	padding:5px 8px;
	background:#EEE;
	border:1px solid #CCC;
	width:480px;
}

.Generalproduce th strong {
	display:block;
	color:#1B5B74;
}

.Generalproduce th span {
	font-size:85%;
}

.Generalproduce th span.news {
	font-weight:bold;
	color:#FFF;
	background:#CC0033;
	margin-right:10px;
	padding:0 3px;
}

.Generalproduce td {
	text-align:center;
	padding:5px 8px;
	border:1px solid #CCC;
}

.Generalproduce td {
	font-size:85%;
	margin-top:3px;
}

.Generalproduce .result {
	text-align:right;
	margin:0 5px 0 0;
}



/*----------------------------------------------------

	実績

----------------------------------------------------*/

.Result dl {
	_display:inline;
	float:left;
	white-space:normal;
	margin:0 6px 12px 6px;
	padding-bottom:5px;
	background:url(../../common/images/frame_result_01.gif) no-repeat bottom;
	width:213px;
}

.Result dt img {
	display:block;
	vertical-align:text-bottom;
}

.Result dd {
	font-size:85%;
	line-height:145%;
	text-align:left;
	padding:0 8px;
}


