@charset "utf-8";
/* CSS Document */

html,body{
margin:0;
padding:0;
/*background-color:rgb(240,239,211);*/
/*background-image:url(http://img01.citylife-new.com/usr/l/o/h/lohasfes/background.gif);*/
background-color:#fff;
	

}

ul,li,ol,dl,dt,dd,p,span,table,td,th,tr,h1,h2,h3,h4,h5,h6{
	padding:0;
	margin:0;
	list-style-type: none;	
}

*{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
	color:rgb(51,0,0);
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


.clearfix:before,
.clearfix:after {
  content: ".";   
  display: block;   
  height: 0;   
  overflow: hidden;
}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;} /* IE < 8 */


a.more{
	width:90%;
	
	clear: both;
	text-align: center;
	background-color:#1F8C1A;
	color:#fff;
	display: block;
	padding: 10px ;
	margin: 20px auto 20px;
	border-bottom: 5px solid #003300;
	max-width: 600px;
-moz-border-radius: 10px;
-webkit-border-radius:  10px;
-o-border-radius:  10px;
-ms-border-radius:  10px;
	
}

a.more:hover{
	/*background-color:#003300 ;*/
	border-bottom:2px solid #003300;
	/*border-top: 4px solid;*/
	margin: 23px auto 20px;
	

}



a.moreBtn{
	    background-color: #118FC4;
    border-bottom: 5px solid #003300;
    border-radius: 10px;
    clear: both;
    color: #fff;
    display: block;
    margin: 20px auto;
    max-width: 600px;
    padding: 10px;
    text-align: center;
    width: 90%;
}


/*-----------------------------
header
-----------------------------*/

header{
	background-color:rgba(255,255,255,.9);
	width:auto;	
	padding:10px 0 0;
	position:fixed;
	border-bottom:1px solid #ded2c2;
	
	z-index:30;
	min-width:1000px;
left:0;
right:0;

	overflow:hidden;
	
}

header #head{
	width:1000px;
	display:block;
	margin:0 auto;
	position: relative;
	
}

header #head h1{
float:left;
padding: 10px 10px 0;	
	width:300px;
}

header #head h1 img{
	width:100%;
}



header #head li{
	display:inline;	
	line-height:2;
}

header #head li a{
	color:rgb(51,0, 0);
	text-decoration:none;
	background-image:url(http://img01.citylife-new.com/usr/l/o/h/lohasfes/navi_icon.gif);
	padding:10px 20px;
	background-repeat: no-repeat;
	background-position: 0px center;
	font-size:90%;
}


header #head li a:hover{
	text-decoration:underline;
}


#naviList{
	clear:both;
	width:100%;
	min-width:1000px;
	height:auto;
	margin:0 auto;
display:none;
overflow: auto;
z-index: 300;
background-color:#fff;
	position:absolute;

}


#naviList .naviList ul{

padding:10px;	
	
}


#naviList dl{
	float:right;
	width:310px;
	margin-right:5px;
	background-color:#fff;
}

#naviList dt{
	margin-left:10px;
	border-bottom:2px dotted;
	font-weight: bold;
	font-size:120%;
	margin-bottom:10px;
	padding-top:10px;
}

#naviList dd{
	
	margin-left:20px;
	line-height: 1.2;
	display: block;
	padding:5px 0
	
}

#naviList dd a{
	font-size:90%;
	text-decoration: none;
}

#naviList .eventInfo{

	padding-top:50px;
	width: 1000px;
	margin:0 auto;
}

#naviList .eventInfo table{
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-collapse: collapse;
	float:left;
	margin-bottom:20px;
	background-color:#fff;
	width:65%;
	
}
#naviList .eventInfo table th,
#naviList .eventInfo table td{
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	padding:10px;
}
#naviList .eventInfo table th{
width:204px;
}

#naviList .eventInfo table th p{
	/*width:300px;*/
	
}
#naviList .eventInfo table th p img{
	width:100%;
}
#naviList .eventInfo table li a,
#naviList dd a{
	font-size:90%;
	text-decoration: none;
	color:#8e4d30;
}
#naviList .eventInfo table li:before,
#naviList dd:before {
content: "・";
	
	color:#FF8600;
	
}
#naviList .eventInfo table li a:hover,
#naviList dd a:hover{
	color:#663300;
	text-decoration:underline;
}

#naviList .eventInfo table span{
	display: block;
	text-align:right;
}


#naviList .eventInfo table span a{
	background-color:#30A722;
	color:#fff;
	font-weight:normal;
	padding:3px 6px 1px;
	margin-top:6px;
	line-height: 3;
	border-bottom:3px solid #003300;
		-moz-border-radius: 2px;
-webkit-border-radius:  2px;
-o-border-radius:  2px;
-ms-border-radius:  2px;
	font-size:80%;
	
	width:60%;
}

#naviList .eventInfo table span a:hover{
background-color:#003300;

}

/*
nav{
display:block;
clear:both;	
width:auto;
left:0;
right:0;

background-image:url(http://img01.citylife-new.com/usr/l/o/h/lohasfes/background.gif);
height:60px;
overflow:hidden;
position:fixed;
top:60px;
z-index:30;
border-bottom:solid 1px rgb(208,208,175);
min-width:1000px;
}

nav ul{
width:1000px;
margin:0 auto;
}


nav li{
float:left;
}
*/

header #head ul{
	position:absolute;
	right:70px;
	top:8px;
	/*padding:8px 0;*/
	
	
}

div#naviArea{
	
	display: block;
    
    margin: 0 auto;
    min-width: 1000px;
    position: fixed;
    width: 100%;
    z-index: 500;
}

div#naviArea p{
font-size:56%;
display: block;
   position:absolute;
   right:0;
   top:6px;
   margin-right:22px;
}

section.navi:hover{
	background-color:#fdffbd;
	
}
.naviG{
 background-color:#ff0;   
position:absolute;
right:0;
height:20px;
}
section.navi{

   display: block;
   position:absolute;

    width: 22px;
	border:1px solid #dccfa2;
	padding:6px 3px 3px;
	cursor:pointer;
	margin-right:20px;
right:0;
    top: 22px;
	
}

section.navi div{
border:1px solid;	
margin-top:2px;
margin-bottom:5px;
}

/*


section.navi div:first-child {
    top: 12px;
}
#menuButton span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
}
#menuButton span:last-child {
    bottom: 12px;
}

*/
section.del div:first-child {
    -webkit-transform: translateY(4px) rotate(45deg);
    -moz-transform: translateY(4px) rotate(45deg);
    -ms-transform: translateY(4px) rotate(45deg);
    transform: translateY(4px) rotate(45deg);
}
section.del div:nth-child(3) {
   /* opacity: 0;*/
    -webkit-transform: translateY(-3px) rotate(-45deg);
    -moz-transform: translateY(-3px) rotate(-45deg);
    -ms-transform: translateY(-3px) rotate(-45deg);
    transform: translateY(-3px) rotate(-45deg);
}

section.del div:nth-child(2) {
    display:none;
}

/*

*/

nav li a,
nav li span{
padding:18px 42px;
text-decoration:none;
color:rgb(50, 0, 0);
display:block;
border:solid 1px rgb(240,239,211);
}

nav li span{
	
background-color:rgb(255,255,255);	
}

nav li a:hover{
color:rgb(50, 0, 0);
display:block;
border:solid 1px rgb(240,239,211);
background-color:rgb(255,255,255);
}

