@charset "UTF-8";
/*
 * index.css
 *
 */

/*==================================
         schedule_page
==================================*/
section h3 {
    margin: 50px 10px 10px;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: #006834;
    border-bottom: #006834 solid 1px;
    line-height: 1.2em;
}
.h3_english {
    line-height: 1em;
    font-size: 22px;
}
.h3_english::after {
    content: "\A";
    white-space: pre;
}
#page_image {
	background-image:url(/img/top_page/slider05-2025.webp);
}

/*==================================
  　　make up
==================================*/
#maekup_table {
	width:95%;
	border-collapse: collapse;
	padding: 0;
	max-width: 720px;
	margin:30px auto;
	box-shadow: 0 0 15px -6px #00000073;
}
#maekup_table th,
#maekup_table td {
	padding: 10px 10px;
	border-bottom: 1px solid #eee;
}
#maekup_table  th {
/*	width: 20%;*/
	text-align:center;
	font-size: 14px;
	background-color: #00599F;
	color:#fff;
}
#maekup_table tr{
	background-color: #fff;
	text-align: center;
/*	width: 20%;*/
	background-color: #fff;
	color:#3a3a3a;
}
#maekup_table tr:hover{
	background-color: #DCFDDD;
}
#maekup_table th:nth-of-type(1) {width:50px;}
#maekup_table th:nth-of-type(2) {width:70px;}
#maekup_table th:nth-of-type(3) {width:80px;}
#maekup_table th:nth-of-type(4) {width:310px;}
#maekup_table th:nth-of-type(5) {width:110px;}
#maekup_table td:nth-of-type(4) {
	text-align:left;
}