@charset "UTF-8";
/* CSS Document */

/**************************************************** 共通使用 ******************************************************/

*{
	margin:0px;
	padding:0px;
	font-family:"Hiragino Kaku Gothic Pro W3","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro", Arial, sans-serif;
	color:#333333;
	font-size:12px;
	text-align:left;
	background-position:left top;
	background-repeat:no-repeat;
	list-style:none;
	text-decoration:none;
}

html{
	height:100%;
	margin-bottom:1px;
}

* html body{padding-left:1px;}
*+html body{padding-left:1px;}

body{
	margin:0px auto;
	background-color:#FEFEFE;
	background-image:url(../img/background_image.gif);
	background-position:top center;
	background-repeat:repeat-y;
}

#common{
	width:800px;
	margin:0 auto;
	border-left:1px solid #cfd6dc;
	border-right:1px solid #cfd6dc;
	background-color:#ffffff;
	/*background-image:url(../img/commonback.gif);
	background-repeat:repeat-y;*/
}

table{border-collapse:collapse;}

p{line-height:1.6em;}

img{border:0px;}

.left{float:left;}

.right{float:right;}

.clear{
	display:block;
	clear:both;
	font-size:0px;
	line-height:0px;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {min-height: 1px;}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

a{color:#009cff}
a:hover{color:#0B5CAA; text-decoration:underline;}

/*h1{
	margin:0 auto;
	width:800px;
	border-left:1px solid #cfd6dc;
	border-right:1px solid #cfd6dc;
	text-align:center;
	background-color:#0B5CAA;
	color:#ffffff;
	font-size:9px;
	padding:2px 0;
}*/

/********************************/
/********** リンク矢印 **********/
/********************************/

.link a{
	padding-left:15px;
	background-image:url(../img/arrow.gif);
	background-position:0% 48%;
	color:#333;
}

.link a:hover{
	background-image:url(../img/arrow_h.gif);
	background-position:0% 48%;
	color:#0B5CAA;
	text-decoration:none;
}

/********************************/
/********** メール使用 **********/
/********************************/

.mail a{
	height:auto;
	color:#3399FF;
	line-height:15px;
	padding-left:18px;
	background-image:url(../img/mail.gif);
	background-position:left 50%;
}

.mail a:hover{
	background-image:url(../img/mail.gif);
	background-position:left 50%;
	text-decoration:underline;
}

/***************************************************** ヘッダー *****************************************************/


#headder{
	border-left:1px solid #cfd6dc;
	border-right:1px solid #cfd6dc;
	width:800px;
	height:229px;
	background-image:url(../img/headder.jpg);
	background-position:top center;
	margin:0 auto;
	position:relative;
}

#headder .head a{
	display:block
	width:394px;
	height:112px;
	position:absolute;
	top:54px;
	left:21px;
}

#headder_en{
	border-left:1px solid #cfd6dc;
	border-right:1px solid #cfd6dc;
	width:800px;
	height:200px;
	background-image:url(../img/headder_en.jpg);
	background-position:top center;
	margin:0 auto;
	position:relative;
}

#headder_en .head_en a{
	display:block
	width:446px;
	height:67px;
	position:absolute;
	top:31px;
	left:21px;
}

#headder .japanese a{
	display:block
	width:70px;
	height:16px;
	position:absolute;
	top:207px;
	left:25px;
}

#headder .english a{
	display:block
	width:70px;
	height:16px;
	position:absolute;
	top:207px;
	left:100px;
}

#headder_en .japanese a{
	display:block
	width:70px;
	height:16px;
	position:absolute;
	top:177px;
	left:25px;
}

#headder_en .english a{
	display:block
	width:70px;
	height:16px;
	position:absolute;
	top:177px;
	left:100px;
}

#headder span , #headder_en span{
	display:none;
}

/***************************************************** メニュー部分 *****************************************************/

#left{
	display:block;
	float:left;
	/*border:1px solid #000000;*/
}

#left .navi{margin:20px 0 0 25px;}

#left .navi .c1{
	font-size:1.2em;
	font-weight:bold;
	color:#0B5CAA;
	margin:8px 0 2px 0;
}

