@charset "utf-8";

table {
	width: 100%;
	margin-bottom:20px;
}

th {
	width: 11%;
	padding: 5px;
	border: solid 1px #ccc;
	background: #e5e5e5;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	white-space: nowrap;
}

td {
	padding: 15px;
	border: solid 1px #ccc;
	text-align: left;
	font-size: 12px;
	color: #666;
}


.meal_selected h3 {
    background-color: #e8faff;
    color: #2a5397;
    font-size: 120%;
    font-weight: bold;
    padding: 5px 0 5px 10px;
}

.room_desc {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.9;
	color: #2a5793;
	margin: 5px 0 0 5px;
}

.aboutMeal {
	margin-top:10px;
	font-weight: bold;

}

.m_viewer li img {
	width: 480px;
	height: 360px;
}

#gallery {
	width: 480px;
	padding: 0;
	}
#wd_g_main {
	width: 480px;
	height: 380px;
	}


#wd_g_main .m_viewer {
	width: 480px;
	height: 380px;
	}
	
#wd_g_nav {
    height: 68px;
    margin-top: 10px;
    position: relative;
    width: 480px;
}
#wd_g_nav .thm_viewer {
    display: block;
    height: 68px;
    margin-left: 25px;
    overflow: hidden;
    position: relative;
    width: 430px;
}
#wd_g_nav .thm_viewer_mask {
    display: block;
    height: 68px;
    left: 0;
    position: relative;
}
#wd_g_nav .thm_viewer ul li {
    float: left;
    opacity: 0.6;
    padding-right: 5px;
}
#wd_g_nav .thm_viewer .active {
    opacity: 1;
}
#wd_g_nav .prevbtn {
    background-image: url("../img/common/btn_gallery_left.gif");
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 68px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
    z-index: 4;
}
#wd_g_nav .nextbtn {
    background-image: url("../img/common/btn_gallery_right.gif");
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 68px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    z-index: 3;
}

#infoWrap {
	border: solid 1px #ccc;
	padding: 15px;
}

.room_desc {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.9;
	color: #2a5793;
	margin: 10px 0;
}