/*rank*/
table.researchtbl{
    margin: 10px auto;
    width: 920px;
    border-top:1px solid #444;
    border-left:1px solid #444;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
    font-size:18px;
}
.researchtbl th{
    vertical-align: middle;
    border-right:1px solid #444;
    border-bottom:1px solid #444;
    color:#fff;
    background-color:#f66;
    padding:0.3em 1em;
    text-align:center;
    font-size:20px;
}
.researchtbl td{
    border-right:1px solid #444;
    border-bottom:1px solid #444;
    padding:0.3em 1em;
    text-align: center;
    vertical-align: middle;
    height:60px;
}
.researchtbl td:nth-child(1){
    background-color: #b3b0b0;
    width: 10%;
}
.researchtbl td:nth-child(2){
    width: 10%;
}
.researchtbl td:nth-child(3){
    width: 45%;
}
.researchtbl td:nth-child(4){
    width: 35%;
}
.researchtbl td a{
    color :#f66;
    text-decoration: none;
}
#researchPr01 {
  width:920px; 
  margin: 0 auto; 
  text-align:center;
  background-color: #2980b9; 
  font-size: 20px; 
  padding: 5px;
}
#researchPr02 {
  width:920px; 
  margin: 10px auto; 
  text-align:center;
  background-color: #f66; 
  font-size: 20px; 
  padding: 5px;
}
#researchPr01 a, #researchPr02 a {
  color: #fff;
}

/**2**/
table.researchtb2{
    margin: 10px auto;
    width: 920px;
    border-top:1px solid #444;
    border-left:1px solid #444;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
    font-size:18px;
}
.researchtb2 th{
    vertical-align: middle;
    border-right:1px solid #444;
    border-bottom:1px solid #444;
    color:#fff;
    background-color:#f66;
    padding:0.3em 1em;
    text-align:center;
    font-size:20px;
}
.researchtb2 td{
    border-right:1px solid #444;
    border-bottom:1px solid #444;
    padding:0.3em 1em;
    text-align: center;
    vertical-align: middle;
    height:60px;
}
.researchtb2 td:nth-child(1){
    width: 20%;
}
.researchtb2 td:nth-child(2){
    width: 30%;
}
.researchtb2 td:nth-child(3){
    width: 50%;
    text-align: left;
    font-size: 15px;
}
.researchtb2 td a{
    color :#f66;
    text-decoration: none;
}

/*comment*/
label , input , textarea , button{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#commentArea {
  display: block;
  width: 920px;
  margin: 15px auto;
  border: 1px solid #666;
}
#commentTitle {
  display: block;
  background-color: #f66;
  color: #fff;
  padding: 10px;
  border-bottom: 1px solid #666;
}
#commentEntryArea {
  margin:10px 15px;
  width: 520px;
  text-align: left;
}
#comment-nickName-input {
  width: 400px;
  height: 40px;
  padding: 5px;
  border: 1px solid #444;
  border-radius: 4px;
  line-height: 1.5em;
}
#comment-nickName-input:focus {
  outline: 0;
  border: 1px solid #bbb;
}
#comment-text:focus {
  outline: 0;
  border: 1px solid #bbb;
}
#comment-text {
    margin-top:5px;
    resize: vertical;  
    overflow: hidden; 
    width: 880px;
    height: 100px; 
    border: 1px solid #444;
    border-radius:4px;
    box-shadow: inset 0 1px 2px #999;
    padding: 10px;
    font-size: 14px;
    line-height: 1.5em;
}
#commentSubmitArea {
  width: 880px;
}
#comment-submit {
  margin-top:5px;
  width: 240px;
  height: 40px;
  border-radius:4px;
  border: 1px solid #444;
  cursor:pointer;
}
#comment-submit:focus {
  outline: 0;
  border: 1px solid #bbb;
}
#commentBtn {
  display: block;
  margin: 10px auto;
  width: 500px;
  padding: 20px 0;
  background-color: #f66;
  font-size: 16px;
  color:#fff;
  text-align: center;
  font-weight: 700;
  border:1px solid #bbb;
  border-radius:4px;
  cursor: pointer;
}
#comment-count {
  float: right;
  font-size: 14px;
}
#aboutComment {
  float: right;
  text-decoration: underline;
}
#aboutComment a {
  font-size:12px;
  color:#fff;
}
.comme {
  display: block;
  width: 850px;
  margin: 5px 15px;
  padding: 10px;
  border-bottom: 1px dotted #bbb;
  color:#000;
}
.comme-head {
  font-weight: bold;
  font-size: 14px;
}
.comme-num {
  font-weight: normal;
  font-size: 14px;
}
.comme-name {
  color:#080;
  font-size: 14px;
}
.comme-date {
  font-weight: normal;
  font-size: 14px;
}
.comme-id {
  font-weight: normal;
  font-size: 14px;
  color:#0000ff;
}
.comme-text {
  margin: 10px 0 0 0;
  font-weight: normal;
  font-size: 14px;
}
.comme-text-res {
  color: #3366ff;
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
}
.comme-res {
  color:#f66;
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
}

/*review*/
.review-area {
  margin: 0 20px;
  padding: 20px;
  background-color: #f0f0f0;
  border: 1px solid #f3f3f3;
  font-size: 15px;
  line-height: 180%;
}
.review-main-title {
  margin: 10px 0;
  background: #f66;
  padding: 5px;
  color: #fff;
  font-size: 16px;
}
.review-title {
  margin: 10px 0;
  width: 150px;
  background: #f66;
  padding: 5px;
  color: #fff;
  font-size: 16px;
}