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

/*===============================================
　　　　　　　　　　#header2
===============================================*/
#header2{
	width:980px;
	height:180px;
	margin:0px auto;
	padding-top: 5px;
}

#header2 h1{
	width: 425px;
	height: 100px;
	display: block;
	position: relative;
	//text-indent: -9999px;
	float: left;
	top: 10px;
	margin-right: 5px;
}
/* ----- icon ----- */
#header2 #rightbt{
	display: block;
	width: auto;
	height: auto;
	position: relative;
	margin-right: 10px;
	float: right;
	top: -20px;
}

#header2 #rightbt li{
	float:left;
	padding-top: 15px;
}

#home {
    width: 36px;
	position:relative;
	top:35px;
}

#home a{
	background:url(../image/icon_top.png) no-repeat;
	display: block; 
    overflow: hidden;
    text-indent: -9999px; 
    height: 30px;
    width: 30px;
}
#home a:hover{background-position:   0px -30px;}


#icon_faq{
    width: 35px;
	position:relative;
	top:35px;

}

#icon_faq a{
	background:url(../image/icon_faq.png) no-repeat;
	display: block; 
    overflow: hidden;
    text-indent: -9999px; 
    height: 30px;
    width: 30px;
}

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

#top_banner2{
	margin: 0px; /*don't delete */
    width: 360px;
	height: 34px;
}
/*===============================================
　　　　　　#twitter_div
===============================================*/
#twitter_div{
    height: 7px;
    margin: 7px 0px 0 0;
    text-align: right;
}

/*===============================================
　　　　　　　　　　#google_translate_element
===============================================*/

#google_translate_element{
	display: block;
	float: left;
	position: relative;
    top: 24px;
	//left: -49px;
	left: 10px;
}

/*===============================================
　　　　　　　event
===============================================*/
.event dt {
    color: #58c8b4;
    float: left;
    font-weight: bold;
    margin: 0 0 10px;
    width: 80px;
}


#hanyo_right .event dd {
    margin: 0 0 10px 80px;
    padding: 0;
    text-align: left;
	width: 605px;
}


.big_dl {
    color: #ff385a;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
}


ul li.sche {
    background: rgba(0, 0, 0, 0) url("../../image/li.png") no-repeat scroll 4px 2px!important;
    padding-left: 23px!important;
}

/*===============================================
　　　　　　　　　　btn
===============================================*/
#list h5{
	width:880px;
	line-height:30px;
	font-size:1.2em;
	color:#888;
	padding-left: 10px;
	margin:10px auto 10px;
	clear:both;
}

#main a.btn_red {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f0bdb3 0%, #ff8f8f 100%) repeat scroll 0 0;
    border: 1px solid #ee7676;
    color: #fffbf7;
	border-radius: 5px;
	padding: 3px 10px;
	font-weight: bold;
    outline: medium none;
    text-decoration: none !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}


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

.arrow {
    background: url(../image/arrow_li.png)left top no-repeat;
}

/*===================================================================
　　　　　　　　　　　　ワークショップ
===================================================================*/

.shoplist_01 , .shoplist_02 {
	padding: 10px 7px 10px 10px;
	background:#FFFEF0;
	margin:10px 10px 10px 5px;
	border: solid 1px #FFE5E5;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	/zoom : 1;
	font-size:97%;
}

.shoplist_01 img {
	float:left;
	margin:5px 0 0 5px;
}

.shoplist_02 img {

	margin:5px 0 0 5px;
}

.shoplist_01 .shoplist_details {
	width:350px;
	float:left;
	margin:5px 0 5px 10px;
}

.shoplist_details h4 {
	margin-top:0;
	
}

.shoplist_01 .shoplist_details dl {
	border-bottom:1px dotted #FFCECF !important;
	border-top: none;
	border-left: none;
	border-right: none;
	float:left;
	margin: 0 auto;
	font-size:1.0em;
}

.shoplist_02 .shoplist_details dl {
	/*border-bottom:1px dotted #FFCECF;*/
	border-top: none;
	border-left: none;
	border-right: none;
	width:100%;
	margin: 0 auto;
	padding-left: 16px;
	
}


 .shoplist_details dd {
	padding:8px 0px;
}

