#form {
	width:900px;
	background-color: rgba(256,256,256,0.6);
	padding:30px 40px 35px;
	position:relative;
	margin:auto;
}

#form h2 {
	border-bottom:1px solid #E8E7E9;
	padding-bottom:25PX;
	margin-bottom:40PX;
	text-align:center;
	font-weight:bold;
	color:#717F87;
	font-size:2.2em;
}

.forms {
	padding: 0 0 0;
	height:50px;
}

#inputArea {
	width:790px;
	margin:auto;
}

#inputArea dt {
	font-size:1.6em;
	color:#717F87;
	width:140px;
	float:left;
	padding:15px 0;
}

#inputArea dt span {
	color:#C1272D;
}

#inputArea dl {
	margin-bottom:30px;
}

#inputArea dd {
	font-size:1.6em;
	color:#717F87;
	width:650px;
	float:right;
}

#inputArea dd input[type="text"],
#inputArea dd textarea {
	background:#D5DEE8;
	border-radius:5px;
	padding:14px 10px;
	border:none;
	font-size: 0.9em;
}

#inputArea dd select {
	font-size: 15px;
	width: 150px;
}

#inputArea dd .selectWrap {
	border-radius:5px;
	padding:11px 0 12px;
	border:none;
	display: inline-block;
}

#inputArea dd .radioWrap {
	padding:15px 0 15px;
	border:none;
	display: inline-block;
}

label {
	cursor: pointer;
}

#inputArea dd .radioWrap label {
	margin-right: 20px;
	background-image: url(../img/radio_off.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 1px;
}



#inputArea dd .radioWrap label.RadioSelected {
	background-image: url(../img/radio_on.png);
}

html>/**/body #inputArea dd .radioWrap label,
html>/**/body #inputArea dd .radioWrap label.RadioSelected {
  background /*\**/: none \9;
}

#inputArea dd .radioWrap div {
	display: inline-block;
	position: relative;
}

#inputArea dd .radioWrap input[type="radio"] {
	position: absolute;
	left:-9999999;
	opacity: 0;
}


#inputArea dd input.first {
	margin-right:14px;
}

#inputArea dd input.input1 {
	width:630px;
}

#inputArea dd input.input2 {
	width:295px;
}

#inputArea dd input.input4 {
	width:160px;
}

#inputArea dd textarea {
	width:630px;
	min-height:130px;
}

#inputArea .forminner {
	display: none;
}

#inputArea .forminner dt {
	font-size:1em;
	color:#717F87;
	width:90px;
	float:left;
	padding:15px 0;
}

#inputArea .forminner dt span {
	color:#C1272D;
}

#inputArea .forminner dl {
	margin-bottom:0;
}

#inputArea .forminner dd {
	font-size:1em;
	width:560px;
	float:left;
}

#inputArea dd .radioWrap.inner3 {
	padding-bottom: 0;
	padding-top: 5px;
}

.inner3txt {
	clear:both;
	margin-top: 0;
}


.contBlock {
	width: 650px;
	text-align:center;
	color:#606D73;
	margin: auto;
}

.contBlock h2 {
	font-size:2.6em;
	margin-bottom:45px;
}

.contBlock p {
	font-size:1.8em;
	line-height:2.5;
}

.contArea {
	position:relative;
}

.bg {
	position:fixed;
	top:10px;
}

#arrow {
	width:100%;
	text-align:center;
	position:absolute;
	bottom:45px;
}

.name {
	text-align:right;
	padding-top:30px;
}

#inputArea dt.addr {
	padding: 5px 0;
}

.sendCheck {
	text-align: center;
	font-size: 1.6em;
	color:#606D73;
	padding-top: 20px;
}

.sendCheck input {
	margin: 8px 10px 10px;
}

.sendCheck a {
	text-decoration: underline;
	color:#606D73;
}

.fuwafuwa {
	-webkit-animation-name:fuwafuwa;
	-webkit-animation-duration:2.3s;
	-webkit-animation-iteration-count:infinite;
	/*-webkit-animation-direction:alternate;*/
	-webkit-animation-timing-function:ease;
	
	-moz-animation-name:fuwafuwa;
	-moz-animation-duration:2.3s;
	-moz-animation-iteration-count:infinite;
	/*-moz-animation-direction:alternate;*/
	-moz-animation-timing-function:ease;
}
@-webkit-keyframes fuwafuwa {
	0% {-webkit-transform:translate(0, 3px);}
	15% {-webkit-transform:translate(0, -2px);}
	30% {-webkit-transform:translate(0, 3px);}
	45% {-webkit-transform:translate(0, -2px);}
	100% {-webkit-transform:translate(0, -2px);}
}
@-moz-keyframes fuwafuwa {
	0% {-moz-transform:translate(0, 3px);}
	15% {-moz-transform:translate(0, -2px);}
	30% {-moz-transform:translate(0, 3px);}
	45% {-moz-transform:translate(0, -2px);}
	100% {-moz-transform:translate(0, -2px);}
}

