#character {
  margin-bottom: 50px;
}
#character h2 {
  padding: 0 0 0 6px;
  background-image: url("/content/works/images/content/bg_title1.gif");
  background-position: 0 23px;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
#character .kc_character img {
  margin-bottom: 30px;
}
#character .kc_character{
  *zoom: 1;
}
#character .kc_character:after {
  content: "";
  display: block;
  clear: both;
}
#character .kc_introduction {
  margin-top: 5px;
  font-size: 13px;
}
#character .kc_name{
  float: left;
  width: 200px;
}
#character .kc_introduction{
  float: left;
  width: 200px;
}
#character .btn {
  margin-top: 25px;
  background-image: url("/content/works/images/content/bg_btn2.gif");
  background-position: 0 0;
  background-repeat: repeat-x;
}
#character .btn .wrapper {
  background-image: url("/content/works/images/content/bg_btn1.gif");
  background-position: 0 0;
  background-repeat: no-repeat;
}
#character .btn .wrapper .inner {
  background-image: url("/content/works/images/content/bg_btn1.gif");
  background-position: right top;
  background-repeat: no-repeat;
}
#character .btn .wrapper .inner a {
  position: relative;
  display: block;
  width: 100%;
  height: 54px;
  padding-top: 19px;
  text-align: center;
}
#character .btn .wrapper .inner a .open {
  margin: 2px 0 0 5px;
}
#character .btn .wrapper .inner a .close {
  margin: 0 0 0 5px;
}

#book {
  margin-bottom: 50px;
}
#book h2 {
  padding: 0 0 0 7px;
  background-image: url("/content/works/images/content/bg_title2.gif");
  background-position: 0 24px;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
#book .trial {
  border: 2px solid #019EEB;
  border-radius: 0px;
  background-color: #FFFFFF;
  text-shadow: 0 -1px 0 #FFFFFF;
  color: #009EEB;
}
#book .buy {
  border: 2px solid #019EEB;
  border-radius: 0px;
  background-color: #019EEB;
  text-shadow: 0 -1px 0 #019EEB;
  color: #FFFFFF;
}
#book .btn {
  margin-top: 25px;
  background-image: url("/content/works/images/content/bg_btn2.gif");
  background-position: 0 0;
  background-repeat: repeat-x;
}
#book .btn .wrapper {
  background-image: url("/content/works/images/content/bg_btn1.gif");
  background-position: 0 0;
  background-repeat: no-repeat;
}
#book .btn .wrapper .inner {
  background-image: url("/content/works/images/content/bg_btn1.gif");
  background-position: right top;
  background-repeat: no-repeat;
}
#book .btn .wrapper .inner a {
  display: block;
  width: 100%;
  height: 54px;
  padding-top: 17px;
  text-align: center;
}

#links h2{
  padding: 0 0 0 6px;
  background-image: url("/content/works/images/content/bg_title6.gif");
  background-position: 0 23px;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
#links .link{
  margin-bottom: 20px;
}
#links .link > a{
  display: table;
}
#links .image{
  display: table-cell;
  padding-right: 10px;
}
#links .text{
  display: table-cell;
  width: 150px;
  vertical-align: top;
}
#links .image img{
  width: 300px;
}

#news{
  margin-bottom: 45px;
}
#news h2{
  padding: 0 0 0 9px;
  margin-bottom: 15px;
  background-image: url("/content/works/images/content/bg_title7.gif");
  background-position: 0 16px;
  background-repeat: no-repeat;
}
#news .kc_row{
  padding: 0 10px;
}
#news .kc_row .news{
  margin-bottom: 10px;
}
#news .news{
  padding-bottom: 10px;
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 10px;
}
#news .head .date{
  display: inline-block;
  margin-right: 10px;
  color: #ED5F6C;
  font-weight: bold;
}
#news .head .title{
  display: inline-block;
}

