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

/* ===================================================================
 File names  :style.css
 Last Up Date:2014/02/21
 Author      :NEGISHI
--------------------

構成：
	#wrapper       　width: auto;
	 ┣#header     　width: 980px;
	 ┣#contents     width: 980px;
	 ┃　　┗#main   width: 980px;（コンテンツ格納エリア）
	 ┗#footer     　width: 980px;
	  
--------------------

特記事項：

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

/*===============================================
　　　　　　　　　　初期設定
===============================================*/

html {
	overflow-y:scroll;
}

body , p , div , form , ul , h1 , h2 , h3 , h4 , h5 , h6 ,
a , area , map , address , ul, ol , dl , dt , dd , pre ,
form , fieldset , input , textarea , blockquote , th , td {
	margin:0;
	padding:0;
	list-style-type: none;
	text-align:left;
}

body {
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ　Pro W3", "ＭＳ Ｐゴシック", Verdana;
	font-size:12px;
	line-height:1.8;
	background:#fff;
	color: #222;
	width:100%;}



hr {
	display:none;
}

img {
	border:0;
}


/*===============================
　　　　link
===============================*/
/*----------
通常設定　　　　
----------*/

a:link , a:visited , a:active{
	color:#0054ff;
	outline:none;
}

a:hover {
	color:#5fb2ff;
	text-decoration:none;
}

a:hover img.overwhite{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}

/*----------
ボタンリンク関連　　　
----------*/

.btn_apply{
    width:300px;
    height:60px;
    display:block;
    background:url(../image/button_apply.png) left top no-repeat;
	margin:auto;
}
.btn_apply:hover{
    background-position:right top;
}


.btn_online{
    width:300px;
    height:60px;
    display:block;
    background:url(../image/button_online.png) left top no-repeat;
	margin:auto;

}
.btn_online:hover{
    background-position:right top;
}

.btn_mail{
    width:300px;
    height:60px;
    display:block;
    background:url(../image/button_mail.png) left top no-repeat;
	margin:auto;
	text-indent:-9999px;

}
.btn_mail:hover{
    background-position:right top;
}

.btn_announce{
    width:300px;
    height:60px;
    display:block;
    background:url(../image/button_announce.png) left top no-repeat;
	margin:auto;
	text-indent:-9999px;

}
.btn_announce:hover{
    background-position:right top;
}

.btn_company{
    width:300px;
    height:60px;
    display:block;
    background:url(../image/button_company.png) left top no-repeat;
	margin:auto;
	text-indent:-9999px;

}
.btn_company:hover{
    background-position:right top;
}


.btn_workshop{
    width:300px;
    height:60px;
    display:block;
    background:url(../image/button_workshop.png) left top no-repeat;
	margin:auto;
	text-indent:-9999px;

}
.btn_workshop:hover{
    background-position:right top;
}


/*===============================
　　　　フォント指定
===============================*/

strong {
	color:#ff3f9e;
	font-weight:bold;
}

em {
	font-weight:bold;
	font-style:normal;
}

.red {
	color:#ff3333;
}

.boldred {
	color:#ff3333;
	font-weight:bold;
}

.bred {
	color:#ff3333;
	font-weight:bold;
	font-size:16px;
	text-align:center;
}

.redboldline {
	color:#CC0000;
	font-weight:bold;
	text-decoration:underline;
}

.centerarea {
	clear:both;
	text-align:center;
	margin:10px 0;
}

.centerarea p {
	text-align:center;
	margin-bottom:10px;
}

.min {
	font-size:70%;	
}

/*===============================
　　　　その他設定
===============================*/

.center {
	text-align:center;
}

.left {
	text-align:left;
}

.right {
	text-align:right;
}

.right_m {
	text-align:right;
	font-size:11px;
}

.clear {
	clear:both;
}

.imgleft {
	float:left;
	margin:0 10px 10px 20px;

}

.imgright {
	float:right;
	margin:0 20px 10px 10px;

}


/*===============================================
　　　　　　　　　 #wrapper
===============================================*/
#wrapper {
	width:auto;
}

