@charset "utf-8";
/* ===================================================================
 style info : コンテンツエリア関係 他

fonts
 10px = 77%     11px = 85%     12px = 93%     13px = 100%
 14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
 18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
 22px = 167%    23px = 174%    24px = 182%    25px = 189%
 26px = 197%
=================================================================== */

* {
	padding: 0;
	margin: 0;
}
html {
	overflow-y: scroll;
}
body {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #444;
	background: #fff;
	font-size: 14px;
	line-height: 140%;
	text-align: center;
}
input, textarea {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 100%;
}
/********************/
p {
	margin: 0;
}
.spacer {
	margin-bottom: 10px;
}
.spacer2 {
	margin-bottom: 15px;
}
.spacer3 {
	margin-bottom: 20px;
}
.center {
	text-align: center;
}
.side {
	text-align: center;
	margin-bottom: 10px;
}
.right {
	text-align: right;
}
.bold {
	font-weight: bold;
}
.bold img {
	margin-right: 3px;
}
.large {
	font-size: 160%;
	line-height: 140%;
}
.small {
	font-size: 80%;
	font-weight: normal;
}
.orange {
	color: #FF9900;
}
.red {
	color: #FF0000;
}
.blue {
	color:#0099FF;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* clerfix */
.clearfix {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.imgR {
	float: right;
	margin: 0 0 10px 10px;
}
.imgL {
	float: left;
	margin: 0 10px 10px 0;
}
.btn {
	text-align: center;
}
/******************** ie6 ********************/
*html body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
*html input, * html textarea {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/* よく使いそうなCSS3
----------------------------------------------------*/
#selectors {
/* 角丸 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

/* 角丸個別 */
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;

/* ボックスに影 */
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;

/* テキストに影 */
	text-shadow: 1px 1px 0px #999;

/* グラデーション */
	background: -moz-linear-gradient(top, #f5f5f5, #fff);　/* Firefox用 */  
	background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#066));　/* Safari,Google Chrome用 */  
}


.pc{
	display:block;
}
.sp{
	display:none;		
}
@media screen and (max-width: 719px) {
	.pc{
		display:none;		
	}
	.sp{
		display:block;
	}
}
#breadcrumb{
	display:none!important;
}
.page-header{
	display:none!important;
}
#vk-mobile-nav{
	display:none!important;
}
.site-footer{
	display:none!important;
}
#vk-mobile-nav-menu-btn{
	display:none!important;
}
#box img{
	width:100%;
	height:auto;
}


/******************** header ********************/
div#page {
	min-width: 300px;
	margin: 0 auto;
}
#global_header hgroup {
	position: relative;
	top: 45px;
}
#global_header h1 a {
	background: url(/wp-content/uploads/2025/08/logo.gif) no-repeat;
	height: 40px;
	width: 220px;
	display: block;
	text-indent: -10000px;
	overflow: hidden;
	float: left;
	margin-bottom: 8px;
}
#global_header h2 {
	display: none;
}
p#pc {
	margin: 7px 8px 0 0;
	float: right;
	position: relative;
	top: 45px;
}
p#head_navi {
	clear: both;
	background: url(/wp-content/uploads/2025/08/header_bg.gif) repeat-x bottom;
	padding: 8px 0;
	position: relative;
