@charset "utf-8";
/* CSS Document */
body {
font-size: 16px;
line-height: 1.5rem;
font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
/*  background-color: #FFFFFF;*/
background-color: #ec670f;
margin: 0;
padding: 0;
color: #333;
background-image: url(../image/body_bk.png);
background-repeat: repeat-x;
}

body .red {
  color: #c32521;
}

ul, ol, dl {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  padding-right: 0px;
  padding-left: 0px;
}

p, ol, ul {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

ol, ul {
  padding-left: 2em;
}

a img {
  border: none;
}
a:link {
  text-decoration: none;
}

.container {
width: 1024px;
background-color: #FFF;
margin: 0 auto;
/* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */
}

.header{
width: 1024px;
height: 110px;
background-image: url(../image/header_img.jpg);
background-repeat: no-repeat;
padding: 100px 20px 20px 20px;
text-align: center;
}

.header h1 {
font-size: 44px;
color: #FFF;
text-shadow: 2px 2px 2px #333;
line-height: 1.2em;
margin-top: -1em;
}

.header h1 .h_mini{
font-size:28px;
}

.header h2 {
font-size: 34px;
font-weight: normal;
color: #FFF;
text-shadow: 2px 2px 2px #333;
}

.title_br{
white-space: nowrap;
}

.longurl{
word-break: break-all;
}

/*スマホ調整*/
@media screen and (max-width: 810px) {

.container {
width: 100%;
background-color: #FFF;
margin: 0 auto;
/* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */
}

.header{
width: 100%;
height: 110px;
background-image: url(../image/header_img.jpg);
background-repeat: no-repeat;
padding: 50px 0px 20px 0px;
text-align: center;
}

.header h1 {
font-size: 26px;
color: #FFF;
text-shadow: 2px 2px 2px #333;
line-height: 1.2em;
margin-top: 0em;
}

.header h1 .h_mini{
font-size:26px;
}

.header h2 {
margin-top: 0.5em;
font-size: 24px;
font-weight: normal;
color: #FFF;
text-shadow: 2px 2px 2px #333;
}


}


/*出展card*/
.exhibit {
    padding: 0.5em 1em;
    margin: 2em 2em;
    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
/*リンクのクリック範囲を親要素(DIV)全体に広げる*/
    position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.exhibit:hover {
    background-color: #ecf3f9;
}

.exhibit p {
    margin: 0; 
    padding: 0;
}

.exhibit h3 {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #ed6e19;/*左線*/
}
/*リンクのクリック範囲を親要素(DIV)全体に広げる*/

.exhibit a {
position: absolute;
top: -4px;
left: 37px;
width: 100%;
height: 100%;
text-indent: -999px;
z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.exhibit_detail {
    padding: 0.5em 1em;
    margin: 2em 2em;
    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

.exhibit_detail p {
    margin: 0; 
    padding: 0;
}

.exhibit_detail h3 {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #ed6e19;/*左線*/
}

.exhibit_detail h4 {
margin-top: 1em;
margin-bottom: 0.2em;
 
 border-bottom: 1px dotted #333333;
}

.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: white;
  border: solid 2px #ed6e19;
  border-radius: 3px;
  transition: .4s;
		background: #ed6e19;
}

.btn-flat-border:hover {
  background: #ffffff;
  
		color: #ed6e19;
}

p.ctn {
text-align: center;
margin: 1em;
}

@media screen and (max-width: 600px) {


p.ctn iframe{

width: 100%; !important;
height: 100%; !important;
}

}

/**/
.overview {
    margin: 2em 2em;
			 font-weight: bold;
}


h1.exlist {
  padding: 1rem 2rem;
  border-top: 3px solid #000;
  background: #f4f4f4;
}

/*スマホ調整*/
@media screen and (max-width: 810px) {

h1.exlist {
  font-size: 24px;
  padding: 1rem 2rem;
  border-top: 3px solid #000;
  background: #f4f4f4;
}

}


.btn-flat-bottom-border {
font-size: 14px;
margin-top: 10px;
position: relative;
display: inline-block;
font-weight: bold;
padding: 7px 10px 7px 40px;
text-decoration: none;
color: #FFF;
background-color: #a180dc;
border-radius: 3px;
transition: .4s;
background-image: url(../image/mail.png);
background-repeat: no-repeat;
background-position: 8px 6px;
}

.btn-flat-bottom-border:hover {
  background: #91b5fb;
		background-image: url(../image/mail.png);
background-repeat: no-repeat;
background-position: 8px 5px;
}

/*50音順*/
.size50{
font-size:20px;
}