#left .navi .c2{
	line-height:1.4em;
	margin-bottom:4px;
}

#left .navi .c2 a{
	color:#333;
	padding-left:15px;
	background-image:url(../img/arrow.gif);
}

#left .navi .c2 a:hover{
	color:#0B5CAA;
	text-decoration:none;
	padding-left:15px;
	background-image:url(../img/arrow_h.gif);
}

#left .navi .selected a{
	color:#0B5CAA;
	text-decoration:none;
	padding-left:15px;
	background-image:url(../img/arrow_h.gif);
}

#left #registration a{
	display:block;
	width:185px;
	height:49px;
	background:url(../img/btn_registration.gif) left bottom no-repeat;
	text-indent:-99999px;
	text-decoration:none;
	margin-bottom:10px;
}

#left #registration a:hover{
	background:url(../img/btn_registration.gif) right bottom no-repeat;
}

#left #registration-sty a{
	display:block;
	width:185px;
	height:49px;
	background:url(../img/btn_registration.gif) right bottom no-repeat;
	text-indent:-99999px;
	text-decoration:none;
	margin-bottom:10px;
}

/*仮アップ時に使用*/
#left .navi .c3{
	line-height:1.4em;
	margin-bottom:4px;
	color:#333;
	padding-left:15px;
	background-image:url(../img/arrow.gif);
}

/********************************/
/******* 同時期開催展示会 *******/
/********************************/

#left .same{
	padding-left:25px;
	margin:20px 0 0 0;
	background-color:#FFFFFF;
}

#left .same table th{
	font-size:1.2em;
	font-weight:bold;
	color:#0B5CAA;
	margin:0 0 10px 0;

}

#left .same table td{padding:3px 0;}

#left .same .sametable{
	margin:0px;
	padding:0px;
}

/********************************/
/********** お問い合せ **********/
/********************************/
#left .inquiry{
	margin:20px 0 20px 25px;
	background-color:#EEE;
}

#left .inquiry .c1, #left .inquiry .c2{
	color:#0B5CAA;
	font-size:11px;
	font-weight:bold;
}

#left .inquiry .c1{
	border-bottom:1px solid #999;
	margin-bottom:5px;
}

#left .inquiry .c2{
	line-height:1.5em;
}

#left .inquiry .text{
	width:169px;
	padding:2px 8px;
	font-size:0.9em;
	line-height:1.5em;
}


/***************************************************** メイン部分 *****************************************************/

#right{
	display:block;
	width:580px;
	float:right;
}

#main{
	padding:20px 20px 20px 15px;
	line-height:1.6em;
}

#main h1{
	display:block;
	width:550px;
	height:35px;
	font-size:1.4em;
	line-height:32px;
	color:#555;
	text-indent:15px;
	background-image:url(../img/h1.jpg);
	text-align:left;
	border:0px;
	padding-bottom:10px;
}

#main h2{
	font-size:1.3em;
	color:#0B5CAA;
	line-height:1.3em;
	margin-top:8px;
}

#main h3{
	font-size:1.1em;
	color:#0B5CAA;
	line-height:1.3em;
}

#main h4{

}

#main h5{

}

#main h6{

}

/********************************/
/************ index *************/
/********************************/

.summary .c1, .summary .c2, .summary_en .c1, .summary_en .c2{
	display:block;
	float:left;
	padding:2px 0;
}

.summary .c1{
	width:80px;
}

.summary .c2{
	width:430px;
	padding-left:10px;
	border-left:1px solid #999999;
}

.summary_en .c1{
	width:170px;
}

.summary_en .c2{
	width:340px;
	padding-left:10px;
	border-left:1px solid #999999;
}

.thanks .c1{text-align:right;}

/********************************/
/*********** 出展対象 ***********/
/********************************/

.field p{
	padding-left:17px;
}

/********************************/
/*********** 小間規格 ***********/
/********************************/

.fee{
	padding:5px 0 30px 0;
}

.fee table td{
	border:1px solid #999999;
	padding:2px 5px;
}

.fee .c1{
	background-color:#FFEF52;
	text-align:center;
}

.fee .c2{
	background-color:#eeeeee;
}

.fee .c3{
	font-weight:bold;
	color:#0B5CAA;
}