/*
	top: -48px;
*/
}
p#head_navi img.point {
	margin-right: 4%;
}
#vk-mobile-nav-menu-btn{
	display:none;
}
header {
/*
	margin-bottom: 20px;
*/
}
/******************** nav ********************/
nav {
	margin: 0 0 -5px;
}
nav ul {
	clear: both;
	display: table;
	overflow: hidden;
	width: 100%;
	margin: 0;
}
nav li {
	display: table-cell;
	vertical-align: middle;
	width: 33.33%;
	text-align: center;
	float: left;
	font-size: 90%;
	font-weight: bold;
}
nav li a {
	display: block;
	color: #fff;
	line-height: 130%;
	padding: 20px 0 10px;
	text-decoration: none;
}
nav li.one {
	background: #ff7ec4 url(/wp-content/uploads/2025/08/nav_one_bg.png) repeat-x center top;
	text-shadow: 1px 1px 5px #f09;
}
nav li.oka {
	background: #6eccff url(/wp-content/uploads/2025/08/nav_oka_bg.png) repeat-x center top;
	text-shadow: 1px 1px 5px #09f;
}
nav li.oba {
	background: #b976ff url(/wp-content/uploads/2025/08/nav_oba_bg.png) repeat-x center top;
	text-shadow: 1px 1px 5px #90f;
}
nav li.esthe {
	background: #ff9032 url(/wp-content/uploads/2025/08/nav_esthe_bg.png) repeat-x center top;
	text-shadow: 1px 1px 5px #f50;
}
nav li a:hover {
	color: #000;
}
/******************** menu ********************/
#common ul#nav_area, #one_pink ul#nav_area,
#oka_blue ul#nav_area, #oba_purple ul#nav_area, #esthe_orange ul#nav_area {
	clear: both;
	background: #b8dc4b;
	padding: 18px 0 5px;
	border-bottom: 1px solid #9c0;
	margin: 0;
}
#one_pink ul#nav_area {
	background: #ff7ec4;
	border-bottom: 1px solid #f08;
}
#oka_blue ul#nav_area {
	background: #6fccff;
	border-bottom: 1px solid #08f;
}
#oba_purple ul#nav_area {
	background: #b976ff;
	border-bottom: 1px solid #80f;
}
#esthe_orange ul#nav_area {
	background: #ff9032;
	border-bottom: 1px solid #f25b00;
}
ul#nav_area li {
	display: inline-table;
	text-align: center;
	font-weight: bold;
	margin: 0 2px 5px 0;
}
ul#nav_area li a {
	color: #fff;
	line-height: 30px;
	text-decoration: none;
	display: block;
	width: 80px;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#common ul#nav_area li a {
	width: 130px;
}
/********************/
#common ul#nav_area li a {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ddeea4), color-stop(0.95, #b9dc4e), color-stop(0.04, #d6eb98), color-stop(0.00, #ddeea4));
	background: -webkit-linear-gradient(top, #ddeea4 0%, #d6eb98 4%, #b9dc4e 95%, #ddeea4 100%);
	background: -moz-linear-gradient(top, #ddeea4 0%, #d6eb98 4%, #b9dc4e 95%, #ddeea4 100%);
	background: -o-linear-gradient(top, #ddeea4 0%, #d6eb98 4%, #b9dc4e 95%, #ddeea4 100%);
	background: -ms-linear-gradient(top, #ddeea4 0%, #d6eb98 4%, #b9dc4e 95%, #ddeea4 100%);
	background: linear-gradient(top, #ddeea4 0%, #d6eb98 4%, #b9dc4e 95%, #ddeea4 100%);
	border: 1px solid #99c610;
}
#common ul#nav_area li a:hover {
	background: #a9d22d;
}
/********************/
#one_pink ul#nav_area li a {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffc3dd), color-stop(0.95, #ff80c5), color-stop(0.04, #ffb4dd), color-stop(0.00, #ffc3dd));
	background: -webkit-linear-gradient(top, #ffc3dd 0%, #ffb4dd 4%, #ff80c5 95%, #ffc3dd 100%);
	background: -moz-linear-gradient(top, #ffc3dd 0%, #ffb4dd 4%, #ff80c5 95%, #ffc3dd 100%);
	background: -o-linear-gradient(top, #ffc3dd 0%, #ffb4dd 4%, #ff80c5 95%, #ffc3dd 100%);
	background: -ms-linear-gradient(top, #ffc3dd 0%, #ffb4dd 4%, #ff80c5 95%, #ffc3dd 100%);
	background: linear-gradient(top, #ffc3dd 0%, #ffb4dd 4%, #ff80c5 95%, #ffc3dd 100%);
	border: 1px solid #ff3eaa;
}
#one_pink ul#nav_area li a:hover {
	background: #ff5eb5;
}
/********************/
#oka_blue ul#nav_area li a {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #bbe7f9), color-stop(0.95, #71ccff), color-stop(0.04, #ace1ff), color-stop(0.00, #bbe7f9));
	background: -webkit-linear-gradient(top, #bbe7f9 0%, #ace1ff 4%, #71ccff 95%, #bbe7f9 100%);
	background: -moz-linear-gradient(top, #bbe7f9 0%, #ace1ff 4%, #71ccff 95%, #bbe7f9 100%);
	background: -o-linear-gradient(top, #bbe7f9 0%, #ace1ff 4%, #71ccff 95%, #bbe7f9 100%);
	background: -ms-linear-gradient(top, #bbe7f9 0%, #ace1ff 4%, #71ccff 95%, #bbe7f9 100%);
	background: linear-gradient(top, #bbe7f9 0%, #ace1ff 4%, #71ccff 95%, #bbe7f9 100%);
	border: 1px solid #30b5ff;
}
#oka_blue ul#nav_area li a:hover {
	background: #34b7ff;
}
/********************/
#oba_purple ul#nav_area li a {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #d5acf7), color-stop(0.95, #ba78ff), color-stop(0.04, #d7b1ff), color-stop(0.00, #debef9));
	background: -webkit-linear-gradient(top, #debef9 0%, #d7b1ff 4%, #ba78ff 95%, #d5acf7 100%);
	background: -moz-linear-gradient(top, #debef9 0%, #d7b1ff 4%, #ba78ff 95%, #d5acf7 100%);
	background: -o-linear-gradient(top, #debef9 0%, #d7b1ff 4%, #ba78ff 95%, #d5acf7 100%);
	background: -ms-linear-gradient(top, #debef9 0%, #d7b1ff 4%, #ba78ff 95%, #d5acf7 100%);
	background: linear-gradient(top, #debef9 0%, #d7b1ff 4%, #ba78ff 95%, #d5acf7 100%);
	border: 1px solid #9937ff;
}
#oba_purple ul#nav_area li a:hover {
	background: #a146ff;
}
/********************/
#esthe_orange ul#nav_area li a {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffa16b), color-stop(0.95, #ff8742), color-stop(0.04, #ffb270), color-stop(0.00, #ffc899));
	background: -webkit-linear-gradient(top, #ffc899 0%, #ffb270 4%, #ff8742 95%, #ffa16b 100%);
	background: -moz-linear-gradient(top, #ffc899 0%, #ffb270 4%, #ff8742 95%, #ffa16b 100%);
	background: -o-linear-gradient(top, #ffc899 0%, #ffb270 4%, #ff8742 95%, #ffa16b 100%);
	background: -ms-linear-gradient(top, #ffc899 0%, #ffb270 4%, #ff8742 95%, #ffa16b 100%);
	background: linear-gradient(top, #ffc899 0%, #ffb270 4%, #ff8742 95%, #ffa16b 100%);
	border: 1px solid #fe6001;
}
#esthe_orange ul#nav_area li a:hover {
	background: #ff7a2a;
}
/******************** tel ********************/
div.tel {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f0f0f0), color-stop(0.00, #ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background: linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	text-align: center;
	padding: 8px 0;
	line-height: 160%;
	border-top: 2px solid #eee;
	border-bottom: 2px solid #eee;
}
div.tel img {
	vertical-align: baseline;
	margin-right: 5px;
}
span.tel {
	font-size: 120%;
	font-weight: bold;
}
div.tel p.small {
	margin-top: 5px;
	font-size: 90%;
}
#global_header div.tel a {
	color: #333;
}
/******************** contents ********************/
div#contents {
	/zoom: 1;
	margin: 15px 0 10px;
	text-align: left;
}
img#group {
	vertical-align: bottom;
}
p.page_top {
	clear: both;
	margin: 0 5px 10px 0;
	text-align: right;
}
div.text {
	padding: 8px;
}
div.text_border {
	padding: 12px 8px;
	margin: 4px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
div.text p.page_top {
	clear: both;
	margin: 0 0 10px 0;
	text-align: right;
}
/******************** topics ********************/
h2 {
	background: url(/wp-content/uploads/2025/08/h2_bg.png) repeat-x;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	line-height: 27px;
	padding-left: 10px;
	text-shadow: 1px 1px 2px #890;
	margin: 15px 0 0;
}
#one_pink h2.each {
	background: url(/wp-content/uploads/2025/08/h2_bg_pink.png) repeat-x;
	text-shadow: 1px 1px 2px #d06;
}
#oka_blue h2.each {
	background: url(/wp-content/uploads/2025/08/h2_bg_blue.png) repeat-x;
	text-shadow: 1px 1px 2px #06d;
}
#oba_purple h2.each {
	background: url(/wp-content/uploads/2025/08/h2_bg_purple.png) repeat-x;
	text-shadow: 1px 1px 2px #60d;
}
#esthe_orange h2.each {
	background: url(/wp-content/uploads/2025/08/h2_bg_orange.png) repeat-x;
	text-shadow: 1px 1px 2px #d60;
}
h2#h_start {
	margin-top: 0;
}
p.list {
	text-align: right;
	margin: -22px 8px 0 0;
}
p.list img {
	-webkit-box-shadow: 0px 1px 4px #ac0;
	-moz-box-shadow: 0px 1px 4px #ac0;
	box-shadow: 0px 1px 4px #ac0;
}
/********************/
.event_banner {
	text-align: center;
}
.event_banner img {
	margin-bottom: 10px;
	width: 95%;
	max-width: 640px;
	height: auto;
}
/********************/
dl.accordion {
	line-height: 150%;
	margin: 0;
	border-bottom: 1px solid #ddd;
}
dl.accordion dt {
	cursor: pointer;
	background: url(/wp-content/uploads/2025/08/list_bg.png) repeat-x bottom;
	border-top: 1px solid #ddd;
	padding: 2% 8px;
	clear: both;
}
dl.accordion dt:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
dl.accordion a dt {
	color: #333;
	text-decoration: none;
}
dl.accordion time {
	font-weight: bold;
}
dl.accordion span.text {
	width: 95%;
	display: block;
	float: left;
}
dl.accordion .btn, dl.accordion dt.opened .btn {
	float: right;
	margin: -8px -3px 0 0;
	background: url(/wp-content/uploads/2025/08/icon_plus.png) no-repeat right;
	height: 16px;
	width: 16px;
	display: block;
	text-indent: -10000px;
	overflow: hidden;
}
dl.accordion dt.opened .btn {
	background: url(/wp-content/uploads/2025/08/icon_minus.png) no-repeat right;
}
dl.accordion .arrow, dl.accordion dt.opened .arrow {
	float: right;
	margin: 0;
	background: url(/wp-content/uploads/2025/08/icon_arrow2.png) no-repeat right 50%;
	height: 16px;
	width: 18px;
	display: block;
	text-indent: -10000px;
	overflow: hidden;
}
dl.accordion dt.opened .arrow {
	background: none;
}

dl.accordion dd {
	padding: 10px 5px 10px 10px;
}
dl.accordion dd:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
dl.accordion a img {
	border: 1px solid #8b0;
}
dl.accordion a:hover img {
	border: 1px solid #bd0;
}
/******************** accordion ********************/
div.accordion {
	line-height: 150%;
	margin: -1px 0 15px;
}
div.accordion h2, div.accordion h3 {
	cursor: pointer;
	clear: both;
}
div.accordion h2:after, div.accordion h3:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
div.accordion h2 .btn, div.accordion h2 .opened .btn,
div.accordion h3 .btn, div.accordion h3 .opened .btn {
	float: right;
	margin: 6px 5px 0 0;
	background: url(/wp-content/uploads/2025/08/icon_plus2.png) no-repeat right;
	height: 16px;
	width: 16px;
	display: block;
	text-indent: -10000px;
	overflow: hidden;
}
div.accordion h3 .btn, div.accordion h3 .opened .btn {
	margin: 4px 5px 0 0;
	background: url(/wp-content/uploads/2025/08/icon_plus.png) no-repeat right;
}
div.accordion h2 .opened .btn {
	background: url(/wp-content/uploads/2025/08/icon_minus2.png) no-repeat right;
}
div.accordion h3 .opened .btn {
	background: url(/wp-content/uploads/2025/08/icon_minus2.png) no-repeat right;
}
/******************** event ********************/
ul.event {
	margin-bottom: 18px;
}
ul.event li {
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	background: url(/wp-content/uploads/2025/08/icon_arrow2.png) no-repeat right 50%;
}
#contents ul.event li a {
	color: #333;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 3% 0;
}
#contents ul.event li span {
	padding: 0 25px 0 8px;
	display: block;
}
/******************** RSS ********************/
div#rss {
	min-width: 300px;
	padding: 8px 0 0 8px;
	margin-bottom: 10px;
	line-height: 120%;
	font-size: 100%;
}
#rssbc_description {
	margin-bottom: -8px;
}
div#rss a#feed {
	float: right;
	margin: 0 6px 0 0;
}
/******************** banner link ********************/
div#banner_link {
	text-align: center;
	margin-bottom: 5px;
}
div#banner_link img {
	margin: 0 10px 5px 0;
	-webkit-box-shadow: 0px 1px 3px #ddd;
	-moz-box-shadow: 0px 1px 3px #ddd;
	box-shadow: 0px 1px 3px #ddd;
}
div#banner_link .short {
	margin: 0 0 5px 0;
}
div#banner_link .long {
	margin: 0 0 6px 0;
}
div#banner_link .banner {
	margin: 0 0 5px 0;
	width: 300px;
	-webkit-box-shadow: 0px 0px 0px #ddd;
	-moz-box-shadow: 0px 0px 0px #ddd;
	box-shadow: 0px 0px 0px #ddd;
}
/******************** comment ********************/
aside.bottom_comment, aside.comment {
	background: #f5f5f5;
	padding: 10px 12px;
	margin-bottom: 15px;
	line-height: 150%;
}

