@charset "UTF-8";
/* CSS Document */
@import 'reset.css';
@import 'common.css';

.link a{
	padding-left:15px;
	background:url(../img/common/arrow.gif) 0 50% no-repeat;
	color:#005BAB;
}
.link a:hover{text-decoration:underline;}
.mail a{
	padding-left:15px;
	background:url(../img/common/mail.gif) 0 50% no-repeat;
	color:#005BAB;
}
.mail a:hover{text-decoration:underline;}
.pdf a{
	padding-left:15px;
	background:url(../img/common/pdf.gif) 0 50% no-repeat;
}

/* フロートクラス */
.left{float:left;}
.right{float:right;}

/* ボタン */
#main_colmun .btn a, #main_colmun .btn_en a{
	display:block;
	height:40px;
	width:250px;
	background:#FF9202;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	line-height:40px;
	margin:20px auto;
	font-size:14px;
	font-weight: bold;
	/* ▼CSS3 */
	border-radius: 6px;
	/* ▼Safari,Chrome */
	-webkit-border-radius: 6px;
	/* ▼Firefox */
	-moz-border-radius: 6px;
}
#main_colmun .btn a:hover{
	opacity: 0.7; /* 0.0～1.0 */
	filter: alpha(opacity=70); /* 0～100 */
}
#main_colmun .btn_v a, #main_colmun .btn_v_en a{
	display:block;
	height:40px;
	width:250px;
	background:url(../img/common/btn_v_bg.gif) top left no-repeat;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	line-height:40px;
	margin:20px auto;
	font-size:14px;
	font-weight:bold;
}
#main_colmun .btn_v a:hover, #main_colmun .btn_v_en a:hover{
	background-position:bottom;
}
#main_colmun .btn span.end, #main_colmun .btn_en span.end{
	display:block;
	height:40px;
	width:200px;
	background:#ccc;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	line-height:40px;
	margin:20px auto;
	font-size:14px;
	/* ▼CSS3 */
	border-radius: 6px;
	/* ▼Safari,Chrome */
	-webkit-border-radius: 6px;
	/* ▼Firefox */
	-moz-border-radius: 6px;
}

/* h */
#main_colmun h2{
	font-size:24px;
	font-weight:bold;
	color:#fff;
	background: url(../img/common/h2.png) 0 0 no-repeat;
	width:652px;
	height:50px;
	line-height: 24px;
	margin-bottom:10px;
	padding: 15px 0 0 15px;
}
#main_colmun h3{
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:30px;
	color:#005BAB;
	border-bottom:3px solid #005BAB;
	position:relative;
}
#main_colmun h3 span{
	position:absolute;
	right:0;
	color:#FF6500;
}
#main_colmun h4{
	font-weight:bold;
	font-size:16px;
	color:#005BAB;
	margin:20px 0 0 0;
}
#main_colmun h4 span{
	font-weight:normal;
	color:#333;
	font-size:12px;
}
#main_colmun h5{
	font-weight:bold;
	font-size:14px;
	color:#005BAB;
	margin:15px 0 0 0;
}
#main_colmun h6{
	font-weight:bold;
	font-size:14px;
	margin:10px 0 0 0;
}
#main_colmun .copy{
	font-weight:bold;
	font-size:1.1em;
	color:#1989CB;
}

/******************/
/***** トップ *****/
/******************/
.top .index .outline{
	width:100%;
}
.top .index .outline td, .top .index .outline th{
	padding:5px 10px;
	border:1px solid #CCC;
	vertical-align:middle;
}
.top .index .outline th{
	width:19%;
	background-color:#d3def1;
	text-align:center;
}
.top .index .outline .c3{
	text-align:center;
	background: #005BAB;
	font-weight: bold;
	color: white;
}
.top .index .outline .c2{
	text-align: center;
	width: 19%;
}

/* 来場者数 */
.top .index .number{
	width:100%;
}
.top .index .number td, .top .index .number th{
	padding:5px 10px;
	border:1px solid #CCC;
	vertical-align:middle;
	text-align:center;
}
.top .index .number th{
	width:19%;
	background-color:#d3def1;
	text-align:center;
}
.top .index .number .head{
	background: #005BAB;
	font-weight: bold;
	color: white;
}
.top .index .number .sub{
	background: #eee;
	font-weight: bold;
}
.top .index .illust{
	margin: 10px 0 15px;
}
.top .index .illust img{
	width:100%;
	height:auto;
}

/* 事前登録受付中 */
.top .index .top_regist .topbtn{
	text-align: center;
}
.top .index .top_regist .regbtn a{
	display: inline-block;
	width: 667px;
	height: 45px;
	background: url("../img/top/regist_title.png") 0 0 no-repeat;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color: white;
	padding-top: 90px;
}
.top .index .top_regist .regbtn a:hover{
	text-decoration: none;
	opacity: 0.7; /* 0.0～1.0 */
	filter: alpha(opacity=70); /* 0～100 */
}
.top .index .top_regist .topbtn a{
	margin-top: 15px;
	display: inline-block;
	color: white;
	font-size: 18px;
	text-align: center;
	height: 60px;
	width: 315px;
	line-height: 60px;
	background: #30a1d2;
	font-weight: bold;
	/* ▼CSS3 */
	border-radius: 6px;
	/* ▼Safari,Chrome */
	-webkit-border-radius: 6px;
	/* ▼Firefox */
	-moz-border-radius: 6px;
}
.top .index .top_regist .topbtn a:hover{
	text-decoration: none;
	opacity: 0.7; /* 0.0～1.0 */
	filter: alpha(opacity=70); /* 0～100 */
}
.top .index .top_regist .topbtn.semi{
	float: left;
}
.top .index .top_regist .topbtn.semi a{
	background: #ea5504;
}
.top .index .top_regist .topbtn.pre{
	float: right;
	margin-right: 20px;
}
.top .index .top_regist .topbtn.pre a{
	background: #00adb2;
}