.fee .box{
	width:523px;
	padding:10px;
	background-color:#e5e5e5;
	border:solid 1px #999;
}

.fee .c4{
	width:247px;
	padding:10px;
	background-color:#DFEAF7;
	float:left;
	margin:10px 0;
}

.fee .c4 p{
	font-size:0.9em;
	line-height:1.4em;
}


/********************************/
/******* トライアルブース *******/
/********************************/

.trial table td{
	border:1px solid #999999;
	padding:2px 8px;
}

.trial .c1{
	background-color:#FFEF52;
	text-align:center;
}

/********************************/
/***** 出展資料ご希望の方へ *****/
/********************************/

.materials .c1 a{
	display:block;
	width:200px;
	height:23px;
	background:url(../img/btn_bg.jpg) no-repeat top left;
	color:#666;
	line-height:24px;
	text-align:center;
	font-weight:bold;
}

.materials .c1 a:hover{
	background:url(../img/btn_bg.jpg) no-repeat bottom left;
	color:#AAA;
	text-decoration:none;
}

/********************************/
/****** プレゼンテーション ******/
/********************************/

.pre{
	margin-top:10px;
}

.pre .text{
	width:320px;
	float:left;
}

.pre .photo{
	float:right;
	text-align:right;
	font-size:0.8em;
}

.pre table td, .pre table th{
	border:1px solid #999999;
	padding:2px 5px;
}

.pre .c1{
	width:18%;
	background-color:#FFEF52;
	text-align:center;
}

.pre .pro th, .pre .pro td{text-align:center;}

