@charset "utf-8";

body{
	font-family: 'メイリオ', Meiryo, 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック',sans-serif;
}

#topbar {
	font-size: 11px; margin-bottom: 10px; background-color: #ddd; padding-left: 5px;
}

.overlay{
	position: fixed;
	inset: 0; 
	z-index: 5000; /* 最大9999 */
	position: fixed; 
	inset: 0; /* top, right, bottom, left = 0 */
}
.modal{ 
	position: fixed;
	inset: 0; 
	width: 100%;
	background: rgba(0,0,0,0.45);
	display: flex;
	justify-content: center;
	align-items: center;  
	padding: 20px 10px 0; 
}

.popup {
	width: 100%; 
	max-height: 100%; 
	overflow-y: auto; 
	background-color: #fafafa;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.is-hide{
  display:none;
}

h1 {
	font-size: 24px;
	line-height: 1;
	padding: 20px 0 15px 20px;
	border-bottom: 1px solid #ccc;
}

aside.body {
	position: absolute;
	top: 19px;
	right: 19px;
}

aside.body li {
	display: inline-block;
	font-size: 1.4em;
	line-height: 1.5;
	margin-left: 10px;
}

aside.body li a {
	display: block;
	width: 100%;
	text-decoration: none;
	padding: 1px 8px 0 8px;
	border: 1px solid #ccc;
	color: #000;
	border-radius: 5px;
}

aside.body li a:hover {
	box-shadow: 2px 2px rgba(0,0,0,0.05);
	background-color: #fcfcfc;
}

nav.g_menu {
	border-bottom: 1px solid #ccc;
	padding: 18px 0 0 15px;
	margin-bottom: 15px;
}

nav.g_menu li {
	display: inline-block;
	font-size: 1.6em;
	margin-right: 10px;
}

nav.g_menu li a {
	display: block;
	width: 100%;
	text-decoration: none;
	padding: 5px 8px 3px 8px;
	color: #666;
	font-weight: bold;
	border-bottom: 2px solid #999;
	border-right: 1px solid #ccc;
}

.tags span {
	display: inline-block;
	padding: 2px 5px;
	line-height: 1;
	margin-right: 5px;
	border: 1px solid #ccc;
	min-width: 40px;
	text-align: center;
}

label {
	font-size: 14px;
	line-height: 1.2;
}

input {
	height: 40px;
}

section.main {
	position: relative;
}

section.main h2 {
	font-size: 2rem;
	line-height: 3;
	margin-left: 10px;
}


section.main main {

}

section.main aside.operation {
	float: left;
	width: 400px;
	padding: 15px;
}

section.main aside.operation section {
	border: 1px solid #ccc;
	padding: 15px;
}

section.main aside.operation button {
	width: 100%;
	height: 30px;
	font-size: 16px;
	letter-spacing: 1px;
}

.submenu1 {
	margin-top: -10px;
	border-top: 1px solid #ccc;
	border-bottom:  1px solid #ccc;
	background-color: #eee;
	margin-bottom: 15px;
}
	
.submenu1 li {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 2;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.submenu1 li a {
	display: block;
	width: 100%;
	text-decoration: none;
	padding: 1px 15px 0 15px;
	margin-left: 0;
	color: #000;
}

.submenu1 li a:hover {
	box-shadow: 2px 2px rgba(0,0,0,0.05);
	background-color: #000;
	color: #fff;
}

.message a {
	color: red;
}

.message a:hover {
	color: red;
	font-weight: bold;
}

section.main table {
	table-layout:fixed;
	width: 100%;
}

section.main table.event_list td {
	font-size: 1.4rem;
	line-height: 1.6;
	border-bottom:1px solid #aaa;
	padding: 5px 0 5px 10px;
}

.nav_in_list li {
	display: inline-block;
	font-size: 1.2rem;
	margin-left: 5px;
}

.nav_in_list li a {
	display: block;
	width: 100%;
	text-decoration: none;
	padding: 1px 8px 0 8px;
	border: 1px solid #ccc;
	color: #000;
	border-radius: 5px;
}

.nav_in_list li a:hover {
	box-shadow: 2px 2px rgba(0,0,0,0.05);
	background-color: #fcfcfc;
}
#exhibit_info {

}