nav li.exbision a{
	background-image:url(http://img01.citylife-new.com/usr/l/o/h/lohasfes/icon_festa.png);
	background-repeat: no-repeat;
	background-position: 20px center;
}

nav li.about a{
	background-image:url(http://img01.citylife-new.com/usr/l/o/h/lohasfes/icon_about.png);
	background-repeat: no-repeat;
	background-position: 20px center;
}

nav li.ambassodar a{
	background-image:url(http://img01.citylife-new.com/usr/l/o/h/lohasfes/icon_ambassadar.png);
	background-repeat: no-repeat;
	background-position: 20px center;
}


nav li.media a{
	background-image:url(http://img01.citylife-new.com/usr/l/o/h/lohasfes/icon_media.png);
	background-repeat: no-repeat;
	background-position: 20px center;
}


nav li.sponsar a{
	background-image:url(http://img01.citylife-new.com/usr/l/o/h/lohasfes/icon_sponsar.png);

	background-repeat: no-repeat;
	background-position: 20px center;
}

/*hover部分*/


#newsInfo{
	width:68%;

}

.left{
	float: left;
}
.right{
	float: right;
}

.close{
display:none!important;	
}

.ListBox{
width:298px;
float:left;
margin-left:2px;
display:block;
padding:10px 10px 0px 15px;
border:1px dotted #e2c4b7;	
}

/*.ListBox li a{
	text-decoration:none;
	font-size:110%;
	line-height:2;


}*/

.ListBox dt a,
.ListBox dd a,
.ListBox li a{
text-decoration:none;
line-height:2;	
}

.ListBox dt a:hover,
.ListBox dd a:hover{
text-decoration:underline;
}

.ListBox dt,
.ListBox li{
font-size:110%;
font-weight:bold;	
}

.ListBox dd{
padding-left:20px;
font-size:90%;	
}

.ListBox dd :before{
content:"・";	
}

.ListBox h3{
padding-bottom:20px;	
}

.ListBox li a:hover{
	text-decoration:underline;
	
}

.ListBox p{
	font-size:80%;
	padding-bottom:20px;
	line-height:2;	
}
/*ここまでリスト一覧*/





.about dl.comList,
.media dl.comList{
width:	300px;
padding:26px 5px 60px;
float:right;
border:1px solid rgb(200,200,200);
position:relative;
}

.about dl.comList dt,
.media dl.comList dt{
width:100%;	
height:130px;
}

.about dl.comList dt img,
.media dl.comList dt img{
height:100%;
display:block;
margin:0 auto;	
}

.about dl.comList dd,
.media dl.comList dd{
	padding:10px;
	font-size:80%;
	display:block;
	
	
}

.about dl.comList dd.btn,
.media dl.comList dd.btn{
	position:absolute;
	right:10px;
	bottom:5px;

	
	
}


/*ロハスについて部分*/
#hvra .ListBox ul,
#hvrme .ListBox ul{
float:left;
background-color:rgb(255,255,255);
width:220px;	
margin-right:10px;
	margin-bottom:10px;
	padding:10px;
}


#hvra .ListBox li a,
#hvrme .ListBox li a{
display:block;	
	padding:10px;
	text-decoration:none;
	font-size:80%;
	border-bottom:dotted 1px rgb(50,0,0);
	
}


#hvra .ListBox li a:hover,
#hvrme .ListBox li a:hover{
background-color:rgb(255,255,200);
}






/*ロハス大使部分*/
 .ambsdrBlog{
	
	
	
	
	background-color:rgb(255,255,255);
	margin-left:5px;
	margin-bottom:5px;
	
}

.ambsdrBlog h4{
height:60px;	
}
.ambsdrBlog h4 a{
text-decoration:none;
}


.ambsdrBlog .b_img{

	width:280px;
	height:150px;
	overflow:hidden;
	border:solid 1px rgb(200,200,200);
}

.ambsdrBlog .b_img img{
	
height:100%;
margin:0 auto;
display:block;

}
.ambsdrBlog .b_date{
width:280px;
margin:0 auto;	
font-size:90%;
padding:5px 0 0;
}
.ambsdrBlog .b_title{
	width:280px;
	margin:0 auto;
font-size:90%;
height:50px;
padding:2px 0 0;

}

.profile a {
    text-decoration: none;
}

.profile a:hover{
	text-decoration:underline;
	
}

#hvram .ambsdrBlog .b_title a{
	text-decoration:none;

}


#hvram .ambsdrBlog .b_title a:hover{
	text-decoration:underline;
}

dl.profile{
border:solid 1px rgb(200,200,200);	
width:280px;
}


dl.profile dt{
float:left;
width:70px;	
height:70px;
overflow:hidden;
display:block;
	
}

dl.profile dt img{
width:100%;
	
}

dl.profile dd{
font-size:90%;
line-height:2;
padding:5px;
	
}








/*----------------------------*/
/*---------メイン部分---------*/
/*----------------------------*/


#wrapper{
	
min-height:500px;
display:block;	
min-width:1000px;
padding-top:76px;
	
}
content{

margin:0 auto;
display:block;	
background-color:rgb(122,122,122);
clear:both;
}

/*メインイメージ*/

#mainImg{
	width:100%;
	height:500px;
	overflow:hidden;
	position:relative;
	background-image:url(http://img01.citylife-new.com/usr/l/o/h/lohasfes/mainIMG_1.png);
	background-repeat: repeat-x;
	background-position: center center;
	
}

#mainImg div.fixImg{
	width:100%;
	height:490px;
	min-width:1000px;
	position:absolute;
	top:0;
	background-image: url(http://img01.citylife-new.com/usr/l/o/h/lohasfes/mainIMG.png);
	background-repeat: repeat-x;
	background-position: center 0px;	
	z-index:20;
	
	
}

.news{
	display:block;
	background-color:rgba(255,255,255,.8);
	
	
	
	
	
	z-index:20;
}


.news{
border-top:1px dotted;	
padding-top:20px;
}

.news dl{
	padding:10px 20px 10px;
	clear:both;
	font-size:90%;
	
	
	
}

.news dt{
	
	margin-right:10px;
	float:left;
	font-weight:normal;
	font-size:90%;
}

.news dd{
	float:right;
	margin:0;
	padding:0;
	
	
}


.news p{
clear:both;	
}
.news dd a{
	text-decoration:none;
	
}

.news dd a:hover{
text-decoration:underline;	
}


/*スライダー*/
.rslides {
  
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
 position: relative;
  }

.rslides li {
 	background-color: #fff;
    height: 450px;
	width:550px;
	border: 1px solid #ded2c2;
    
    text-align: center;
    vertical-align: middle;
   
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
	bottom: -100%;
    height: auto;
    left: -100%;
    margin: auto;
    max-height: 450px;
    max-width: 550px;
    position: absolute;
    right: -100%;
    top: -100%;
    width: auto;
  }




/*---------------------------*/
/*-------ブログメイン--------*/
/*---------------------------*/

#blog{
display:block;
width:1000px;
margin:0 auto;	
}

#blog .blogBody{
width:700px;
float:right;
margin:0;
padding:0;	
	
}

#blog .blogBody .main{
	float:right;
width:700px;	
margin-top:30px;
font-size:90%;
line-height:2;
}

.main{
padding:20px;	
}

dl.attention dd{
font-size:86%;
clear:both;
}
dl.attention dt{
padding:10px 0;
font-weight:bold;

	
}

.blog a{
color:#996600;

}

.attention{

width:100%;
z-index:1000;

	
	}
	
