@charset "utf-8";

#headerRT {
	float: right;
	margin-top: 30px;
}

#loginName, #logoutBtn {
	float: left;
	margin-bottom: 20px;
}

#loginName {
	font-size: 108%;
	padding-top: 7px;
}

#logoutBtn {
	margin-left: 15px;
}

#logoutBtn a {
	color: #333;
	text-decoration: none;
	display: block;
	border: 1px #ccc solid;
	border-radius: 4px;
	padding: 5px 10px;
}
#logoutBtn a:hover {
	background: #fce6e8;
}

#headerCount {
	position: absolute;
	top: 75px;
	right: 0;
}

#headerCount dt, #headerCount dd {
	float: left;
}

#headerCount dt {
	font-weight: bold;
	background: #fce6e8;
	margin: 8px 0 0 20px;
	padding: 3px 8px;
	border-radius: 4px;
}

#headerCount dd {
	margin-left: 15px;
}

.countNum {
	font-family: 'Montserrat', sans-serif;
}

#mypageNav {
	width: 100%;
	height: 40px;
	background: #eee;
}

#mypageNavIn {
	width: 980px;
	margin: 0 auto;
}

#mypageNav ul li {
	float: left;
	margin-right: 1px;
}

#mypageNav ul li a {
	color: #fff;
	font-size: 123.1%;
	text-decoration: none;
	display: block;
	background: #e30920;
	height: 33px;
	padding: 7px 20px 0;
}

#mypageNav ul li a.now {
	background: #0a7dca;
}

#mypageNav ul li a:hover {
	opacity: 0.6;
}

#userBtn {
	float: right;
}
#userBtn a {
	color: #fff;
	text-decoration: none;
	display: block;
	background: #888;
	height: 30px;
	padding: 10px 20px 0;
}
#userBtn a:hover {
	opacity: 0.6;
}

#mypageWrapper {
	text-align: left;
	width: 980px;
	margin: 50px auto;
}

#searchBox {
	background: #fce6e8;
	margin-bottom: 40px;
}

#searchBoxIn {
	padding: 30px 40px 40px;
}

.searchBlock1, .searchBlock2 {
	float: left;
}

.searchBlock2, #searchBtn {
	margin-left:12px;
}

.searchMidasi {
	font-weight: bold;
	margin-right: 10px;
}

.mypageInput1 {
	font-size: 108%;
	width: 140px;
	height: 20px;
	padding: 5px;
	background: #fff url(../img/mypagePulldownBtn.png) no-repeat right center;
	border: 1px #ddd solid;
	border-radius: 6px;
}

.mypageInput2 {
	font-size: 108%;
	width: 230px;
	height: 20px;
	padding: 5px;
	border: 1px #ddd solid;
	border-radius: 6px;
}

.clearBtn {
	color: #333;
	line-height: 100%;
	background: #eee;
	margin-left: 5px;
	padding: 5px 7px;
	border: 1px #ccc solid;
	border-radius: 4px;
}

#searchBtn {
	float: left;
	margin-top: 6px;
}

#searchBtn a {
	color: #fff;
	font-size: 108%;
	line-height: 100%;
	text-decoration: none;
	background: #666;
	padding: 5px 15px;
	border-radius: 6px;
}
#searchBtn a:hover{
	opacity: 0.6;
}

.errMsg {
	color: #e30920;
	/*font-size: 123.1%;*/
	font-size: 22px;
	margin-top: 30px;
}

#mypageTable {
	font-size: 93%;
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px #ddd solid;
	margin-bottom: 40px;
}

#mypageTable tr:nth-child(2n) {
	background: #eee;
}

#mypageTable th, #mypageTable td {
	vertical-align: middle;
}

#mypageTable th {
	text-align: center;
	white-space: nowrap;
	border-bottom: 1px #ccc solid;
	padding: 10px 10px;
}

#mypageTable td {
	padding: 15px 15px;
}

#mypageTable a {
	color: #e30920;
}
#mypageTable a:hover {
	opacity: 0.6;
}

.txtNowrap {
	white-space: nowrap;
}

.txtCenter {
	text-align: center;
}

.building {
	width: 16em;
}
.room {
	width: 7em;
}

.tableBtn {
	text-align: center;
}
#mypageTable .tableBtn a {
	color: #333;
	font-size: 93%;
	text-decoration: none;
	display: block;
	width: 40px;
	background: #f9ced2;
	border-radius: 4px;
	margin: 0 auto;
	padding: 3px 0;
}

#mypagePageBtn {
	text-align: center;
}

#mypagePageBtn li {
	display: inline-block;
	margin-left: 8px;
}

.nowPage {
	color: #fff;
	display: block;
	background: #e30920;
	padding: 5px 10px;
}

#mypagePageBtn li a {
	color: #333;
	text-decoration: none;
	display: block;
	background: #f9ced2;
	padding: 5px 10px;
}

#mypagePageBtn li a:hover {
	opacity: 0.6;
}

#mypagePageBtn li.arrow a {
	background: #fff;
	border: 1px #ddd solid;
}
#mypagePageBtn li.arrow a:hover {
	background: #ddd;
}

.select1 {
	font-size: 16px;
	padding: 5px;
	border: 1px #ddd solid;
	border-radius: 6px;
}
/*eof*/

#mypageNextPrev {
	text-align: center;
}

#mypageNextPrev li {
	display: inline-block;

}

#mypageNextPrev li a {
	font-size: 138.5%;
	text-decoration: none;
	display: block;
	width: 200px;
	border-radius: 6px;
	padding: 10px 0;
}

#mypageNextPrev li:first-child a {
	color: #333;
	background: #f9ced2;
	margin-right: 10px;
}
#mypageNextPrev li:last-child a {
	color: #fff;
	background: #e30920;
}

#mypageNextPrev li a:hover {
	opacity: 0.6;
}

.new-font {
	font-weight:bold;
	color:#e30920;
}

.mypageNextPrev {
	text-align: center;
}

.mypageNextPrev li {
	display: inline-block;

}

.mypageNextPrev li a {
	font-size: 138.5%;
	text-decoration: none;
	display: block;
	width: 200px;
	border-radius: 6px;
	padding: 10px 0;
}

.mypageNextPrev li:first-child a {
	color: #333;
	background: #f9ced2;
	margin-right: 10px;
}
.mypageNextPrev li:last-child a {
	color: #fff;
	background: #e30920;
}

.mypageNextPrev li a:hover {
	opacity: 0.6;
}

.titleMes {
	font-size:24px;
}

.mypageBtn{
	color: #fff;
    font-size: 20px;
    text-decoration: none;
    display: block;
    background: #e30920;
    border-radius: 6px;
    padding: 12px;
    width: 100px;
    margin: auto;
}

.mypageBtn:hover{
	opacity:0.6;
}

.mybtn_css {
color: #fff;
    font-size: 108%;
    line-height: 100%;
    text-decoration: none;
    background: #666;
    padding: 5px 15px;
    border-radius: 6px;
}

.mybtn_css:hover{
	opacity:0.6;
}

#roomTitle {
	width: 100%;
	border-top: 3px #e30920 solid;
	border-bottom: 3px #e30920 solid;
}

#roomTitle h1 {
	color: #e30920;
	font-size: 216%;
	font-weight: normal;
	text-align: left;
	width: 980px;
	margin: 0 auto;
	padding: 18px 0;
}

.mybtn{
	margin-left: 15px;
	color: #333;
	text-decoration: none;
	border: 1px #ccc solid;
	border-radius: 4px;
	padding: 5px 10px;
}
