@charset "utf-8";
/* CSS Document */

.fc-blue {
	color: #0d4a96;
}

.pc .syllabaryArea {
	background-color: #f1f1f1;
	padding: 10px 12px 10px 20px;
	margin-bottom: 30px;
}
.pc .syllabaryArea li {
	width: 66px;
	height: 40px;
	display: inline-block;
	float: left;
	margin-right: 3px;
}
.pc .syllabaryArea input {
	width: 100%;
	max-width: 66px;
	height: auto;
}

.pc .searchArea {
	position: relative;
	height: 60px;
}
.pc .input_text {
	position: absolute;
	top: 0px;
	left: 0px;
}
.pc .input_search {
	position: absolute;
	top: 0px;
	left: 281px;
}

.pc input.nude {
	border: none;
	line-height: 0;
	font-size: 0;
}
/*
.pc input {
	border: none;
	line-height: 0;
	font-size: 0;
}
*/
.pc input.image_search_button {
	width: 54px;
	height: 25px;
}

.pc input.textform {
	border: 1px solid #666;
	height: 23px;
	line-height: 22px;
	font-size: 12px;
	text-indent: 3px;
	width: 280px;
}
.pc label.boxlabel {
	display: block;
}
.pc table.search_fieldBox {
	margin-bottom: 60px;
}
.pc table.search_fieldBox td.checklist {
	width: 14em;
}
.pc table.search_fieldBox td.search_btnBox {
	width: 141px;
	vertical-align: bottom;
}
.pc table.search_fieldBox td.search_btnBox input {
	width: 100%;
	max-width: 141px;
	height: auto;
}
/* result page */
.pc .image_searchback_button {
	float: right;
	height: 40px;
	margin-bottom: 30px;
}

.pc .image_searchback_button img {
	width: 200px;
	height: auto;
}
.pc .exhibitorBox {
	background: url(../common/img/item/h2_bg_bottom.gif) bottom repeat-x;
	margin-bottom: 15px;
	width: 730px;
}
.pc .exhibitorBox h3 {
	margin-bottom: 10px;
}
.pc .exhibitorBox .imgR {
	float: right;
	margin: 0 0 15px 15px;
}
.pc .exhibitorBox .exhibitorInfo {
	overflow: hidden;
	_zoom: 1;
}
.exhibitorInfo dl {
	padding: 0 10px 10px 0;
}
.exhibitorInfo dl dt {
	float: left;
	width: 9em;
	padding: 10px 0;
	font-weight: bold;
	text-indent: 1em;
	height: 1.5em;
	line-height: 150%;
}
.exhibitorInfo dl dt.exhibitorCategory {
	background-color: #cefadb;
}
.exhibitorInfo dl dt.exhibitorProduct {
	background-color: #f0fee7;
}
.exhibitorInfo dl dd {
	padding: 10px 0 12px 10em;
	line-height: 150%;
	border-bottom: 1px #CCCCCC solid;
	height: auto;
	min-height: 1.5em;
}
.exhibitorInfo dl dd:last-child {
	border-bottom: none;
}
/* detail page */
.table_blue {
	margin-bottom: 1em;
	width: 100%;
}
.table_blue th {
	background: #def1f8 url(img/th_bg_blue.jpg) top left repeat-y;
	border: 1px solid #5d5654;
	vertical-align: top;
	width: 150px;
	padding: 5px 7px;
}
.table_blue td {
	border: 1px solid #5d5654;
	padding: 5px 7px;
	vertical-align: top;
}
.table_blue td.imgtd {
	width: 265px;
}
h2.main_h2_text {
	font-size: 20px;
	padding-bottom: 5px;
	color: #3230a3;
	background: url(../common/img/item/h2_bg_bottom.gif) bottom repeat-x;
	margin-bottom: 20px;
}

/* ----------------------------

	Smartphone

------------------------------ */

.sp .syllabaryArea {
	width: 100%;
	background-color: #f1f1f1;
	padding: 15px;
	padding-right: 0;
	margin-bottom: 30px;
}
.sp .syllabaryArea li {
	width: 18.7%;
	max-width: 117px;
	height: auto;
	display: inline-block;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.sp .syllabaryArea input {
	width: 100%;
	max-width: 117px;
	height: auto;
}
.sp .searchArea {
	position: relative;
	height: 95px;
}
.sp .input_text {
	position: absolute;
	top: 0px;
	left: 0px;
}
.sp .input_search {
	position: absolute;
	top: 0px;
	left: 501px;
}
.sp input {
	border: none;
	line-height: 0;
	font-size: 0;
}
.sp img.image_search_button {
}
.sp input.textform {
	border: 1px solid #666;
	height: 46px;
	line-height: 44px;
	font-size: 12px;
	text-indent: 3px;
	width: 500px;
}

.sp table.search_fieldBox {
	width: 98%;
	margin-bottom: 30px;
}
.sp table.search_fieldBox tr,
.sp table.search_fieldBox thead,
.sp table.search_fieldBox th,
.sp table.search_fieldBox tbody,
.sp table.search_fieldBox td {
	display: block;
}
.sp table.search_fieldBox td {
	width: 100%;
	padding-bottom: 15px;
}
.sp table.search_fieldBox td.search_btnBox {
	text-align: center;
}


.sp input.checkbox {
	display: block;
	 width:20px; 
	 height:2em; 
	 vertical-align:top;
}
.sp label.boxlabel {
	display: block;
	width:100%; 
	height:2em; 
	background:#ffffe5;
	border:1px solid #CCC;
	padding-left: .2em;
	margin-bottom: .2em;
}
/* result page */
.sp .image_searchback_button {
	margin-bottom: 30px;
	text-align: center;
}
.sp .exhibitorBox {
	background: url(../common/img/item/h2_bg_bottom.gif) bottom repeat-x;
	margin-bottom: 15px;
	width: 620px;
}
.sp .exhibitorBox h3 {
	margin-bottom: 10px;
}
.sp .exhibitorBox .imgR {
	float: right;
	margin: 0 0 15px 15px;
}
/* .pc .exhibitorBox .exhibitorInfo {
	overflow: hidden;
	_zoom: 1;
}
.exhibitorInfo dl {
	padding: 0 10px 10px 0;
}
.exhibitorInfo dl dt {
	float: left;
	width: 9em;
	padding: 10px 0;
	font-weight: bold;
	text-indent: 1em;
	line-height: 150%;
}
.exhibitorInfo dl dt.exhibitorCategory {
	background-color: #cefadb;
}
.exhibitorInfo dl dt.exhibitorProduct {
	background-color: #f0fee7;
}
.exhibitorInfo dl dd {
	padding: 10px 0 12px 10em;
	line-height: 150%;
	border-bottom: 1px #CCCCCC solid;
}
.exhibitorInfo dl dd:last-child {
	border-bottom: none;
} */


