
/* PC用
------------------------------------------------------------*/

@media screen and (min-width:600px) {
body {
font-size:middle;
line-height:1.5;
}


a{color:#00884d;text-decoration:none;}
a:hover{color:#ab7203;}
a:active, a:focus {outline:0;}


p{
font-size:16px;
}


.content {
padding:20px;
margin:0 auto;
margin-bottom:10px;
max-width:1000px;
}

.header {
display: none;
}

.header2 {
    display: none;
    }
    
.guidearea{
    display: flex;
    justify-content:center;
    margin: 0 auto;
    width:100%;
    overflow:hidden;
    position:fixed;
    top:0px;
    z-index:3;
}

.guide{
    font-size:1.0rem;
    display: block;
	text-align: center;
    margin: 1px;
	width:12%;
    max-width:140px;
	height:48px;
    padding-top:5px;
	color:#FFF;
	background-color: #548935;
	}
    
.guide:hover{
   background-color: yellow;
    color: black;
}

.guide2{
    font-size:clamp(0.5rem,1.0rem,1.2rem);
    display: block;
	text-align: center;
	float:left;
    margin: 1px;
	width:12%;
	height:30px;
    padding-top:5px;
	color:#FFF;
	background-color: #5c2509;
	}
    
.guide2:hover{
   background-color: yellow;
    color: black;
}

.guide3{
    font-size:clamp(0.5rem,1.0rem,1.2rem);
    display: block;
	text-align: center;
	float:left;
    margin: 1px;
	width:19%;
	height:30px;
    padding-top:5px;
	color:#FFF;
	background-color: #5c2509;
	}
    
.guide3:hover{
   background-color: yellow;
    color: black;
}

.language{
    width:100px;
    font-size:16px;
    margin:10px;
}

.maincatch{
    font-size: 36px;

}

.maincatch::before {
 content: url(images/fr2024icon100x100.png);
 display: inline-block;
 vertical-align: middle;
}

.catch{
    font-size: 30px;
	font-weight:bolder;
	text-align: center;
    margin-bottom:20px;
}

.catch::before {
 content: url(images/2026icon50x50.png);
 display: inline-block;
 vertical-align: middle;
}

.heading{
font-size:20px;
line-height:36px;
margin-top:20px;
}

.headingred{
font-size:20px;
padding:5px;
}

.eventname{
font-size:20px;
}

.center{
    text-align: center;
}


.facebox{
    width:150px;
    height:auto;
    margin:20px;
}

.face{
    width:150px;
    height:150px;  
}

.deco05 {
  width:400px;
  margin-right: 10px;
}


.linebox{
    padding:1cqi;
}

.bluebox{
    padding:20px;
    max-width:1400px;
}

.category{
    font-size:20px;
}


.largetext{
    font-size:20px;
}

.theme{
    font-size:2.0rem;
}

.Label {		/*タイトル*/
    font-size: 1.2rem;
    height: 2.0rem;
}

.jima{
    width:auto;
}

/* 帯デザイン
------------------------------------------------------------*/
.obiarea{
    margin:20px auto 50px;
}

.obi1{
    font-size:20px;
	height:30px;
	}

.obi2{
	height:30px;
	}

.obi3{
        font-size:120%;
    }
    
.obi4{
        font-size:20px;
        height:30px;
        }

.obi5{
        height:30px;
            }
            
.exhibitor{
    font-size: 1.0rem;
}

.list{
    list-style: disc;
    margin-left:20px;
}

.table1{
width: 500px;
}

.table2 td{
font-size:120%;
}

.table2 th{
font-size:120%;
}

.table3{
width: 500px;
}

.table4 p{
font-size:16px;
}

.table4 th{
font-size:16px;
}

.sche3{
font-size:20px;
}
    
input, select, textarea {
font-size: 120%;
} 

.copy{
clear:both;
padding:5px;
text-align:center;
font-style:normal;
font-size:12px;
color:#fff;
background:#333;
}
/* ボタンデザイン
------------------------------------------------------------*/

a.btnmaterial{
	padding: 0.5rem 0.5rem;
	font-size:20px;
}

a.btnorder{
	padding: 0.5rem 0.5rem;
	font-size:20px;
    margin-bottom:50px;
}

a.btndownload{
	padding: 0.5rem 0.5rem;
	font-size:20px;
}

a.btn3{
	padding: 0.5rem 0.5rem;
	font-size:20px;
}

}

@media screen and (min-width:800px) {
.guide{
    	height:26px;
}
}