.pre .pro th{background-color:#0B5CAA; font-weight:normal; color:#FFF;}

.pre .pro td{font-weight:bold; color:#0B5CAA;}

.pre .pro .c2{
	font-weight:normal;
	background-color:#FFEF52;
	color:#333333;
}


/********************************/
/******* 同時期開催展示会 *******/
/********************************/

.mutual{
	margin:20px 0 20px 0;
	position:relative;
}

.mutual .c1{
	position:absolute;
	top:20px;
	left:20px;
}

/********************************/
/****** 特別企画・併催事業 ******/
/********************************/

.special ul{
	margin:10px 0;
}

.special ul li{
	font-size:1.4em;
	line-height:1.5em;
	font-weight:bold;
	color:#0B5CAA;
}

.event p{
	padding-left:27px;
}

.support .box, .promotion .box{
	background-color:#DFEAF7;
	padding:7px 10px;
	margin:5px 0 20px 0;
}

.support .box{
	width:525px;
}

/********************************/
/******* サポートサービス *******/
/******** プロモーション ********/
/********************************/

.promotion p{
	margin:0 0 0 17px;
}

.promotion .box{
	width:508px;
	margin-left:17px;
}

.promotion table{
	margin-left:17px;
}

.promotion table th, .promotion table td{
	border:1px solid #999;
	padding:2px 8px;
}

.promotion table th{
	background-color:#DFEAF7;
	text-align:center;
	font-weight:bold;
}

/********************************/
/******** 過去の開催概要 ********/
/********************************/

.p_summary .p1, .p_summary .p2{
	display:block;
	float:left;
	padding:2px 0;
}

.p_summary .p1{
	width:80px;
	border-right:1px solid #999999;
}

.p_summary .p2{
	width:230px;
	padding-left:10px;
}

.p_summary table td, .p_summary table th{
	border:1px solid #999999;
	padding:2px 5px;
}

.p_summary .c1{
	text-align:center;
	background-color:#FFFFCC;
}

.p_summary th, .p_summary td{text-align:center;}

.p_summary th{background-color:#e5e5e5; font-weight:normal; text-align:center; background-color:#e5e5e5;}

.p_summary .c2{
	font-weight:bold;
	background-color:#FFFF66;
}

/*英語ページ用*/
.p_summary .c3{
	background-color:#e5e5e5;
	text-align:left;
	padding-left:10px;
}

.p_exhibitor ul li{
	list-style:disc inside;
	font-size:0.9em;
	line-height:1.5em;
}

.p_exhibitor .c1, .p_exhibitor .c2{
	float:left;
	margin:10px 20px 0 3px;
}

/********************************/
/******* 前回開催セミナー *******/
/********************************/

.p_semi table{
	margin:5px 0;
}

.p_semi table td, .p_semi table th{
	border:1px solid #999999;
	padding:5px 8px;
}

.p_semi td{text-align:center;}

.p_semi .c1{
	width:10%;
	background-color:#FFEF52;
	text-align:center;
}

.p_semi .c2{
	width:15%;
	font-weight:normal;
	background-color:#FFFFCC;
}

.p_semi .c3{
	font-size:1.2em;
	line-height:1.5em;
	color:#FF9900;
	font-weight:bold;
	text-align:left;
}

.p_semi .c4{
	font-size:0.8em;
}

/********************************/
/************ PRESS *************/
/********************************/

.press table{margin-top:5px;}

.press .c1{
	width:300px;
	text-align:left;
}

.press .c1 img{border:1px solid #cccccc;}

.press .c3{vertical-align:bottom;}

.press .c4{padding-left:10px; width:435px;}

/********************************/
/******** ロゴ＆バナー **********/
/********************************/

.logo td{
	border:1px solid #999999;
	padding:20px 10px;
}

.logo .c1{
	width:250px;
	text-align:center;
}

.logo .c2{
	width:250px;
	text-align:center;
}

/********************************/
/*********** ACCESS *************/
/********************************/

.access h2{
	padding:0px;
}

.access .c1{
	font-size:1.3em;
	border-bottom:1px solid #999999;
	margin-bottom:3px;
	padding-bottom:3px;
}

.access .c2{
	width:330px;
}

/********************************/
/******** 来場事前登録 **********/
/********************************/
.entry .c1{
	margin:1em 0 0.5em 0;
}

.entry .c2{
	margin-left:2em;
}

.entry .c2 li{
	list-style-type:decimal;
	line-height:1.4em;
}

.entry .btn a{
	display:block;
	text-indent:-10000px;
	width:200px;
	height:40px;
	background:url(../img/btn_entry.gif) top left no-repeat;
	margin:3em auto;
}

.entry .btn a:hover{
	background-position:right top;
}

/****************************************/
/******** ここから来場用に追加 **********/
/****************************************/
/* ボタン */
.form a{
	display:block;
	width:180px;
	height:30px;
	background:url(../img/form.gif) top left no-repeat;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	line-height:30px;
	text-align:center;
	margin:15px auto 25px;
}

.form a:hover{
	background-position:bottom;
	text-decoration:none;
}

/* 出展社一覧 */
.exhibitors ul li{
	border-bottom:1px dotted #CCC;
	padding-bottom:5px;
	margin-bottom:5px;
	color:#0099FF;
}

.exhibitors .list_en li{
	color:#333;
}

.exhibitors ul li p{
	font-size:0.9em;
	line-height:1.4;
}

.exhibitors ul li.c1{
	border:0;
	padding:2px 4px;
	margin:0;
	margin-top:30px;
	margin-bottom:10px;
	background-color:#0066CC;
	color:#FFF;
	font-weight:bold;
}

/* 会場図 */
.layout .c1 a{
	display:block;
	height:508px;
	width:550px;
	background:url(../img/layout.gif) top left no-repeat;
	text-indent:-10000px;
	margin-top:10px;
	margin-bottom:30px;
	overflow:hidden;
}

.layout .c1 a:hover{
	background-position:bottom;
}

/* 開催記念セミナー */
.seminar th, .seminar td{
	padding:5px;
	border:1px solid #999;
}

.seminar .c0{
	background-color: #FF3399;
	color:#FFF;
}

.seminar .c0 p, .seminar .c4 p, .seminar .c0 p span, .seminar .c4 p span{
	color:#FFF;
}

.seminar .c1{
	width:16%;
	background-color:#FFCCCC;
}

.seminar .c2{
	background-color:#EEE;
	width:10%;
}

.seminar .c2 p{
	text-align:center;
	font-size:0.8em;
}

.seminar .c3{
	color:#FF3399;
	font-size:1.2em;
	font-weight:bold;
}

.seminar .c4{
	background-color:#339999;
}

.seminar .c5{
	width:16%;
	background-color:#99CCCC;
}

.seminar .c1 p, .seminar .c5 p{
	text-align:center;
	font-weight:bold;
}

.seminar .c6{
	color:#339999;
	font-size:1.2em;
	font-weight:bold;
}

.seminar .c7 td{
	border:0;
	padding:0;
}

/* わかり易い試験のお話 */
.semi70th table.c7{
	width:100%;
}

.semi70th td, .semi70th th{
	padding:5px;
	border:1px solid #999;
}

.semi70th th{
	background-color:#0B5CAA;
	color:#FFF;
}

.semi70th .c1{
	background-color:#EEE;
}

.semi70th .c1 p{
	font-size:0.8em;
	text-align:center;
}

.semi70th .c2{
	color:#0B5CAA;
	font-size:1.2em;
	font-weight:bold;
}

.semi70th .c5{
	border-left-color:#FFF;
	border-right-color:#FFF;
}

.semi70th .c6 td{
	border:0;
	padding:0;
}

/* 出展社プレゼンテーション */
.exh_presentation table.c1{
	width:100%;
}

.exh_presentation .c1 td, .exh_presentation .c1 th{
	padding:5px;
	border:1px solid #999;
}

.exh_presentation .c1 th{
	background-color: #009933;
	color:#FFF;
}

.exh_presentation .c1 .c2{
	background-color:#EEE;
	width:18%;
}

.exh_presentation .c1 .c2 p{
	text-align:center;
	font-size:0.8em;
}

.exh_presentation .c1 .c3{
	font-size:1.2em;
	color:#009933;
	font-weight:bold;
}

.exh_presentation .c1 .c4{
	border-left-color:#FFF;
	border-right-color:#FFF;
}

.exh_presentation .c5{
	border-top:1px dotted #CCC;
	padding-top:5px;
	margin-top:5px;
}

/* 受託試験・委託試験・校正業務プレゼンテーション */
.presentation table.c1{
	width:100%;
}

.presentation table.c1 td, .presentation table.c1 th{
	padding:5px;
	border:1px solid #999;
}

.presentation table.c1 th{
	background-color:#FF6600;
	color:#FFF;
}

.presentation table.c1 .c2{
	background-color:#EEE;
	width:18%;
}

.presentation table.c1 .c2 p{
	font-size:0.8em;
	text-align:center;
}

.presentation table.c1 .c3{
	font-size:1.2em;
	color:#FF6600;
	font-weight:bold;
}

.presentation table.c1 .c4{
	border-left-color:#FFF;
	border-right-color:#FFF;
}

/* VIP */
.vip .c1{
	text-align:center;
	font-weight:bold;
	color:#CC0000;
	margin:1em 0;
	font-size:1.2em;
}

.vip .c2{
	width:100%;
}

.vip .c2 td, .vip .c2 th{
	padding:5px;
	border:1px solid #999;
}

.vip .c2 th{
	font-size:1.2em;
	background-color:#FFCC00;
}

.vip .c3{
	background-color:#EEE;
	font-weight:bold;
}

.vip .c4{
	background-color:#CC0000;
	font-size:2em;
	text-align:center;
	color:#FFFFFF;
	line-height:1.4;
	font-weight:bold;
	width:12%;
}

.vip .c4 p{
	font-size:0.4em;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
}

.vip .c5{
	width:10%;
	background-color:#FFD4D7;
}

.vip .c5 p{
	text-align:center;
	font-size:0.8em;
}

.vip .c6{
	font-weight:bold;
	font-size:1.2em;
	color:#CC0000;
}


/***************************************************** フッター *****************************************************/

#footter{
	border-left:1px solid #cfd6dc;
	border-right:1px solid #cfd6dc;
	display:block;
	width:800px;
	height:50px;
	margin:0 auto;
}

#footter address{
	font-size:10px;
	color:#666666;
	padding:15px 0 0 0;
	text-align:center;
}


/********************************/
/*********** pagetop ************/
/********************************/

.pagetop{float:right;margin:15px}

.pagetop a{
	display:block;
	width:62px;
	height:19px;
	background-image:url(../img/pagetop.gif);
	text-align:center;
	line-height:19px;
	font-size:9px;
}
