@charset "utf-8";
/* CSS Document */


/**********************/
/* 違反通報 */
/**********************/

#allegation {
  width: 780px;
  margin: 30px auto 30px auto;
}
.paginate {
  padding: 6px;
  text-align:center;
  line-height: 30px;
}
.paginate a.back_theme {
  padding:  2px 4px;
  color:    #533229;
  border:   #b7998f solid 1px;
  text-decoration:  none;
  background: #ffffff;
}
.paginate a:active.back_theme,
.paginate a:hover.back_theme {
  color:    #ffffff;
  text-decoration:  none;
  background: #533229;
}

#allegation #allegation_cnt {
  padding: 0px 30px;
}

#allegation_cnt h2 {
  margin: 0px 0px 20px;
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  color:#ffffff;
  letter-spacing:10px;
  padding:3px;
}

#allegation_cnt h3 {
  margin: 0px 0px 3px;
  padding: 0px 3px 3px;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  border-bottom: 1px solid #999999;
}
table.form_allegation {
  margin: 0px auto 16px;
}
table.form_allegation td {
  padding: 6px;
  vertical-align: top;
  line-height: 18px;
  border-bottom: 1px solid #513329;
}
table.form_allegation td.no_line {
  border: none;
}

table.form_allegation td.title {
  white-space: nowrap;
  text-align: right;
  font-weight: bold;
  font-size: 14px;
}
table.form_allegation td.item {
  width: 330px;
}
table.form_allegation td.item input,
table.form_allegation td.item textarea {
  width: 200px;
}

table.form_allegation td.radio input{
  width: auto;
}


table.form_allegation td .confirm {
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
}

#delete_standard {
  overflow: scroll;
  height: 100px;
  margin: 20px 50px;
  padding: 6px;
  border: 2px solid #513329;
}

option.reason_right{
  color:#0033ff;
}
tr.right{
  display:none;
}

h2.box_green {
  background:#669933;
  border-top:#99cc66 2px solid;
  border-bottom:#99cc66 2px solid;
}
h2.box_orange {
  background:#FFAE2D;
  border-top:#F5DB6D solid 2px;
  border-bottom:#F5DB6D solid 2px;
}
h2.box_blue {
  background:#0784e1;
  border-top:#80c5f7 solid 2px;
  border-bottom:#80c5f7 solid 2px;
}