.shoplist_details dl dt {
	padding: 8px 0 8px 16px;
	background:url(../image/li.png) no-repeat 0 50% !important;
	border-top: 1px dotted #FFCECF;
	clear: left;
	float: left;
	text-align:left;
	width: 92px;
}



.shoplist_details dl dd {
	border-left:none;
	border-top: 1px dotted #FFCECF;
	margin-left: 115px;
}


#hanyo_right .shoplist_01 dd {
	border-bottom: none;
    width: 398px;
}


#hanyo_right .shoplist_02 dd {
	border-bottom: none;
    width: 505px;
}


.shoplist_details dt:first-of-type , .shoplist_details dd:first-of-type {
	border-top:none !important;
}

div[class^="shoplist_"] div {
	border: none;
}

div[class^="shoplist_"]:after {
    content: ""; 
    display: block; 
    clear: both;
}

div[class^="shoplist_"] table {
	border:solid 1px #FFB1B2;
	border-collapse:collapse;
	width:400px;
	margin:10px auto;
}

div[class^="shoplist_"] table th {
	text-align:right;
	width:100px;
	padding:5px;
	background:#FFE5E5;
	color:#FF4B72;
}

div[class^="shoplist_"] table td {
	text-align:left;
	padding:5px;
	background-color:#fff;
}

/*===============================================
　　　　　　　　　　#Pick up
===============================================*/
#pick_up{
	width:695px;
	margin-left:3px;
}
	
#pick_top{
	background:url("../image/pickup_top.png") 0 0 no-repeat;
	width: 695px;
	height: 80px;
	margin: 0 auto 0px;
	}
	
#pick_main {
	background:url("../image/pickup_bg.png");
	background-repeat:repeat-y;
	background-position:0 0;
	padding: 2px 20px 0px 31px;
	width: 641px;
}
	
#pick_bottom {
	background:url("../image/pickup_bottom.png") 0 0 no-repeat;
	height:35px;
	background-position:0 0;
	margin-bottom:10px;}


.pick_text {
	height: 200px;
	float:left;
	margin: 0 13px 5px;
	width: 100px;
}

/* PICK UP2行になる時 */
.pick_text2 {
	height: auto;
	float:left;
	margin: 0px 13px -5px;
	width: 100px;
}

#pick_main li{
	text-align:center;
}

/*===============================================
　　　　　　　　　　#Ｔｏｐバナー
===============================================*/
#btn_top{
	margin-top:20px;
	padding-left: 2px;
}

/*===============================================
　　#2日間開催出展者向けお知らせ
===============================================*/
.panel {
  width: 690px;
}
 
.panel dt{
  border-bottom: solid 1px #ee7676;
  background-color: #ff8f8f;
  color: white;
  cursor: pointer;
  padding: 5px;
  font-weight: bold;
  text-align: center;
}
 
.panel dd{
  border: solid 1px #ee7676;
  margin: 0px;
  padding: 4px;
  font-size: 13px;
}

.panel dd ul li{
  position: relative;
  padding-left: 11px;
  background:none;
}

.panel dd ul li::after {
  display: block;
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #ff8f8f;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*===============================================
　　　　　　　　　注意書き
===============================================*/

.noticearea {
	border:solid 1px #F66;
	border-radius:10px;		/* CSS3草案 */
	-webkit-border-radius:10px;	/* Safari,Google Chrome用 */
	-moz-border-radius:10px;	/* Firefox用 */
	background:#FFE3E3;
	/*padding:10px 10px 10px 10px;*/
	margin: 5px 0;
	font-size: 13px;
}

.noticearea p {
	margin-bottom:8px!important;
}

/*===============================================
　　　　　福岡入場時間注意書き
===============================================*/

.cau_time {
    background: #FFFFF0;
    border: solid 1px #FF7F50;/*線*/
    border-radius: 5px;/*角の丸み*/
    margin-top: 16px;
    padding: 1px 0;
    font-size: 13px;
}
.cau_time p {
    margin: 0; 
    padding: 0;
}

.cau_time2 {
    background: #FFFFF0;
    border: solid 1px #FF7F50;/*線*/
    border-radius: 5px;/*角の丸み*/
    margin-top: 4px;
    margin-left: 6px;
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 13px;
}
.cau_time2 p {
    margin: 0; 
    padding: 0;
}