#conceptLine {
	height: 10px;
	background-color: #fff;
	position: fixed;
	bottom: 0;
	width: 100%;
}

#mailCont {
	margin-top: 20px;
}

#mailCont table {
	width: 600px;
	margin: 0 auto 30px;
}

#mailCont table th,
#mailCont table td {
	text-align: left;
	font-size: 1.5em;
	padding: 8px 0;
}

#mailCont table .l_Cel {
	font-weight: bold;
}

.contBlock p.error_messe {
	text-align: left;
	font-size: 1.5em;
}


/* アバウト */
#inputArea.About dl {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E8E7E9;
}

#inputArea.About dl.last {
	border-bottom: none;
	margin-bottom: 0;
}

#inputArea.About dt {
	padding: 0 0 0;
	font-weight: bold;
	width: 160px;
}

#inputArea.About dd {
	width: 620px;
}

#inputArea.About dd span {
	font-size: 0.85em;
}

#inputArea.About dt,
#inputArea.About dd {
	line-height: 2;
}

#inputArea.About dd strong.keyword {
	font-weight: bold;
	display: inline-block;
	padding: 20px 0;
}

#inputArea.About dd strong {
	font-weight: bold;
}

#inputArea.About dd a {
	text-decoration: underline;
	color: #717F87;
	font-weight: bold;
}


/* 展覧会 */
.exhibitionTop {
  width: 1280px;
  height: 690px;
  margin: auto;
  background-image: url(../img/bg_exhi.png);
  background-repeat: no-repeat;
  background-position: right;
  position: relative;
}

.exhibitionTop h2 {
  width: 1010px;
  margin: 0 auto 0;
  padding-top: 226px;
}

.exhibitionTop #arrow {
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%;
  font-size: 1.6em;
}

.exhibitionTop .fuwafuwa {
    -webkit-animation-name: fuwafuwa;
    -webkit-animation-duration: 2.3s;
    -webkit-animation-iteration-count: infinite;
    /* -webkit-animation-direction: alternate; */
    -webkit-animation-timing-function: ease;
    -moz-animation-name: fuwafuwa;
    -moz-animation-duration: 2.3s;
    -moz-animation-iteration-count: infinite;
    /* -moz-animation-direction: alternate; */
    -moz-animation-timing-function: ease;
}

@-webkit-keyframes fuwafuwa {
  0% {-webkit-transform:translate(0, 3px);}
  15% {-webkit-transform:translate(0, -2px);}
  30% {-webkit-transform:translate(0, 3px);}
  45% {-webkit-transform:translate(0, -2px);}
  100% {-webkit-transform:translate(0, -2px);}
}
@-moz-keyframes fuwafuwa {
  0% {-moz-transform:translate(0, 3px);}
  15% {-moz-transform:translate(0, -2px);}
  30% {-moz-transform:translate(0, 3px);}
  45% {-moz-transform:translate(0, -2px);}
  100% {-moz-transform:translate(0, -2px);}
}

#exhinfo {
  background-color: #d8e4f0;
  padding: 70px 0 85px;
}

#exhinfo .wrap {
	width: 980px;
	margin: auto;
	padding-top: 55px;
}

#exhinfo .wrap .Fleft {
	float: left;
	width: 420px;
}

#exhinfo .wrap .Fright {
	float: right;
	width: 525px;
}

#exhinfo .wrap .Fright h5 {
	font-size: 1.6em;
}

#exhinfo .wrap .Fright h4 {
	font-size: 2em;
	margin-bottom: 25px;
	margin-top: 10px;
}

#exhinfo .wrap .Fright p {
	font-size: 1.5em;
	margin-bottom: 20px;
	line-height: 1.7;
}

#exhinfo .wrap .Fright p.ancor a {
	text-decoration: underline;
	padding: 5px 0 5px 30px;
	background-image: url(../img/ico_exhi.png);
	background-repeat: no-repeat;
	background-position: left;
	color: #4b5559;
}

.exhittl {
	font-size: 2.1em;
	width: 128px;
	margin: auto;
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 2px solid #4b5559;
	color: #4b5559;
}

#exhitheme {
	padding: 60px 0 90px;
	background-color: #bed5e8;
}

.themelist {
	width: 980px;
	margin: 40px auto 0;
	padding-bottom: 25px;
}

.themelist li {
	float: left;
	width: 235px;
	border:2px solid #4b5559;
	border-radius: 5px;
	text-align: center;
	font-size: 1.6em;
	padding: 18px 0;
	margin-right: 8px;
	margin-bottom: 8px;
	cursor: pointer;
}

