@charset "UTF-8";
/*
 * index_schedule-page.css
 *
 */


/* !HTML5 elements
---------------------------------------------------------- */
#maekup_table {
	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: #00246C;
	color:#fff;
}
#maekup_table tr{
	background-color: #fff;
	text-align: center;
/*	width: 20%;*/
	background-color: #fff;
	color:#3a3a3a;
}
#maekup_table tr:hover{
	background-color: #d4faff;
}
#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;
}
.makeup_info_img img {
	border:1px solid #0000FF;
}
.makeup_info_img img {
	width:50%;
	height:auto;
}
.update_time {
	font-size:16px;
	font-weight:bold;
}
.table_talk_p {
	padding-bottom:50px;
}
.table_talk_p:last-of-type {
	padding-bottom:0px;
}