/*===============================================
　　　　　　　　　　#header
===============================================*/

#header_bg{
	background:url(../image/header_bghtml.png) repeat center top;
	width:auto;
	height:130px;
}

#header{
	width:980px;
	height:130px;
	background:url(../image/header_bg.png) no-repeat;
	margin:auto;
}

#header h1{
	background:url(../image/h1.png) no-repeat;
	width:390px;
	height:94px;
	display:block;
	position:relative;
	text-indent:-9999px;
	margin:auto;
	top:20px;
	left:0px;
	float:left;
}

#header #rightbt{
    display: block; 
	width:auto;
	height:auto;
	position:relative;
	top:25px;
	margin-right:10px;
	float:right;
}

#header li{
	margin-right:0px;
	float:right;
}


#header #contactbt a { 
    display: block; 
    overflow: hidden; 
    height: 21px; 
    width: 73px; 
	text-indent:-9999px;
    background-image: url(../image/contact_bt.png); 
}

#header #contactbt a:hover { 
    background-position: 0 -21px; 
}

#header #announcebt a { 
    display: block; 
    overflow: hidden; 
    height: 21px; 
    width: 130px; 
	text-indent:-9999px;
    background-image: url(../image/announce_bt.png); 
}

#header #announcebt a:hover { 
    background-position: 0 -21px; 
}

#header #sche a{
    display: block; 
	width:230px;
	height:30px;
	position:absolute;
	top:70px;
	margin-left:740px;
	float:right;
	text-indent:-9999px;
    background-image: url(../image/header_sche.png); }


#header #sche a:hover { 
    background-position: 0 -30px; 
}

#header #home a{
    display: block; 
	width:49px;
	height:49px;
	position:absolute;
	top:60px;
	margin-left:920px;
	float:right;
	text-indent:-9999px;
    background-image: url(../image/home_bt.png); }


#header #home a:hover { 
    background-position: 0 -49px; 
}



/*===============================================
　　　　　　　　#header　#menu
===============================================*/

#menu_bg{
	background:url(../image/menu_bg.png) repeat-x;
	background-position: top center;
	width:auto;
	height:30px;
}


#menu{ 
	width:980px;
	margin:auto;
    position: relative; 
} 

#nav li{ 
	float:left;
} 

#nav { 
    margin-left: 0px; 
    top: 0px; 
    position: absolute; 
} 

/*===============================================
　　　　　　  　　#submenu
===============================================*/

#submenu_bg{
	background-color:#f6f6f6;
	background-position: top center;
	width:auto;
	height:50px;
}


#submenu{ 
	width:980px;
	margin:auto;
    position: relative; 
} 

#submenu li{ 
	font-size:18px;
	margin-left:20px;
	margin-top:10px;
	float:left;
} 

#submenu a{
	color:#555;
}

#submenu a;hover{
	color:#000;
}



/*===============================================
　　　　　　　　　 #contents
===============================================*/

#contents{
	width:980px;
	margin:auto;
}

/*===============================================
　　　　　　　　     #main
===============================================*/

#index #main{
	width:980px;
	height:auto;
	margin:auto;
	padding-bottom:30px;
}


#main{
	width:980px;
	height:auto;
	margin:auto;
}

#main_image{
	width:710px;
	height:350px;
	float:left;
	margin-top:10px;
	margin-left:0px;
}

#main ul li.sche{
	background:url(../image/li.png) no-repeat 4px 2px;
	padding-left:23px;
}

#twitter{
	position:relative;
	float:right;
	width:254px;
	height:348px;
	margin:10px 0 0 10px;
    border: 1px solid #ccc;
}

/*===============================================
　　　　　　　　     #article
===============================================*/

#article{
	width:820px;
	height:auto;
	margin:10px auto 30px;
	padding:10px;
}

#article_re{
	width:820px;
	height:auto;
	margin:10px auto 30px;
	padding:10px;
}


#article .left{
	width: 300px;
	float:left;
	/*margin-bottom:30px;*/
	}

#article .right{
	width: 500px;
	padding-right:10px;
	float:right;
	/*margin-bottom:30px;*/
}

