@charset "UTF-8";

.w10 {
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    margin: 0 8px 5px 0;
    padding: 4px 3px;
    width: 140px;
    font-family: "メイリオ",Meiryo,Arial,sans-serif;
    font-size: 13px;
}

.open_span {
	float:letf;
      border: 1px solid #d7d7d7;
    border-radius: 5px;
    padding: 5px 4px 5px 4px;
 //   padding: 4px 3px;
	font-size: 13px;
}

.close_span {
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    padding: 5px 4px 5px 4px;
 //   padding: 4px 3px;
	font-size: 13px;
}

#menu_h {
	width: 100%;
	border-top: solid 1px #dcdcdc;
	border-bottom: solid 1px #dcdcdc;
	padding: 16px 0;
	position:relative;
	display: table;
}

#rsvtb td {
	white-space:nowrap;
}
#rsvtb th em {
	font-weight: bold;
	font-size: 100%;
}
#rsvtb th.time {
	padding-left:10px;
}

div.time_s {
	font-size: 122%;
	padding-left: 10px;
	float: right;
//	width: 39%;
	margin-top: -6px;
	position: relative;
}

#menu_btn {
	padding-right: 10px;
	color: #2e4fb5;
	font-size: 80%;
	cursor: pointer;
	display: table-cell;
	text-align: right;
	width: 92px;
	vertical-align: middle;
}
#menu_btn img {
	vertical-align: bottom;
	margin-left: 10px;
}

div.time_s span {
	cursor: pointer;
}

div.time_s span img {
	width: 20px;
	margin-bottom: -1px;
}

div.time_s select#open_time {
	cursor: pointer;
	position: absolute;
	margin-top: -4px;
    top: 0px;
	left: 10px;
	height: 30px;
	width: 75px;
	opacity: 0;
}

div.time_s select#close_time {
	cursor: pointer;
	position: absolute;
	margin-top: -4px;	
    top: 0px;
	left: 10px;
	height: 30px;
	width: 75px;
	opacity: 0;
}

#newstable {
	margin-top: 12px;
}

#newstable td:first-child {
	font-size: 84.6%;
	width: 115px;
}


.ui-datepicker-trigger {
    vertical-align: top;
    margin-left: -5px;
    cursor: pointer;
	cursor: hand;
}
.tar {
	margin: -10px 0 0 0;
}

.revision_text {
	text-align:center;
	color: red;
	background: url(/shared/img/dot_x.gif) repeat-x;
	background-position: bottom;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
/* ■スマホ縦
***************************************************************************************/
	@media only screen and (max-width : 480px) {
.w10 {

    width: 110px;
}

.tar {
	text-align:center;
	margin: 0 0 10px 0;
}



}
