@media screen and (min-width:751px) {
  .pc {display: block;}
  .sp {display: none;}
/* GENERIC STRUCTURE ================================================
*/



/* common */
.forum {
  margin-top: 30px;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
.left_column {
  float: left;
}
.right_column {
  float: right;
}
input[type="text"] {
  border-radius: 0;
  -webkit-appearance: none;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* forum */
.forum .left_column {
  width: 245px;
}
.forum .right_column {
  width: 735px;
}
.forum .info_text {
  text-align: center;
  line-height: 1.4;
  font-size: 14px;
}
.forum .lead {
  text-align: center;
  font-size: 16px;
  letter-spacing: 2px;
  margin: 0 0 32px;
  line-height: 1.7;
}
.search_form {
  margin-top: 30px;
}
.search_form label {
  display: block;
  width: 210px;
  text-align: center;
  padding: 10px 30px;
  box-sizing: border-box;

}
.search_form input#searchWords {
  float: left;
  line-height: 35px;
  padding: 0 10px;
  border-left: 2px solid #9CD2C1;
  border-top: 2px solid #9CD2C1;
  border-bottom: 2px solid #9CD2C1;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 167px;
  box-sizing: border-box;
  height: 39px;
}
.search_form input[type="submit"] {
  background-color: #42a687;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  height: 39px;
  width: 42px;
  box-sizing: border-box;
}
.search_form2 {
  margin-top: 30px;
  width: 500px;
}
.search_form2 label {
    box-sizing: border-box;
    display: block;
    font-weight: bold;
    padding: 10px;
    text-align: left;
    width: 200px;
}
.search_form2 input#searchWords {
  float: left;
  line-height: 35px;
  padding: 0 10px;
  border-left: 2px solid #9CD2C1;
  border-top: 2px solid #9CD2C1;
  border-bottom: 2px solid #9CD2C1;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 300px;
  box-sizing: border-box;
  height: 39px;
}
.search_form2 input[type="submit"] {
  background-color: #42a687;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  height: 39px;
  width: 100px;
  box-sizing: border-box;
}
.search_form2 button[type="submit"] {
  background-color: #42a687;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  height: 39px;
  width: 100px;
  box-sizing: border-box;
}
.search_form input[type="submit"]:hover {
  background-color: #e1edd9;
  color: #746e65;
}
.forum div.white_btn > input {
  cursor: pointer;
  background-color: #fff;
  padding: 10px 20px;
  border: 2px solid #9CD2C1;
  color: #5aac92;
  width: 210px;
  height: 48px;
  font-size: 14px;
  box-sizing: border-box;
  border-radius: 4px;
}
.forum div.white_btn > button {
  cursor: pointer;
  background-color: #fff;
  padding: 10px 20px;
  border: 2px solid #9CD2C1;
  color: #5aac92;
  width: 210px;
  height: 48px;
  font-size: 14px;
  box-sizing: border-box;
  border-radius: 4px;
}
.forum div.white_btn > a {
  cursor: pointer;
  background-color: #fff;
  padding: 14px 65px;
  border: 2px solid #9CD2C1;
  color: #5aac92;
  width: 210px;
  height: 48px;
  font-size: 14px;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: normal;
}
.forum div.white_btn > a > input {
  background-color: #fff;
  color: #5aac92;
  font-size: 14px;
  padding: 0;
}
.forum .faq_article {

}
.forum .faq_article a {
  font-weight: normal;
}
.forum .faq_article:hover {

}
.forum  .faq_main {
  margin-bottom: 30px;
  min-width: 735px;
}
.forum .faq_article .faq_title {
  line-height: 1.7;
  border-left: 4px solid #cee2c9;
  color: #5aac92;
  font-size: 20px;
  letter-spacing: 5px;
  margin: 0 0 8px;
  padding: 2px 0 2px 20px;
  font-weight: bold;
    word-wrap:break-word;
    overflow-wrap:break-word;
}
.forum .faq_article .faq_question {
  padding-bottom: 10px;
  padding-left: 10px;
    word-wrap:break-word;
    overflow-wrap:break-word;
}
.forum .faq_article .faq_date {
  float: left;
  margin-right: 15px;
  padding-left: 10px;
}
.forum .faq_article .faq_user {
    word-wrap:break-word;
    overflow-wrap:break-word;
}
.forum .faq_article .answer_article {
  border: 2px solid #42a687;
  border-radius: 5px;
  word-break: break-all;
}
.forum .faq_article .answer_article .answer_head span {
  display: block;
  background-color: #42a687;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 1.7;
  margin: 0 0 8px;
  padding: 2px 0 2px 20px;
}
/* .forum .faq_article .answer_article .answer_main {
  padding: 10px 20px;
  margin-bottom: 20px;
} */
.forum .faq_article .answer_article .answer_main {
    box-sizing: border-box;
/*    float: left;*/
    height: 100%;
    min-height: 70px;
    padding: 10px 20px;
}

.forum .faq_article .answer_article .answer_main .answer_name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.forum .faq_article .answer_article .answer_main .answer_comment {

}
.forum .contact_link {
  margin-top: 20px;
}
.forum .contact_link p {
   text-align: center;
   line-height: 1.6;
}
.forum .contact_link .white_btn {
  margin: 40px 0;
  text-align: center;
}
.forum .contact_link a input{
  display: block;
  margin: 0 auto;
}
.forum ul.pagination {
  clear: both;
  width: 400px;
  margin: 0 auto;
  text-align: center;
}
.forum ul.pagination li {
  display: inline-block;
  background: #fff none repeat scroll 0 0;
  border: 2px solid #99d1bf;
  border-radius: 2px;
  font-size: 16px;
  font-weight: normal;
  margin: 7px;
  text-decoration: none;
}
.forum ul.pagination li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 12px;
  box-sizing: border-box;
  color: #57a98f;
  font-weight: normal;
}
.forum ul.pagination li a:hover {
  background-color: #99d1bf;
  color: #fff;
}
.forum ul.pagination li.disabled {
  display: none;
}
.forum ul.pagination li.active {
  background: #99d1bf none repeat scroll 0 0;
  border-color: #99d1bf;
  pointer-events: none;
}
.forum ul.pagination li.active a {
  color: #fff;
}
.forum .login_form {
  width: 100%;
  margin: 50px auto 0;
}
.forum .login_form form {
  width: 355px;
  margin: 0 auto;
}
.forum .login_form .error {
  color: red;
  font-size: 12px;
  height: 25px;
}
.forum .login_form .white_btn {
  text-align: center;
  margin-bottom: 20px;
}
.forum .login_form label {
  float: left;
  background-color: #42a687;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  box-sizing: border-box;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  height: 39px;
  text-align: center;
  text-decoration: none;
  width: 100px;
  line-height: 38px;
}
.forum .login_form input[type="text"],
.forum .login_form input[type="password"] {
    border-bottom: 2px solid #9cd2c1;
    border-right: 2px solid #9cd2c1;
    border-top: 2px solid #9cd2c1;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-sizing: border-box;
    float: left;
    line-height: 35px;
    padding: 0 10px;
    width: 250px;
    font-size: 14px;
    height: 39px;
}
.forum .login_form .register_link {
  margin: 20px 0;
  width: 100%;
  text-align: center;
}
.forum .login_form .register_link a{
  font-size: 14px;
  text-decoration: underline;
}
.forum .register_form {
  width: 100%;
  margin: 50px auto 0;
}
.forum .register_form form {
  width: 425px;
  margin: 0 auto;
}
.forum .register_form .error {
  color: red;
  font-size: 12px;
  height: 25px;
}
.forum .register_form .white_btn {
  text-align: center;
  margin: 30px 0;
}
.forum .register_form label {
  float: left;
  background-color: #42a687;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  box-sizing: border-box;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  height: 39px;
  text-align: center;
  text-decoration: none;
  width: 170px;
  line-height: 38px;
}
.forum .register_form input[type="text"],
.forum .register_form input[type="password"],
.forum .register_form input[type="email"] {
    border-bottom: 2px solid #9cd2c1;
    border-right: 2px solid #9cd2c1;
    border-top: 2px solid #9cd2c1;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-sizing: border-box;
    float: left;
    line-height: 35px;
    padding: 0 10px;
    width: 250px;
    font-size: 14px;
    height: 39px;
}
.forum .register_form .register_link {
  margin: 20px 0;
  width: 100%;
  text-align: center;
}
.forum .register_form .register_link a{
  font-size: 18px;
  text-decoration: underline;
}
.forum .register_form .agree {
  margin-bottom: 10px;
}
.forum .login_form .agree {
  margin-bottom: 10px;
}
.forum .register_form .agree .agree_box {
  float: left;
    border-bottom: 2px solid #9cd2c1;
    border-right: 2px solid #9cd2c1;
    border-top: 2px solid #9cd2c1;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-sizing: border-box;
    float: left;
    line-height: 21px;
    padding: 0 10px;
    width: 47px;
    font-size: 14px;
    background-color: #fff;
}
.forum .login_form .agree .agree_box {
  float: left;
    border-bottom: 2px solid #9cd2c1;
    border-right: 2px solid #9cd2c1;
    border-top: 2px solid #9cd2c1;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-sizing: border-box;
    float: left;
    line-height: 20px;
    padding: 0 10px;
    width: 47px;
    font-size: 14px;
    background-color: #fff;
}
.forum .register_form .agree label {
  margin-left: 100px;
  height: 25px;
  line-height: 25px;
}
.forum .login_form .agree label {
    height: 25px;
    line-height: 25px;
    margin-left: 0;
    width: 260px;
}
.forum .confirm_form table.confirm_table {
  margin: 70px auto 50px;
}
.forum .confirm_form table.confirm_table tr {
  height: 35px;
}
.forum .confirm_form table.confirm_table th {
  font-size: 18px;
  width: 130px;
}
.forum .confirm_form table.confirm_table td {
  font-size: 18px;
}
.forum .confirm_form .white_btn {
  margin: 20px auto;
  width: 448px;
}
.forum .confirm_form .white_btn button:first-of-type {
  margin-right: 20px;
}
.forum .complete_form .white_btn {
  margin: 100px auto 30px;
  width: 440px;
}
.forum .complete_form_2 .white_btn {
  text-align: center;
  margin: 70px auto 0;
}
.forum .complete_form .white_btn a:first-of-type {
  margin-right: 20px;
}