#article p{
	margin:10px 0px 10px 0px;
}

#article img{
	margin:0px 0px 10px 0px;
}

/*===============================================
　　　　　　　　  #recruit
===============================================*/

#recruit #article p{
	width:800px;
	margin:10px auto 10px;
}

#recruit #article ul{
	width:800px;
	margin:10px auto 10px;
}


#recruit #main h4{
	height:25px;
	line-height:27px;
	background-color:#f6f6f6;
	border-bottom:#ccc 1px dashed;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ　Pro W3", "ＭＳ Ｐゴシック", Verdana;
	font-size:1.2em;
	color:#555;
	padding-left:5px;
	margin:0px auto 0px;
	clear:both;
}

/*===============================================
　　　　　　　　  #article h2,h3
===============================================*/

#article h2{
	width:840px;
	line-height:50px;
	background:url(../image/h2.png) no-repeat center bottom;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ　Pro W3", "ＭＳ Ｐゴシック", Verdana;
	font-size:2em;
	color:#000;
	padding-left: 20px;
	margin:10px 0px 20px -20px;
	clear:both;
}

#index #main h3{
	width:980px;
	line-height:40px;
	background:none;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ　Pro W3", "ＭＳ Ｐゴシック", Verdana;
	font-size:1.5em;
	color:#000;
	border-bottom:2px solid #01b2b3;
	padding-left: 0px;
	margin:0px auto 10px;
	clear:both;
}



#main h3{
	width:820px;
	line-height:40px;
	/*background:url(../image/h3.png) no-repeat center bottom;*/
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ　Pro W3", "ＭＳ Ｐゴシック", Verdana;
	font-size:1.5em;
	color:#000;
	border-bottom:2px solid #eb6368;
	padding-left: 0px;
	margin:0px auto 10px;
	clear:both;
}


#main #h3_outline{
	width:490px;
	line-height:40px;
	/*background:url(../image/h3_outline01.png) no-repeat center bottom;*/
	border-bottom:2px solid #01b2b3;
	padding-left: 0px;
	margin:0px auto 10px;
}

#main h4{
	width:820px;
	height:25px;
	line-height:27px;
	background-color:#f6f6f6;
	border-bottom:#ccc 2px dotted;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ　Pro W3", "ＭＳ Ｐゴシック", Verdana;
	font-size:1.2em;
	color:#555;
	padding-left:5px;
	margin:0px 0px 10px -5px;
	clear:both;
}

#pa_info h4{
	width:980px;
	height:25px;
	line-height:27px;
	background-color:#f6f6f6;
	border-bottom:#ccc 2px dotted;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ　Pro W3", "ＭＳ Ｐゴシック", Verdana;
	font-size:1.2em;
	color:#555;
	padding-left:5px;
	margin:0px 0px 10px -5px;
	clear:both;
}

#main #h4_outline{
	width:500px;
	height:30px;
	line-height:33px;
	background-color:#f6f6f6;
	border-bottom:#ccc 2px dotted;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ　Pro W3", "ＭＳ Ｐゴシック", Verdana;
	font-size:1.4em;
	color:#555;
	padding-left:5px;
	margin:0px 0px 10px 0px;
	clear:both;
}


/*===============================================
　　　　　　　　  #article ul
===============================================*/
#article ul{
	margin-bottom:10px;
}

#article ul li{
	background:url(../image/li.png) no-repeat 4px 2px;
	padding-left:23px;
}


/*===============================================
　　　　　　   #update(※indexのみ)
===============================================*/


#update{
	width:710px;
	height:200px;
	position:relative;
	margin-top:15px;
	margin-bottom:20px;
	float:left;
	background:url(../image/update_02.png) no-repeat;
		}


/*#update{
	width:980px;
	height:140px;
	position:relative;
	margin-top:15px;
	margin-bottom:20px;
	float:left;
	background:url(../image/update.png) no-repeat;
		}*/

/*#update_top
{
	width:980px;
	height:40px;
	background:url(../image/update_top.png) no-repeat;
}*/