/* 会員特典 */
.top .index .member{
	padding: 20px;
	margin: 30px 0 15px 0;
	background: #f5f5f5;
}
.top .index .member .left{
	float: left;
	width: 75%;
}
.top .index .member .right{
	float: right;
	width: 25%;
}
.top .index .member .right img{
	width: 100%;
	height: auto;
	margin-top: 15px;
}
.top .index .member .title{
	background: #2eb6aa;
	color: white;
	font-weight: bold;
	font-size: 1.8em;
	line-height: 1.8;
	text-align: center;
	padding: 5px 10px 0;
	margin: 0 0 0 0;
}
.top .index .member .subtitle{
	font-weight: bold;
	font-size: 1.3em;
	padding-left: 1.5em;
	text-indent: -1.5em;
	margin-top: 15px;
}
.top .index .member .subtitle span{
	font-size: 0.8em;
	background: #2eb6aa;
	padding: 3px 5px;
	color: white;
}
.top .index .member .t1{
	margin-left: 2em;
}
.top .index .member .t1 img{
	margin: 10px 0;
}

/************************/
/***** 出展のご案内 *****/
/************************/

/* 出展分野・対象 */
.exhibit .index h4{
	margin-top:0 !important;
}
.exhibit .index.en h4{
	font-size: 15px !important;
}
.exhibit .index p{
	background: #e8f2d9;
	padding: 15px;
	margin-bottom: 10px;
}
.exhibit .index p span{
	color: #005BAB;
}