.attention dl{
/* border:2px solid rgb(177,56,47); */
background-color:rgb(255,255,255);
max-width:1000px;
margin:10px auto 0;
padding:10px;



}

.attention dt{
padding-top:2px;

float:left;
/* color:rgb(177,56,47); */
}

.attention dt:after{
content:":";
padding-right:10px;
}

.attention dd a,
.attention dt{
/* color:rgb(177,56,47); */
	
font-size:96%;
}
.attention dd{
display:inline;	
float:left;
}


.attention dd a:hover{
text-decoration:none;
}
/*-----------------------*/
/*-----トップ部分-------*/
/*---------------------*/
#PanList{
	width:100%;
	min-width:1000px;
	background-color:rgb(255,255,255);
	
}

#PanList .PanTitle{
width:1000px;
margin:0 auto;
height:160px;
position:relative;
overflow:hidden;	
}

#PanList .PanTitle h2{
	padding:50px 10px 0;
	font-family: 'Roboto', sans-serif;
	font-size: 200%;
	font-weight: bold;

}

#PanList .PanTitle h2 span{
display:block;
font-size:50%;
font-weight:normal;
}

.btn_exhbit{
	position:absolute;
	right:0;
	top:20px;
	
width:400px;
}


h3.title{
  border-bottom: 2px dotted;
    font-size: 25px;
    font-weight: bold;
	
		
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 0 0 5px;
    text-decoration: none;
	
}	
	
	
	
	
/*イベントインフォ*/	
	div.eventInfo h3{
	font-size:200%;
	border-top:2px dotted #003300;;
	text-align:center;
	padding-top:20px;
	 
	 
	 
	}
	
div.eventInfo{
	
	position: static;
	padding-top:30px;
	background-image: none;
	height: auto;
		padding-bottom:10px;
		position:relative;
		margin-bottom:30px;
	
	
}

div.eventInfo dl{
	
	width:90%;
	border:1px solid #ded2c2;
	margin: 1% auto;
	
	

}

div.eventInfo dl{
	padding: 10px 10px 10px 10px;
	margin-bottom:10px;
	background-color:#fff;
	position: relative;
	
	-moz-border-radius: 10px;
-webkit-border-radius:  10px;
-o-border-radius:  10px;
-ms-border-radius:  10px;
	
}

div.eventInfo dt{
	width:30%;
	padding:5px 0;
	position:absolute;
}

div.eventInfo dt a:hover{
	text-decoration:none;
}

div.eventInfo dt img{
	width:100%;
	
}

div.eventInfo dd{
	margin-left:35%;
	text-align:left;	
	letter-spacing: 2px;
    font-family: 'Concert One', cursive,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
font-size:120%;
}

div.eventInfo dl.awaji dt a p,
div.eventInfo dl.awaji dd{
color:#cc66cc;
}

div.eventInfo dl.osaka dt a p,
div.eventInfo dl.osaka dd{
	color: #008B14;
}

div.eventInfo dl.nanko dt a p,
div.eventInfo dl.nanko dd{
	color: #6699cc;
}

div.eventInfo dl.hiroshima dt a p,
div.eventInfo dl.hiroshima dd{
	color:#cc9933;
}


div.eventInfo dl.tokyo dt a p,
div.eventInfo dl.tokyo dd{
	color:#6699cc;
}

div.eventInfo dl.fukuoka dt a p,
div.eventInfo dl.fukuoka dd,
div.eventInfo dl.fukuoka dd a{
color:#669966;
}

div.eventInfo dl.springosaka dt a p,
div.eventInfo dl.springosaka dd{
	color: #008B14;
}

div.eventInfo dl.awaji dt a p,
div.eventInfo dl.osaka dt a p,
div.eventInfo dl.nanko dt a p,
div.eventInfo dl.hiroshima dt a p,
div.eventInfo dl.tokyo dt a p,
div.eventInfo dl.fukuoka dt a p,
div.eventInfo dl.springosaka dt a p{
	font-size:165%;
	font-weight: bold;
	text-decoration:none;
}


div.eventInfo dl.osaka dd p{
color:#008b14;
}
div.eventInfo dl.awaji dd p{
color:#cc66cc;
} 



div.eventInfo dd p{
	font-family: 'Fredoka One', cursive;
	/*color:#008b14;*/
	font-size:80%;
	padding-top:10px;
}
div.eventInfo dd.countDown{
	text-align: right;
	bottom: 0;
	font-size:100%;
	border-top:1px dotted #C7E5CD;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	
	
}

div.eventInfo dd.finished,
div.eventInfo dd.held{
	line-height:2;
	font-size:90%;
	text-align:center;
	display:block;	
	margin:10px 0 0 35%;
	border-top:1px dotted;
}

div.eventInfo dd.held{
	font-size:120%;
}

div.eventInfo dd.finished span,
div.eventInfo dd.held span{
	display:block;
}


div.eventInfo dd.countDown span{
	font-size:300%;
	vertical-align: sub;
	font-family: 'Fredoka One', cursive;
	padding: 0 10px;
	color:#003300;
}

div.eventInfo dd span{
	
	vertical-align: sub;
	font-family: 'Fredoka One', cursive;
	font-size:140%;
	
}


div.eventInfo dl.osaka:hover,
div.eventInfo dl.nanko:hover,
div.eventInfo dl.hiroshima:hover,
div.eventInfo dl.tokyo:hover,
div.eventInfo dl.awaji:hover,
div.eventInfo dl.fukuoka:hover,
div.eventInfo dl.springosaka:hover{
background-color:#f9ffc9;
	cursor: pointer;
}
div.eventInfo dl.awaji dd span{
color:#663366;
}

div.eventInfo dl.osaka dd span{
	color:#003300;
}

div.eventInfo dl.nanko dd span{
	color:#336666;
}

div.eventInfo dl.hiroshima dd span{
	color:#663300;
}
div.eventInfo dl.tokyo dd span{
	color:#003366;
}


div.eventInfo dl.fukuoka dd span{
	color:#666633;
}

div.eventInfo dl.springosaka dd span{
	color:#003300;
}

	
	
div.faqArea{
	clear:both;
}	
	
	
	
	
	
	/* ------------------------------
   loopSlider
------------------------------ */
.loopSliderWrap {
    top: 0;
    left: 0;
    height: 400px;
    overflow: hidden;
    position: absolute;
}
 
