@charset "UTF-8";



/*======================================================================================================================
========================================================================================================================

exhibitor.css

出展社情報/出展社検索（出展社PR文登録に関わるクラスが含まれるため毎年引き継ぐこと）

========================================================================================================================
======================================================================================================================*/



/* 出展社情報（一覧） 上部のナビゲーション
-------------------------------------------------------------------------------------------------------- */
.exhibitorlist_navi {
	border: solid 1px #CCCCCC;
	border-collapse: collapse;
	margin: 0px 0px 30px 0px;
}
.exhibitorlist_navi td {
	text-align: center;
	border: solid 1px #CCCCCC;
	padding: 3px 0px 2px 0px;
}
.exhibitorlist_navi td:hover {
	background: #EEEEEE;
}




/* 出展社情報（一覧）・検索 カテゴリータイトル
-------------------------------------------------------------------------------------------------------- */
.index_ttl_alphabet,
.search_ttl {
	color: #FFFFFF;
	font-weight: bold;
	background: #888888;
	margin: 0px 0px 15px 0px;
	padding:  5px 5px 5px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.search_ttl_result {
	font-weight: bold;
	margin: 5px 0px 10px 0px;
}

#chk_products {
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	padding: 5px;
	background: #FFF;
	border: dashed 1px #DDD;
}

.detail_ttl_name {
	color: #FFFFFF;
	font-size: 123.1%;
	font-weight: bold;
	background: #888888;
	margin: 0px 0px 15px 0px;
	padding: 8px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.pagetop {
	margin: 20px 0px 20px 0px;
}
.pagetop ul {
	float: right;
}




/* 出展社検索 製品分類選択・検索ボックス
-------------------------------------------------------------------------------------------------------- */
.box_search_select {
	border: solid 1px #CCCCCC;
	background: #F5F5F5;
	padding: 20px;
	margin: 0px 0px 30px 0px;
	text-align: center;
}
.box_search_btn {
	width: 290px;
	margin: 0px 195px 30px;
}
.box_search_result {
	border: solid 5px #EEEEEE;
	padding: 10px;
	margin: 0px 0px 40px 0px;
}





/* 出展社検索 フォーム設定
-------------------------------------------------------------------------------------------------------- */
input,textarea {
	font-size: 100%;
	padding: 5px;
}
input {
	vertical-align: middle;
}

/* フォーム装飾 */
.search input {
	font-size: 116%;
	border: solid 1px #DDD;
	padding: 5px;
}

/* jqueryでフィールドの例文を消す設定 */
.tipped {
	color: #999999;
}


/* 製品分類選択 */
#category {
	color: #FFF;
	font-weight: bold;
	font-size: 116%;
	background: #333;
	padding: 10px;
}

.selecttable .category {
	padding: 3px;
	background: #EEEEEE;
	text-align: center;
}
.selecttable .check {
	padding: 3px 3px 3px 0px;
	background: #FFFFFF;
}

/* チェックボックス強制改行 */
.selecttable label {
	white-space: nowrap;
	padding: 0px 10px 0px 0px;
	line-height: 170%;
}
/* チェックボックス強制改行（IE8/9でnowrapがきかずにはみだす対策） */
.selecttable label:before {
	content: "・";
	font-size: 1px;
	visibility: hidden;
}




/* 出展社情報（詳細）
-------------------------------------------------------------------------------------------------------- */
.exhibitordetail {
	border: solid 1px #CCCCCC;
	border-collapse: collapse;
	margin: 0px 0px 20px 0px;
}
.exhibitordetail .head {
	text-align: center;
	background: #EEE;
	border: solid 1px #CCCCCC;
	padding: 5px;
}
.exhibitordetail .detail_mustsee_ttl {
	text-align: center;
	background: #EE8189;
	border: solid 1px #CCCCCC;
	padding: 5px;
}
.exhibitordetail .detail_mustsee_name {
	font-weight: bold;
	background: #F3CACA;
	border: solid 1px #CCCCCC;
	padding: 5px;
}
.exhibitordetail .field {
	border: solid 1px #CCCCCC;
	padding: 5px;
}
.exhibitordetail .field img {
	vertical-align:  middle;
}

/* 出展品目 */
.productsarea {
	overflow: hidden;
	zoom: 1;
}
.products {
	margin-bottom: -1px;
}
.products .ct {
	margin: 5px 0px 0px 0px;
}
.products .name {
	padding: 0px 0px 3px 0px;
	border-bottom:  dotted 1px #ccc;
}

/* 出展社情報（大阪） */
.exhibitor_ttl {
	font-size: 116%;
	font-weight: bold;
}
.exhibitor_ttl a {
	color: #333333;
}



/* 出展社情報（詳細）
-------------------------------------------------------------------------------------------------------- */
@media print {
	.detail_ttl_name {
		color: #333;
		padding: 0px;
	}
	.exhibitordetail .head,
	.detail_mustsee_ttl {
		font-weight: bold;
	}
	.list_arrow li {
		padding: 0px;
	}
	#navi,#social,#un,#sub {
		display: none;
	}
	#main_contents {
		padding: 30px 0px 0px 0px;
	}
}




/* 出展社専用ページ
-------------------------------------------------------------------------------------------------------- */
#sp {
	background: #FFF url("../../for_exhibitor/sp/img/bg_body.gif") top left repeat-x;
}
#wrapper_sp {
	padding: 0px 0px 0px 0px;
	width: 750px;
	margin: 0px auto;
	text-align: left;
	clear: both;
}

.sp_main_ttl {
	margin: 20px 0px 40px 0px;
}
.sp_sttl {
	font-size: 116%;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	padding: 5px 10px 5px 10px;
	background: #B7B4A8;
}
.sp_attention {
	color: #FFFFFF;
	text-align: center;
	border: solid 1px #FFFFFF;
	margin: 0px 10px 10px 10px;
	padding: 5px;
}

.inquiry {
	background: #F3F1E0;
	margin: 0px 0px 30px 0px;
	padding: 8px;
}