@charset "UTF-8";

/****************************************

          desktop.css

*****************************************/

.panel_nav{ display:none !important; }

.mm-page {
	box-shadow: none !important;
	background: inherit;
	width: 80% !important;
	min-height: 100%;
	margin: 0 !important;
	left: 20% !important;
	top: 0 !important;
	position: relative;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.mm-menu {
	position: fixed;
	z-index: 0;
	width: 20% !important;
	padding: 0;
	display: block;
}

.mm-menu:first-child, .mm-menu.mm-current {
	display: block;
}


/****************************************

          login

*****************************************/

#main .login {
	width:35%;
	margin-bottom:20px;
}

/****************************************

          list

*****************************************/

.list table {
	clear:both;
	width:90%;
	margin:0 auto;
	border-collapse: collapse;
}

.list table thead th {
	width:20%;
	padding: 10px 10px;
	background-color:#5bc0de;
	border:1px solid #3da1bf;
	color:#fff;
	font-weight:bold;
	text-align:center;
}

.list table tbody th {
	padding: 8px 10px;
	background-color:#fff;
	border:1px solid #ccc;
	color:#555;
	text-align:center;
}

.list table tbody td {
	padding: 8px 10px;
	background-color:#fff;
	border:1px solid #ccc;
	color:#555;
	text-align:center;
}

.list table tbody tr:nth-child(2n+1) > th, .list table tbody tr:nth-child(2n+1) > td {
    background-color: #f9f9f9;
}

.list ol{
	padding: 0 20px 20px 20px;
}

.list ol li{
	margin:0 0 10px 0;
	font-size:16px;
}

.list ol li a{
	font-size:16px;
	color:#222;
}

.reserve{
	margin-bottom:30px !important;
}

#pagenation {
	width:90%;
    background-color: #f9f9f9;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-radius: 2px;
	margin:0 auto 30px;
}
#pagenation ul {
	float:right;
	margin: 30px 5px;
}
#pagenation li {
	display: inline;
}

#pagenation li > a {
	padding: 5px 10px;
	background-color: #fff;
	border: 1px solid #e4e4e4;
	border-radius: 2px;
	color: #7b7b7b;
    margin: 0 5px 5px 0;
}

#pagenation li > a:hover {
    border-color: #1a7ab9;
}

#pagenation li.active > a {
    background: #1a7ab9;
    border-color: #52bdb4;
	color: #fff;
}

#pagenation > li:first-child > a {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    margin-left: 0;
}



/****************************************

          edit

*****************************************/

.edit table {
	clear:both;
	width:90%;
	margin:0 auto 20px auto;
	border-collapse: collapse;
}

.edit table tbody th {
	width:20%;
	padding: 10px 10px;
	background-color:#eee;
	border:1px solid #ccc;
	color:#555;
	font-weight:nomal;
	text-align:center;
}

.edit table tr td {
	padding: 10px 10px;
	background-color:#fff;
	border:1px solid #ccc;
	color:#555;
	font-weight:bold;
	text-align:left;
}

.edit input[type="text"]{
	width:100%;
	padding:3px 5px;
	border:1px solid #bbb;
	color:#333;
}

.edit input[type="text"]:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

.edit p{
	line-height:1.8;
}

.edit div.paging{
	text-align:center;
	margin: 0 0 15px 0;
}

.edit div.paging a{
	font-size:14px;
	color:#222;
	background-color:#36A9E1;
	color:#fff;
	padding:6px 10px;
	border-radius:6px;
}


.edit table.datetime td{
	text-align:center;
	font-size:16px;
}

.edit table.datetime a{
	font-size:16px;
	color:#36A9E1;
}

/****************************************

          error

*****************************************/
section.error p{
	padding:20px;
}

input.error{
	border:1px solid #ff0000;
}


/****************************************

          complete

*****************************************/
section.complete p{
	padding:20px;
}

/****************************************

          register

*****************************************/
.register table td input{
	width:auto !important;
}