.loopSlider {
    margin: 0 auto;
    width: 100%;
    min-width:1000px;
    height: 400px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
.loopSlider ul {
    height: 400px;
    float: left;
    overflow: hidden;
}
 
.loopSlider ul li {
    width: 600px;
    height: 400px;
    float: left;
    display: inline;
    overflow: hidden;
}
 .loopSlider ul li img{
 height:100%;
 }
/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}
	
	
	
	.fadeIn {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:3s;
 -ms-animation-duration:3s;
 animation-duration:3s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
	
.fadeIn img{
 display:block;
 margin:0 auto;

 }
 	
	
	

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

h3.title a{
	text-decoration:none;
	
	
}


/*-----------------------*/
/*-------フッター--------*/
/*-----------------------*/


footer{
width:100%;
min-width:1000px;
	background-image: url(http://img01.citylife-new.com/usr/l/o/h/lohasfes/background.gif);
/*background-color:rgb(255,255,255);*/
clear:both;
	border-top:1px dotted #ded2c2;
	
}


footer dl{
width:1000px;
margin:0 auto;
display:block;	
}

footer dt{
	float:left;
	padding:20px 10px;
	width:300px;
}

footer dt img{
	width:100%;
}

footer dt ul li{
	float:left;
	padding:20px 4px;

	overflow: hidden;
	
}


footer dt ul li img{
	width:70%;
-moz-border-radius: 50%;
-webkit-border-radius:   50%;
-o-border-radius:   50%;
-ms-border-radius:   50%;
	border-radius: 50%;
}

footer dd p{
font-size:16px;
font-weight:bold;
padding:10px 0 5px;
}

footer dd{
	float:right;
	padding:10px;
	width:600px;
	font-size:14px;
	line-height:1.8;
	font-size:80%;
}


footer p.copyright{
	clear:both;
	font-size:90%;	
	width:1000px;
	margin:0 auto;
}


/*アバウトロハス*/
.aboutLohas,
h4.aboutLohas,
h5.aboutLohas{
	font: bold 171% "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #EF7E00;
	text-align: left;
	padding-left: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height:1.6;
        clear: both;
}





.menu {
    clear: both;
    text-align: center;
	 padding: 20px 0;
}

.page_top{
    width:80%;
    margin:0 auto;
	position:fixed;

	bottom:210px;
        left:10%;
        right:10%;
        text-align:right;
        min-width:1000px;
}

.page_top img{
    position:absolute;
    right:60px;
    top:-200px;
}


p.icon {
    position: absolute;
    right: 10px;
    top: 0;
}


/*
トップページ
*/
.eventList{
float:left;	
width:320px;
padding:10px 5px;
background-color:#fff;
margin:5px;
	position: relative;
		-moz-border-radius: 10px;
-webkit-border-radius:  10px;
-o-border-radius:  10px;
-ms-border-radius:  10px;
}


.eventList:hover{
	background-color:#f9ffc9;;
	cursor:pointer;
}


.eventList dd{
padding:10px;	
}
.eventList dd.ctgry{
	
		padding:0;
}

.eventList dd.ctgry span{
	background-color:#FFED00;
	padding: 2px 10px;
	font-size:90%;
	
}

.eventList dd a{
text-decoration:none;
}
	

.eventList dd.title{
font-weight:bold;
height:60px;
	color:#cc6633;
}


.eventList dt{

background-color: #fff;
    height: 200px;
	width:300px;
	margin: 0 auto;
    position: relative;
    text-align: center;
    vertical-align: middle;
	border:1px solid #ffcc99;

}

.eventList dt img{
	bottom: -100%;
    height: auto;
    left: -100%;
    margin: auto;
    max-height: 200px;
    max-width: 300px;
    position: absolute;
    right: -100%;
    top: -100%;
    width: auto!important;
}

.eventList dd span{
vertical-align:top;
line-height:2.2;

}
.eventList dt img{
width:100%;	
}

.eventList dd dl dt,
.eventList dd dl dd{
padding:0;
height:auto;
text-align:left;	
}


.eventList dd h4{
padding-bottom:5px;
}

.eventList dd dl{
padding:10px;
font-size:80%;
border:1px dotted;	
height:76px;
}


.explain{
	
	padding:20px 0;
}
.explain p{
	
	font-size:90%;
	line-height:2;
	color:#030;
	margin:0 auto;
}

.explain p.lifeStyle{
color:#090;
font-size:156%;	
letter-spacing: 4px;
font-family: 'Fredoka One', cursive;
	margin:0 auto;
	text-align: center;
}

.explain p.lifeStyle strong{
	color:#360;
font-size:180%;
	font-family: 'Fredoka One', cursive;
}


.explain p.lifeStyle span{
	display:block;
	font-size:80%;
	color:#360;
}



/*大使について*/

#amb{
clear:both;
width:1000px;
margin:0 auto;	
}

.ambasodorList {
    border: 2px solid #ea6270;
    float: left;
    margin-left: 5px;
    padding-bottom: 10px;
    width: 480px;
}
.ambasodorList h4 {
    clear: both;
    display: block;
    font-size: 90%;
    font-weight: bolder;
    margin: 5px auto;
    width: 90%;
}
.ambasodorList .b_img {
    display: block;
    height: 186px;
    margin: 0 auto;
    overflow: hidden;
    width: 220px;
}
.ambasodorList .b_img img {
    width: 100%;
}
.ambasodorList .b_date, .ambasodorList2column .b_date {
    margin: 0 auto;
    width: 90%;
}
.ambasodorList .b_title, .ambasodorList2column .b_title {
    display: block;
    margin: 0 auto;
    width: 90%;
}
.ambasodorList02 {
    border: 2px solid #ea6270;
    float: left;
    margin-left: 5px;
    padding-bottom: 10px;
    width: 636px;
}
.ambasodorList3column {
    border: 2px solid #ff6699;
    float: left;
    margin-left: 2px;
    width: 320px;
}
.ambasodorList2column {
    border: 2px solid #ff6699;
    float: left;
    margin-left: 2px;
    width: 484px;
}
.b_img {
    display: block;
    height: 174px;
    margin: 0 auto;
    overflow: hidden;
    width: 200px;
}
.b_img img {
    display: block;
    height: 100%;
    margin: 0 auto;
}
.ambasodorList2column .ambsdrBlogList {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #ff9999;
    border-image: none;
    border-style: none none dotted;
    border-width: medium medium 1px;
    padding: 10px;
    width: 90%;
}
.ambasodorList2column dl.profile {
    width: 90%;
	border:none;
	margin:0 auto
}
.ambasodorList2column dl.profile dt {
    float: left;
    width: 100px;
	height:136px;
}
.ambasodorList2column dl.profile dt img {
    width: 100%;
}
.ambasodorList2column .profile {
    float: left;
    margin-top: 10px;
    padding: 10px 0 10px 10px;
    width: 196px;
}
.ambasodorList2column.profile dt {
    margin-left: 5px;
}
ambasodorList2column.profile dd {
    font-size: 90%;
}

ambasodorList2column.profile02 dt {
    float: left;
    padding: 5px;
}
.ambsdrBlogList {
    border-left: 2px dotted #ffcccc;
    display: block;
    float: right;
    margin: 10px 8px 10px 0;
    width: 252px;
}
.ambsdrBlog02List {
    display: block;
    margin: 10px 8px 10px 0;
    padding: 10px;
}


.thumbnail{
width:700px;
text-align:center;	
}







/*------------
/*ここからイベントページ
/*
-----------*/


section.eventTop{
	width:1000px;
	margin:20px auto 0;
	position: relative;
	padding-bottom:20px;
	min-height:446px;

}


section.eventTop .eventImg{
position:absolute;
top:0;
left:0;

}

section.eventTop .eventInfo{
	margin-left:600px;
	width:400px;
}


.eventInfo dl.time img{
	width:90%;
}
.eventInfo dl.time{
	
  
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 10px;
    position: relative;
}








/*------------------------*/
/*----イベントごと文字の色変更-----*/
/*------------------------*/







.osaka dl.time dd p {
    color: #008b14;
    font-family: "Fredoka One",cursive;
    font-size: 120%;
padding-top:10px;
	
    
}

.osaka dl.place dt,
.osaka dl.price dt,
.osaka dl.rain dt{
	color:#003300;
}



.osaka dl.time dd{
    color: #008b14;
    font-family: "Fredoka One",cursive,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic";
    font-size: 100%;
	letter-spacing: 2px;
}


.osaka dl.time dd span{
		font-size:190%;
        vertical-align: middle;
        font-family: 'Fredoka One', cursive;
        padding: 0 10px;
        color:#003300;
}

.osaka dl.price dd,
.osaka dl.rain dd{
color: #008b14;
	font-weight:normal;
}


.osaka dl.price dd li,
.osaka dl.place dd li,
.osaka dl.rain dd li{
	font-size:70%!important;
	color: #008b14;	
	
}


.osaka h3{
    color:#003300;
}

.osaka h3 p{
     color: #008b14;	
}

.osaka dl.price dd, 
.osaka dl.place dd, 
.osaka dl.rain dd {
    color: #008b14;
    font-weight: normal;
}

#mapArea.osaka li{
	font-size:80%;
	color: #008b14;	
}