#comments {
  width: 850px;
  margin: 0 auto;
}
#comments h2 {
  padding: 0 0 0 7px;
  margin: 0 0 20px 0;
  background-image: url("/content/works/images/content/bg_title3.gif");
  background-position: 0 24px;
  background-repeat: no-repeat;
}
#comments #form {
  margin-bottom: 117px;
}
#comments .error,
#comments .thx {
  margin-bottom: 15px;
  color: #d80000;
  font-size: 115%;
}
#comments .attn {
  padding: 3px 2px;
  margin-bottom: 10px;
  background-image: url("/content/works/images/content/bg_title4.gif");
  background-position: 0 0;
  background-repeat: repeat;
}
#comments .attn .kc_col-sm-8 {
  padding: 14px 8px;
  font-size: 143%;
  font-weight: bold;
}
#comments .attn .kc_col-sm-4 {
  padding: 16px 11px;
  background-color: #FFFFFF;
  font-size: 115%;
  color: #D80000;
}
#comments .note {
  padding: 14px 15px;
  margin-bottom: 20px;
  border: 3px solid #FF9900;
  color: #EE5900;
}
#comments table {
  width: 100%;
  margin-bottom: 25px;
  background-color: #E5E4E1;
}
#comments table th {
  width: 27%;
  padding: 16px 18px 16px 30px;
  box-sizing: boder-box;
  font-size: 108%;
}
#comments table th .required {
  color: #D90D0D;
}
#comments table td {
  width: 72%;
  padding: 16px 80px 16px 0;
  box-sizing: boder-box;
}
#comments table td input {
  padding: 10px;
  border: 1px solid #CCCCCC;
  border-radius: 6px;
}
#comments table td input.name {
  width: 528px;
}
#comments table td input.title {
  width: 100%;
}
#comments table td textarea {
  width: 100%;
  height: 130px;
  padding: 10px;
  border: 1px solid #CCCCCC;
  border-radius: 6px;
}
#comments .attr {
  margin-bottom: 30px;
  text-align: center;
}
#comments .attr strong {
  color: #DA0E0E;
}
#comments .send {
  text-align: center;
}
#comments #post {
  position: relative;
}
#comments #post h3 {
  position: absolute;
  left: 0;
  top: -63px;
  margin: 0;
}
#comments #post .wrapper {
  background-image: url("/content/works/images/content/bg_post2.jpg");
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: 100% auto;
}
#comments #post .wrapper .inner {
  background-image: url("/content/works/images/content/bg_post1.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#comments #post .postWrap {
  padding: 17px 11px;
  background-image: url("/content/works/images/content/bg_post3.jpg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#comments #post .postWrap .navigation {
  text-align: center;
  font-size: 172%;
}
#comments #post .postWrap .navigation p {
  display: inline-block;
  margin-right: 10px;
}
#comments #post .postWrap .navigation p a {
  display: table-cell;
  width: 44px;
  height: 42px;
  border: 2px solid #CCCCCC;
  vertical-align: middle;
}
#comments #post .postWrap .navigation p span {
  display: table-cell;
  width: 44px;
  height: 42px;
  border: 2px solid #CCCCCC;
  vertical-align: middle;
  color: #666666;
}
#comments #post .postWrap .navigation ul {
  display: inline-block;
}
#comments #post .postWrap .navigation ul li {
  display: inline-block;
  margin-right: 10px;
}
#comments #post .postWrap .navigation ul li a {
  display: table-cell;
  width: 40px;
  height: 42px;
  border: 2px solid #CCCCCC;
  vertical-align: middle;
}
#comments #post .postWrap .navigation ul li span {
  display: table-cell;
  width: 40px;
  height: 42px;
  border: 2px solid #CCCCCC;
  vertical-align: middle;
  color: #666666;
}
#comments #post .entries {
  margin-bottom: 20px;
}
#comments #post .entries .entry {
  *zoom: 1;
}
#comments #post .entries .entry:after {
  content: "";
  display: block;
  clear: both;
}
#comments #post .entries .entry .titleWrap {
  *zoom: 1;
  padding: 8px 12px;
  margin: 0 0 11px 0;
  background-image: url("/content/works/images/content/bg_title4.gif");
  background-position: 0 0;
  background-repeat: repeat;
}
#comments #post .entries .entry .titleWrap:after {
  content: "";
  display: block;
  clear: both;
}
#comments #post .entries .entry .titleWrap h4 {
  float: left;
  margin: 0;
}
#comments #post .entries .entry .titleWrap .jot-mod {
  float: right;
}
#comments #post .entries .entry .text {
  margin-bottom: 10px;
}
#comments #post .entries .entry .poster {
  *zoom: 1;
  float: right;
  font-weight: bold;
}
#comments #post .entries .entry .poster:after {
  content: "";
  display: block;
  clear: both;
}
#comments #post .entries .entry .poster .pubdate {
  float: right;
  padding-left: 34px;
}
#comments #post .entries .entry .poster .name {
  float: right;
}