/******************** global footer ********************/
#global_footer ul {
	background: url(/wp-content/uploads/2025/08/footer_link_bg.png) repeat-x top;
	padding: 10px 0 12px;
	list-style-type: none;
}
#global_footer ul a {
	color: #888;
}
p.copyright {
	background: url(/wp-content/uploads/2025/08/footer_bg.png) repeat-x top;
	padding: 15px 0;
	text-align: center;
	color: #fff;
}
p.copyright small {
	font-weight: bold;
}
#global_footer p.copyright a {
	color: #fff;
}
/******************** kuchikomi ********************/
#kuchikomi_link {
	display: flex;
	justify-content: center;
	flex-direction: column;
}
#kuchikomi_link li {
	margin: 2px auto;
}
#kuchikomi_link li a {
	display: block;
	text-align: center;
	width: 300px;
	line-height: 28px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.08em;
	background: rgb(254,223,56); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(254,223,56,1) 0%, rgba(239,154,31,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(254,223,56,1) 0%,rgba(239,154,31,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(254,223,56,1) 0%,rgba(239,154,31,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fedf38', endColorstr='#ef9a1f',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #fedf38;
}
#kuchikomi_link li a:hover {
	color: #fedf38;
}


p#invoice {
	margin: 10px auto 0px;
	text-align: center;
}
p#invoice img {
	width: 200px;
	height: auto;
}