/* 南港 */


.nanko dl.time dd p {
    color: #6699cc;
    font-family: "Fredoka One",cursive;
    font-size: 120%;
padding-top:10px;
	
    
}

.nanko dl.place dt,
.nanko dl.price dt,
.nanko dl.rain dt{
	color:#336666;
}



.nanko dl.time dd{
    color: #6699cc;
    font-family: "Fredoka One",cursive,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic";
    font-size: 100%;
	letter-spacing: 2px;
}


.nanko dl.time dd span{
		font-size:200%;
        vertical-align: middle;
        font-family: 'Fredoka One', cursive;
        padding: 0 10px;
        color:#336666;
}

.nanko dl.price dd,
.nanko dl.rain dd{
color: #6699cc;
	font-weight:normal;
}


.nanko dl.price dd li,
.nanko dl.place dd li,
.nanko dl.rain dd li{
	font-size:70%!important;
	color: #6699cc;	
	
}


.nanko h3{
    color:#336666;
}

.nanko h3 p{
     color: #6699cc;	
}

.nanko dl.price dd, 
.nanko dl.place dd, 
.nanko dl.rain dd {
    color: #6699cc;
    font-weight: normal;
}

#mapArea.nanko li{
	font-size:80%;
	color: #6699cc;	
}


/*東京*/

#mapArea.tokyo li{
	font-size:80%;
	color: #6699cc;	
}
.tokyo dl.time dd p {
    color: #6699cc;
    font-family: "Fredoka One",cursive;
    font-size: 120%;
padding-top:10px;
	
    
}

.tokyo dl.place dt,
.tokyo dl.price dt,
.tokyo dl.rain dt{
	color:#003366;
}



.tokyo dl.time dd{
    color: #6699cc;
    font-family: "Fredoka One",cursive,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic";
    font-size: 100%;
	letter-spacing: 2px;
}


.tokyo dl.time dd span{
		font-size:190%;
        vertical-align: middle;
        font-family: 'Fredoka One', cursive;
        padding: 0 10px;
        color:#003366;
}

.tokyo dl.price dd,
.tokyo dl.rain dd{
color: ##6699cc;
	font-weight:normal;
}


.tokyo dl.price dd li,
.tokyo dl.place dd li,
.tokyo dl.rain dd li{
	font-size:70%!important;
	color: #6699cc;	
	
}


.tokyo h3{
    color:#003366;
}

.tokyo h3 p{
     color: #6699cc;		
}

.tokyo dl.price dd, 
.tokyo dl.place dd, 
.tokyo dl.rain dd {
    color: #6699cc;
    font-weight: normal;
}

/*淡路*/
 #mapArea.tokyo li{
	font-size:80%;
	color: #6699cc;	
}
.tokyo dl.time dd p {
    color: #6699cc;
    font-family: "Fredoka One",cursive;
    font-size: 120%;
padding-top:10px;
	
    
}

.tokyo dl.place dt,
.tokyo dl.price dt,
.tokyo dl.rain dt{
	color:#003366;
}



.tokyo dl.time dd{
    color: #6699cc;
    font-family: "Fredoka One",cursive,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic";
    font-size: 100%;
	letter-spacing: 2px;
}



.tokyo dl.price dd,
.tokyo dl.rain dd{
color: ##6699cc;
	font-weight:normal;
}


.tokyo dl.price dd li,
.tokyo dl.place dd li,
.tokyo dl.rain dd li{
	font-size:70%!important;
	color: #6699cc;	
	
}


.tokyo h3{
    color:#003366;
}

.tokyo h3 p{
     color: #6699cc;		
}

.tokyo dl.price dd, 
.tokyo dl.place dd, 
.tokyo dl.rain dd {
    color: #6699cc;
    font-weight: normal;
}






/*淡路*/


#mapArea.awaji li{
	font-size:80%;
	color: #cc66cc;	
}
.awaji dl.time dd p {
    color: #cc66cc;
    font-family: "Fredoka One",cursive;
    font-size: 120%;
    padding-top:10px;
	
    
}

.awaji dl.place dt,
.awaji dl.price dt,
.awaji dl.rain dt{
	color:#663366;
}



.awaji dl.time dd{
    color: #cc66cc;
    font-family: "Fredoka One",cursive,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic";
    font-size: 100%;
	letter-spacing: 2px;
}


.awaji dl.time dd span{
		font-size:190%;
        vertical-align: middle;
        font-family: 'Fredoka One', cursive;
        padding: 0 10px;
        color:#663366;
}

.awaji dl.price dd,
.awaji dl.rain dd{
color: #cc66cc;
	font-weight:normal;
}


.awaji dl.price dd li,
.awaji dl.place dd li,
.awaji dl.rain dd li{
	font-size:70%!important;
	color: #cc66cc;	
	
}


.awaji h3{
    color:#663366;
}

.awaji h3 p{
     color: #cc66cc;		
}

.awaji dl.price dd, 
.awaji dl.place dd, 
.awaji dl.rain dd {
    color: #cc66cc;
    font-weight: normal;
}

/*広島*/
 #mapArea.hiroshima li{
	font-size:80%;
	color: #cc9933;	
}
.hiroshima dl.time dd p {
    color: #cc9933;
    font-family: "Fredoka One",cursive;
    font-size: 120%;
    padding-top:10px;
	
    
}

.hiroshima dl.place dt,
.hiroshima dl.price dt,
.hiroshima dl.rain dt{
	color:#663300;
}



.hiroshima dl.time dd{
    color: #cc9933;
    font-family: "Fredoka One",cursive,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic";
    font-size: 100%;
	letter-spacing: 2px;
}


.hiroshima dl.time dd span{
		font-size:190%;
        vertical-align: middle;
        font-family: 'Fredoka One', cursive;
        padding: 0 10px;
        color:#663300;
}

.hiroshima dl.price dd,
.hiroshima dl.rain dd{
color: #cc9933;
	font-weight:normal;
}


.hiroshima dl.price dd li,
.hiroshima dl.place dd li,
.hiroshima dl.rain dd li{
	font-size:70%!important;
	color: #cc9933;	
	
}


.hiroshima h3{
    color:#663300;
}

.hiroshima h3 p{
     color: #cc9933;		
}

.hiroshima dl.price dd, 
.hiroshima dl.place dd, 
.hiroshima dl.rain dd {
    color: #cc9933;
    font-weight: normal;
}


/*福岡*/
.fukuoka dl.time dd p {
    	color: #669966;
    	font-family: "Fredoka One",cursive;
    	font-size: 120%;
	padding-top:10px;
	
    
}

.fukuoka dl.place dt,
.fukuoka dl.price dt,
.fukuoka dl.rain dt{
	color:#666633;
}



.fukuoka dl.time dd{
    	color: #669966;
    	font-family: "Fredoka One",cursive,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic";
    	font-size: 100%;
	letter-spacing: 2px;
}