#updatearea {
/*	background:url(../image/update_bg.png) repeat-y;*/
	width:680px;
	height:140px;
	padding:5px 10px 0 10px;
	outline:none;
	overflow:auto;
	margin:45px 0 0 0px;
	font-size:12px;
	filter:chroma(color=#ffffff);
}

/*#update_bottom
{
	width:980px;
	height:10px;
	background:url(../image/update_bottom.png) no-repeat;
}*/

#updatearea dl {
	width:680px;
	padding-left:5px;
}

#updatearea dl dt {
	color:#000;
	font-weight:bold;
	border-top:none;	
	/*padding-top:8px;*/
	width:80px;
	float:left;
}

#updatearea dl dd ~ dt {
	}

#updatearea dl dd {
	text-indent:0px;
	padding-left:80px;
	/*padding-top:8px;*/
	margin-bottom:5px;
	color:#555;
}


a[href$=".pdf"] {
  background:url(../image/document-pdf.png) no-repeat left center;
  padding:4px 0 2px 20px;
  margin-left:5px;
	}
	
	
	

/*===============================================
　　　　　　　　    #footer
===============================================*/

#footer {
	background:url(../image/header_bghtml.png) repeat center top;
	position:relative;
	overflow: hidden;
	clear:both;
}

#footer a{
	color:#555;
}

#footer a:hover{
	color:#000;
}


#sitemap{
	width:1000px;
	margin:0 auto;	
	color:#000;
	position:relative;
}

#sitemap_left {
	width:700px;
	margin-left:10px;
	float:left;
}

#sitemap_left h2{
	font-weight: bold;
	font-size:20px;
	height: 30px;
	width: 100px;
	margin: 15px 0 0 20px;
	float:none;
	}

#sitemap ul {
	color:#ccc;
	position: relative;
	float: left;
	margin-top:5px;
	margin-left:20px;
	margin-bottom:20px;
}

#sitemap ul a{
	color:#555;
	text-decoration:none;
}

#sitemap ul a:hover{
	color:#000;
	text-decoration:none;
}

#sitemap ul li {
	position: relative;
	line-height:25px;
	padding-left:25px;
}

.li_footer{
	color:#555;
	background:url(../image/li_footer.png) no-repeat 4px;
	padding-left:25px;
	font-weight:bold;
	font-size:14px;
}

#sitemap_right{
	width:260px;
	float:right;
	height:auto;
}

#sitemap_right h2{
	font-weight: bold;
	font-size:20px;
	height: 30px;
	width: 100px;
	margin: 15px 0 0 0px;
	float:none;
	}

#sitemap p{
	padding-top:5px;
}


#logo_bg {
	background-color:#eb6368;
	height:90px;
	position:relative;
	border-top:2px solid #fff;
	overflow: hidden;
	clear:both;
}

#logo {
	width:980px;
	margin:0 auto;	
	color:#000;
	position:relative;
}

#logo_bg p{
	color:#fff;
	width:auto;
	display:block;
	height:90px;
	position:absolute;
	margin-left:200px;
	padding:15px;
}


/*===============================================
　　　　　　　 #pagetopボタン設定
===============================================*/

#page-top {
    position: fixed;
    bottom: 5%;
    right: 5%;
    font-size: 70%;
}
#page-top a {
    display: block;
    text-decoration: none;
    padding-top: 62px;
    width: 62px;
    height: 0px;
    overflow: hidden;
    background: url(../image/pagetop.png) no-repeat;
}
  
#page-top a:hover {
    background-position: 0 -62px;
}



/*===============================================
　　　　　　 #index以外のページ設定
===============================================*/

#join_online{
	width:800px;
	margin:30px 0px 10px -10px;
	padding:20px;
	border:2px solid #01b2b3;
	/*background-color: #fff834;*/
}

#join_online_gray{
	width:800px;
	margin:30px 0px 10px -10px;
	padding:20px;
	border:2px solid #ccc;
	/*background-color: #fff834;*/
}

#join_online_bt{
	display:block;
	position:absolute;
	background:url(../image/join_online.png) no-repeat;
	width:50px;
	height:50px;
	margin-top:-40px;
	margin-left:-40px;
}



