@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;
}

.wrap_over{ 
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	height:100%;
	background: rgba(0,0,0,0.45);
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;  
}
/*
.cv-spinner {
 	height: 100%;
	 display: flex;
	justify-content: center;
	align-items: center;  
}
*/
.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); 
  }
}

.wrap_over input {
	height: 30px;
}
.is-hide{
  display:none;
}

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

#page_header {
	position: fixed; 
	top: 0; 
	width: 100%; 
	background: #fff; 
	z-index: 10;
}

#page_header aside {
	position: absolute;
	top: 19px;
	right: 19px;
}

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

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

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

#jucge_cont_header {
	position: fixed;
	width: 100%;
	top: 50px;
	background-color: #fff;
	z-index: 2;
}

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;
	font-weight: bold;
	font-size: 0;
}

nav.g_menu li {
	display: inline-block;
	font-size: 16px;
	letter-spacing: 0.1em;

}

nav.g_menu li a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #000;
	padding: 10px 10px 6px;
	border-bottom: 2px solid #ccc;
}

nav.g_menu li.active a {
	border-bottom: 2px solid #000;
}

section.main {
	position: relative;
}

section.main h2.p_title {
	font-size: 20px;
	line-height: 3.5;
	margin-left: 10px;
	margin-bottom: 5px;
}


section.main main:not(.w100) {
	width: 100%;
	max-width: 840px;
	float: left;
	padding-left: 15px;
/*	
	width: 100%;
	max-width: 840px;
	float: left;
	padding-left: 15px;
*/
}

section.main main.col1 {
	width: 100%;
	max-width: initial;
	float: initial;
}

section.main aside#side_operation {
	float: left;
	width: 320px;
	padding: 15px;
	margin: -10px 0 0 15px;
}

section.main #side_operation.m_fixed {
	position: fixed;
	left: 840px;
	top: 0;
}

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

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

.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-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;
}

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

.submenu2 {
	border-bottom:  1px solid #ccc;
	margin-left: 7px;
}
	
.submenu2 li {
	display: inline-block;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 10px;
	border-left:  1px solid #ccc;
}

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

.submenu2 li a:hover {
	border-left: 5px solid #000;
	font-weight: bold;
}

.submenu2 li.active a {
	border-left: 5px solid #000;
	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;
}

a.btn_each_menu {
	display: inline-block;
	position: absolute;
	text-align: center;
	top: 0; 
	right: 15px; 
	width: 20px; 
	height: 20px; 
	padding-top: 1px;
}

a.btn_each_menu:hover {
	box-shadow: 2px 2px rgba(0,0,0,0.05);
	background-color: #fcfcfc;
	border: 1px solid #ccc;
	border-radius: 3px;
}

a.btn_more_info {
	display: inline-block;
	position: absolute;
	text-align: center;
	bottom: 0px; 
	right: 10px; 
	width: 30px; 
	height: 13px; 
	padding-top: 1px;
	background-image: url(../img/common/under_gr2.png);
}

a.btn_more_info:hover {
	background-image: url(../img/common/under_bk.png);

}

.nav_in_list_2 {
	z-index: 100;
	display: none;
	position: absolute;
	width: 150px;
	top: 0;
	right: 35px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.nav_in_list_2 li {
	border-bottom: 1px solid #ccc;
	background-color: #fcfcfc;
}

.nav_in_list_2 li a, .nav_in_list_2 li button {
	display: block;
	width: 100%;
	text-decoration: none;
	padding: 10px 10px 8px;
	color: #000;
	background-color: #fcfcfc;
	border: none;
	text-align: right;
	font-size: 16px;
	font-weight: normal;
}

.nav_in_list_2 li a:hover, .nav_in_list_2 li button:hover {
	box-shadow: 2px 2px rgba(0,0,0,0.05);
	background-color: #ddd;
}

#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 p{
	margin:0;
	font-size: 14px;
}

#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;
}


.note {
	font-size: 1.1rem;
	color: #F08C00;
	padding-bottom: 5px;
}

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;
}

h3 a.h3lbutton {
	display: inline-block; 
	padding: 2px; width: 60px; 
	text-align: center; 
	border: 1px solid #ccc;
	text-decoration: none;
	color: #333;
}

h3 a.h3lbutton:hover {
	background-color: #eee;
}

h3 button.h3lbutton {
	display: inline-block; 
	padding: 1px; width: 60px; 
	text-align: center; 
	border: 1px solid #ccc;
	text-decoration: none;
	color: #333;
	font-weight: bold;
	background-color: #fff;
	font-size: 16px;
	verrtical-align: top;
	cursor: pointer;
}

h3 button.h3lbutton:hover {
	background-color: #eee;
}

.mark{
	width: 12px; 
	height: 12px; 
	border-radius:6px; 
	border: none;
}

button.saled_e_mark{
	background: magenta;
	cursor: pointer;
}

button.saled_mark{
	background: red;
}

button.kento_e_mark{
	background: cyan;
	cursor: pointer;
}

button.kento_mark{
	background: blue;
}

button.ex_e_mark{
	background: #ccc;
	cursor: pointer;
}

.personal_info dt{
	width: 40px;
	float: left;
	font-size: 14px;
}

.personal_info dd{
	width: calc(100%-55px);
	padding-left: 15px;
	float: left;
	font-size: 14px;
}

/****************** admin/account/index.php ******************/

#account_index main {
	width: 100%;
	display: flex;
	justify-content: flex-start; /*flex-start(左寄せ),flex-end(右寄せ),center(中央),space-between(均等配置1),space-around(均等配置2),space-evenly(均等配置3)*/
	flex-wrap: wrap;
	gap: 20px 20px;
}

@media screen and (max-width: 1100px) {
	#account_index main {
		justify-content: center; /*flex-start(左寄せ),flex-end(右寄せ),center(中央),space-between(均等配置1),space-around(均等配置2),space-evenly(均等配置3)*/
	}
}

#account_index main section {
	font-size: 16px;
	line-height: 1.5;
	padding: 10px;
	width: 500px;
	min-width: 400px;
	border: 1px solid #ccc;
}

#account_index h3 {
	padding-left: 10px;
	border-left: 4px solid #000;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#account_index main dl div {
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

#account_index main dt {
	font-size: 13px;
	display: inline-block;
	width: 80px;
}

#account_index main dd {
	display: inline-block;
	width: calc(100%-100px);
}

#account_index .wrap_over {
	font-size: 16px;
	line-height: 1.5;
}

#account_index .wrap_over .popup {
	width: 500px; 
	background-color: #fff; 
	padding:20px; 
	margin-top: -150px;
	border-radius: 8px;
}

#account_index label {
	display: block;
	margin-bottom: 8px;
	font-size: 13px;
}

#account_index input {
	font-size: 16px;
	height: 40px;
	letter-spacing: 0.1em;
}

#account_index .btn_area {
	display: flex; 
	justify-content: space-between;
	margin-top: 15px;
}
	
	