.forum .create_form {
  width: 100%;
  margin: 50px auto 0;
}
.forum .create_form form div {
  width: 820px;
}
.forum .create_form .error {
  color: red;
  font-size: 12px;
  height: 25px;
}
.forum .create_form .white_btn {
  text-align: center;
  margin: 30px 0;
}
.forum .create_form label {
  float: left;
  background-color: #42a687;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  box-sizing: border-box;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  height: 39px;
  text-align: center;
  text-decoration: none;
  width: 270px;
  line-height: 38px;
}
.forum .create_form input[type="text"],
.forum .create_form input[type="password"],
.forum .create_form input[type="email"],
.forum .create_form textarea {
    border-bottom: 2px solid #9cd2c1;
    border-right: 2px solid #9cd2c1;
    border-top: 2px solid #9cd2c1;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-sizing: border-box;
    float: left;
    line-height: 35px;
    padding: 0 10px;
    width: 540px;
    font-size: 14px;
    height: 39px;
}
.forum .create_form textarea {
  padding: 10px;
  resize: none;
  line-height: 1.4;
}
.forum .create_form .height_100 label {
  height: 200px;
  line-height: 200px;
}
.forum .create_form .height_100 textarea {
  height: 200px;

}
.forum .confirm_form table.confirm_q_table {
  margin: 70px auto 50px;
}
.forum .confirm_form table.confirm_q_table tr {
  height: 35px;
}
.forum .confirm_form table.confirm_q_table th {
  font-size: 18px;
  width: 180px;
}
.forum .confirm_form table.confirm_q_table td {
  font-size: 18px;
  margin-left: 20px;
}