#booth{
	width:800px;
	height:auto;
	margin:10px auto 30px;
	clear:both;
}

#booth .leftbox{
	width: 380px;
	float:left;
	padding:10px;
	}

#booth .rightbox{
	width: 380px;
	float:right;
	padding:10px;

}

#booth img{
	padding-left:40px;
}

#join{
	width:800px;
	height:auto;
	margin:10px auto 30px;
	clear:both;
}

#join .leftimg{
	width:80px;
	padding:10px;
	float:left;
}

#join .rightflow{
	width:670px;
	padding:10px;
	float:right;
}

/*メニューリスト*/
#menulist ul{
	min-height:40px;
	margin-bottom:10px;
}

#menulist li{
	float:left;
	margin-right:10px;
}


/*住所囲み*/
#add{
	width:780px;
	background:#f0f0f0;
	border:solid 2px #ccc;
	margin-left:10px;
	margin-bottom:10px;
	text-align: center;
	font-weight: bold;
	padding:10px;
}

/*ワークショップ一覧*/
#shoplist{
	width:820px;
	height:auto;
}

#shoplist .left{
	width: 220px;
	margin-bottom:10px;
}
#shoplist .right{
	width: 580px;
	margin-bottom:15px;
}

#shoplist h4{
	width:580px;
	height:30px;
	line-height:33px;
	background-color:#f6f6f6;
	border-bottom:#ccc 2px dotted;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ　Pro W3", "ＭＳ Ｐゴシック", Verdana;
	font-size:1.4em;
	color:#555;
	padding-left:5px;
	margin:0px 0px 10px 0px;
	clear:both;
}

#shoplist dl{
}

#shoplist dt{
	width:160px;
	background:url(../image/li.png) no-repeat 4px 6px;
	padding:5px 0px 5px 24px;
	font-weight:bold;
	border-bottom:1px #ccc dashed;
	float:left;
}

#shoplist dt.about{
	width:555px;
	float:none;
	border:none;
	padding:5px 0px 0px 24px;
}

#shoplist dd{
	padding:5px 0px 5px 0px;
	margin-left:180px;
	border-bottom:1px #ccc dashed;
}

#shoplist dd.about{
	margin-left:0px;
	padding:5px 10px 5px 25px;
	border:none;
}

hr.shoplist{
	height:2px;
	border: 0;
	display:inherit;
	margin:10px auto 10px;
	background-color:#efefef;
	clear:both;

}

.table_01{
 width: 700px;
 border-collapse: collapse;
 margin:10px auto 20px;
 }
 .table_01 th{
 width: 30%;
 padding: 6px;
 text-align: left;
 vertical-align: top;
 color: #555;
 background-color: #efefef;
 border: 1px solid #ccc;
 }
 .table_01 td{
 padding: 6px;
 background-color: #fff;
 border: 1px solid #ccc;
 }
 
  #shoplist ul{
	min-height:40px;
	margin-bottom:10px;
 }
 
 #shoplist ul li{
	display: inline;
 	background:url(../image/li_shop.png) no-repeat 4px 2px;
	/*float:left;*/
 	margin-right:10px;
 }
 
 
/*出展者一覧ページ用 */

#list.left{
	width:140px;
	border:1px solid #01b2b3;
}

#list.left ul{
	color:#fff;
	margin:0; }
	
#list.left li{
	display:block;
	line-height:30px;
	width:130px;
	height:30px;
	margin:auto;
	background:#fff;
	padding-left:10px;}
	
#list.left li.on{
	background:#01b2b3;}	
	
#list.left li a{
	color:#555;
	text-decoration: none;
}
	
#list.left li a:hover{
	display:block;
	width:130px;
	height:30px;
	color:#fff;
	font-weight:bold;
	margin-left:-10px;
	padding-left:10px;	
	background:#01b2b3;
	}	
	

#list.right{
	width:660px;
	padding:0 0 30px 10px;
	margin:-220px auto 0;
}

