input:active,
input:focus{
	border: 1px solid #ccc;
	outline: none;
}

.head {
	width: 100%;
	/*background-color: #4169e1;*/
	display: flex;
	align-items: center;
	justify-content: center;
}

.headTx {
	width: 100%;
	color: #ffffff;
	word-break: break-word;
	padding-left: 20px;
	padding-right: 20px;
}

.secArea {
	width: 100%;
	text-align: center;
	line-height: 1.6em;
}

.label {
	width: 100%;
	background-color: #777;
	color: #fff;
}

.serach-input{
	margin: 10 0 0 0;
}

.serchNumber {
	background-color: #fff;
}

.result-txt{
	font-weight: bold;
	color: #f00;
}

.announcement {
	padding: 10px;
}

.numberList {
	display: flex;
	flex-wrap:wrap;
	align-items: baseline;
	min-height: 110px;
}

.noNumber {
	margin: 10px auto 0;
	width: 100%;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance:textfield;
}

/* PC/スマホ共通 */
.btn-default{
	background: linear-gradient(to bottom, #fff, #eee);
	border: 1px solid #666;
}
.btn-default:active{
	background: linear-gradient(to bottom, #eee, #fff)!important;
}
a.topButton,
a.reserveBtn{
	color: #000;
}
a.reserveBtn {
	width: 168px;
	margin-right: 12px;
}
a.topButton:hover,
a.reserveBtn:hover,
a.btn-default:hover{
	box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
}
.reserveBtnWithDescription {
	display: flex;
	align-items: center;
	justify-content: center;
}

.headTxMsg{
	padding-bottom: 15px;
}
.detailTable th{
	width: 50%;
}
table td.cel1{
	text-align: left;
}
table .groupName{
	font-weight: bold;
}

.fix-white-space{
	white-space:pre-line;
}

.description {
	text-align: left;
}

/* 共通トップ用 */
#top-content{
	text-align: left;
	background: #fff;
	margin: 0 10px;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	word-break: break-word;
}
#top-content-title{
	font-weight: bold;
}


@media screen and (min-width:768px){/* PC用 */
	.hidden-pc{
		display: none;
	}
	#top-btn {
		display: -webkit-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		margin-bottom: 10px;
	}
	#top-btn a.btn-top{
		width: 280px;
		padding: 20px;
		margin: 10px;
		text-align: center;
		display: flex;
		display: -webkit-box;
		display: -ms-flexbox;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		color: #000;
		white-space: normal;
		word-break:break-word;
	}
	.top{
		width: 280px;
	}
	.subHeadTx {
	    background: #eee;
	    padding: 10px;
	    font-size: 1.2rem;
	    word-break: break-word;
	}
	.flexButton{
		width: 123px;
		text-align: left;
	}
	.headUpdate{
		width: 123px;
		text-align: right;
	}
	.number-container {
	    background: #fff;
	    box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	    margin-bottom: 20px;
	    border-radius: 0 0 3px 3px;
	}
	.number-container .label{
		padding: 5px;
		border-radius: 3px 3px 0 0;
	}
	.announceLabel{
		padding: 10px 10px 0;
	}
	.numberList{
		padding: 0 10px 10px;
	}
	.numberPanel {
		width: 76.5px;
	    padding: 5px 10px;
	    margin: 10px;
		text-align: center;
		border-radius: 4px;
		background-color: #333;
		color: #fff;
	}
	button img{
		padding-right: 5px;
	}
	.searchResult{
	    background: #ffe8e8;
	    padding: 10px;
	    margin: 20px 0 0;
	    border-radius: 5px;
	}
	#btnReserve{
		margin: 0 0 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #ccc;
	}
	.reserveBtnWithDescription {
		margin-bottom: 20px;
	}
	.reserveBtn img{
		padding-right: 5px;
	}
	h2.overtimeWorkColor{
		font-size: 1.6rem;
		font-weight: bold;
		padding: 0 20px 10px;
		word-break: break-word;
		margin-bottom: 10px;
	}
	.headTx2{
		padding-top: 10px;
	}
	table td.itemName{
		width: 29%;
	}
	table td.cel1{
		width: 29%;
	}
	table td.cel2,table td.cel3, table td.cel4{
		width: 21%;
	}
	table td.cel5{
		width: 8%;
	}
	#receiveCounterTable{
		margin-top: 20px;
	}
	.secArea{
		padding: 20px 0!important;
	}
	#top-page-info-msg{
		word-break: break-word;
	}
	.description {
		width: 200px;
	}
}
@media screen and (max-width:767px){/* スマホ用 */
	#topMenu{
		padding-top: 0;
	}
	/*#top-btn{
		margin: 10px;
	}
	#top-btn a{
		display: block;
		width: 100%;
		color: #000;
		text-align: center;
		margin-bottom: 10px;
		padding: 20px;
	}*/
	#top-btn {
		display: flex;
		flex-direction: column;
		margin: 10px 10px 0;
	}
	#top-btn a.btn-top{
		width: 100%;
		min-height: 120px;
		padding: 20px;
		text-align: center;
		display: -webkit-box;
		display: -ms-flexbox;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		color: #000;
		margin-bottom: 10px;
		white-space: normal;
		word-break:break-word;
	}
	header{
		position: fixed;
		background: #333;
		width: 100%;
	}
	.hidden-sp{
		display: none;
	}
	.head{
		position: relative;
		min-height: 55px;
	}
	.head .flexButton{
		position: absolute;
		top: 10px;
		left: 10px;
	}
	.head .headUpdate{
		position: absolute;
		top: 10px;
		right: 10px;
	}
	.head .headTx{
		font-size: 1.2rem;
		padding: 0 55px;
	}
	.subHeadTx {
	    background: #eee;
	    padding: 10px;
	    font-size: 1rem;
	    word-break: break-word;
	}
	.number-container{
		border: 0;
	}
	.number-container .label{
		padding: 5px;
	}
	.announceLabel{
		padding: 10px 10px 0;
	}
	.numberList{
		padding: 0 10px 10px;
	}
	.numberPanel {
		width: 19.1%;
	    padding: 5px 10px;
	    margin: 10px;
		text-align: center;
		border-radius: 4px;
		background-color: #333;
		color: #fff;
	}
	.searchResult{
	    background: #ffe8e8;
	    padding: 10px;
	    margin: 20px 20px 10px;
	    border-radius: 5px;
	}
	.btn-search img{
		padding-right: 5px;
	}
	.secArea{
		/*padding-top: 110px;*/
	}
	.secAreaDetail{
		padding-top: 0;
	}
	#btnReserve{
		margin-bottom: 10px;
	}
	.reserveBtn img{
		padding-right: 5px;
	}
	.defTable td.cel1{
	}
	#receiveDetail{
		padding-top: 110px;
	}
	h2.overtimeWorkColor{
		font-size: 1.2rem;
		font-weight: bold;
		padding: 0 10px 10px;
		word-break: break-word;
	}
	table td.itemName{
		width: 30%;
	}
	table td.cel1{
		width: 30%;
	}
	table td.cel2,table td.cel3, table td.cel4{
		width: 21%;
	}
	table td.cel5{
		width: 7%;
	}
	table td.cel5 img{
		max-width: 24px!important;
	}
	#receiveCounterTable{
		margin-top: 20px;
	}
	.waitTime{
		margin: 10px;
	}
	#top-page-info-msg{
		word-break: break-word;
	}
	.description {
		width: 136px;
	}
}
