diff --git a/css/tour/detail.css b/css/tour/detail.css index ced6a34..f74ac9a 100644 --- a/css/tour/detail.css +++ b/css/tour/detail.css @@ -168,7 +168,7 @@ ul.Reviews li.ReadReview { border-right: 2px solid #999; padding-right: 8px; } #InquiryPay .infoRequired p label { color: #777; cursor: text; font-size: 14px; top: 335px; left: 35px; margin: 0; padding: 0; position: absolute; } #InquiryPay .infoRequired input, textarea { background-color: #fff; border: medium none; border-radius: 4px; color: #333; font-size: 14px; margin-bottom: 10px; padding: 10px; width: 100%; } #InquiryPay .sendButton { background: #bb202d none repeat scroll 0 0; border: medium none; border-radius: 4px; color: #fff; font-size: 17px; margin: 0 10px 15px 0; padding: 10px; text-align: center; width: 100%; } -.InquiryBox { background: #e8e8e8; border-radius: 0 0 4px 4px; border: 1px solid #d6d6d6; padding: 175px 15px 15px 15px; top: 95px; width: 100%; position: relative; margin-bottom: 10px; } +.InquiryBox { background: #e8e8e8; border-radius: 0 0 4px 4px; border: 1px solid #d6d6d6; padding: 15px; width: 100%; position: relative; margin-bottom: 10px; } .InquiryInfo { padding-top: 0; padding-bottom: 15px; } .TourTitle { color: #a31022; font-size: 26px; text-align: center; display: block; margin-bottom: 5px; } .TourTailorGP { color: #545454; display: block; text-align: center; font-size: 17px; }