/* forum admin */

.logo_left {
    font-size: 16px;
    font-weight: bold;
    left: 330px;
    position: absolute;
    top: 20px;
    width: 100px;
}
.logo_right {
    left: 450px;
    position: absolute;
    text-decoration: underline;
    top: 23px;
}
.logo_left p {
  display: inline-block;
}
header.site.admin_header {
  width: 980px;
  margin: 0 auto;
}
.admin_menu {
    height: 45px;
    margin-bottom: 30px;
    margin-top: 5px;
    width: 100%;
}
.admin_menu ul {
    background-color: #F5FAF8;
    vertical-align: top;
    width: 470px;
    height: 45px;
    border-radius: 5px;
    border: 2px solid #5DAD94;
}
.admin_menu ul > li {
  float: left;
  border-left: 1px solid #a4d7c7;
  display: table-cell;
  height: 45px;
  width: 115px;
  vertical-align: middle;
  text-align: center;
}
.admin_menu ul > li:first-child {
    border-left: medium none;
}
.admin_menu > ul > li a {
  width: 115px;
    display: table-cell;
    font-size: 13px;
    height: 45px;
    padding: 0 0.5em;
    text-align: center;
    vertical-align: middle;
    color: #5DAD94;
}
.admin2_menu {
    height: 45px;
    margin-bottom: 30px;
    margin-top: 5px;
    width: 100%;
}
.admin2_menu ul {
    background-color: #F5FAF8;
    vertical-align: top;
    width: 282px;
    height: 45px;
    border-radius: 5px;
    border: 2px solid #5DAD94;
}
.admin2_menu ul > li {
  float: left;
  border-left: 1px solid #a4d7c7;
  display: table-cell;
  height: 45px;
  width: 140px;
  vertical-align: middle;
  text-align: center;
}
.admin2_menu ul > li:first-child {
    border-left: medium none;
}
.admin2_menu > ul > li a {
  width: 144px;
    display: table-cell;
    font-size: 13px;
    height: 45px;
    text-align: center;
    vertical-align: middle;
    color: #5DAD94;
}
table.admin_faq_article {
  margin-top: -10px;
  border-collapse: separate;
  border-spacing: 0 35px;
}
table.admin_faq_article th {
  width: 120px;
  height: 100%;
  padding-right: 15px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
}
table.admin_faq_article th div.radius {
  height: 25px;
  line-height: 25px;
  border: 2px solid #5DAD94;
  border-radius: 10px;
  background-color: #F5FAF8;
}
table.admin_faq_article .faq_main {
  padding-right: 15px;
  box-sizing: border-box;
  word-break: break-all;
}
table.admin_faq_article td.approval {
  width: 120px;
  height: 100%;
}
table.admin_faq_article td.approval a {
  padding: 10px 20px;
  display: block;
  text-align: center;
  background-color: #f5faf8;
  border: 2px solid #5dad94;
  font-size: 12px;
  border-radius: 10px;
  box-sizing: border-box;
}
table.admin_faq_article td.approval a:first-of-type {
  margin-bottom: 12px;
}
table.admin_faq_article td.approval a.answered {
  padding: 10px 20px;
  display: block;
  text-align: center;
  pointer-events: none;
  color: #e0e0e0;
  background-color: #5dad94;
  border: 2px solid #5dad94;
  font-size: 12px;
  border-radius: 10px;
  box-sizing: border-box;
}
.forum .admin_detail .faq_main {
  width: 735px;
  float: left;
}
.forum .admin_detail .faq_approval {
  width: 245px;
/*   margin-bottom: 50px; */
  float: left;
  text-align: center;
}
.forum .admin_detail .faq_approval a {
  vertical-align: middle;
}
.forum .admin_detail .answer_article {
  clear: both;
}
.forum .admin_btn_a a {
    background-color: #f5faf8;
    border: 2px solid #5dad94;
    border-radius: 10px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 12px;
    padding: 10px 40px;
    text-align: center;
}
.forum .admin_btn_a button {
    background-color: #f5faf8;
    border: 2px solid #5dad94;
    border-radius: 10px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 12px;
    padding: 10px 40px;
    text-align: center;
    cursor: pointer;
}
.forum table.admin_detail_table {
  height: 100%;
}
.forum table.admin_detail_table td {

}
.forum table.admin_detail_table td {
  height: 100%;
}
.forum table.admin_detail_table td div.faq_approval {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.forum table.admin_detail_table td div.faq_approval a {

}
.forum table.admin_detail_answer_table {
  height: 100%;
}
.forum table.admin_detail_answer_table td div.faq_approval {
  width: 200px;
  height: 100%;
}
.forum table.admin_detail_answer_table td {
  height: 100%;
}
.forum table.admin_detail_answer_table td div.faq_approval a{
  margin-bottom: 20px;
  margin-top: 10px;
}
.forum .edit_success {
  text-align: center;
  color: red;
  font-size: 19px;
  margin: 20px 0;
}
.forum table.admin_partner_table {
  width: 100%;
  margin: 20px 0;
}
.forum table.admin_partner_table tr {
  border-bottom: 2px solid #daead6;
  display: block;
  padding: 15px 40px 23px;
}
.forum table.admin_partner_table tr:first-of-type {
  border-top: 2px solid #daead6;
}
.forum table.admin_partner_table td {
  width: 770px;
  font-size: 16px;
}
.forum table.admin_partner_table td.approval {
  width: 210px;
}
.forum table.admin_partner_table td.approval a {
    background-color: #f5faf8;
    border: 2px solid #5dad94;
    border-radius: 10px;
    box-sizing: border-box;
    display: block;
    font-size: 12px;
    padding: 10px 20px;
    text-align: center;
}

}