.fukuoka dl.time dd span{
		font-size:190%;
		vertical-align: middle;
		font-family: 'Fredoka One', cursive;
		padding: 0 10px;
		color:#666633;
}

.fukuoka dl.price dd,
.fukuoka dl.rain dd{
	color: #669966;
	font-weight:normal;
}


.fukuoka dl.price dd li,
.fukuoka dl.place dd li,
.fukuoka dl.rain dd li{
	font-size:70%!important;
	color: #669966;	
	
}


.fukuoka h3{
    color:#666633;
}

.fukuoka h3 p{
     color: #669966;	
}

.fukuoka dl.price dd, 
.fukuoka dl.place dd, 
.fukuoka dl.rain dd {
    color: #669966;
    font-weight: normal;
}

#mapArea.fukuoka li{
	font-size:80%;
	color: #669966;	
}

/*ここまで福岡*/


/* 万博会場（春） */
.springosaka dl.time dd p {
    color: #008b14;
    font-family: "Fredoka One",cursive;
    font-size: 120%;
padding-top:10px;
	
    
}

.springosaka dl.place dt,
.springosaka dl.price dt,
.springosaka dl.rain dt{
	color:#003300;
}



.osaka dl.time dd{
    color: #008b14;
    font-family: "Fredoka One",cursive,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic";
    font-size: 100%;
	letter-spacing: 2px;
}


.springosaka dl.time dd span{
		font-size:190%;
        vertical-align: middle;
        font-family: 'Fredoka One', cursive;
        padding: 0 10px;
        color:#003300;
}

.springosaka dl.price dd,
.springosaka dl.rain dd{
color: #008b14;
	font-weight:normal;
}


.springosaka dl.price dd li,
.springosaka dl.place dd li,
.springosaka dl.rain dd li{
	font-size:70%!important;
	color: #008b14;	
	
}


.springosaka h3{
    color:#003300;
}

.springosaka h3 p{
     color: #008b14;	
}

.springosaka dl.price dd, 
.springosaka dl.place dd, 
.springosaka dl.rain dd {
    color: #008b14;
    font-weight: normal;
}

#mapArea.springosaka li{
	font-size:80%;
	color: #008b14;	
}

/* ここまで万博会場（春） */



.eventInfo dl.price,
 .eventInfo dl.place,
.eventInfo dl.rain{
	font-size:100%;
	line-height:1.6;
	font-weight:bold;
	padding-bottom:10px;
}




.eventInfo dl.price dd ul,
.eventInfo dl.place dd ul,
.eventInfo dl.rain dd ul{
	padding-left:20px;
	
}



.eventInfo dl.time dd.hour{
	border-top:2px dotted;
	border-bottom:2px dotted;
	text-align: center;
	margin-top:10px;
}

div.eventInfo h3,
div#newsArea h3,
div#eventContents h3,
div#mapArea h3,
div#aboutArea h3,
div#creaditPart h3{
text-align:center;
	font-family: 'Concert One', cursive;
font-size:200%;
	/*color:#003300;*/
	padding-bottom:30px;
}

div#newsArea,
div#eventContents,
div#mapArea,
div#aboutArea,
div#creaditPart{

	clear:both;
	padding:20px 0;
	border-top:2px dotted #008b14;
}
div.eventInfo h3 p,
div#newsArea h3 p,
div#eventContents h3 p,
div#mapArea h3 p,
div#aboutArea h3 p,
div#creaditPart h3 p{
	font-size:40%;
	font-weight:normal;
   /* color: #008b14;	*/
	
}




h3.info{
    
    text-align:center;
	font-family: 'Concert One', cursive;
font-size:200%;
	color:#003300;
	padding-bottom:30px;
        background-color:#fbfbee;
        padding:20px 0;
}

h3.info p{
    	font-size:40%;
	font-weight:normal;
	color: #008b14;	
}

div#newsArea .newsArea,
div#eventContents .eventContents,
div#aboutArea section.aboutArea{
	width:1000px;
	margin:0 auto;
}

div#newsArea .newsArea section.eventList,
div#eventContents .eventContents section.eventList{
	width: 31%!important;
}

div#aboutArea section.aboutArea dl{
	float: left;
	width:48%;
	position:relative;
	height: 300px;
	overflow:hidden;
	margin: 2% 1%;

}

div#aboutArea section.aboutArea dt{
	
}

div#aboutArea section.aboutArea dl img{
	width: 100%;
}

div#aboutArea section.aboutArea dd{
	bottom:0;
	background-color:rgba(255,255,255,.8);
	position: absolute;
	width: 100%;
	
	font-weight: bold;
}
div#aboutArea section.aboutArea dd a{
	color:#003300;
	display: block;
	padding: 10px;
}

div#mapArea ul{
	
	margin: 0 auto;
	padding:20px;
	display:block;
	clear: both;
width:60%;
}

/*div#mapArea li{*/
/*	font-size:80%;*/
/*	color: #008b14;*/	
/*}*/

div#creaditPart{
	background-color:rgba(255,255,255,.6);
	margin-top:20px;
}
div#creaditPart li{
	/*float: left;*/
	width:10%;
	margin:1%;
	/*height: 60px;*/
	display:inline-block;
	vertical-align:middle;
	text-align:center;
}

div#creaditPart li img{
	width:100%;
	max-width: 150px;
	max-height: 50px;
}
div#creaditPart ul{
	margin: 0 auto;
	width:1000px;
	/* width: 90%; */
}
div#creaditPart dl{
	clear: both;
	/* text-align:center; */
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
}

div#creaditPart dt{
	font-weight:bold;
	font-size:120%;
	/* text-align:center; */
	padding-bottom:20px;
}
div#creaditPart dd{
/*border: 1px solid #CBB39B;削除*/
    display:inline-block;
    font-size: 80%;
    height: 40px;
    margin: 1%;
    /*
    margin-left: 10px;
    padding: 20px 10px;
    text-align: center;
    width: 19%;
    */
	background-color:rgba(255,255,255,.5);
vertical-align:middle;


}

#map_canvas iframe {
    width: 100%;
    height: 400px;
}

/*パン屑なび*/
.pan_bread{
padding:10px 0;
font-size:80%;
}

.pan_bread li{
float:left;
padding-left:10px;
}
.pan_bread li span{
color:#ded2c2;

}


/*ブログ部分*/
section#main{
width:650px;
float:left;
font-size:86%;
line-height:1.8;
padding-bottom:60px;

}

section#main h3{

color:#008b14;
font-size:200%;
font-weight:normal;
border-bottom:dotted 2px #003300;
padding:10px 0 0;
margin-bottom:30px;
}

section#main div.thumbnail{
background-color: #fff;
    height: 350px;
    position: relative;
    text-align: center;
    vertical-align: middle;
width:650px;
}

section#main div.thumbnail img{
    bottom: -100%;
    height: auto;
    left: -100%;
    margin: auto;
    max-height: 350px;
    max-width: 650px;
    position: absolute;
    right: -100%;
    top: -100%;
    width: auto;


}





/*ナビ部分*/
nav#sidenavi{
width:300px;
float:right;



}
nav#sidenavi .tokyo h3{
color:#003366;
}

nav#sidenavi .awaji h3{
color:#663366;
}

nav#sidenavi .osaka h3{
color:#003300;
}

nav#sidenavi .nanko h3{
color:#336666;
}

nav#sidenavi .hiroshima h3{
color:#663300;
}

nav#sidenavi .springosaka h3{
color:#003300;
}

 nav#sidenavi .osaka h3 span{
