/* CSS Document */ .notice { padding: 30px; overflow: auto; } .tagguide { float: left; width: 200px; overflow: auto; } .tagguide li { font-size: 14px; background-color: #e74b1d; border: 1px solid #e74b1d; text-align: center; line-height: 38px; cursor: pointer; color: #fff; list-style-type: none; } .tagguide ul { padding: 0px; margin: 0px; margin-right: 30px; padding-top: 20px; } li.tag:hover { background-color: #ffffff; border-right: 0px; color: #e74b1d; } li.tagNow { background-color: #ffffff; border-right: 0px; color: #e74b1d; } li.tagNull { background-color: #ffffff; padding-right: 0px; border-left: 0px; border-bottom: 0px; border-top: 0px; cursor: default; height: 10px; } li.tagNullLast { border-left: 0px; border-bottom: 0px; border-top: 0px; height: 100px; cursor: default; background-color: #ffffff; } .noticelist { overflow: auto; float: left; width: 700px; } .noticelist li { line-height: 30px; list-style-type: none; font-size: 14px; border-bottom: 1px dashed #ececec; } .noticelist ul { padding: 0px; margin: 0px; } .noticecontent { float: left; width: 700px; } .noticecontent img {max-width:680px; } .title { text-align: center; font-weight: bold; font-size: 24px; width: 95%; margin: 0 auto; line-height: 50px; margin-bottom: 10px; } .note { color: #bcbcbc; text-align: center; margin-bottom: 10px; } .content { line-height: 180%; font-size: 14px; padding: 10px; word-wrap: break-word; } .reviewsubmit { text-align: right; } .reviewsubmit textarea { border: 1px solid #bcbcbc; border-radius: 5px; height: 60px; width: 100%; padding: 10px; margin-bottom: 20px; } .reviewsubmit button { background-color: #e74b1d; border-radius: 5px; color: #fff; border: 0px; padding: 10px; font-size: 14px; } .reviewlist { border-bottom: 1px solid #ececec; overflow: auto; margin-bottom: 20px; } .face { float: left; margin-right: 20px; }.face img{width:50px;} .review { float: left; } .reviewname { color: #e74b1d; font-weight: bold; margin: 0px; } .reviewcontent { width: 620px; line-height: 150%; word-wrap: break-word; } .quickguide { position: fixed; display: block; z-index: 99; bottom: 100px; right: 10px; } .button { border:0px; padding: 5px 20px 5px 20px; border-radius: 5px; text-align: center; color: #FFF; cursor: pointer; background-color: #e74b1d; font-size: 16px; height: 48px; margin-right:20px; } .button:hover { color: #FFF; } .search{ float:right;} .search input{margin-right:10px;height:24px;} .search input.button{height:30px;}