@media screen and (max-width:750px) {
  .pc {display: none;}
  .sp {display: block;}
/* GENERIC STRUCTURE ================================================
*/
/* common */
.forum {
  margin-top: 30px;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
.left_column {
  float: left;
}
.right_column {
  float: right;
}
input[type="text"] {
  border-radius: 0;
  -webkit-appearance: none;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* forum */
header .header_top_1 {
  background-image: url('/forum/css/images/header/btn-considaration.png');
  width: 126px;
  height: 41px;
  display: block;
}
header .header_top_1:hover {
    background-image: url('/forum/css/images/header/btn-considaration_hv.png');
}
header .header_top_2 {
  background-image: url('/forum/css/images/header/btn-specialist.png');
  width: 98px;
  height: 41px;
  display: block;
}
header .header_top_2:hover {
    background-image: url('/forum/css/images/header/btn-specialist_hv.png');
}
header .header_top_3 {
  background-image: url('/forum/css/images/header/btn-organization.png');
  width: 111px;
  height: 41px;
  display: block;
}
header .header_top_3:hover {
    background-image: url('/forum/css/images/header/btn-organization_hv.png');
}
header .header_top_4 {
  background-image: url('/forum/css/images/header/btn-foundation.png');
  width: 138px;
  height: 41px;
  display: block;
}
header .header_top_4:hover {
    background-image: url('/forum/css/images/header/btn-foundation_hv.png');
}
header .header_top_5 {
  background-image: url('/forum/css/images/header/btn-moreinfo.png');
  width: 130px;
  height: 41px;
  display: block;
}
header .header_top_5:hover {
    background-image: url('/forum/css/images/header/btn-moreinfo_hv.png');
}
.forum .left_column {
  width: 245px;
}
.forum .right_column {
  width: 735px;
}
.forum .info_text {
  text-align: center;
  line-height: 1.4;
  font-size: 14px;
}
.forum .lead {
  text-align: center;
  font-size: 16px;
  letter-spacing: 2px;
  margin: 0 0 32px;
  line-height: 1.7;
}
.search_form {
  margin-top: 30px;
}
.search_form label {
  display: block;
  width: 210px;
  text-align: center;
  padding: 10px 30px;
  box-sizing: border-box;

}
.search_form input#searchWords {
  float: left;
  line-height: 35px;
  padding: 0 10px;
  border-left: 2px solid #9CD2C1;
  border-top: 2px solid #9CD2C1;
  border-bottom: 2px solid #9CD2C1;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 167px;
  box-sizing: border-box;
  height: 39px;
}
.search_form input[type="submit"] {
  background-color: #42a687;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  height: 39px;
  width: 42px;
  box-sizing: border-box;
}
.search_form2 {
  margin-top: 30px;
  width: 500px;
}
.search_form2 label {
    box-sizing: border-box;
    display: block;
    font-weight: bold;
    padding: 10px;
    text-align: left;
    width: 200px;
}
.search_form2 input#searchWords {
  float: left;
  line-height: 35px;
  padding: 0 10px;
  border-left: 2px solid #9CD2C1;
  border-top: 2px solid #9CD2C1;
  border-bottom: 2px solid #9CD2C1;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 300px;
  box-sizing: border-box;
  height: 39px;
}
.search_form2 input[type="submit"] {
  background-color: #42a687;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  height: 39px;
  width: 100px;
  box-sizing: border-box;
}
.search_form2 button[type="submit"] {
  background-color: #42a687;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  height: 39px;
  width: 100px;
  box-sizing: border-box;
}
.search_form input[type="submit"]:hover {
  background-color: #e1edd9;
  color: #746e65;
}
.forum div.white_btn > input {
  cursor: pointer;
  background-color: #fff;
  padding: 10px 20px;
  border: 2px solid #9CD2C1;
  color: #5aac92;
  width: 210px;
  height: 48px;
  font-size: 14px;
  box-sizing: border-box;
  border-radius: 4px;
}
.forum div.white_btn > button {
  cursor: pointer;
  background-color: #fff;
  padding: 10px 20px;
  border: 2px solid #9CD2C1;
  color: #5aac92;
  width: 210px;
  height: 48px;
  font-size: 14px;
  box-sizing: border-box;
  border-radius: 4px;
}
.forum div.white_btn > a {
  cursor: pointer;
  background-color: #fff;
  padding: 14px 65px;
  border: 2px solid #9CD2C1;
  color: #5aac92;
  width: 210px;
  height: 48px;
  font-size: 14px;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: normal;
}
.forum div.white_btn > a > input {
  background-color: #fff;
  color: #5aac92;
  font-size: 14px;
  padding: 0;
}
.forum .faq_article {

}
.forum .faq_article a {
  font-weight: normal;
}
.forum .faq_article:hover {

}
.forum  .faq_main {
  margin-bottom: 30px;
  min-width: 735px;
}
.forum .faq_article .faq_title {
  line-height: 1.7;
  border-left: 4px solid #cee2c9;
  color: #5aac92;
  font-size: 20px;
  letter-spacing: 5px;
  margin: 0 0 8px;
  padding: 2px 0 2px 20px;
  font-weight: bold;
    word-wrap:break-word;
    overflow-wrap:break-word;
}
.forum .faq_article .faq_question {
  padding-bottom: 10px;
  padding-left: 10px;
    word-wrap:break-word;
    overflow-wrap:break-word;
}
.forum .faq_article .faq_date {
  float: left;
  margin-right: 15px;
  padding-left: 10px;
}
.forum .faq_article .faq_user {
    word-wrap:break-word;
    overflow-wrap:break-word;
}
.forum .faq_article .answer_article {
  border: 2px solid #42a687;
  border-radius: 5px;
  word-break: break-all;
}
.forum .faq_article .answer_article .answer_head span {
  display: block;
  background-color: #42a687;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 1.7;
  margin: 0 0 8px;
  padding: 2px 0 2px 20px;
}
/* .forum .faq_article .answer_article .answer_main {
  padding: 10px 20px;
  margin-bottom: 20px;
} */
.forum .faq_article .answer_article .answer_main {
    box-sizing: border-box;
/*    float: left;*/
    height: 100%;
    min-height: 70px;
    padding: 10px 20px;
}

.forum .faq_article .answer_article .answer_main .answer_name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.forum .faq_article .answer_article .answer_main .answer_comment {

}
.forum .contact_link {
  margin-top: 20px;
}
.forum .contact_link p {
   text-align: center;
   line-height: 1.6;
}
.forum .contact_link .white_btn {
  margin: 40px 0;
  text-align: center;
}
.forum .contact_link a input{
  display: block;
  margin: 0 auto;
}
.forum ul.pagination {
  clear: both;
  width: 400px;
  margin: 0 auto;
  text-align: center;
}
.forum ul.pagination li {
  display: inline-block;
  background: #fff none repeat scroll 0 0;
  border: 2px solid #99d1bf;
  border-radius: 2px;
  font-size: 16px;
  font-weight: normal;
  margin: 7px;
  text-decoration: none;
}
.forum ul.pagination li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 12px;
  box-sizing: border-box;
  color: #57a98f;
  font-weight: normal;
}
.forum ul.pagination li a:hover {
  background-color: #99d1bf;
  color: #fff;
}
.forum ul.pagination li.disabled {
  display: none;
}
.forum ul.pagination li.active {
  background: #99d1bf none repeat scroll 0 0;
  border-color: #99d1bf;
  pointer-events: none;
}
.forum ul.pagination li.active a {
  color: #fff;
}
.forum .login_form {
  width: 100%;
  margin: 50px auto 0;
}
.forum .login_form form {
  width: 355px;
  margin: 0 auto;
}
.forum .login_form .error {
  color: red;
  font-size: 12px;
  height: 25px;
}
.forum .login_form .white_btn {
  text-align: center;
  margin-bottom: 20px;
}
.forum .login_form label {
  float: left;
  background-color: #42a687;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  box-sizing: border-box;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  height: 39px;
  text-align: center;
  text-decoration: none;
  width: 100px;
  line-height: 38px;
}
.forum .login_form input[type="text"],
.forum .login_form input[type="password"] {
    border-bottom: 2px solid #9cd2c1;
    border-right: 2px solid #9cd2c1;
    border-top: 2px solid #9cd2c1;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-sizing: border-box;
    float: left;
    line-height: 35px;
    padding: 0 10px;
    width: 250px;
    font-size: 14px;
    height: 39px;
}
.forum .login_form .register_link {
  margin: 20px 0;
  width: 100%;
  text-align: center;
}
.forum .login_form .register_link a{
  font-size: 14px;
  text-decoration: underline;
}
.forum .register_form {
  width: 100%;
  margin: 50px auto 0;
}
.forum .register_form form {
  width: 425px;
  margin: 0 auto;
}
.forum .register_form .error {
  color: red;
  font-size: 12px;
  height: 25px;
}
.forum .register_form .white_btn {
  text-align: center;
  margin: 30px 0;
}
.forum .register_form label {
  float: left;
  background-color: #42a687;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  box-sizing: border-box;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  height: 39px;
  text-align: center;
  text-decoration: none;
  width: 170px;
  line-height: 38px;
}
.forum .register_form input[type="text"],
.forum .register_form input[type="password"],
.forum .register_form input[type="email"] {
    border-bottom: 2px solid #9cd2c1;
    border-right: 2px solid #9cd2c1;
    border-top: 2px solid #9cd2c1;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-sizing: border-box;
    float: left;
    line-height: 35px;
    padding: 0 10px;
    width: 250px;
    font-size: 14px;
    height: 39px;
}
.forum .register_form .register_link {
  margin: 20px 0;
  width: 100%;
  text-align: center;
}
.forum .register_form .register_link a{
  font-size: 18px;
  text-decoration: underline;
}
.forum .register_form .agree {
  margin-bottom: 10px;
}
.forum .login_form .agree {
  margin-bottom: 10px;
}
.forum .register_form .agree .agree_box {
  float: left;
    border-bottom: 2px solid #9cd2c1;
    border-right: 2px solid #9cd2c1;
    border-top: 2px solid #9cd2c1;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-sizing: border-box;
    float: left;
    line-height: 21px;
    padding: 0 10px;
    width: 47px;
    font-size: 14px;
    background-color: #fff;
}
.forum .login_form .agree .agree_box {
  float: left;
    border-bottom: 2px solid #9cd2c1;
    border-right: 2px solid #9cd2c1;
    border-top: 2px solid #9cd2c1;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-sizing: border-box;
    float: left;
    line-height: 20px;
    padding: 0 10px;
    width: 47px;
    font-size: 14px;
    background-color: #fff;
}
.forum .register_form .agree label {
  margin-left: 100px;
  height: 25px;
  line-height: 25px;
}
.forum .login_form .agree label {
    height: 25px;
    line-height: 25px;
    margin-left: 0;
    width: 260px;
}
.forum .confirm_form table.confirm_table {
  margin: 70px auto 50px;
}
.forum .confirm_form table.confirm_table tr {
  height: 35px;
}
.forum .confirm_form table.confirm_table th {
  font-size: 18px;
  width: 130px;
}
.forum .confirm_form table.confirm_table td {
  font-size: 18px;
}
.forum .confirm_form .white_btn {
  margin: 20px auto;
  width: 448px;
}
.forum .confirm_form .white_btn button:first-of-type {
  margin-right: 20px;
}
.forum .complete_form .white_btn {
  margin: 100px auto 30px;
  width: 440px;
}
.forum .complete_form_2 .white_btn {
  text-align: center;
  margin: 70px auto 0;
}
.forum .complete_form .white_btn a:first-of-type {
  margin-right: 20px;
}