.realtime{
	padding:10px;
	height:400px;
	max-height:400px;

/*
	border:solid 1px #000;
	height:500px;
	max-height:500px;
*/
	overflow-y:scroll;
	overflow-x: hidden;
	width:95%;
}
.realtime a{
	text-align:center;
	margin:0 auto;
}
.realtime dd{
	margin-bottom:50px;
	text-align:left;
}
.realtime dt .date{
	display:block;
	float:right;
}
.realtime dt .title{
	display:block;
}
.realtime dt.title_area{
	display:block;
	margin-bottom:20px;
	padding:10px;
	padding-bottom:5px;
	background:none!important;
	background-color:#b8dc4b!important;
}


.shame{
	padding:10px;
/*
	border:solid 1px #000;
	height:500px;
	max-height:500px;
*/
	width:95%;
}
.shame div#shame_body{
	border:solid 1px #000;
	height:400px;
	max-height:400px;

	overflow-y:scroll;
}
.shame div#shame_body ul{
	width:100%;
	display:block;
}

.shame div#shame_body li{
	width:26%;
/*
	height:230px;
*/
	color:#000;
	border:solid 1px #ccc;
	padding:5px;
	display:inline-table;
	vertical-align: top;
}
.shame div#shame_body li:nth-child(n+16){
	display:none!important;
}