/* 小間規格及び出展料 */
.exhibit .fee .c1, 
.exhibit .fee .c3{
	margin:3px 0;
	width:100%;
}
.exhibit .fee .c1 th,
.exhibit  .fee .c1 td, 
.exhibit .fee .c3 th,
.exhibit  .fee .c3 td{
	padding:3px 6px;
	border:1px solid #CCC;
	vertical-align:middle;
}
.exhibit .fee .c1 th{
	text-align:center;
}
.exhibit .fee .c3 th{
	color: #fff;
	text-align:center;
}
.exhibit .fee .c2{
	text-align:center;
}
/* A Type */
.exhibit .fee .atype .title{
	color: #f39800;
	font-weight: bold;
	font-size: 1.8em;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.exhibit .fee .atype .title img{
	position: absolute;
	top: -3px;
	left: 0;
}
.exhibit .fee .atype .title span{
	position: absolute;
	right: 0;
	font-size: 0.7em;
	color: #ea5457;
}
.exhibit .fee .atype h5{
	color: #f39800 !important;
	font-weight: bold;
}
.exhibit .fee .atype h5 span{
	font-weight: normal;
	color: #333;
	font-size: 0.8em;
}
.exhibit .fee .atype .number{
	background: #f39800;
	color: white;
}
.exhibit .fee .atype .c1 th{
	background-color:#fdeacc;
}
.exhibit .fee .atype .c3 th{
	background-color:#fdeacc;
	color: #333;
}
/* B Type */
.exhibit .fee .btype .title{
	color: #00a0e9;
	font-weight: bold;
	font-size: 1.8em;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.exhibit .fee .btype .title img{
	position: absolute;
	top: -3px;
	left: 0;
}
.exhibit .fee .btype .title span{
	position: absolute;
	right: 0;
	font-size: 0.7em;
	color: #ea5457;
}
.exhibit .fee .btype h5{
	color: #00a0e9 !important;
	font-weight: bold;
}
.exhibit .fee .btype h5 span{
	font-weight: normal;
	color: #333;
	font-size: 0.8em;
}
.exhibit .fee .btype .number{
	background: #f39800;
	color: white;
}
.exhibit .fee .btype .c1 th{
	background-color:#d3e6f6;
}
.exhibit .fee .btype .c3 th{
	background-color:#d3e6f6;
	color: #333;
}
/* パッケージディスプレイ */
.exhibit .fee .package{
	background-color:#fef5e6;
	padding:20px;
	margin-top:25px;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}
.exhibit .fee .package h5{
	color: #f39800 !important;
	font-size: 1.5em !important;
}

/* パネル展示コーナー */
.exhibit .panel .subtitle{
	font-weight: bold;
	color: #499dd6;
	font-size: 1.3em;
}
.exhibit .panel .c0{
	width:100%;
	margin:5px 0 5px 0;
}
.exhibit .panel .c0 td, .exhibit .panel .c0 th{
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
}
.exhibit .panel .c0 th{
	width:19%;
	font-weight: bold;
}
.exhibit .panel .c1{
	width:100%;
	margin:5px 0 5px 0;
}
.exhibit .panel .c1 td, .exhibit .panel .c1 th{
	padding:6px;
	border:1px solid #CCC;
	vertical-align:middle;
}
.exhibit .panel .c1 th{
	width:19%;
	background-color:#d3def1;
	text-align:center;
}
.exhibit .panel h5{
	margin-bottom: 5px !important;
}
.exhibit .panel .borderbox{
	border: 1px solid #ccc;
	padding: 20px;
}
.exhibit .panel .box{
	background: #eee;
	padding: 20px;
	margin-top: 20px;
}
.exhibit .panel .box h3{
	margin-top: 0 !important;
	width: 100% !important;
}
.exhibit .panel .box .image{
	float: right;
	margin-top: 10px;
}
.exhibit .panel .box .cnt{
	float: left;
	width: 63%;
}
.exhibit .panel .box .c2{
	width: 100%;
}
.exhibit .panel .box .c2 td, .exhibit .panel .box .c2 th{
	background: white;
	padding: 5px;
	border: 1px solid #ccc;
	text-align: center;
}
.exhibit .panel .box .c2 th{
	background-color:#d3def1;
}
.exhibit .panel .btn{
	margin: 30px 0;
}

/* 出展社プレゼンテーション */
.exhibit .presentation .c1, .exhibit .presentation .c2{
	width:100%;
	margin:5px 0 5px 0;
}
.exhibit .presentation .c1 td, .exhibit .presentation .c1 th, .exhibit .presentation .c2 td, .exhibit .presentation .c2 th{
	padding:6px 10px;
	border:1px solid #CCC;
	vertical-align:middle;
}
.exhibit .presentation .c1 th{
	width:22%;
	background-color:#d3def1;
	text-align:center;
}
.exhibit .presentation .c2 td{
	text-align:center;
}
.exhibit .presentation .c2 th{
	width:19%;
	background-color:#f5f5f5;
	text-align:center;
}
.exhibit .presentation .c2 .c3{
	background-color:#005BAB;
	color:#FFF;
}

.exhibit .presentation .table_image{
	width:100%;
	margin:5px 0 5px 0;
}
.exhibit .presentation .table_image td, 
.exhibit .presentation .table_image th{
	padding: 4px 6px;
	border:1px solid #CCC;
	vertical-align:middle;
	text-align: center;
	font-size: 11px;
	line-height: 1.2;
}
.exhibit .presentation .table_image .none{
	border-top: 0;
	border-bottom: 0;
	background: none;
	width: 10px;
	padding: 0;
	border-left: 2px solid #005BAB;
	border-right: 2px solid #005BAB;
}
.exhibit .presentation .table_image .head{
	background-color: #005BAB;
	border: 2px solid #005BAB;
	font-weight: bold;
	color: white;
}
.exhibit .presentation .table_image th{
	background-color:#f5f5f5;
	border: 2px solid #005BAB;
}
.exhibit .presentation .table_image td.txt{
	padding-left: 12px;
	text-align: left;
}
.exhibit .presentation .table_image td.txt span.number{
	display: inline-block;
	padding-left: 10px;
	width: 2.5em;
}
.exhibit .presentation .table_image td.txt span.title{
	color:#005BAB;
}
.exhibit .presentation .table_image td.txt span.title.t1{
	padding-left: 7px;
}
.exhibit .presentation .table_image td.txt p.title{
	color:#005BAB;
	padding-left: 14em;
	line-height: 1.1;
}
.exhibit .presentation .table_image td.frame{
	font-weight: bold;
	color:#005BAB;
	border-right: 2px solid #005BAB;
}
.exhibit .presentation .table_image th.no, 
.exhibit .presentation .table_image td.no{
	background: white;
	border: none;
}
.exhibit .presentation .table_image .bb{
	border-bottom: 2px solid #005BAB;
}
.exhibit .presentation .table_image .bl{
	border-left: 2px solid #005BAB;
}

/* 基礎セミナー */
.exhibit .basic .table_image{
	width:100%;
	margin:5px 0 5px 0;
}
.exhibit .basic .table_image td, .exhibit .basic .table_image th{
	padding: 7px 10px;
	border:1px solid #CCC;
	vertical-align:middle;
	text-align: center;
	line-height: 1.2;
	background: #e5e5e5;
}
.exhibit .basic .table_image tbody th{
	background-color:#005BAB;
	font-weight: bold;
	color: white;
}
.exhibit .basic .table_image tbody td.txt{
	padding-left: 12px;
	text-align: left;
	background: white;
}
.exhibit .basic .table_image tbody td.txt span.number{
	display: inline-block;
	padding-left: 10px;
	width: 2.5em;
}
.exhibit .basic .table_image tbody td.txt span.title{
	color:#005BAB;
}
.exhibit .basic .table_image tbody td.txt span.title.t1{
	padding-left: 7px;
}

/* 開催までのスケジュール */
.exhibit .schedule td, 
.exhibit .schedule th{
	border: 1px solid #999;
	padding: 5px 10px;
	vertical-align: middle;
}
.exhibit .schedule h4{
	margin: 0 !important;
	line-height: 1.4 !important;
	font-size: 1.2em !important;
}
.exhibit .schedule .year{
	text-align:center;
	font-weight: bold;
	color: white;
	background-color:#005BAB;
	width: 11%;
}
.exhibit .schedule .month{
	text-align:center;
	font-weight: 500;
	background-color:#d3def1;
	width: 7%;
}
.exhibit .schedule .day{
	font-weight: 500;
	background: #e5e5e5;
	width: 26%;
	padding-left: 1em;
}

/* 同時開催展との相互入場 */
.exhibit .sametime h3{
	border: none !important;
	margin-bottom: 0 !important;
	font-size: 1.2em !important;
}

.exhibit .sametime .c2{
}
.exhibit .sametime .c1 div{
	float: left;
	width: 280px;
	margin: 0 4em 0 0;
}

/* 出展効果を高めるサポートサービス（無料） */
.exhibit .support .c1{
	padding:13px 10px;
	margin:5px 0;
	border: 1px solid #a5770e;
}
.exhibit .support .c1 strong{
	color: #a5770e;
}
.exhibit .support .c2{
	margin-top:10px;
}

/* 来場プロモーション計画 */
.exhibit .promotion .c2{
	margin-left:30px;
}
.exhibit .promotion .c2 li{
	list-style-type:disc;
}

/* 主催者企画 */
/* 校正ガイダンス */
.exhibit .sp_plan .plan{
	position: relative;
	background: rgba(111,186,44,0.2);
	padding: 20px;
	margin-bottom: 20px;
}
.exhibit .sp_plan .plan .newicon{
	position: absolute;
	right: -6px;
	top: -6px;
}
.exhibit .sp_plan .plan h3{
	border-bottom: 0 !important;
	line-height: 1 !important;
	background: rgba(111,186,44,1.00);
	color: white !important;
	padding: 10px;
	font-size: 24px !important;
	margin: 0 0 15px 0 !important;
}
.exhibit .sp_plan .plan h4{
	font-size: 18px !important;
	line-height: 1.4 !important;
	color: #333 !important;
	margin-top: 0 !important;
	margin-bottom: 5px !important;
}
.exhibit .sp_plan .plan h5{
	font-size: 16px !important;
	line-height: 1.4 !important;
	color: rgba(111,186,44,1.00) !important;
	margin-top: 10px !important;
}
.exhibit .sp_plan .plan h5 span{
	font-size: 12px;
	color: white;
	background: red;
	padding: 4px 5px;
	position: relative;
	top: -3px;
	left: 3px;
}
.exhibit .sp_plan .plan .trouble li{
	float: left;
	width: 30%;
	text-indent: -1em;
	margin-left: 1em;
}
.exhibit .sp_plan .plan .trouble li span{
	color: rgba(111,186,44,1.00);
}
.exhibit .sp_plan .plan .group{
	margin: 15px 0;
}
.exhibit .sp_plan .plan .group p{
	float: left;
	font-weight: bold;
}
.exhibit .sp_plan .plan .group .arrow{
	float: left;
	margin: 0 30px;
}
.exhibit .sp_plan .plan .group .image{
	float: left;
}
.exhibit .sp_plan .plan .box{
	padding: 15px;
	background: rgba(255,255,255,0.5);
}
/* 企画展示コーナー */
.exhibit .sp_plan .plan.exh{
	background: rgba(0,147,212,0.2);
}
.exhibit .sp_plan .plan.exh h3{
	background: rgba(0,147,212,1.00);
}
.exhibit .sp_plan .plan.exh h5{
	color: rgba(0,147,212,1.00) !important;
}
.exhibit .sp_plan .plan.exh .txt{
	width: 60%;
	float: left;
}
.exhibit .sp_plan .plan.exh .txt .booth{
	font-weight: bold;
	font-size: 1.2em;
}
.exhibit .sp_plan .plan.exh .trouble li{
	width: 100%;
}
.exhibit .sp_plan .plan.exh .trouble li span{
	color: rgba(0,147,212,1.00);
}
.exhibit .sp_plan .plan.exh .group .image{
	float: right;
}
.exhibit .sp_plan .plan.exh .group .image div{
	text-align: right;
	margin-top: 5px;
}
.exhibit .sp_plan .plan.exh .group .arrow{
	float: none;
	margin: 15px 0 10px;
	text-align: center;
}

/* 出展資料請求 */
.exhibit .inquiry .btn{
	margin: 30px 0 40px;
}

/* カタログコーナー */
.exhibit .catalogue h2 span{
	line-height: 1;
	font-size: 0.55em;
	padding: 2px 5px 2px;
	color: #004098;
	background: white;
	vertical-align: middle;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */  
}
.exhibit .catalogue .c1{
	width:100%;
	margin:5px 0 5px 0;
}
.exhibit .catalogue .c1 td, 
.exhibit .catalogue .c1 th{
	padding:6px;
	border:1px solid #CCC;
	vertical-align:middle;
}
.exhibit .catalogue .c1 th{
	width:19%;
	background-color:#d3def1;
	text-align:center;
}
.exhibit .catalogue .box{
	border: 1px solid #999;
	padding: 10px 15px;
	margin: 10px 0;
}
.exhibit .catalogue .deadline{
	text-align: center;
	color: #FF0004 !important;
}
.exhibit .catalogue .center{
	text-align: center;
}

/* 出展者専用ページ */
.exhibit .ep .pdfs{
	text-align: center;
}
.exhibit .ep .btn a{
	margin-bottom: 5px !important;
}
.exhibit .ep .logout{
	text-align: center;
}
.exhibit .ep .logout a{
	text-decoration: underline;
}
.exhibit .ep .pdfs li{
	display: inline-block;
	margin-right: 1em;
}
.exhibit .ep .pdfs li a{
	width: auto !important;
	padding: 0 13px;
}
.exhibit .ep .pdfs li:nth-child(3){
	margin-right: 0;
}

/************************/
/***** 来場のご案内 *****/
/************************/
/* 共通 2内囲み文字 */
.visit .seminar h2 span,
.visit .presentation h2 span,
.visit .keynote h2 span{
	line-height: 1;
	font-size: 0.55em;
	padding: 2px 5px 2px;
	color: #004098;
	background: white;
	vertical-align: middle;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */  
}
/* 共通 ボタン */
.visit .seminar .btn_key a, 
.visit .seminar .btn_key span,
.visit .keynote .btn_key a, 
.visit .keynote .btn_key span,
.visit .guidance .btn_key a, 
.visit .guidance .btn_key span{
	display:block;
	width:250px;
	background:#FF9202;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	line-height:1.4;
	margin:40px auto 20px;
	padding: 10px 0;
	font-size:14px;
	font-weight: bold;
	/* ▼CSS3 */
	border-radius: 6px;
	/* ▼Safari,Chrome */
	-webkit-border-radius: 6px;
	/* ▼Firefox */
	-moz-border-radius: 6px;
}
.visit .seminar .btn_key a:hover,
.visit .keynote .btn_key a:hover,
.visit .guidance .btn_key a:hover{
	opacity: 0.7; /* 0.0～1.0 */
	filter: alpha(opacity=70); /* 0～100 */
}
.visit .seminar .btn_key span,
.visit .keynote .btn_key span,
.visit .guidance .btn_key span{
	background: #ccc;
}
.visit .seminar .btn_key span.end,
.visit .keynote .btn_key span.end,
.visit .guidance .btn_key span.end{
	background: red;
}

/* 来場のご案内トップ */
.visit .index .outline{
	width:100%;
}
.visit .index .outline td, .visit .index .outline th{
	padding:5px 10px;
	border:1px solid #CCC;
	vertical-align:middle;
}
.visit .index .outline th{
	width:19%;
	background-color:#d3def1;
	text-align:center;
}
.visit .index .outline .c3{
	text-align:center;
	background: #005BAB;
	font-weight: bold;
	color: white;
}
.visit .index .outline .c2{
	text-align: center;
	width: 19%;
}

/* 来場事前登録 */
.visit .index .registarea{
	text-align: center;
}
.visit .index .registarea h4{
	margin: 0 !important;
	padding: 0 !important;
	margin: 15px 0 !important;
}
.visit .index .registarea a:hover{
	text-decoration: none;
	opacity: 0.7; /* 0.0～1.0 */
	filter: alpha(opacity=70); /* 0～100 */
}
.visit .index .registarea p{
	text-align: right;
	font-weight: bold;
	margin-top: 5px;
}

.visit .index ul.c1 li{
	list-style-type:decimal;
	margin-left:2em;
}
.visit .index ul.c2 li{
	list-style-type:disc;
	margin-left:2em;
}
.visit .index .c3{
	margin-top:50px;
}
.visit .index .c4 li{
	list-style-type:disc;
	margin-left:2em;
}

/* 出展企業一覧 */
.visit .exhibitors .btn_potal{
	margin-bottom: 30px;
}
.visit .exhibitors .btn_potal dl{
	float: left;
}
.visit .exhibitors .btn_potal dl dt{
	float: left;
	display: inline-block;
	background: red;
	color: white;
	line-height: 1.1;
	padding: 8px;
	font-size: 14px;
	margin: 5px 10px 0 0;
}
.visit .exhibitors .btn_potal dl dd{
	float: left;
	line-height: 1.4;
}
.visit .exhibitors .btn_potal a{
	float: right;
	display: inline-block;
	height: auto;
	width: auto;
	padding: 10px 15px;
	background:#e60012;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	line-height:1.4;
	font-size:14px;
	font-weight:bold;
	border-radius:7px; /* css3 */
    -webkit-border-radius: 7px; /* Safari,Google Chrome用 */  
    -moz-border-radius: 7px; /* Firefox用 */  
}
.visit .exhibitors .btn_potal a:hover{
	opacity: 0.6; /* 0.0～1.0 */
	filter: alpha(opacity=60); /* 0～100 */
}
.visit .exhibitors ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
}
.visit .exhibitors ul li{
	width: 31%;
	margin-bottom: 4px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
	padding: 0 6px 0 6px;
	height: 3.5em;
	color: #333;
	font-size: 10px;
	line-height: 1.3;
	background: #DFE7F4;
}
.visit .exhibitors ul li a{
	background: red;
	color: white;
	line-height: 1;
	padding: 3px;
	font-size: 9px;
}
.visit .exhibitors ul li a:hover{
	text-decoration: none;
	opacity: 0.6; /* 0.0～1.0 */
	filter: alpha(opacity=60); /* 0～100 */
}

/* セミナー */
.visit .seminar .kinds li{
	display: inline-block;
	font-size: 1.3em;
	font-weight: bold;
	color: white;
	padding: 3px 10px 1px;
	vertical-align: middle;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */  
}
.visit .seminar .kinds li:nth-child(1){
	background: #3c9848;
}
.visit .seminar .kinds li:nth-child(2){
	background: #e94709;
}
.visit .seminar h3{
	font-size: 1.8em !important;
	line-height: 1 !important;
	border-bottom: 0 !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 40px !important;
}
.visit .seminar .pt{
	text-align:right;
	margin-top:5px;
	margin-bottom: 30px;
}

/*タイムテーブル*/
.visit .seminar .t_table{
	margin-top: 1em;
}
.visit .seminar .t_table th,
.visit .seminar .t_table td{
	border:1px solid #CCC;
	padding:3px 5px;
	text-align: center;
	vertical-align: middle;
}
.visit .seminar .t_table th{
	color: #fff;
	background: #005BAB;
}
.visit .seminar .t_table .time{
	background: #f5f5f5;
	font-size: 0.9em;
}
.visit .seminar .t_table .num{
	font-weight: bold;
	color:#3c9848;
}
.visit .seminar .t_table .num span{
	color:#e94709;
}
.visit .seminar .t_table .title{
	text-align: left;
	position: relative;
	font-size: 1.2em;
	line-height: 1.4;
	height: 40px;
	padding-top: 7px;
}
.visit .seminar .t_table .title span{
	font-size: 0.8em;
	margin-left: 1em;
}
.visit .seminar .t_table .title .end{
	color: white;
	background: red;
	display: inline-block;
	line-height: 1;
	font-size: 0.8em;
	padding: 4px 4px 2px;
	position: absolute;
	right:10px;
	top: 5px;
	/* ▼CSS3 */
	border-radius: 3px;
	/* ▼Safari,Chrome */
	-webkit-border-radius: 3px;
	/* ▼Firefox */
	-moz-border-radius: 3px;
}

/*セミナー詳細*/
.visit .seminar .s_table{
	width:100%;
	margin-top: 15px;
}
.visit .seminar .s_table th,
.visit .seminar .s_table td{
	border:1px solid #CCC;
	padding:10px;
}
.visit .seminar .s_table th{
	text-align:center;
	font-weight:bold;
	background-color:#333;
	color:#fff;
	padding:2px 0 !important;
}
.visit .seminar .s_table .c0{
	border-bottom:0;
	border-top:0;
	padding:0 !important;
}
.visit .seminar .s_table .c1{
	width:40px;
	text-align:center;
	font-weight:bold;
	background-color:#3c9848;
	color:#fff;
	font-size: 1.2em;
	vertical-align: middle;
}
.visit .seminar .s_table#s1 .c1,
.visit .seminar .s_table#s2 .c1{
	background-color:#e94709;
}
.visit .seminar .s_table .c2{
	background-color:#d6e9c4;
	font-weight:bold;
	border-right:0;
	width:205px;
	font-size: 1.2em;
}
.visit .seminar .s_table#s1 .c2,
.visit .seminar .s_table#s2 .c2{
	background-color:#F9D5C7;
}
.visit .seminar .s_table .c2 p{
	font-size: 0.8em;
	line-height: 1.4;
	margin-top: 5px;
	color: red;
}
.visit .seminar .s_table .c2 p.end3{
	/* display: none; */
}
.visit .seminar .s_table .c3{
	width:50px;
	text-align:right;
	background-color:#d6e9c4;
	border-left:0;
}
.visit .seminar .s_table#s1 .c3,
.visit .seminar .s_table#s2 .c3{
	background-color:#F9D5C7;
}
.visit .seminar .s_table .c3 a{
	padding:3px 15px 2px 15px;
	background-color:#FE9402;
	color:#FFF;
	font-weight:bold;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */  
}
.visit .seminar .s_table .c3 a:hover{
	text-decoration:none;
	background-color:#7fd3f4;
}
.visit .seminar .s_table .c3 span.max{
	padding:2px 10px 1px 10px;
	background-color:red;
	color:white;
	font-weight:bold;
	font-size: 1.2em;
	border: 1px solid red;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */  
}
.visit .seminar .s_table .c4{
	text-align:center;
	background-color:#eee;
	padding:2px 0;
	font-size:12px;
}
.visit .seminar .s_table .c5{
	color:#3c9848;
	font-size:20px;
	font-weight:bold;
}
.visit .seminar .s_table#s1 .c5,
.visit .seminar .s_table#s2 .c5{
	color:#e94709;
}
.visit .seminar .s_table .c5k{
	font-size:13px;
	line-height: 1.4;
	font-weight:bold;
	margin-bottom: 5px;
	color:#3c9848;
}
.visit .seminar .s_table#s1 .c5k,
.visit .seminar .s_table#s2 .c5k{
	color:#e94709;
}
.visit .seminar .s_table .c6{
	line-height: 1.4;
}
.visit .seminar .s_table .c6 span{
	font-size: 16px;
}
.visit .seminar .s_table dl{
	background-color:#eee;
	padding: 7px 7px 5px;
	margin: 5px 0 0;
	font-size: 0.9em;
}
.visit .seminar .s_table dl dt{
	display: inline-block;
	font-weight: bold;
	width: 60px;
	vertical-align: top;
}
.visit .seminar .s_table dl dd{
	display: inline-block;
	width: 566px;
}
.visit .seminar .s_table .c7{
	border-bottom:1px dotted #CCC;
	padding-bottom:10px;
	margin-bottom:10px;
}
.visit .seminar .s_table .end_txt p{
	display: inline-block;
	margin-left: 115px;
	color: red;
}