.forum .create_form {
  width: 100%;
  margin: 50px auto 0;
}
.forum .create_form form div {
  width: 820px;
}
.forum .create_form .error {
  color: red;
  font-size: 12px;
  height: 25px;
}
.forum .create_form .white_btn {
  text-align: center;
  margin: 30px 0;
}
.forum .create_form label {
  float: left;
  background-color: #42a687;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  box-sizing: border-box;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  height: 39px;
  text-align: center;
  text-decoration: none;
  width: 270px;
  line-height: 38px;
}
.forum .create_form input[type="text"],
.forum .create_form input[type="password"],
.forum .create_form input[type="email"],
.forum .create_form textarea {
    border-bottom: 2px solid #9cd2c1;
    border-right: 2px solid #9cd2c1;
    border-top: 2px solid #9cd2c1;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-sizing: border-box;
    float: left;
    line-height: 35px;
    padding: 0 10px;
    width: 540px;
    font-size: 14px;
    height: 39px;
}
.forum .create_form textarea {
  padding: 10px;
  resize: none;
  line-height: 1.4;
}
.forum .create_form .height_100 label {
  height: 200px;
  line-height: 200px;
}
.forum .create_form .height_100 textarea {
  height: 200px;

}
.forum .confirm_form table.confirm_q_table {
  margin: 70px auto 50px;
}
.forum .confirm_form table.confirm_q_table tr {
  height: 35px;
}
.forum .confirm_form table.confirm_q_table th {
  font-size: 18px;
  width: 180px;
}
.forum .confirm_form table.confirm_q_table td {
  font-size: 18px;
  margin-left: 20px;
}

