/* DETAIL */

#detail {
  position: relative;
  margin: auto;
  color: #fff;
  width: 900px;
}

#detail .table {
  display: table;
  width: 899px;
  background-color: #3c3c3c;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 5px;
}

#detail .photo {
  display: table-cell;
  width: 160px;
  vertical-align: top;
  background-color: #1e1e1e;
}

#detail .photo img {
  width: 160px;
  height: 160px;
}

#detail .account {
  display: table-cell;
  padding-left: 28px;
}

#detail .account header {
  border-bottom: 1px dotted #ec6941;
}

#detail .account header h2 {
  position: relative;
  font-size: 36px;
  padding: 15px 85px 15px 0;
  line-height: 100%;
  font-weight: normal;
}

#detail .account header h2 .level {
  position: absolute;
  right: 15px;
  top: 0;
  font-size: 36px;
  padding: 15px 0 15px 30px;
  text-align: right;
  line-height: 100%;
  background-image: url(../img/icon/level_l.png);
  background-repeat: no-repeat;
  background-position: left center;
}

#detail .account .num {
  border-bottom: 1px dotted #ec6941;
  display: table;
  width: 100%;
}

#detail .account .num div {
  display: table-cell;
}

#detail .account .num div:nth-child(2) {
  border-left: 1px dotted #ec6941;
  padding-left: 15px;
  width: 50%;
}

#detail .account .num div:after {
  display: table;
  content: "";
  clear: both;
}

#detail .account .num dl {
  display: table;
  margin: auto;
  float: left;
}


#detail .account .num dt, #detail .account .num dd {
  display: table-cell;
  vertical-align: middle;
  line-height: 45px;
  font-weight: bold;
}

#detail .account .num dt {
  background-repeat: no-repeat;
  background-position: left center;
}

#detail .account .num dd {
  padding-left: 5px;
  padding-right: 30px;
}

#detail .account .num dl:nth-child(odd) dt {
  background-image: url(../img/icon/topic_num.png);
  padding-left: 35px;
}

#detail .account .num dl:nth-child(odd) dd {
  font-size: 36px;
}

#detail .account .num dl:nth-child(even) dt {
  background-image: url(../img/icon/gd_num.png);
  padding-left: 18px;
}

#detail .account .profile dt {
  font-weight: bold;
  line-height: 32px;
}

#detail .account .profile dd {
  line-height: 150%;
  padding-right: 15px;
  padding-bottom: 10px;
}

#detail .account .profile dd a {
  color: #fff;
  text-decoration: none;
}

#detail .account .social li {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: left center;
  margin-right: 10px;
}

#detail .account .social .facebook {
  background-image: url(../img/icon/authService1.png);
}

#detail .account .social .twitter {
  background-image: url(../img/icon/authService2.png);
}

#detail .account .social .google {
  background-image: url(../img/icon/authService3.png);
}

#detail .account .social .linkedin {
  background-image: url(../img/icon/authService4.png);
}

#detail .account .social .mixi {
  background-image: url(../img/icon/authService5.png);
}

/* HISTORY */

#detail #history li {
  margin: 5px 0;
  background-color: #3c3c3c;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  display: table;
  width: 899px;
}

#detail #history .photo {
  width: 100px;
}

#detail #history .photo img {
  width: 100px;
  height: 100px;
}

#detail #history .message {
  display: table-cell;
  padding: 8px 15px;
}

#detail #history .message header {
  position: relative;
}

#detail #history .message h3 {
  width: 500px;
  font-size: 18px;
  font-weight: bold;
  padding: 9px 0;
}

#detail #history .message h3 span {
  font-size: 12px;
  font-weight: bold;
  color: #ec6941;
  padding-left: 10px;
  vertical-align: middle;
}

#detail #history .message header dl,
#detail #history .message header nav,
#detail #history .message header dt,
#detail #history .message header dd {
  display: inline-block;
}

#detail #history .message header nav {
  position: absolute;
  right: 0;
  top: 9px;
}

#detail #history .message header nav a {
  display: block;
  background-image: url(../img/icon/open_site.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 32px;
  font-size: 10px;
  font-weight: bold;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
}

#detail #history .message header .historyNum {
  position: absolute;
  right: 120px;
  top: 9px;
}

#detail #history .message header .historyNum dl:first-child dt {
  background-image: url(../img/icon/cmt_num.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 22px;
  font-size: 10px;
  font-weight: bold;
  line-height: 24px;
  vertical-align: middle;
}

#detail #history .message header .historyNum dl:first-child dd {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  padding-left: 5px;
  vertical-align: middle;
}

#detail #history .message header .historyNum dl:last-child dt {
  background-image: url(../img/icon/gd_num.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 18px;
  font-size: 10px;
  font-weight: bold;
  line-height: 24px;
  vertical-align: middle;
  margin-left: 10px;
}

#detail #history .message header .historyNum dl:last-child dd {
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  padding-left: 3px;
  vertical-align: middle;
}

#detail #history .message .imageTopic {
  padding: 5px 0;
}

#detail #history .message .imageTopic img {
  max-width: 560px;
  max-height: 560px;
}

#detail #history .message .imageMessage img {
  max-width: 320px;
  max-height: 320px;
}

#detail #history .message p {
  padding: 5px 0 32px 5px;
  line-height: 150%;
  position: relative;
}

#detail #history .message p span.postDate {
  position: absolute;
  12px;
  color: #fff;
  line-height: 100%;
  left: 0px;
  bottom: 5px;
}

#detail #history .message p a {
  color: #eb6100;
}

#detail #history .message .content {
  display: table;
  width: 100%;
}

#detail #history .message .content p {
  padding: 5px 0 27px 5px;
}

#detail #history .message .content p span.postDate {
  bottom: 0px;
}

#detail #history .message .content > div,
#detail #history .message .content > dl {
  display: table-cell;
  vertical-align: top;
}

#detail #history .message .content > div:first-child {
  width: 55px;
  background-image: url(../img/bg/balloon.png);
  background-repeat: no-repeat;
  background-position: right 20px;
  padding-top: 10px;
  text-align: left;
}

#detail #history .message .content > div:nth-child(2) {
  background-color: #777;
  border-radius: 3px;
  padding: 15px;
}

#detail #history .message .content > div:first-child img {
  width: 30px;
  height: 30px;
}

#detail #history .message .content > dl {
  width: 138px;
  padding-left: 20px;
  padding-top: 15px;
}

#detail #history .message .content > dl dt {
  background-image: url(../img/icon/gd_num.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 18px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  vertical-align: middle;
}

#detail #history .message .content > dl dd {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding-left: 3px;
  line-height: 16px;
  vertical-align: middle;
}

/* NAVI */

#detail #history > nav {
  text-align: center;
  margin-top: 20px;
}

#detail #history > nav input {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  border: 0;
  border-radius: 5px;
  background-color: #777;
  color: #fff;
  line-height: 36px;
}

#detail #history > nav input:hover {
  background-color: #929292;
}