@charset "utf-8";
@import url(style.css) screen and (min-width: 769px); /* 769以上 */
@import url(tablet.css) screen and (max-width: 768px); /* 768以下 */
@import url(smart.css) screen and (max-width: 320px); /* 320以下 */
/* CSS Document */
html{
     height:100%;
}
body {
	width: 100%;
	height:100%;
	margin:0;
	padding:0;
	color: #fff;
	line-height: 1.5;
	font-family: -apple-system, blinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothicM, YuGothic, Meiryo, sans-serif;
}
/* clearfix */
.clearfix:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.clear {
	clear: both;
}
.akawaku {
  border: 1px solid #ca2926;
  padding: .7em;
  margin: .5em 1em 1em 1em;
}
/*--exhib_list----------------------------*/
ul,li {
	margin: 0;
	padding: 0;
	list-style: none;
}
/**/
.cls_jpn01 {
	fill: #da5910;
}
.cls_jpn01:hover {
	fill: #ff900e;
}
.cls_glo01 {
	fill: #11a282;
}
.cls_glo01:hover {
	fill: #00d3c2;
}
.cls_jpn02,
.cls_glo02 {
	fill: #fff;
}
/*--icon----------------------------*/
span.icon-new {
	font-size: .9em;
	padding: 0 3px;
	background: #e00035;
	border-radius: 2px;
}
/*--modaal----------------------------*/
.modaal-wrapper {
	position: relative;
}
.modaal-wrapper h3 {
	margin: 0 0 .8em;
}
.modaal-wrapper h3 span {
	position: absolute;
	right: 1em;
	font-size: .9em;
	font-weight: 300;
}
.modaal-wrapper ul {
	border-top: 1px dashed #999;
}
.modaal-wrapper ul li {
	list-style: none;
	padding-left: 1em;
	text-indent: -1em;
}
.modaal-wrapper ul li {
	border-bottom: 1px dashed #999;
	padding: .3em 0 .3em 1.5em;
}
.modaal-wrapper ul li ul li,
.modaal-wrapper ul li ul {
	border: none;
}
.modaal-wrapper ul li ul li {
	padding: 0;
}
.modaal-wrapper ul li ul li::before {
	content: "・";
}
