@charset "shift_jis";

#old_head {
	width:100%;
	padding-top: 85px;
	position:relative;
	font-size:14px;
	}

img.panel {
    width: 46%;
}

img.pannel_title {
    width: 96%;
}

#pannel {
	margin-top:10px;
	margin-left:7px;
	margin-bottom:10px;
	}

#pannel li {
	display:inline;
	margin:3px;
	}


#size_mainpanel {
	position: relative; /* 基準となる位置 */
	width:100%; /* 基準の幅 */
}


#size_mainpanel_price1 {
	position: absolute; /* 基準からの相対位置 */
	top: 15%; /* 上からの位置 */
	right: 12%; /* 左からの位置 */
	font-size:15px;
	font-weight:bold;
	margin:0 0 0 0;
	text-align: right;
	text-shadow: 1px 1px 0px #000,
	-1px 1px 0px #000,
	1px -1px 0px #000,
	-1px -1px 0px #000,
	2px 2px 2px #444444;
	color:#FFFF00;
}

#size_mainpanel_price2 {
	position: absolute; /* 基準からの相対位置 */
	top: 48%; /* 上からの位置 */
	right: 12%; /* 左からの位置 */
	font-size:15px;
	font-weight:bold;
	margin:0 0 0 0;
	text-align: right;
	text-shadow: 1px 1px 0px #000,
	-1px 1px 0px #000,
	1px -1px 0px #000,
	-1px -1px 0px #000,
	2px 2px 2px #444444;
	color:#FFFF00;
}

#size_mainpanel_price3 {
	position: absolute; /* 基準からの相対位置 */
	top: 81%; /* 上からの位置 */
	right: 12%; /* 左からの位置 */
	font-size:15px;
	font-weight:bold;
	margin:0 0 0 0;
	text-align: right;
	text-shadow: 1px 1px 0px #000,
	-1px 1px 0px #000,
	1px -1px 0px #000,
	-1px -1px 0px #000,
	2px 2px 2px #444444;
	color:#FFFF00;
}


#gakkai_schedule table {
    border: 0;
    width:100%;
  }
#gakkai_schedule table th{
    background-color: #167F92;
    display: block;
    border-right: none;
  }
#gakkai_schedule table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
#gakkai_schedule table tr {
    display: block;
    margin-bottom: .625em;
  }
#gakkai_schedule table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }
  
#gakkai_schedule table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: #167F92;
  }
#gakkai_schedule table td:last-child {
    border-bottom: 0;
  }
#gakkai_schedule table tbody th {
    color: #fff;
}



/**�w��y�[�W����item ����p*******************************/
@media screen and (max-width: 768px){
	.item:after {
		display: none !important;
	}
}