/* media */
/*----------------------------*/
@media screen and (max-width: 640px) {
  #character {
    margin-bottom: 25px;
  }
  #character .kc_row {
    padding: 0 10px;
  }
  #character .kc_row .kc_character {
    margin-bottom: 10px;
  }
  #character .kc_row .kc_character img {
    margin-bottom: 10px;
  }
  #character .btn {
    margin: 12.5px 10px 0;
  }

  #book {
    margin-bottom: 25px;
  }
  #book h2 {
    padding: 0 0 0 7px;
    background-image: url("/content/works/images/content/bg_title2.gif");
    background-position: 0 24px;
    background-repeat: no-repeat;
    margin-bottom: 20px;
  }
  #book .trial {
    border: 2px solid #019EEB;
    background-color: #FFFFFF;
    text-shadow: 0 -1px 0 #FFFFFF;
    color: #009EEB;
  }
  #book .buy {
    border: 2px solid #019EEB;
    background-color: #019EEB;
    text-shadow: 0 -1px 0 #019EEB;
    color: #FFFFFF;
  }
  #book .btn {
    margin: 12.5px 10px 0;
  }
  #links .link > a{
    display: block;
  }
  #links .image{
    display: block;
    padding-right: 0;
    margin-bottom: 10px;
  }
  #links .text{
    display: block;
    width: auto;
    padding: 0 5px;
    vertical-align: baseline;
  }
  #comments {
    width: 100%;
  }
  #comments h2 {
    padding: 0 0 0 3.5px;
    margin: 0 0 10px 0;
  }
  #comments #form {
    margin-bottom: 58.5px;
  }
  #comments .error,
  #comments .thx {
    margin-bottom: 7.5px;
  }
  #comments .attn {
    margin-bottom: 5px;
  }
  #comments .attn .kc_col-sm-8 {
    padding: 7px 4px;
  }
  #comments .attn .kc_col-sm-4 {
    padding: 8px 5.5px;
  }
  #comments .note {
    padding: 7px 7.5px;
    margin-bottom: 10px;
  }
  #comments table {
    margin-bottom: 12.5px;
  }
  #comments table th {
    width: 23%;
    padding: 8px 9px 8px 15px;
  }
  #comments table td {
    width: 76%;
    padding: 8px 40px 8px 0;
    box-sizing: boder-box;
  }
  #comments table td input {
    padding: 5px;
  }
  #comments table td input.name {
    width: 100%;
  }
  #comments table td input.title {
    width: 100%;
  }
  #comments table td textarea {
    width: 100%;
    height: 130px;
    padding: 5px;
  }
  #comments .attr {
    margin-bottom: 15px;
  }
  #comments #post {
    position: relative;
  }
  #comments #post h3 {
    top: -31.5px;
  }
  #comments #post h3 img {
    width: 201px;
  }
  #comments #post .postWrap {
    padding: 8.5px 5.5px;
  }
  #comments #post .postWrap .navigation {
    position: relative;
  }
  #comments #post .postWrap .navigation p {
    display: inline-block;
    margin-right: 5px;
  }
  #comments #post .postWrap .navigation p a {
    display: table-cell;
  }
  #comments #post .postWrap .navigation p span {
    display: table-cell;
  }
  #comments #post .postWrap .navigation ul {
    display: inline-block;
  }
  #comments #post .postWrap .navigation ul li {
    display: inline-block;
    margin-right: 5px;
  }
  #comments #post .postWrap .navigation ul li a {
    display: table-cell;
  }
  #comments #post .postWrap .navigation ul li span {
    display: table-cell;
  }
  #comments #post .entries .entry .titleWrap {
    padding: 4px 6px;
    margin: 0 0 5.5px 0;
  }
  #comments #post .entries .entry .titleWrap h4 {
    float: left;
  }
  #comments #post .entries .entry .titleWrap .jot-mod {
    float: right;
  }
  #comments #post .entries .entry .text {
    margin-bottom: 5px;
  }
  #comments #post .entries .entry .poster .pubdate {
    float: right;
    padding-left: 17px;
  }
}