#main #h3_list{
	width:660px;
	line-height:40px;
	padding-left: 0px;
	margin:-28px auto 10px;
}

#main h4.h4_list{
	width:660px;
}

#listbox{
	width:150px;
	height:330px;
	float:left;
	font-size:10px;
/*	border-bottom:1px dashed #1c509c;*/
	margin:0 5px 20px 5px;
}

#list.right li{
	background:url(../image/li.png) no-repeat 4px 2px;
	padding-left:23px;
	margin-bottom:10px;
	float:left;
}

#listbox ul{
	width:150px;
	height:auto;
	margin:5px 0 0 0 ;
	border-top:1px dashed #1c509c;
	float:none;
}

#listbox ul li{	
	background:url(../image/icon_photo.png) no-repeat 4px 1px;
	padding-left:20px;
	float:left;
}


span.icon_no{
	display:block;
	width:59px;
	height:16px;
	text-indent:-9999px;
	float:left;
	margin: 0 5px 0 0px;
	background-image:url(../image/icon_no.png);
	background-repeat: no-repeat;
}

span.icon_category{
	display:block;
	width:59px;
	height:16px;
	text-indent:-9999px;
	float:left;
	margin: 0 5px 0 0px;
	background-image:url(../image/icon_category.png);
	background-repeat: no-repeat;
}


#shopmail{
	width:600px;
	border:1px solid #ccc;
	margin:0 auto 0;
	padding:10px;
}
/*-------------------------------- 
　　#joint_c 合体可否テーブル
--------------------------------*/

#joint_c {
	width:600px;
	margin:10px auto 10px;
}

#joint_c th#left_top {
    width:100px;
    height:60px;
}

#joint_c th{
	height:60px;
	border:1px solid #555;
	background:#f6f6f6;
	color:#555;
    width:120px;
	padding:10px;
}

#joint_c td{
	border:1px solid #555;
	padding:10px;
}

#joint_c td img{
    float:left;
    margin-right:5px;}

/*===============================================
　　　　　　 #メールフォーム
===============================================*/

#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}

/*===============================================
　　　　 #ディーラーリスト画像切り替え
===============================================*/

/* 
-----------------------------------------*/
#navi{
	width:120px;
	height:10px;
	text-align:center;
	display:block;
	clear: left;
	margin-top:-10px;
	}
	
#navi ul li{
	width:10px;
	height:10px;
	float:left;
	background:none;
	padding:0 0px 0px 0;
	margin:0 0 0px 0;
}
#navi li a{
	background:none;
	display:block;
	text-decoration:none;
	color:#ccc;
}
#navi li a:link    {}
#navi li a:visited {}
#navi li a:hover   {color:#555;	}
#navi li a:active  {color:#555;	}
/* IE用 ↓*/
#navi li a:hover img {filter:alpha(opacity=80);}

#photo{
	width:120px;
	height:160px;
	margin:0px 0 0 0;
}
#photo img{
	position:absolute;
}


/* 申込状況 */

#entry_progress, #progress_title, #progress_text, #progress_graph, #progress_bar {
	display:block;
}

#entry_progress {
	position:relative;
	width:600px;
	height:30px;
	margin:30px auto 0px;
	border-radius:5px;
	font-size:113%;
	background-color:#f6f6f6;
	border:2px solid #01b2b3;
}

#progress_title {
	width:160px;
	height:30px;	
	line-height:30px;
	font-weight:bold;	
	text-align:center;
	color:#555;
	background-color:#fff;
}

#progress_text, #progress_graph, #progress_bar {
	height:30px;
	width:440px;

}

#progress_text, #progress_graph {
	position:absolute;
	left:160px;
	top:0px;
}

#progress_text {
	z-index:10;
	
	position:absolute;
	left:160px;
	top:0px;
	
	overflow:hidden;
	color:#2f3322;	
	line-height:30px;
	text-align:center;

text-shadow:
1px 0 0 #fff,
0 1px 0 #fff,
-1px 0 0 #fff,
0 -1px 0 #fff;

}

#progress_bar {
	position:relative;
	z-index:9;
	background-color:#c0e6cc;
}