#event_list li {
	display: block;
	border-bottom: 1px solid #999;;
	font-size: 16px;
}

#event_list li a.title {
	display: inline-block;
	line-height: 1.5;
	width: 100%;
	text-decoration: none;
	color: #333;
	padding: 3px 10px;
}

#event_list li a.icon {
	display: inline-block;
	line-height: 1.5;
	width: 10%;
	text-align: center;
	padding: 3px 10px;
}

#event_list li a:hover {
	color: #06c;
	background-color: #eee;
}

h3.title {
	font-size: 16px;
	margin-top: 13px;
	margin-bottom: 2px;
	color: #666;
}

p.title {
	margin: 10px 0 15px 0;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
}

.basic p {
	margin-bottom:0.5em;
	line-height: 150%;
}

.menu {
	font-size: 11px;
	margin-bottom: 10px;
	border-bottom: 1px solid #aaa;
	padding-bottom: 10px;
}

tr {
	font-size: 12px;
	border-bottom:1px solid #ddd;
	padding-right: 15px;
	text-align: left;
}

#entry li {
	float: left;
}

#entry li.start {
	width: 120px;
}

#entry li.title {
	width: 350px;
}

#entry li.botton {
	width: 60px;
}

#artist_info table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 12px;
	font-size: 0.8em;
}

#artist_info th{
	width:18%;
	padding:6px;
	text-align: center;
	vertical-align: middle;
	color: #444;
	background-color: #ddd;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 1.2rem;
}

#artist_info td{
	width:82%;
	padding:6px;
	background-color: #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 1.2rem;
}


#artist_info p{
	margin:0;
	font-size: 14px;
}

#artist_info input {
	height: 30px;
	padding-left: 5px;
}

#works table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 12px;
	font-size: 0.8em;
}

#works td{
	width:82%;
	padding:6px;
	background-color: #fafafa;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


#artist_info p{
	margin:0;
	font-size: 14px;
}

.note {
	font-size: 1.1rem;
	color: #007aec;
	padding-bottom: 5px;
	font-weight: bold;
}

form td.a {
	width: 120px;
	text-align: right;
	padding-right: 10px;
}

form td.b {
	width: 50px;
	text-align: left;
	padding-right: 5px;
	font-size: 11px;
}

.h20 {
	height: 15px;
}


form td textarea{
	line-height: 120%;
}

.work_input div {
	margin-top: 12px;
}
.work_input label {
	display: block;
}

.work_input label input, #work_reg label textarea {
	vertical-align: -0.15em;
	height: 30px;
	margin-top: 5px;
	display: inline;
}

.work_input label textarea {
	height: 48px;
	line-height: 1.5;
}

.work_input div {
	margin-top: 12px;
}

.work_input button {
	height: 40px;
}

ul#upload_pics  {
	text-align: center;
	margin-right: -6px; 
	font-size: 0;'
}

ul#upload_pics li {
	border: 1px solid #ccc;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 8px;
	position: relative;
	width: 150px;
	height: 150px;
	font-size: 12px;
	display: inline-block;	
}

ul#upload_pics li input {
	position: absolute;
	top: 0;
	left:0;
 }

ul#upload_pics li input {
	position: absolute;
	top: 0;
	left:0;
 }
 
 ul#upload_pics li button {
 	position: absolute;
	bottom: 0;
	right: 0;
	width: 40px;
	height: 18px; 
	line-height: 1; 
	font-size: 10px; 
	font-weight: bold;'
}

#pics_reg nav#where_pics .active span {
	border-bottom: 2px solid orange;
	font-weight: bold;
}

#information a.button, #pay a.button, #complete a.button {
	text-decoration: none;
	color: #333;
	background-color: #f6f6f6;
	font-weight: bold;
	letter-spacing: 0.1em;
	border-radius: 3px;
}

#information a.button:hover, #pay a.button:hover, #complete a.button:hover {
	background-color: #eee;
}

#e_a_works h4 {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 16px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