.shame div#shame_body li a{
	color:#000;
	font-size:11px;
}
.shame div#shame_body img{
	max-width:100%;
	height:auto;
	min-height:60px;
	max-height:80px;
	display:block;
	text-align:center;
	margin:0 auto;

	object-fit: cover;
        vertical-align: bottom;
}
.shame div#shame_body .title{
	text-align:left;
	font-size:10px;
	display:grid;
	background-color:#333;
	color:#fff;
	padding:5px;
	height:30px;
	overflow:hidden;
}
.shame div#shame_body .name{
/*
	display:block;
*/
	font-size:9px;
	text-align:left;

}

.shame div#shame_body .date{
/*
	display:block;
*/
	font-size:9px;
	text-align:left;
	color: #666;
}

#nav_area .blog_menu{
	width:40%;
}
#nav_area .blog_menu a{ 
	width:100%;
}
#banner_link table{
	margin:0 auto;
}

/******************** schedule ********************/
ul#schedule_date {
	display: flex;
	justify-content: center;
	margin: 0px auto 5px;
	width: 100%;
	text-align: center;
	_zoom: 1;
	overflow: hidden;
	list-style-type: none;
	position: relative;
	font-size: 12px;
}
ul#schedule_date li {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fd0;
	text-align: center;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #000), color-stop(0.00, #333));
	background: -webkit-linear-gradient(top, #444 0%, #000 100%);
	background: -moz-linear-gradient(top, #444 0%, #000 100%);
	background: -o-linear-gradient(top, #444 0%, #000 100%);
	background: -ms-linear-gradient(top, #444 0%, #000 100%);
	background: linear-gradient(top, #444 0%, #000 100%);
	display: inline-block;
	line-height: 140%;
	margin: 0 2px;
	_zoom: 1;
	overflow: hidden;
	border: 1px solid #fff;
}
ul#schedule_date li.current {
	padding-left: 2px;
}
ul#schedule_date li a {
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #000), color-stop(0.00, #333));
	background: -webkit-linear-gradient(top, #444 0%, #000 100%);
	background: -moz-linear-gradient(top, #444 0%, #000 100%);
	background: -o-linear-gradient(top, #444 0%, #000 100%);
	background: -ms-linear-gradient(top, #444 0%, #000 100%);
	background: linear-gradient(top, #444 0%, #000 100%);
	display: block;
	line-height: 140%;
	padding-left: 2px;
}
ul#schedule_date li a:hover {
	color: #000;
	background: #000;
}
/********************/
#schedule_wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto 40px;
	max-width: 1200px;
	text-align: center;
}
ul.schedule, ul.schedule.new, ul.schedule_newface {
	text-align: center;
	padding: 5px;
	margin: 3px;
	line-height: 120%;
	border: 1px solid #000;
/*
	text-shadow: 1px 1px 1px #000;
*/
        width: 28%;
	font-weight: normal;
	font-size: 13px;
	min-height:270px;
}
ul.schedule_newface {
	border: 1px solid #fff;
	background: #370000 url("/wp-content/uploads/2025/06/icon_new.png") no-repeat right bottom;
}
ul.schedule.new {
	background: url("/wp-content/uploads/2025/06/icon_new.png") no-repeat right bottom;
}
ul.schedule img, ul.schedule.new img, ul.schedule_newface img {
	margin-bottom: 5px;
	width: 100px;
	height: 150px;
	object-fit: cover;
}
li.name a {
	font-weight: bold;
	color: #000;
}
li.name a:hover {
	color: #000;
}
.schedule_newface li {
	color: #fff;
}

img.covid {
    width: 35px !important;
    height: auto !important;
    border: none !important;
    position: relative !important;
    top: -40px !important;
    left: -65px !important;
    margin: 0 0 -35px -35px !important;
}
.typeicon {
	min-height: 40px;
	vertical-align: top;
	padding: 0 0 0 2px;
	float: right;
}
.typeicon img{
	width:auto!important;
	height:15px!important;
	margin-bottom:1px!important;
}
ul#nav_area li.blog_menu a{
	width:170px!important;
}
/********************
* html  IE6
*:first-child+html  IE7
head~/* */body  IE8/*
html>body  Firefox
body:last-child  Opera
html:not([lang*=""])  Firefox
html:not(:only-child:only-child)  Safari
********************/