/* 出展社プレゼンテーション */
.visit .presentation h3{
	font-size: 1.8em !important;
	border-bottom: 0 !important;
	margin-bottom: 5px !important;
}
.visit .presentation h4{
	font-size: 15.5px !important;
}
.visit .presentation .c2{
	width:100%;
}
.visit .presentation .c2 th{
	background: #dff2fc;
	vertical-align: middle;
	width: 18%;
	text-align: center;
}
.visit .presentation .c2 th,
.visit .presentation .c2 td{
	border:1px solid #CCC;
	padding:8px;
}
.visit .presentation .c2 .title{
	font-size:1.3em;
	font-weight:bold;
	color:#005BAB;
}
.visit .presentation .c2 .name{
	font-weight:bold;
}
.visit .presentation .c2 .txt{
}

/* 校正ガイダンス */
.visit .guidance h2{
	position: relative;
}
.visit .guidance h2 img{
	position: absolute;
	width: auto;
	height: 50px;
	right: 0;
	top: 0;
}
.visit .guidance h4{
	color: #333 !important;
	margin-top: 10px !important;
}
.visit .guidance .top img{
	float: right;
	width: 48%;
	height: auto;
}
.visit .guidance .p_title{
	font-size:1.4em;
	font-weight:bold;
	color: #333;
	margin-bottom: 10px;
}
.visit .guidance .p_title .txt{
	color: #333;
	font-size: 0.8em;
	font-weight: normal;
	margin-left: 1em;
}
.visit .guidance .p_title .txt span{
	background: #00a0e9;
	font-weight: bold;
	color: white;
	font-size: 0.9em;
	line-height: 1;
	padding: 3px 4px;
	margin-left: 5px;
	margin-top: 5px;
	float: right;
}
.visit .guidance .question li{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	background: #d9e6f3;
	position: relative;
	float: left;
	width: 215px;
	height: 40px;
	padding-top: 24px;
	margin-bottom: 30px;
	margin-right: 10px;
}
.visit .guidance .question li:nth-of-type(3n){
	margin-right: 0;
}
.visit .guidance .question li:nth-last-child(1){
	padding-top: 15px;
	height: 49px;
}
.visit .guidance .question li::after{
	position: absolute;
	content: "";
	display: inline-block;
	background: url("../img/visit/guidance03.png");
	width: 17px;
	height: 14px;
	right: 20%;
	bottom: -14px;
}
.visit .guidance .sche td,
.visit .guidance .sche th{
	border: 1px solid #ccc;
	vertical-align: middle;
	padding: 10px;
}
.visit .guidance .sche th{
	background: rgba(111,186,44,1.0);
	font-size: 15px;
	text-align: center;
	color: white;
	width: 14%;
}
.visit .guidance .sche .time{
	background: rgba(111,186,44,0.2);
	text-align: center;
	width: 11%;
}
.visit .guidance .sche .time span{
	background: rgba(111,186,44,1.0);
	font-weight: bold;
	color: white;
	font-size: 0.8em;
	line-height: 1;
	display: inline-block;
	width: 100%;
	padding: 3px 0;
}
.visit .guidance .sche .time span.full{
	background: red;
	width: auto;
	padding: 3px 5px;
}
.visit .guidance .sche .num{
	font-weight: bold;
}
.visit .guidance .sche p{
	line-height: 1.4;
}
.visit .guidance .sche .title{
	font-size: 1.25em;
	font-weight: 500;
	color: rgba(67,127,12,1.00);
}
.visit .guidance .sche .name{
	font-weight: 500;
	margin: 5px 0;
}
.visit .guidance .sche .txt{
	font-size: 12px;
}
.visit .guidance .box{
	padding: 15px 20px;
	margin-bottom: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #d9e6f3;
}
.visit .guidance .box h4{
	margin-top: 0 !important;
}
.visit .guidance .box a{
	display: inline-block;
	margin-top: 5px;
	color: #333;
}
.visit .guidance .box a span{
	background: #005BAB;
	font-weight: bold;
	text-align: center;
	color: white;
	font-size: 0.7em;
	line-height: 1;
	display: inline-block;
	width: 50px;
	padding: 3px 0;
	margin-right: 10px;
}
.visit .guidance .box a .title{
	font-size: 1.2em;
	color: #005BAB !important;
}
.visit .guidance .box a .name{
	margin-left: 60px;
}
.visit .guidance .box ul li{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	background: white;
	position: relative;
	float: left;
	width: 200px;
	padding-top: 15px;
	height: 49px;
	margin-right: 13px;
	margin-top: 5px;
}
.visit .guidance .box ul li:nth-of-type(3n){
	margin-right: 0;
}
.visit .guidance .box ul li:nth-last-child(2){
	padding-top: 24px;
	height: 40px;
}