.themelist li.active {
	background-color: #4b5559;
	color: #cddff0;
}

.themelist li.mr0 {
	margin-right: 0;
}

.themelistup {
	width: 980px;
	margin: auto;
	display: none;
}

.themelistup.active {
	display: block;
}

.themelistup li {
	font-size: 1.5em;
	width: 470px;
	float: left;
	border-bottom: 1px dashed #707f87;
	margin-top: 30px;
	padding-bottom: 20px;
	line-height: 1.7;
}

.themelistup li strong {
	font-size: 0.9em;
}

.themelistup li.odd {
	margin-right: 40px;
}

#greeting {
	padding: 65px 0;
}

#greeting h4 {
	font-size: 1.8em;
	margin-bottom: 30px;
}

#greeting p {
	font-size: 1.6em;
	margin-bottom: 30px;
	line-height: 1.8;
}

#greeting p.mb0 {
	margin-bottom: 0;
}

#greeting .toptxt {
	width: 980px;
	margin: auto;
	padding-top: 60px;
	padding-bottom: 50px;
	border-bottom: 1px solid #b0c7d4;
	position: relative;
}

#greeting .toptxt ul {
	position: absolute;
	top: -10px;
	right: 0;
}

#greeting .toptxt li {
	display: inline-block;
	font-size: 1.1em;
	cursor: pointer;
}

#greeting .toptxt li.active {
	border-bottom: 1px solid #4b5559;
}

#greeting .btmtxt {
	width: 980px;
	margin: auto;
	padding-top: 40px;

}

.langcom {
	display: none;
}

.langcom.active {
	display: block;
}

#exhiprace {
	text-align: center;
	padding: 40px 0 60px;
	background-color: #bed5e8;
}

#exhiprace h4 {
	font-size: 1.9em;
	padding: 35px 0 10px;
}

#exhiprace p {
	font-size: 1.4em;
}

#exhiprace p.url {
	font-size: 1.1em;
	margin-bottom: 20px;
}

#exhiprace p#access {
	margin-top: 30px;
	line-height: 2;
}

#Copy {
	padding: 30px 0;
	background-color: #cddff0;
}

#Copy p {
	font-size: 1.4em;
	color: #314147;
	font-weight: bold;
	text-align: center;
}

#Copy p.wright {
	color: #657278;
	margin-top: 10px;
}

@media screen and (max-width:979px) {
.exhibitionTop h2 {
    width: auto;
    margin: 0 auto 0;
    padding-top: 226px;
    text-align: center;
		padding-left: 0;
}
.exhibitionTop {
    width: 100%;
    height: 690px;
}
#exhinfo .wrap {
    width: 100%;
}

#exhinfo .wrap {
    width: 100%;
}
#exhinfo .wrap .Fleft {
    width: 44%;
}
#exhinfo .wrap .Fleft img {
	width: 100%;
}
#exhinfo .wrap .Fright {
    width: 54%;
}

.themelistup {
	width: 100%;
}

.themelist {
    width: 100%;
}
.themelist {
	width: 95%;
}
.themelist li {
	width: 23.9%;
	margin-right: 0.7%;
}
.themelistup li.odd {
    margin-right: 0;
}
.themelist ul,
.themelistup ul {
	width: 95%;
	margin: auto;
}
.themelistup li {
	width: 100%;
	float: none;

}
#greeting .toptxt,
#greeting .btmtxt {
	width: 95%;
	margin: auto;
}
#exhinfo .wrap .Fright h4 {
	line-height: 1.6;
}
}
@media screen and (max-width:640px) {
	.exhibitionTop h2 {
		text-align: center;
		padding-left: 0;
		padding-top: 26%;
	}
	.exhibitionTop h2 img {
		width: 85%;
	}
	.exhibitionTop {
		background-position: center;
		height: 340px;
		background-size: cover;
	}
	#exhinfo .wrap .Fleft {
    float: none;
    width: 100%;
}
#exhinfo .wrap .Fright {
    float: none;
    width: 95%;
    margin: 5% auto 0;
}
#exhinfo {
    padding: 35px 0 40px;
}
.themelist li {
    width: 23%;
    margin-right: 0.7%;
    font-size: 1.2em;
}
.themelistup li {
	font-size: 1.2em;
}
#exhitheme {
	padding: 30px 0 40px;
}
.themelist {
	padding-bottom: 0;
}
#greeting .toptxt {
	padding-top: 30px;
    padding-bottom: 30px;
}
#greeting .btmtxt {
	padding-top: 30px;
}
#greeting p {
    font-size: 1.4em;
}
#greeting h4 {
    font-size: 1.6em;
}
#exhiprace {
	padding: 40px 0 40px;
}
#exhiprace p {
	width: 95%;
	margin: auto;
}
.themelistup {
    width: 100%;
    height: 255px;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
}
}