color:#008b14;
}

 nav#sidenavi .nanko h3 span{
color:#6699cc;
}

 nav#sidenavi .awaji h3 span{
color:#cc66cc;
}

 nav#sidenavi .tokyo h3 span{
color:#6699cc;
} 
nav#sidenavi .hiroshima h3 span{
color:#cc9933;
}

 nav#sidenavi .springosaka h3 span{
color:#008b14;
}





nav#sidenavi h3{

	font-family: 'Concert One', cursive;
font-size:200%;
	/*color:#003300;*/
	padding-bottom:10px;
        }
        nav#sidenavi h3 span{
        font-size:40%;
       /*color: #008b14;*/
       font-weight:normal;
       padding-left:5px;
       vertical-align:middle;
        }

nav#sidenavi dl{
border:1px solid #ded2c2;	
	padding: 20px;
	margin-bottom:10px;
	background-color:#fff;
	position: relative;
	
	-moz-border-radius: 10px;
-webkit-border-radius:  10px;
-o-border-radius:  10px;
-ms-border-radius:  10px;


}
nav#sidenavi dl.osaka dt{
    border-bottom:1px dotted #008b14;
}
nav#sidenavi dl.nanko dt{
    border-bottom:1px dotted #6699cc;
}

nav#sidenavi dl.hiroshima dt{
    border-bottom:1px dotted #cc9933; 
    
}
nav#sidenavi dl.tokyo dt{
 border-bottom:1px dotted #6699cc; 
}

nav#sidenavi dl.springosaka dt{
    border-bottom:1px dotted #008b14;
}



nav#sidenavi dt{
	
	padding:20px 0 6px;
        margin-bottom:10px;
        border-bottom: 1px dotted #008b14;
	
}

nav#sidenavi dt img{
	width:100%;
	
}

nav#sidenavi dd{
	
	text-align:left;	
	letter-spacing: 2px;
    font-family: 'Concert One', cursive,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
font-size:120%;
}


nav#sidenavi dl.osaka dd{
	color: #008B14;
}
nav#sidenavi dl.nanko dd{
	color: #6699cc;
}

nav#sidenavi dl.hiroshima dd{
	color:#cc9933;
}
nav#sidenavi dl.tokyo dd{
	color:#6699cc;
}

nav#sidenavi .awaji dd{
color:#cc66cc;
}

nav#sidenavi dl.springosaka dd{
	color: #008B14;
}



nav#sidenavi dd p{
	font-family: 'Fredoka One', cursive;
	color:#008b14;
	font-size:80%;
	padding-top:10px;
}
nav#sidenavi dd.countDown{
	text-align: right;
	bottom: 0;
	font-size:100%;
	border-top:1px dotted #C7E5CD;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	margin-top:12px;
	
}

nav#sidenavi dd.finished,
nav#sidenavi dd.held{
	line-height:2;
	font-size:90%;
	text-align:center;
	display:block;	
	margin:10px 0 0 0;
	border-top:1px dotted;
}
nav#sidenavi dd.finished{
    font-size:80%;
    
}
nav#sidenavi dd.held{
	font-size:120%;
}

nav#sidenavi dd.finished span,
nav#sidenavi dd.held span{
	display:block;
}


nav#sidenavi dd.countDown span{
	font-size:300%;
	vertical-align: sub;
	font-family: 'Fredoka One', cursive;
	padding: 0 10px;
	color:#003300;
}

nav#sidenavi dd span{
	
	vertical-align: sub;
	font-family: 'Fredoka One', cursive;
	font-size:140%;
	
}


nav#sidenavi dl.osaka:hover,
nav#sidenavi dl.nanko:hover,
nav#sidenavi dl.hiroshima:hover,
nav#sidenavi dl.tokyo:hover,
nav#sidenavi dl.springosaka:hover{
background-color:#f9ffc9;
	cursor: pointer;
}


nav#sidenavi dl.osaka dd span{
	color:#003300;
}

nav#sidenavi dl.nanko dd span{
	color:#336666;
}

nav#sidenavi dl.hiroshima dd span{
	color:#663300;
}
nav#sidenavi dl.awaji dd span{
	color:#663366;
}

nav#sidenavi dl.springosaka dd span{
	color:#003300;
}

nav#sidenavi dl.fukuoka dd span{
color:#666633;
}

nav#sidenavi dl.fukuoka dd{
color:#669966;
}

nav#sidenavi dl.awaji dd p{
	color:#cc66cc;
}

nav#sidenavi dl.tokyo dd span{
color:#6699cc;
}

nav#sidenavi dl.tokyo dd span{
	color:#003366;
}

/*webList,webListsでどちらかを削除*/
article.webLists dl{
    width:100%;
position:relative; 
border-bottom:1px dotted #ded2c2;
min-height:210px;
margin-bottom:30px;
cursor: pointer;
}
article.webLists dt{
    width:200px;
    height:200px;
    overflow:hidden;
    position:absolute;
    top:0;
    border:1px solid #ded2c2;
}
article.webLists dd span{
    font-size:80%;
    text-align:right;
    display:block;
    color:#ded2c2;
}
article.webLists dt img{
    width:100%;
}

article.webLists dd{
    margin-left:220px;
    font-size:80%;
}

article.webLists dd a{
    font-size:190%;
    color:#30A722;
    margin-bottom:30px;
    display:block;
    border-bottom:1px dotted;
    
}

article.webLists dd{
    color:#A6905B;
}




article.webList{
    
    margin-bottom:10px;
    float:left;
width:292px;
/*border:1px solid #ded2c2;*/
    padding:10px;
    margin:1%;
    background-color:#fbfbee;
   	-moz-border-radius: 10px;
-webkit-border-radius:  10px;
-o-border-radius:  10px;
-ms-border-radius:  10px;
   
}

article.webList dl,
article.webList h2{
    position:relative;
    margin-bottom:10px;
    padding-bottom:20px;
    overflow:hidden;
   background-color:#fff;
height:250px;
}

article.webList h2 img{
        bottom: -100%;
    height: auto;
    left: -100%;
    margin: auto;
    max-height: 250px;
    max-width: 350px;
    position: absolute;
    right: -100%;
    top: -100%;
    width: auto;

}
article.webList h2 p{
    position: absolute;
    background-color:rgba(255,255,255,.9);
        bottom:0;
        width:100%;
        font-size:70%;
        font-weight:normal;
    color: #008b14;
}

article.webList p{
    
    color: #c6b59e;
    font-size: 80%;
    padding: 5px;
height:50px;
}
article.webList dt{
    border:1px solid #ded2c2;
    
    overflow: hidden;
   
}
article.webList dd{
    
    font-size:80%;
    color:#c6b59e;
    padding:5px;
    
}

article.webList dd p{
    font-size:140%;
    
    min-height:60px;
    border-bottom:dotted 1px #008b14;
    color:#008b14;
    margin-bottom:10px;
    
}

article.webList dt img{
    width: 100%
}

/*about*/

.kaishu{
	font-size:90%;
	line-height:2;
}

.kaishu h5{
font-size:120%;	
padding:10px 0;
clear:both;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
width:98%;
margin:0 auto;
}

tr{
	border-left:1px solid rgb(208,208,175);
	border-bottom:1px solid rgb(208,208,175);
	padding:5px;
	
}

th,td{
	border-right:1px solid rgb(208,208,175);
	border-top:1px solid rgb(208,208,175);
	padding:5px;
	width:130px;
	
	
}
td{
	background-color:rgb(255,255,255);
text-align:center;
	
}