/* 展示会場レイアウト */
.visit .layout .c1{
	margin-bottom:1em;
}
.visit .layout .c1 a{
}
.visit .layout .c1 a:hover{
	opacity: 0.7; /* 0.0～1.0 */
	filter: alpha(opacity=70); /* 0～100 */
}

/*基調講演・特別講演*/
.visit .keynote .title{
	font-weight: bold;
	font-size: 1.8em
}
.visit .keynote .speaker{
	margin: 10px 0;
}
.visit .keynote .speaker img{
	float: left;
}
.visit .keynote .speaker p.belong{
	font-weight: bold;
}
.visit .keynote .speaker p.belong span{
	font-size: 1.4em;
}
.visit .keynote .speaker p.belong,
.visit .keynote .speaker p.history{
	float: left;
	width: 530px;
}
.visit .keynote .endtxt{
	text-align: center;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding: 15px 0;
}

/* 主催者コーナー */
.visit .organizer h3{
	font-size: 20px !important;
}
.visit .organizer h4{
	color:#333 !important;
}
.visit .organizer .cover{
	margin-top: 15px;
}
.visit .organizer .cover li{
	float: left;
	margin-right: 20px;
}
.visit .organizer .cover li:nth-child(4){
	margin-right: 0;
}
.visit .organizer table{
	margin: 10px 0;
}
.visit .organizer table td{
	border: 1px solid #ccc;
	padding: 5px;
}

