﻿header{
	position:absolute;
}
#pagetitle h2 {
    line-height: 70px;
}

#side_title h2{
font-size:16px;
}
#checkBtn{
	width:25px;
	height:25px;
}
#pagetitle{
	background:url('../images/dock/h2.jpg') no-repeat top center;
}
#main{
	text-align:center;
}
#main h2 {
    text-align: center;
    font-size: 24px;
    margin: 40px 0 30px;
}
#main ul{
	list-style:none;
	display:flex;
	padding:20px 0 50px 0;
}
#main ul li{
	width:50%;
	padding:0 5%;
	box-sizing:border-box;
}
#main ul li a{
	display:block;
	background:#35adce;
	color:#fff;
	font-size:20px;
	text-decoration:none;
	line-height:60px;
	border-radius:5px;
}
#main ul li a br{
	display:none;
}
#main ul li:nth-child(1) a{
	background:#35adce;
}
#main ul li:nth-child(2) a{
	background:#2f7f71;
}
.reserve_box{
    padding: 20px;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
    border-radius: 10px;
    margin: 20px 0 20px;
}
.reserve_box p br{
	display:none;
}
.reserve_box h4{
    font-size: 24px;
    margin: 0 0 15px;
}
#side{
	display:none;
}