/* forum admin */

.logo_left {
    font-size: 16px;
    font-weight: bold;
    left: 330px;
    position: absolute;
    top: 20px;
    width: 100px;
}
.logo_right {
    left: 450px;
    position: absolute;
    text-decoration: underline;
    top: 23px;
}
.logo_left p {
  display: inline-block;
}
header.site.admin_header {
  width: 980px;
  margin: 0 auto;
}
.admin_menu {
    height: 45px;
    margin-bottom: 30px;
    margin-top: 5px;
    width: 100%;
}
.admin_menu ul {
    background-color: #F5FAF8;
    vertical-align: top;
    width: 470px;
    height: 45px;
    border-radius: 5px;
    border: 2px solid #5DAD94;
}
.admin_menu ul > li {
  float: left;
  border-left: 1px solid #a4d7c7;
  display: table-cell;
  height: 45px;
  width: 115px;
  vertical-align: middle;
  text-align: center;
}
.admin_menu ul > li:first-child {
    border-left: medium none;
}
.admin_menu > ul > li a {
  width: 115px;
    display: table-cell;
    font-size: 13px;
    height: 45px;
    padding: 0 0.5em;
    text-align: center;
    vertical-align: middle;
    color: #5DAD94;
}
.admin2_menu {
    height: 45px;
    margin-bottom: 30px;
    margin-top: 5px;
    width: 100%;
}
.admin2_menu ul {
    background-color: #F5FAF8;
    vertical-align: top;
    width: 282px;
    height: 45px;
    border-radius: 5px;
    border: 2px solid #5DAD94;
}
.admin2_menu ul > li {
  float: left;
  border-left: 1px solid #a4d7c7;
  display: table-cell;
  height: 45px;
  width: 140px;
  vertical-align: middle;
  text-align: center;
}
.admin2_menu ul > li:first-child {
    border-left: medium none;
}
.admin2_menu > ul > li a {
  width: 144px;
    display: table-cell;
    font-size: 13px;
    height: 45px;
    text-align: center;
    vertical-align: middle;
    color: #5DAD94;
}
table.admin_faq_article {
  margin-top: -10px;
  border-collapse: separate;
  border-spacing: 0 35px;
}
table.admin_faq_article th {
  width: 120px;
  height: 100%;
  padding-right: 15px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
}
table.admin_faq_article th div.radius {
  height: 25px;
  line-height: 25px;
  border: 2px solid #5DAD94;
  border-radius: 10px;
  background-color: #F5FAF8;
}
table.admin_faq_article .faq_main {
  padding-right: 15px;
  box-sizing: border-box;
  word-break: break-all;
}
table.admin_faq_article td.approval {
  width: 120px;
  height: 100%;
}
table.admin_faq_article td.approval a {
  padding: 10px 20px;
  display: block;
  text-align: center;
  background-color: #f5faf8;
  border: 2px solid #5dad94;
  font-size: 12px;
  border-radius: 10px;
  box-sizing: border-box;
}
table.admin_faq_article td.approval a:first-of-type {
  margin-bottom: 12px;
}
table.admin_faq_article td.approval a.answered {
  padding: 10px 20px;
  display: block;
  text-align: center;
  pointer-events: none;
  color: #e0e0e0;
  background-color: #5dad94;
  border: 2px solid #5dad94;
  font-size: 12px;
  border-radius: 10px;
  box-sizing: border-box;
}
.forum .admin_detail .faq_main {
  width: 735px;
  float: left;
}
.forum .admin_detail .faq_approval {
  width: 245px;
/*   margin-bottom: 50px; */
  float: left;
  text-align: center;
}
.forum .admin_detail .faq_approval a {
  vertical-align: middle;
}
.forum .admin_detail .answer_article {
  clear: both;
}
.forum .admin_btn_a a {
    background-color: #f5faf8;
    border: 2px solid #5dad94;
    border-radius: 10px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 12px;
    padding: 10px 40px;
    text-align: center;
}
.forum .admin_btn_a button {
    background-color: #f5faf8;
    border: 2px solid #5dad94;
    border-radius: 10px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 12px;
    padding: 10px 40px;
    text-align: center;
    cursor: pointer;
}
.forum table.admin_detail_table {
  height: 100%;
}
.forum table.admin_detail_table td {

}
.forum table.admin_detail_table td {
  height: 100%;
}
.forum table.admin_detail_table td div.faq_approval {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.forum table.admin_detail_table td div.faq_approval a {

}
.forum table.admin_detail_answer_table {
  height: 100%;
}
.forum table.admin_detail_answer_table td div.faq_approval {
  width: 200px;
  height: 100%;
}
.forum table.admin_detail_answer_table td {
  height: 100%;
}
.forum table.admin_detail_answer_table td div.faq_approval a{
  margin-bottom: 20px;
  margin-top: 10px;
}
.forum .edit_success {
  text-align: center;
  color: red;
  font-size: 19px;
  margin: 20px 0;
}
.forum table.admin_partner_table {
  width: 100%;
  margin: 20px 0;
}
.forum table.admin_partner_table tr {
  border-bottom: 2px solid #daead6;
  display: block;
  padding: 15px 40px 23px;
}
.forum table.admin_partner_table tr:first-of-type {
  border-top: 2px solid #daead6;
}
.forum table.admin_partner_table td {
  width: 770px;
  font-size: 16px;
}
.forum table.admin_partner_table td.approval {
  width: 210px;
}
.forum table.admin_partner_table td.approval a {
    background-color: #f5faf8;
    border: 2px solid #5dad94;
    border-radius: 10px;
    box-sizing: border-box;
    display: block;
    font-size: 12px;
    padding: 10px 20px;
    text-align: center;
}

  
  
  
  .forum .left_column {width: 100%; float: none;}
  .forum .right_column {width: 100%; float: none;}
  .forum .faq_main {min-width: 0px;}
  .forum .faq_article .faq_title {font-size: 18px;}
  .forum ul.pagination {width: 100%;}

  
}