/* 同時開催展との相互入場 */
.visit .sametime .c1{
	margin-top:30px;
}

/************************/
/***** 前回開催実績 *****/
/************************/
/* 前回開催概要 */
.report .index .c1{
	width:100%;
}
.report .index .c1 td, .report .index .c1 th{
	padding:5px 10px;
	border:1px solid #CCC;
	vertical-align:middle;
}
.report .index .c1 th{
	width:19%;
	background-color:#d3def1;
	text-align:center;
}
.report .index .c2{
	text-align:center;
}
.report .index .c1 thead td,
.report .index .c1 thead th{
	background: #005BAB;
	color: white;
}

/* english */
.report .index .exhibitors_en li{
	border-top:1px dotted #CCC;
	padding-top:5px;
	margin-top:5px;
}
.report .index .exhibitors_en li:first-child{
	border: none;
}
.report .index .exhibitors_en li.title{
	border: none;
	font-size: 1.2em;
	font-weight: bold;
	color: #005BAB;
}

/* 前回出展社一覧 */
/* 写真 */
.report .index .list li{
	float: right;
}
.report .index .list li:first-child{
	float: left;
}
.report .index h3 .small{
	font-size: 12px !important;
	color: #333 !important;
	font-weight: normal !important;
	top: 5px;
}
.report .index .exhibitors ul{
	width: 320px;
	float: right;
}
.report .index .exhibitors ul:first-child{
	float: left;
}
.report .index .exhibitors li{
	border-bottom:1px dotted #CCC;
	padding-bottom:5px;
	margin-bottom:5px;
	padding-left:30px;
}
.report .index .exhibitors li.a{
	background:url(../img/report/exh01.gif) 0% 0% no-repeat;
}
.report .index .exhibitors li.ka{
	background:url(../img/report/exh02.gif) 0% 0% no-repeat;
}
.report .index .exhibitors li.sa{
	background:url(../img/report/exh03.gif) 0% 0% no-repeat;
}
.report .index .exhibitors li.ta{
	background:url(../img/report/exh04.gif) 0% 0% no-repeat;
}
.report .index .exhibitors li.na{
	background:url(../img/report/exh05.gif) 0% 0% no-repeat;
}
.report .index .exhibitors li.ha{
	background:url(../img/report/exh06.gif) 0% 0% no-repeat;
}
.report .index .exhibitors li.ma{
	background:url(../img/report/exh07.gif) 0% 0% no-repeat;
}
.report .index .exhibitors li.ya{
	background:url(../img/report/exh08.gif) 0% 0% no-repeat;
}
.report .index .exhibitors li.ra{
	background:url(../img/report/exh09.gif) 0% 0% no-repeat;
}
.report .index .exhibitors li.wa{
	background:url(../img/report/exh10.gif) 0% 0% no-repeat;
}
.report .index .exhibitors li.college{
	font-weight: bold;
	color: #005BAB;
}
.report .index ul.opinion{
	float: right;
	width: 48%;
}
.report .index ul.opinion:first-child{
	float: left;
}
.report .index ul.opinion li{
	margin-left: 1.3em;
	text-indent: -1.3em;
}
.report .index ul.opinion li span{
	color: #005BAB;
	margin-right: 0.3em;
}