tr.tblhead{
background-color:rgb(255,102,0);
color:rgb(255,255,255);	
}



tr.tblhead th{
color:rgb(255,255,255);	
	
}


caption{
	
padding:10px 0;
text-align:left;	
}



.kaishu dl{
padding:20px 0;	
}

.kaishu dt{
	font-size:120%;
	font-weight:bold;
	
}
#thumbnail{
width:100%;
}

#thumbnail img{
width:100%;
}

.lifeStyle{
	font: 250% "Times New Roman", Times, serif;
	color: #ADCD52;
	text-align: center;

}



dl.threeR{
width:600px;
display:block;
margin:0 auto;
background-color:rgb(255,255,255);
margin-bottom:20px;
height:190px;

	
}

dl.threeR dt{
	text-align:center;
	padding:10px 0;
	font-size:150%;
	
}
dl.threeR dt span{
font-size:120%;
color:rgb(51,153,0);	
font-weight:bold;
	
}

dl.threeR dd{
float:left;
text-align:center;
color:rgb(51,153,0);
font-weight:bold;
border:1px solid rgb(208,208,75);
 margin: 5px 10px 5px 12px;
 padding:5px;
 font-size:130%;
width:113px;	
}

dl.threeR dd span{
display:block;
font-size:60%;
	
}

dl.gabeg{
background-color: #ffffff;
    float: left;
    height: 143px;
    margin-bottom: 20px;
    padding: 10px;
    width: 110px;
}

dl.gabeg dd{
color:#3366cc;
font-size:73%;
}

.bring dt {
    text-align:center;
padding:10px;
}

.bring {
background-color:#fff;
float:left;
width:156px;
height:360px;
margin:2px;
border:1px solid #ded2c2;
}

.bring dd.name{
font-size:100%;
font-weight:bold;
height:40px;

}

.bring dd{
color:#3366cc;
font-size:80%;
padding:2px 10px;
}


/*協賛、出展者エリア*/

.btnArea {
}
.btnArea ul {
}
.btnArea li {
    padding: 10px 0;
    width: 60%;
}
.btnArea ul li dl {
    padding: 10px;
}
.btnArea ul li dt, .kyosanList dt {
    font-size: 120%;
    font-weight: bold;
    padding: 10px 0;
}
.btnArea ul li dd a, .kyosanList dd a {
    background-color: #003264;
    color: #ffffff;
    display: block;
    font-size: 120%;
    margin: 10px 5px 16px;
    padding: 22px 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
.kyosanList {
    clear: both;
}



dl.saleoshitaku dt{
    float:left;
    padding:10px;
}
div.donot{
padding:10px 0;

}
div.donot dl{
float:left;
width:45%;
border:1px solid #ded2c2;
margin:2px;
padding:10px;
}
div.donot dt{
text-align:center;
}
div.donot dd{
height:60px

}

section#exhibitArea{
    position:relative;
    min-height:120px;
   background-color:beige;
}

section#exhibitArea dl{
    padding:10px 0 0;
}

section#exhibitArea div.circle{
    width:120px;
    height:120px;
    overflow: hidden;
    text-align: center;
    background-color:#ff0;
	-moz-border-radius: 50%;
    -webkit-border-radius:  50%;
    -o-border-radius:  50%;
    -ms-border-radius:  50%;
    position:absolute;
    right:0;
    top:-20px;
}
section#exhibitArea p{
    position:absolute;
    bottom:40px;
    left:550px;
}
section#exhibitArea p a{
    
    background-color:#006600;
    color:#fff;
    border-bottom:3px solid #003300;
    -moz-border-radius: 10px;
    -webkit-border-radius:  10px;
    -o-border-radius:  10px;
    -ms-border-radius:  10px;
    width:200px;
    top:20px;
    padding:10px 20px;
    text-align: center;
    
}
section#exhibitArea div.circle ul{
    padding:30px 0 0;
}
section#exhibitArea div.circle ul li{
    font-size:90%;
}
section#exhibitArea div.circle ul li span{
    font-size:140%;
    letter-spacing: 3px;
    vertical-align: sub;
}

section#exhibitArea h4{
    font-size:200%;
    padding:10px;
    position:absolute;
    top:0;
    left: 0;
    font-weight:normal;
}
section#exhibitArea dl{
    margin-left:300px;
}
section#exhibitArea dt{
    float:left;
    background-color:#66cc66;
    font-size:80%;
    padding:3px 10px ;
    color:#fff;
    margin-right:10px;
    		-moz-border-radius: 10px;
-webkit-border-radius:  10px;
-o-border-radius:  10px;
-ms-border-radius:  10px;
}

section#exhibitArea dd{
    padding:2px;
}

.contact-f-subtitle {
    margin-bottom: 10px;
}

.contact-f {
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea {
    background: #f7f7f7;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    color: #686868;
    padding:10px 1%;
    width: 98%;
}

.form {
	margin-bottom:10px;
}

span.hissu {
    padding: 3px 5px;
    background: #b73333;
    display: inline-block;
    color: #fff;
    margin-left: 10px;
    font-size: 12px;
}

.confirm-text,.input-text {
	margin-bottom:10px;
}

.btn-submit, .btn-submit-back{
    text-align: center;
    margin-bottom:20px
}

.btn-submit input {
	padding:5px 20px;
	font-size:1.2em;
}

.btn-submit-back input{

		padding:5px 20px;
	font-size:1.2em;
}

.mw_wp_form_preview .input-text {
 display:none	
}

.mw_wp_form_input .confirm-text{
	display:none;
}

.mw_wp_form_preview span.hissu {
	display:none	
}

p.youtube{
width:200px;
margin-left:200px;
}
p.youtube iframe{
boder:none;
}
.kifuList th {
 
}
.kifuList td{
font-size:80%;
}
dl.history{
padding:20px 0;

}

dl.history dt{
font-size:120%;
font-weight:bold;
padding-bottom:5px;
}

/*ここから動画CSS_PC*/
div.douga{
    padding:20px 0;
    cursor: pointer;
    font-size: 150%;
    margin-top:10px;
}

#youtubes{
    
    width: 560px;
    margin: 0 auto;
    
}

#youtubes iframe{
width:516px;
height:320px;
}
.sankaku{
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top: 6px solid #fff;
    position: absolute;
    top:26%;
    left: 46%;
    right: 10%;
    transform: rotate(-90deg)
}
.point{
    width: 40px;
    height: 26px;
margin-left:15%;
    border-radius: 10%;
    display: inline-block;
    vertical-align:sub;
    margin-right: 10px;
    position: relative;
    background-color: #f00;
}

.question{
font-size:150%;
color:#660000;
padding-bottom:10px;
clear:both;
}
.question:before{
content:"Q";
margin-right:5px;
padding:2px 6px;
background-color:#660000;
color:#fff;
}
.ans{
font-size:80%;
line-height:1.6;
padding-left:20px;
}



/*20180410追加*/
div.eventInfo dl.andlohas{
height:100px;
cursor:pointer;
}

div.eventInfo dl.andlohas:hover{
background-color:#fbffd8;
}
div.eventInfo dl.andlohas dd{
font-size:120%;
color:#363636;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
}

div.eventInfo dl.andlohas dd a{
color:#363636;
text-align:left;
display:block;
border-top:1px dotted #969696;
padding-top:20px;
margin-top:10px;
color:#696969;
}

.picnic{
font-weight:bold;
font-size:150%!important;
}