<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ===================================================================
CSS information

file name : ypro_vnm.css
author     : Ability Consultant
style info : 宿泊予約システム　ベトナム語専用
=================================================================== */
/* -----------------------------------------------------------
	.ypro_search_box
	空室検索
----------------------------------------------------------- */
/* 空室検索コンテンツ */
#ypro_wrapper .ypro_search_box .ypro_search .ypro_form_parts .ypro_tbl th {
	white-space: normal;
}
#ypro_wrapper .ypro_search_box .ypro_search .ypro_form_parts .ypro_tbl td .num_child span {
	margin-top: 5px;
}

/* -----------------------------------------------------------
	プラン・部屋　切替えタブ
	並び替えボタン
----------------------------------------------------------- */
/* 切替えタブ */
#ypro_wrapper .ypro_wrp_tab_button li a {
	font-size: 93%;
	padding: 13px 10px 12px;
}
#ypro_wrapper .ypro_wrp_tab_button li:first-child {
	margin-left: 10px;
}

/* 切替えタブ（選択時） */
#ypro_wrapper .ypro_wrp_tab_button li.active a {
	padding: 18px 15px 20px;
}

/* 並び替えボタン */
#ypro_wrapper .ypro_sort_button p {
	font-size: 80%;
}
#ypro_wrapper .ypro_sort_button p.active {
	padding: 5px 10px;
}
#ypro_wrapper .ypro_sort_button p a {
	padding: 5px 10px;
}
</pre></body></html>