/* 前回セミナー */
.report .seminar .s_table{
	width:100%;
	margin-top: 15px;
}
.report .seminar .s_table th,
.report .seminar .s_table td{
	border:1px solid #CCC;
	padding:10px;
}
.report .seminar .s_table th{
	text-align:center;
	font-weight:bold;
	background-color:#333;
	color:#fff;
	padding:2px 0 !important;
}
.report .seminar .s_table .c0{
	border-bottom:0;
	border-top:0;
	padding:0 !important;
}
.report .seminar .s_table .c1{
	width:40px;
	text-align:center;
	font-weight:bold;
	background-color:#3c9848;
	color:#fff;
	font-size: 1.2em;
	vertical-align: middle;
}
.report .seminar .s_table#s1 .c1,
.report .seminar .s_table#s2 .c1{
	background-color:#e94709;
}
.report .seminar .s_table .c2{
	background-color:#d6e9c4;
	font-weight:bold;
	border-right:0;
	width:205px;
	font-size: 1.2em;
}
.report .seminar .s_table#s1 .c2,
.report .seminar .s_table#s2 .c2{
	background-color:#F9D5C7;
}
.report .seminar .s_table .c2 p{
	font-size: 0.8em;
	line-height: 1.4;
	margin-top: 5px;
	color: red;
}
.report .seminar .s_table .c3{
	width:50px;
	text-align:right;
	background-color:#d6e9c4;
	border-left:0;
}
.report .seminar .s_table#s1 .c3,
.report .seminar .s_table#s2 .c3{
	background-color:#F9D5C7;
}
.report .seminar .s_table .c3 a{
	padding:3px 15px 2px 15px;
	background-color:#FE9402;
	color:#FFF;
	font-weight:bold;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */  
}
.report .seminar .s_table .c3 a:hover{
	text-decoration:none;
	background-color:#7fd3f4;
}
.report .seminar .s_table .c3 span.max{
	padding:2px 10px 1px 10px;
	background-color:red;
	color:white;
	font-weight:bold;
	font-size: 1.2em;
	border: 1px solid red;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */  
}
.report .seminar .s_table .c4{
	text-align:center;
	background-color:#eee;
	padding:2px 0;
	font-size:10px;
}
.report .seminar .s_table .c5{
	color:#3c9848;
	font-size:20px;
	font-weight:bold;
}
.report .seminar .s_table#s1 .c5,
.report .seminar .s_table#s2 .c5{
	color:#e94709;
}
.report .seminar .s_table .c5k{
	font-size:13px;
	line-height: 1.4;
	font-weight:bold;
	margin-bottom: 5px;
	margin-left: 1em;
	color:#3c9848;
}
.report .seminar .s_table#s1 .c5k,
.report .seminar .s_table#s2 .c5k{
	color:#e94709;
}
.report .seminar .s_table .c6{
	line-height: 1.4;
}
.report .seminar .s_table .c6 span{
	font-size: 16px;
}
.report .seminar .s_table dl{
	background-color:#eee;
	padding: 7px 7px 5px;
	margin: 5px 0 0;
	font-size: 0.9em;
}
.report .seminar .s_table dl dt{
	display: inline-block;
	font-weight: bold;
	width: 60px;
	vertical-align: top;
}
.report .seminar .s_table dl dd{
	display: inline-block;
	width: 566px;
}
.report .seminar .s_table .c7{
	border-bottom:1px dotted #CCC;
	padding-bottom:10px;
	margin-bottom:10px;
}
.report .seminar .pt{
	text-align:right;
	margin-top:5px;
	margin-bottom: 30px;
}