/*
twitterボタン*/
iframe.twitter-share-button {
    width: 100px!important;
	margin-left:5px;
}

/*リンクバナー表示*/
#bn_left{
	width:300px;
	float:left;
	margin-bottom:20px;
}

#bn_right{
	width:500px;
	float:left;
	margin-left:20px;
	margin-bottom:20px;
}

#banner{
}

#banner textarea{
	margin-top:5px;
	width:300px;
	height:50px;
	font-size:11px;
	line-height:1.2;
	padding:2px;
	color:#888;
}


#banner span{
	color:#777;
	font-weight:bold;
}


/*企業出展ブース*/
#company.leftbox{
	width: 400px;
	float:left;
	padding:10px;
	}
	
#company.rightbox{
	width: 380px;
	float:right;
	padding:10px;
	}
	
	

/*===============================================
　　　　　　　　　　#kikaku_bn
===============================================*/
#kikaku_bn{
	width:980px;
	height:auto;
	margin:10px auto 10px;
}

#kikaku_bn ul li{
	float:left;
	height:130px;
}

.mr10{
	margin-right:10px;
}	

.p_ticket{
	width:980px;
	display:block;
	background:#fff;
	margin-top:10px;
	border:2px solid #FFAAAC;
	text-align:center;
	padding:5px;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  

}

.p_ticket a:link ,.p_ticket a:visited ,.p_ticket a:active{
	color:#ff0000;
	}
	

/*===============================================
　　　　　　　　　　#FAQ
===============================================*/

#faq{
	margin: 30px 0 0;
	float: right;
}
	
#faq a{
    display: block;
    text-decoration: none;
    padding: 34px 0 0 0;
    width: 172px;
    height: 0px;
    overflow: hidden;
    background: url(../image/bt_faq_03.png) no-repeat;
}
	
/*出展者一覧ページ用 */

#list.left{
	width:140px;
	border:1px solid #eb6368;
}

#list.left ul{
	color:#fff;
	margin:0; }
	
#list.left li{
	display:block;
	line-height:30px;
	width:130px;
	height:30px;
	margin:auto;
	background:#fff;
	padding-left:10px;}
	
#list.left li.on{
	background:#eb6368;}	
	
#list.left li a{
	color:#555;
	text-decoration: none;
}
	
#list.left li a:hover{
	display:block;
	width:130px;
	height:30px;
	color:#fff;
	font-weight:bold;
	margin-left:-10px;
	padding-left:10px;	
	background:#eb6368;
	}	
	

#list.right{
	width:660px;
	padding:0 0 30px 10px;
	margin:-220px auto 0;
}

/*#main #h3_list{
	width:660px;
	line-height: 33px;
	padding-left: 0px;
	margin: 62px auto 10px;
}*/

#main h4.h4_list{
	width:660px;
}

.listbox{
	width:150px;
	height:330px;
	float:left;
	font-size:10px;
/*	border-bottom:1px dashed #1c509c;*/
	margin:0 5px 20px 5px;
}

#list.right li{
	background:url(../image/li.png) no-repeat 4px 2px;
	padding-left:23px;
	margin-bottom:10px;
	float:left;
}

.listbox ul{
	width:150px;
	height:auto;
	margin:5px 0 0 0 ;
	border-top:1px dashed #1c509c;
	float:none;
}

.listbox ul li{	
	background:url(../image/icon_photo.png) no-repeat 4px 1px;
	padding-left:20px;
	float:left;
}


span.icon_no{
	display:block;
	width:59px;
	height:16px;
	text-indent:-9999px;
	float:left;
	margin: 0 5px 0 0px;
	background-image:url(../image/icon_no.png);
	background-repeat: no-repeat;
}

span.icon_category{
	display:block;
	width:59px;
	height:16px;
	text-indent:-9999px;
	float:left;
	margin: 0 5px 0 0px;
	background-image:url(../image/icon_category.png);
	background-repeat: no-repeat;
}


#shopmail{
	width:600px;
	border:1px solid #ccc;
	margin:0 auto 0;
	padding:10px;
}