/************************/
/******** プレス ********/
/************************/
/* プレスリリース */
.press .index dl{
	border-bottom:1px dotted #CCC;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}
.press .index dl dt, .press .index dl dd{
	float:left;
}
.press .index dl dt{
	width:110px;
}

/* 展示会ロゴ・バナー */
.logo_banner table{
	width:100%;
	margin-top:30px;
}
.logo_banner td、.logo_banner th{
	text-align:center;
	vertical-align:middle;
	padding:15px;
}
.logo_banner td img, .logo_banner td{
	text-align:center;
}

/************************/
/******* アクセス *******/
/************************/
.access .index table{
	width:100%;
	margin-top:0px;
}
.access .index caption{
	margin-bottom:3px;
}
.access .index td, .access .index th{
	border:1px solid #ccc;
	text-align:center;
	vertical-align:middle;
	padding:3px;
}
.access .index .c1{
	background-color:#d3def1;
}
.access .index .c2{
	background:url(../img/access/arrow.gif) 10px 43% no-repeat;
	border:0;
	padding:0;
	width:20px;
}
.access .index .c3{
	border:0;
	background-color:#FFF;
	padding:0;
}
.access .index .c4{
	background:url(../img/access/arrow.gif) -190px 43% no-repeat;
	border:0;
	padding:0;
	width:20px;
}
.access .index .c5{
	background-color:#f5f5f5;
}
.access .index .c6{
	margin-top:30px;
}

/************************/
/***** サイトマップ *****/
/************************/
.sitemap .index .c0{
	float:left;
	margin-right:30px;
}
.sitemap .index .c1{
	float:left;
	width:220px;
	margin-top:30px;
}
.sitemap .index #localnavi li a, 
.sitemap .index #localnavi_en li a{
	display:block;
	line-height:1.5;
	padding:2px 0 2px 15px;
	background:url(../img/common/arrow.gif) 0 4px no-repeat;
}
.sitemap .index #localnavi li ul li a, 
.sitemap .index #localnavi_en li ul li a{
	padding-left:15px;
	background:url(../img/common/cm.gif) 0 2px no-repeat;
}

/************************/
/******** ENGLISH *******/
/************************/
/* General Terms */
.terms table{
	width:100%;
	margin-top:5px;
}
.terms td, .terms th{
	border:1px solid #CCC;
	vertical-align:middle;
	padding:5px;
	text-align:center;
}
.terms th{
	background-color:#d3def1;
	width:30%;
}
.exh_list ul{
	margin-left: 1.5em;
}
.exh_list li{
	list-style-type: disc;
	position: relative;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 4px;
	margin-bottom: 4px;
}
.exh_list li.title{
	list-style: none;
	margin-left: -1em;
}
.exh_list li span{
	position: absolute;
	right: 0;
	display: none;
}
.exh_list li ul li{
	border: none;
	padding-bottom: 0;
	margin-bottom: 1px;
	margin-left: 1em;
}

/* ボタン */
#main_colmun .btn_how a{
	display:block;
	height:40px;
	width:200px;
	background:url(../img/common/btn_how.gif) top left no-repeat;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	line-height:40px;
	margin:20px auto;
	font-size:14px;
}
#main_colmun .btn_how a:hover{
	background-position: top right;
}




