@charset "UTF-8";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Grid system*/
/*== Media queries breakpoints*/
/**/
/*## Define the breakpoints at which your layout will change, adapting to different screen sizes.*/
/* Extra small screen / phone*/
/*** Deprecated `$screen-xs` as of v3.0.1*/
/* $screen-xs:                  480px !default;*/
/*** Deprecated `$screen-xs-min` as of v3.2.0*/
/*** Deprecated `$screen-phone` as of v3.0.1*/
/* Small screen / tablet*/
/*** Deprecated `$screen-sm` as of v3.0.1*/
/* $screen-sm:                  768px !default;*/
/*** Deprecated `$screen-tablet` as of v3.0.1*/
/* Medium screen / desktop*/
/*** Deprecated `$screen-md` as of v3.0.1*/
/* $screen-md:                  992px !default;*/
/*** Deprecated `$screen-desktop` as of v3.0.1*/
/* Large screen / wide desktop*/
/*** Deprecated `$screen-lg` as of v3.0.1*/
/* $screen-lg:                  1400px !default;*/
/*** Deprecated `$screen-lg-desktop` as of v3.0.1*/
/* So media queries don't overlap when required, provide a maximum*/
/*== Grid system*/
/**/
/*## Define your custom responsive grid.*/
/*** Number of columns in the grid.*/
/* $grid-columns:              12 !default;*/
/*** Padding between columns. Gets divided in half for the left and right.*/
/* $grid-gutter-width:         30px !default;*/
/* Navbar collapse*/
/*** Point at which the navbar becomes uncollapsed.*/
/*** Point at which the navbar begins collapsing.*/
/*== Container sizes*/
/**/
/*## Define the maximum width of `.container` for different screen sizes.*/
/* Small screen / tablet*/
/*** For `$screen-sm-min` and up.*/
/* Medium screen / desktop*/
/*** For `$screen-md-min` and up.*/
/* Large screen / wide desktop*/
/*** For `$screen-lg-min` and up.*/
/* Centered container element*/
/* Creates a wrapper for a series of columns*/
/* Generate the extra small columns*/
/* Generate the small columns*/
/* Generate the medium columns*/
/* Generate the large columns*/
.row {
  margin-left: -15px;
  margin-right: -15px;
  clear: both;
  zoom: 1;
}
.row:before, .row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.row > div {
  box-sizing: border-box;
}

.cp {
  font-size: 1.0666666em;
  line-height: 1.65em;
}
@media screen and (max-width: 575px) {
  .cp {
    font-size: 1.2em;
  }
}
.cp h1 {
  font-size: 2em;
}
.cp h2 {
  font-size: 1.75em;
  margin-bottom: 1.25em;
}
.cp h3 {
  font-size: 1.5em;
}
.cp h4 {
  font-size: 1.25em;
  margin-top: 0;
  margin-bottom: 1em;
}
.cp h5 {
  font-size: 1.125em;
  margin-top: 0;
  margin-bottom: 1em;
}
.cp h6 {
  font-size: 1.125em;
  margin-top: 0;
  margin-bottom: 1em;
}
.cp p {
  font-size: 1em;
  line-height: 1.85em;
  margin-top: 0;
}
.cp ul,
.cp ol {
  font-size: 1em;
  margin-bottom: 1em;
}
.cp ul li,
.cp ol li {
  margin-bottom: 0.5em;
}
.cp dd,
.cp th,
.cp td figure {
  font-size: 1em;
}
.cp blockquote {
  background: #f1f1f1;
  font-style: normal;
  display: block;
  font-size: 1em;
  border-left: 5px solid #E15706, #C1328E, #FF7900;
  padding: 2em;
  box-sizing: border-box;
  margin: 0 0em 2em;
}
.cp img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .cp img {
    max-width: 100%;
    width: auto;
    clear: both;
  }
}

body {
  font-size: 1em;
  font-weight: normal;
  color: #333;
  line-height: 1.5em;
  font-family: Lato, "PingFang TC", "Helvetica Neue", Helvetica, 微軟正黑體, Arial, sans-serif;
  -webkit-text-size-adjust: none;
}

a {
  color: #2288d1;
  text-decoration: none;
}
a:hover, a:focus {
  color: #1b6ba5;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}

p {
  line-height: 1.65em;
}

.btn_grp {
  text-align: center;
  padding: 1em 0;
}

.upload_grp .upload_btn, input[type=reset], input[type=submit], button,
input[type=button], .btn {
  font-size: 1em;
  touch-action: manipulation;
  background-image: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  white-space: nowrap;
  line-height: normal;
  width: auto;
  padding: 0.5em 1em;
  margin: 0.25em;
}
.upload_grp .upload_btn i, input[type=reset] i, input[type=submit] i, button i,
input[type=button] i, .btn i {
  margin-right: 0.3em;
  margin-left: 0.3em;
}

input[type=submit],
button[type=submit],
.btn-submit,
.btn-primary {
  background-color: #E15706;
  border-color: #E15706;
  color: #fff;
  border-radius: 30px;
  padding: 0.5em 1.5em;
  display: inline-block;
  transition: 0.3s ease-in;
}
input[type=submit]:hover,
button[type=submit]:hover,
.btn-submit:hover,
.btn-primary:hover, input[type=submit]:focus,
button[type=submit]:focus,
.btn-submit:focus,
.btn-primary:focus {
  background-color: #f4573f;
  color: #fff !important;
  outline: none;
  box-shadow: 0 0px 0px 2px #e8aa0f inset;
}
input[type=submit]:disabled,
button[type=submit]:disabled,
.btn-submit:disabled,
.btn-primary:disabled {
  background: #ccc;
  border-color: #ccc;
  cursor: auto;
}

.btn {
  box-sizing: border-box;
}
.btn:hover, .btn.active {
  color: #E15706;
  outline: none;
  border-color: #E15706;
}
.btn:focus {
  box-shadow: 0 0px 0px 2px #e8aa0f inset;
}

input[type=submit]:before,
button[type=submit]:before,
.btn-submit:before,
.btn-primary:before {
  background: #f4573f;
}

button[type=submit],
.btn-submit,
.btn-primary {
  transition: 0.3s ease-in;
}
button[type=submit]:hover,
.btn-submit:hover,
.btn-primary:hover {
  color: #fff;
  border-color: #af4405;
  background: #af4405;
  text-decoration: none;
}

.btn-reset,
.btn-del {
  background-color: #eee;
  border-color: #eee;
  color: #7e7e7e;
  border-radius: 30px;
  padding: 0.5em 1.5em;
  transition: 0.3s ease-in;
}
.btn-reset:hover,
.btn-del:hover {
  background: #d5d5d5;
  border-color: #d5d5d5;
  color: #333;
}

.btn-nostyle {
  background: transparent;
  border-color: rgba(255, 255, 255, 0);
  color: #E15706;
  border-radius: 30px;
  padding: 0.5em 1.5em;
  transition: 0.3s ease-in;
}
.btn-nostyle:before {
  background: #f4f4f4;
}
.btn-nostyle:hover {
  border-color: #f4f4f4;
  background: #f4f4f4;
  text-decoration: none;
}

.del_btn,
.add_btn {
  font-size: 0;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  border: none;
  background: #eee url(../images/icon/icon_close.svg) no-repeat center;
  background-size: 12px;
  opacity: 0.6;
  border-radius: 30px;
  transition: 0.3s;
}
.del_btn:hover,
.add_btn:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.add_btn {
  background-image: url(../images/icon/icon_add.svg);
}

.btn_switch {
  position: relative;
  margin: 0.5em auto;
  background: none;
  color: #7e7e7e;
  border: none;
  border-radius: 0;
}
.btn_switch:hover, .btn_switch:focus {
  background: none;
  color: #333;
  outline: none;
}
.btn_switch:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 4px;
  margin-left: -3px;
  border-width: 2px 0 0 2px;
  border-color: #333;
  border-style: solid;
  width: 6px;
  height: 6px;
  transform: rotate(225deg);
  transition: 0.5s;
}
.btn_switch.turnicon:after {
  content: "";
  top: 6px;
  transform: rotate(45deg);
}

.btn_sendmail:after {
  background: url(../images/icon/icon_email_invert.svg) center no-repeat;
  background-size: 60%;
}

.btn_addbookmark:after {
  background: url(../images/icon/icon_bookmark_normal_invert.svg) center no-repeat;
  background-size: 60%;
}

select::-ms-expand {
  display: none;
}

.form_grid {
  font-size: 0.938em;
  margin: 0.5em 0;
}
.form_grid .form_grp {
  border-bottom: 1px dashed #DDD;
  overflow: hidden;
  padding: 0.2em 0;
}
.form_grid .form_grp:first-of-type {
  border-top: 1px solid #DDD;
}
.form_grid .form_grp.agree {
  border-bottom: none;
}
.form_grid .form_grp.agree label {
  float: left;
  width: auto;
  margin: 0 0.5em 0.5em 0;
}
.form_grid .form_title {
  float: left;
  width: 150px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .form_grid .form_title {
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }
}
.form_grid .form_content {
  float: right;
  display: flex;
  align-items: center;
  padding-top: 3px;
  width: calc(100% - 150px);
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .form_grid .form_content {
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 2.5px;
    padding-right: 2.5px;
    box-sizing: border-box;
  }
}
.form_grid .form_content.form_inline input,
.form_grid .form_content.form_inline textarea,
.form_grid .form_content.form_inline select {
  width: auto;
  min-width: 100px;
  margin: 0 0.3em 0.3em;
}
.form_grid .form_content.form_inline input:first-child,
.form_grid .form_content.form_inline textarea:first-child,
.form_grid .form_content.form_inline select:first-child {
  margin-left: 0;
}
.form_grid .form_content.form_inline input:last-child,
.form_grid .form_content.form_inline textarea:last-child,
.form_grid .form_content.form_inline select:last-child {
  margin-right: 0;
}
@media screen and (max-width: 575px) {
  .form_grid .form_content.form_inline input,
.form_grid .form_content.form_inline textarea,
.form_grid .form_content.form_inline select {
    width: 100%;
    display: block;
  }
}
.form_grid .form_content.form_inline .flex-grow {
  flex: 1 1 auto;
}
.form_grid .form_content .form_grp {
  min-height: 2.5em;
}
.form_grid .form_content .form_grp .form_content {
  float: none;
  display: block;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.form_grid .form_content .form_grp:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.form_grid .form_content .tel input[type=text]:first-child {
  background: url(../images/icon/icon_add.svg) no-repeat 0.5em center;
  background-size: 12px;
  padding-left: 1.5em;
}
.form_grid .form_content .tel input[type=text]:first-child,
.form_grid .form_content .tel select:first-child {
  width: 100px !important;
}
.form_grid .form_content .tel input[type=text]:first-child ~ input,
.form_grid .form_content .tel select:first-child ~ input {
  width: calc(100% - 200px);
}
@media screen and (max-width: 575px) {
  .form_grid .form_content .tel input[type=text]:first-child ~ input,
.form_grid .form_content .tel select:first-child ~ input {
    width: 100% !important;
    display: block !important;
  }
}
.form_grid .form_content .birthday select {
  display: inline-block;
  margin-right: 0.5em;
  -moz-text-align-last: center;
       text-align-last: center;
}
@media screen and (max-width: 575px) {
  .form_grid .form_content .birthday select {
    width: 88% !important;
    min-width: 88% !important;
    display: inline-block !important;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
.form_grid .form_content .birthday select option {
  text-align: center;
}
.form_grid .form_content .birthday select ~ select {
  margin-left: 0.2em;
}
@media screen and (max-width: 575px) {
  .form_grid .form_content .birthday select ~ select {
    margin-left: 0;
  }
}
.form_grid .form_content .address select {
  min-width: 100px;
}
.form_grid .form_content .address select option {
  text-align: center;
}
@media screen and (max-width: 575px) {
  .form_grid .form_content .address select {
    width: 100px;
    display: inline-block !important;
  }
}
.form_grid .form_content .address input[type=text] {
  width: calc(100% - 211px) !important;
}
@media screen and (max-width: 767px) {
  .form_grid .form_content .address input[type=text] {
    display: block !important;
    width: 100% !important;
  }
}
.form_grid .form_content .datepick {
  padding-right: 0.5em;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 575px) {
  .form_grid .form_content .datepick {
    width: 100%;
    display: block;
  }
}
.form_grid .form_content .datepick + .datepick {
  margin-left: 0.3em;
  margin-right: 0;
  padding-right: 0;
}
.form_grid .form_content .datepick + .datepick:before {
  content: "~";
  font-size: 1.5em;
  display: inline-block;
  position: absolute;
  left: -0.65em;
  top: 0.3em;
  color: #777;
}
@media screen and (max-width: 575px) {
  .form_grid .form_content .datepick + .datepick {
    margin-left: 0em;
  }
  .form_grid .form_content .datepick + .datepick:before {
    display: none;
  }
}
.form_grid .form_content .datepick + .datepick i {
  right: 0.5em;
}
.form_grid .form_content .datepick i {
  position: absolute;
  padding: 0.37em 0.1em !important;
  right: 1em;
  top: 0.2em;
  min-width: 1em;
  background: none;
  border: none;
  width: auto;
  pointer-events: none;
}
.form_grid .form_content .datepick i:hover, .form_grid .form_content .datepick i:focus {
  box-shadow: none;
  border: none !important;
}
.form_grid .form_content .datepick > input[type=text] {
  width: 10em;
  padding-right: 2em;
}
@media screen and (max-width: 575px) {
  .form_grid .form_content .datepick > input[type=text] {
    width: 100%;
  }
}

.form_grp,
.check_grp,
.radio_grp,
.btn_grp,
.upload_grp {
  margin-bottom: 0.2em;
}

.check_grp label,
.radio_grp label {
  display: block;
}
.check_grp.form_inline label,
.radio_grp.form_inline label {
  display: inline-block;
  margin: 0.2em 0.5em 0 0;
}

.form_grp.form_inline label,
.upload_grp.form_inline label {
  display: inline-block;
  margin-right: 0.5em;
}
.form_grp.form_inline input,
.form_grp.form_inline textarea,
.form_grp.form_inline select,
.upload_grp.form_inline input,
.upload_grp.form_inline textarea,
.upload_grp.form_inline select {
  width: auto;
  margin: 0 0.25em 0.3em;
}
.form_grp.form_flex,
.upload_grp.form_flex {
  display: flex;
}
.form_grp.form_flex input,
.form_grp.form_flex textarea,
.form_grp.form_flex select,
.upload_grp.form_flex input,
.upload_grp.form_flex textarea,
.upload_grp.form_flex select {
  margin: 0 0.25em 0.3em;
}

.form_inline label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}
.form_inline label ~ input, .form_inline label ~ textarea {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.form_inline input[type=text],
.form_inline input[type=email],
.form_inline input[type=password],
.form_inline select,
.form_inline textarea {
  width: auto;
  display: inline-block;
}
.form_inline .form_grp,
.form_inline .check_grp,
.form_inline .radio_grp,
.form_inline .btn_grp,
.form_inline .upload_grp {
  display: inline-block;
  margin-right: 0.5em;
}
.form_inline .btn_grp .btn,
.form_inline .btn_grp input[type=submit],
.form_inline .btn_grp input[type=reset],
.form_inline .btn_grp input[type=button],
.form_inline .btn_grp input[type=search] {
  padding: 0.45em 1em;
}
.form_inline select,
.form_inline textarea {
  width: auto;
}

label,
legend {
  display: inline-block;
  margin: 0 0 0.5em 0;
}
@media screen and (max-width: 575px) {
  label,
legend {
    display: block;
  }
}
label.inline input,
label.inline select,
label.inline textarea,
legend.inline input,
legend.inline select,
legend.inline textarea {
  width: auto;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

input,
textarea,
select,
button {
  color: #333;
  font-size: 1em;
  border: 1px solid #929292;
  padding: 0.5em;
  background: #fff;
  vertical-align: middle;
  margin-bottom: 0.3em;
  border-radius: 10px;
  transition: 0.2s ease-out;
  box-sizing: border-box;
}

button:hover, button:focus {
  outline: none;
}

input,
select,
textarea {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input.error,
select.error,
textarea.error {
  box-shadow: 0px 0px 0px 2px #ff3e4d;
}

input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=file]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
}
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=file]::-moz-placeholder,
input[type=tel]::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=file]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
}
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=file]:-moz-placeholder,
input[type=tel]:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
}

textarea {
  color: #333;
  font-size: 1em;
  border: 1px solid #929292;
  padding: 0.5em;
  background: #fff;
  vertical-align: middle;
  margin-bottom: 0.3em;
  border-radius: 10px;
  transition: 0.2s ease-out;
  box-sizing: border-box;
  height: 5em;
  overflow-y: scroll;
}
@media screen and (max-width: 575px) {
  textarea {
    width: 100%;
  }
}

input[type=text]:focus,
input[type=reset]:focus,
input[type=file]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=number]:focus,
textarea:focus,
select:focus {
  border: 1px solid #fddc76;
  box-shadow: 0px 0px 0px 2px #fddc76;
  outline: none;
}

select {
  height: 40px;
  padding: 0 34px 0 0.8em;
  border: 1px solid #929292;
  background: #fff url(../images/icon/icon_arrow_down.svg) no-repeat right 10px center;
  background-size: 12px;
}
select option {
  outline: none;
  border: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

input[type=reset] {
  text-shadow: none;
}

input[type=checkbox],
input[type=radio] {
  font-size: 1em;
  margin: -4px 0.4em 0 0;
  width: 1.1em;
  height: 1.1em;
  background-color: #f7f6ee;
  border: 2px solid #929292;
}

input[type=radio] {
  border-radius: 50%;
}

input[type=checkbox] {
  border-radius: 4px;
}

input[type=checkbox]:checked,
input[type=radio]:checked {
  border-color: #E15706;
  background-color: #E15706;
}

input[type=checkbox]:focus,
input[type=radio]:focus {
  outline: none;
  box-shadow: 0 0px 0px 2px #e8aa0f inset;
}

input[type=checkbox]:checked {
  background-image: url(../images/basic/icon_checked.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 98%;
}

input[type=radio]:checked {
  box-shadow: #fff 0 0 0 3px inset, #E15706 0 0 0 1px;
}

input[readonly],
input[disable] {
  background: #f2f2f2;
  color: #b3b3b3;
  border-color: #b3b3b3;
}
input[readonly] ~ label,
input[disable] ~ label {
  color: #b3b3b3;
}
input[readonly]:hover, input[readonly]:focus,
input[disable]:hover,
input[disable]:focus {
  border-color: #b3b3b3;
  box-shadow: none;
}

.upload_grp {
  position: relative;
}
.upload_grp input[readonly],
.upload_grp input[disable] {
  background: transparent;
  color: #666;
}
.upload_grp .upload_btn {
  position: absolute;
  overflow: hidden;
  top: 1px;
  right: 3px;
  padding: 0.2em 1em !important;
  border-radius: 4px;
}
.upload_grp .upload_btn:hover, .upload_grp .upload_btn:focus {
  cursor: pointer !important;
}

input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 1.25em;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

img.captcha {
  display: inline-block;
  vertical-align: middle;
  max-height: 44px;
  max-height: 100px;
  margin-bottom: 0.3em;
}
img.captcha + input {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
img.captcha ~ .btn {
  margin-top: -1px;
}
img.captcha ~ img {
  display: inline-block;
  vertical-align: middle;
  max-height: 2.4em;
  margin-bottom: 0.5em;
}

abbr[title] {
  border-bottom: none;
  text-decoration: none;
}




.hotboard {
	width:100%;
}


.hotweb20_block {
	position: relative;
	padding: 45px 0;
	text-align: left
}
.hotweb20_block .container {
	width: 100% !important;
	max-width: 100% !important;
	position: relative;
	min-height: 1px;
	padding-left: 30px;
	padding-right: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
@media (max-width: 380px) {
	.hotweb20_block .container {
		position: relative;
		min-height: 1px;
		padding-left: 15px;
		padding-right: 15px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
}
@media screen and (max-width: 767px) {
	.hotweb20_block {
		padding: 55px 0 20px
	}
}
.hotweb20_block h2 {
	color: #000;
	font-size: 1.875em;
	text-align: center;
	font-weight: 700;
	width: 100%;
	margin: 0 auto 40px;
	clear: both
}
@media screen and (max-width: 767px) {
	.hotweb20_block h2 {
		text-align: center
	}
}
.hotweb20_block .more {
	text-align: center;
	width: 98%;
	margin: 20px auto;
	clear: both;
	float: none
}
.hotweb20_block .more a {
	padding: 10px 35px !important
}
.hotrankings {
	margin: 30px auto 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%
}
@media screen and (max-width: 991px) {
	.hotrankings {
		width: 100%
	}
}
@media (max-width: 480px) {
	.hotrankings {
		width: 75%
	}
}
.hotrankings .sort {
	padding: 0 5px 15px 5px;
	width:25%;
	float:left;
}
.hotrankings .sort a {
	display: block;
	padding: 20px;
	background: #dcdcdc;
	background: -webkit-linear-gradient(top, #dcdcdc, #e5e5e5);
	background: linear-gradient(to bottom, #dcdcdc, #e5e5e5);
	color: #333;
	font-size: 1.25em;
	text-align: center;
	border-radius: 5px;
	position: relative;
	transition: .2s
}
.hotrankings .sort a:hover {
	background-image: none;
	background-color: #8bc9c7;
	color: #333;
	text-decoration:none;
}
.hotrankings .sort a.here {
	background: #1e8a86;
	color: #fff
}
.hotrankings .slick-next {
	right: -45px;
	top: 0
}
.hotrankings .slick-prev {
	left: -45px;
	top: 0
}

.hotbook_column {
	margin: 0 5px 20px;
	overflow: hidden;
	padding: 0px;
	position: relative;
	clear: both;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
@media screen and (max-width: 767px) {
	.hotbook_column {
		display:block;
		margin: 0 0px 20px
	}
}
.hotbook_column .hotbook_block01 {
	float: left;
	width: 100%;
	position: relative;
	min-height: 1px;
	padding-left: 5;
	padding-right: 5;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
@media (min-width: 768px) {
	.hotbook_column .hotbook_block01 {
		float: left;
		width: 50%
	}
}
@media (min-width: 992px) {
	.hotbook_column .hotbook_block01 {
		float: left;
		width: 50%
	}
}
@media (min-width: 1400px) {
	.hotbook_column .hotbook_block01 {
		float: left;
		width: 33.33333%
	}
}
@media screen and (max-width: 767px) {
	.hotbook_column .image {
		width: 70%;
	}
}
.hotbook_column .hotbook_block01 .hotbook_title {
	float: left;
	width: 100%;
	position: relative;
	min-height: 1px;
	padding-left: 0;
	padding-right: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff
}
@media (min-width: 768px) {
	.hotbook_column .hotbook_block01 .hotbook_title {
		float: left;
		width: 50%
	}
}
@media (min-width: 992px) {
	.hotbook_column .hotbook_block01 .hotbook_title {
		float: left;
		width: 50%
	}
}
@media (min-width: 1400px) {
	.hotbook_column .hotbook_block01 .hotbook_title {
		float: left;
		width: 50%
	}
}
.hotbook_column .hotbook_block01 .bookno01 {
	float: left;
	width: 100%;
	position: relative;
	min-height: 1px;
	padding-left: 0;
	padding-right: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff
}
@media (min-width: 768px) {
	.hotbook_column .hotbook_block01 .bookno01 {
		float: left;
		width: 50%
	}
}
@media (min-width: 992px) {
	.hotbook_column .hotbook_block01 .bookno01 {
		float: left;
		width: 50%
	}
}
@media (min-width: 1400px) {
	.hotbook_column .hotbook_block01 .bookno01 {
		float: left;
		width: 50%
	}
}
.hotbook_column .hotbook_block02 {
	float: left;
	width: 25%;
	position: relative;
	min-height: 1px;
	padding-left: 0;
	padding-right: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
@media (max-width: 767px) {
	.hotbook_column .hotbook_block02 {
		float: left;
		width: 100%;
		margin:0;
	}
}
@media (min-width: 768px) {
	.hotbook_column .hotbook_block02 {
		float: left;
		width: 25.1%;
		margin:0 0 0 0.7%;
	}
}
@media (min-width: 992px) {
	.hotbook_column .hotbook_block02 {
		float: left;
		width: 25.2%;
		margin-left:0.6%;
	}
}
@media (min-width: 1400px) {
	.hotbook_column .hotbook_block02 {
		float: left;
		width: 33.33333%;
		margin:0;
	}
}

.hotbook_column .hotbook_block03 {
	float: left;
	width: 100%;
	position: relative;
	min-height: 1px;
	padding-left: 0;
	padding-right: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
@media (min-width: 768px) {
	.hotbook_column .hotbook_block03 {
		float: left;
		width: 24.2%
	}
}
@media (min-width: 992px) {
	.hotbook_column .hotbook_block03 {
		float: left;
		width: 24.2%
	}
}
@media (min-width: 1400px) {
	.hotbook_column .hotbook_block03 {
		float: left;
		width: 33.33333%
	}
}
@media screen and (max-width: 767px) {
	.hotbook_column .hotbook_block03 {
		
	}
}
.hotbook_column .hotbook_block04 {
	float: left;
	width: 33.33333%;
	position: relative;
	min-height: 1px;
	padding-left: 0;
	padding-right: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none
}
@media (min-width: 768px) {
	.hotbook_column .hotbook_block04 {
		float: left;
		width: 33.33333%
	}
}
@media (min-width: 992px) {
	.hotbook_column .hotbook_block04 {
		float: left;
		width: 33.33333%
	}
}
@media (min-width: 1400px) {
	.hotbook_column .hotbook_block04 {
		float: left;
		width: 33.33333%
	}
}
@media screen and (max-width: 767px) {
	.hotbook_column .hotbook_block04 {
		display: block;
		left: 32.5%
	}
}
@media screen and (max-width: 575px) {
	.hotbook_column .hotbook_block04 {
		width: 100%;
		left: 0%
	}
}
.hotbook_column .hotbook_block05 {
	float: left;
	width: 33.33333%;
	position: relative;
	min-height: 1px;
	padding-left: 0;
	padding-right: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none
}
@media (min-width: 768px) {
	.hotbook_column .hotbook_block05 {
		float: left;
		width: 33.33333%
	}
}
@media (min-width: 992px) {
	.hotbook_column .hotbook_block05 {
		float: left;
		width: 33.33333%
	}
}
@media (min-width: 1400px) {
	.hotbook_column .hotbook_block05 {
		float: left;
		width: 33.33333%
	}
}
@media screen and (max-width: 767px) {
	.hotbook_column .hotbook_block05 {
		display: block;
		left: -35%
	}
}
@media screen and (max-width: 575px) {
	.hotbook_column .hotbook_block05 {
		width: 100%;
		position: relative;
		min-height: 1px;
		padding-left: 0;
		padding-right: 0;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		left: 0%
	}
}
.hotbook_column .hotbook_block06 {
	float: left;
	width: 33.33333%;
	position: relative;
	min-height: 1px;
	padding-left: 0;
	padding-right: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none
}
@media (min-width: 768px) {
	.hotbook_column .hotbook_block06 {
		float: left;
		width: 33.33333%
	}
}
@media (min-width: 992px) {
	.hotbook_column .hotbook_block06 {
		float: left;
		width: 33.33333%
	}
}
@media (min-width: 1400px) {
	.hotbook_column .hotbook_block06 {
		float: left;
		width: 33.33333%
	}
}
@media screen and (max-width: 767px) {
	.hotbook_column .hotbook_block06 {
		display: block
	}
}
@media screen and (max-width: 575px) {
	.hotbook_column .hotbook_block06 {
		width: 100%
	}
}
.hotbook_column h3 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 1.125em;
	font-weight: normal;
	margin: 10px 0;
	padding: 0
}
.hotbook_column h3 a {
	color: #1d8dcd;
	text-decoration: underline
}
.hotbook_column h3 a:hover, .hotbook_column h3 a:focus {
	color: #e52104
}
.hotbook_column .score_star {
	position: relative;
	text-align: left;
	width: 100px;
	height: 29px;
	z-index: 0;
	margin: 10px 0 0;
	display: inline-block;
	float: left;
	margin-top: 5px
}
.hotbook_column .score_star>img {
	position: absolute;
	z-index: 5;
	width: 100px;
	height: 29px
}
.hotbook_column .score_star .score_color {
	position: absolute;
	z-index: 4;
	top: 0;
	left: 0;
	width: 100px;
	height: 29px;
	overflow: hidden
}
.hotbook_column .clickblock {
	width: 150px;
	overflow: hidden;
	margin: 0 auto 10px;
	text-align: left
}
.hotbook_column .clickblock .ranking {
	background-color: #1e8b86;
	color: #fff;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	display: inline-block;
	line-height: 35px;
	font-size: 1em;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: .1em;
	float: left;
	margin-right: 5px
}
@media screen and (max-width: 767px) {
	.hotbook_column .clickblock .ranking {
		display: block
	}
}
.hotbook_column .clickblock .clicktimes {
	display: inline-block;
	font-size: 1.25em;
	margin-top: 8px
}
.hotbook_column .hotbook_block01 .hotbook_title, .hotbook_column .hotbook_block04 .hotbook_title, .hotbook_column .hotbook_block05 .hotbook_title, .hotbook_column .hotbook_block06 .hotbook_title {
	text-align: center;
	position: relative;
	height: 350px;
	border-radius: 5px;
	border: 1px solid #dcdcdc;
	width: 47%;
	margin-right: 2%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
@media screen and (max-width: 1399px) {
	.hotbook_column .hotbook_block01 .hotbook_title, .hotbook_column .hotbook_block04 .hotbook_title, .hotbook_column .hotbook_block05 .hotbook_title, .hotbook_column .hotbook_block06 .hotbook_title {
		width: 48.5%;
		margin-right: 1.5%;
	}
}
@media screen and (max-width: 768px) {
	.hotbook_column .hotbook_block01 .hotbook_title, .hotbook_column .hotbook_block04 .hotbook_title, .hotbook_column .hotbook_block05 .hotbook_title, .hotbook_column .hotbook_block06 .hotbook_title {
		height:0;
	}
}
.hotbook_column .hotbook_block01 .hotbook_title h2, .hotbook_column .hotbook_block04 .hotbook_title h2, .hotbook_column .hotbook_block05 .hotbook_title h2, .hotbook_column .hotbook_block06 .hotbook_title h2 {
	font-size: 1.5em;
	color: #000;
	margin: 20px 0 40px;
	padding: 0;
	text-align: center
}
.hotbook_column .hotbook_block01 .hotbook_title .image, .hotbook_column .hotbook_block04 .hotbook_title .image, .hotbook_column .hotbook_block05 .hotbook_title .image, .hotbook_column .hotbook_block06 .hotbook_title .image {
	width: 130px;
	height: 130px;
	padding: 0;
	margin: 0 auto 50px;
	position: relative;
	border-radius: 50%
}
.hotbook_column .hotbook_block01 .hotbook_title .image img, .hotbook_column .hotbook_block04 .hotbook_title .image img, .hotbook_column .hotbook_block05 .hotbook_title .image img, .hotbook_column .hotbook_block06 .hotbook_title .image img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	width: 100px
}
@media (max-width: 1450px) {
	.hotbook_column .hotbook_block01 .hotbook_title .image, .hotbook_column .hotbook_block04 .hotbook_title .image, .hotbook_column .hotbook_block05 .hotbook_title .image, .hotbook_column .hotbook_block06 .hotbook_title .image {
		width: 120px;
		height: 120px
	}
	.hotbook_column .hotbook_block01 .hotbook_title .image img, .hotbook_column .hotbook_block04 .hotbook_title .image img, .hotbook_column .hotbook_block05 .hotbook_title .image img, .hotbook_column .hotbook_block06 .hotbook_title .image img {
		width: 90px
	}
}
@media screen and (max-width: 1399px) {
	.hotbook_column .hotbook_block01 .hotbook_title .image, .hotbook_column .hotbook_block04 .hotbook_title .image, .hotbook_column .hotbook_block05 .hotbook_title .image, .hotbook_column .hotbook_block06 .hotbook_title .image {
		width: 140px;
		height: 140px
	}
	.hotbook_column .hotbook_block01 .hotbook_title .image img, .hotbook_column .hotbook_block04 .hotbook_title .image img, .hotbook_column .hotbook_block05 .hotbook_title .image img, .hotbook_column .hotbook_block06 .hotbook_title .image img {
		width: 100px
	}
}
.hotbook_column .hotbook_block01 .hotbook_title .RSS_button, .hotbook_column .hotbook_block04 .hotbook_title .RSS_button, .hotbook_column .hotbook_block05 .hotbook_title .RSS_button, .hotbook_column .hotbook_block06 .hotbook_title .RSS_button {
	position: relative;
	bottom: 20px
}
.hotbook_column .hotbook_block01 .bookno01, .hotbook_column .hotbook_block04 .bookno01, .hotbook_column .hotbook_block05 .bookno01, .hotbook_column .hotbook_block06 .bookno01 {
	width: 49%;
	margin-right: 1%;
	height: 350px;
	text-align: center;
	padding: 15px;
	border-radius: 5px;
	border: 1px solid #dcdcdc;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
@media screen and (max-width: 1399px) {
	.hotbook_column .hotbook_block01 .bookno01, .hotbook_column .hotbook_block04 .bookno01, .hotbook_column .hotbook_block05 .bookno01, .hotbook_column .hotbook_block06 .bookno01 {
		width: 49%;
		margin-right: 0;
		margin-bottom: 10px
	}
}
.hotbook_column .hotbook_block01 .bookno01 .image, .hotbook_column .hotbook_block04 .bookno01 .image, .hotbook_column .hotbook_block05 .bookno01 .image, .hotbook_column .hotbook_block06 .bookno01 .image {
	width:100%;
	margin: 0 auto;
	position: relative
}
.hotbook_column .hotbook_block01 .bookno01 .image>img, .hotbook_column .hotbook_block04 .bookno01 .image>img, .hotbook_column .hotbook_block05 .bookno01 .image>img, .hotbook_column .hotbook_block06 .bookno01 .image>img {
	width: 100%;
	max-height: 270px;
	box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12)
}
.hotbook_column .hotbook_block01 .bookno01 .image_titlepage, .hotbook_column .hotbook_block01 .bookno01 .image_titlepage2, .hotbook_column .hotbook_block04 .bookno01 .image_titlepage, .hotbook_column .hotbook_block04 .bookno01 .image_titlepage2, .hotbook_column .hotbook_block05 .bookno01 .image_titlepage, .hotbook_column .hotbook_block05 .bookno01 .image_titlepage2, .hotbook_column .hotbook_block06 .bookno01 .image_titlepage, .hotbook_column .hotbook_block06 .bookno01 .image_titlepage2 {
	margin: 0 auto;
	width: 140px;
	height: 200px
}
.hotbook_column .hotbook_block01 .bookno01 .image_titlepage:before, .hotbook_column .hotbook_block01 .bookno01 .image_titlepage2:before, .hotbook_column .hotbook_block04 .bookno01 .image_titlepage:before, .hotbook_column .hotbook_block04 .bookno01 .image_titlepage2:before, .hotbook_column .hotbook_block05 .bookno01 .image_titlepage:before, .hotbook_column .hotbook_block05 .bookno01 .image_titlepage2:before, .hotbook_column .hotbook_block06 .bookno01 .image_titlepage:before, .hotbook_column .hotbook_block06 .bookno01 .image_titlepage2:before {
	height: 90px
}
@media screen and (max-width: 767px) {
	.hotbook_column .hotbook_block01 .bookno01, .hotbook_column .hotbook_block01 .bookno02, .hotbook_column .hotbook_block01 .bookno03, .hotbook_column .hotbook_block04 .bookno01, .hotbook_column .hotbook_block04 .bookno02, .hotbook_column .hotbook_block04 .bookno03, .hotbook_column .hotbook_block05 .bookno01, .hotbook_column .hotbook_block05 .bookno02, .hotbook_column .hotbook_block05 .bookno03, .hotbook_column .hotbook_block06 .bookno01, .hotbook_column .hotbook_block06 .bookno02, .hotbook_column .hotbook_block06 .bookno03 {
		width: 100%;
		float: none;
		height: 380px;
		text-align: center;
		padding: 15px;
		margin-right: 0%;
		border-radius: 5px;
		border: 1px solid #dcdcdc;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
	.hotbook_column .hotbook_block01 .bookno01 .image, .hotbook_column .hotbook_block01 .bookno02 .image, .hotbook_column .hotbook_block01 .bookno03 .image, .hotbook_column .hotbook_block04 .bookno01 .image, .hotbook_column .hotbook_block04 .bookno02 .image, .hotbook_column .hotbook_block04 .bookno03 .image, .hotbook_column .hotbook_block05 .bookno01 .image, .hotbook_column .hotbook_block05 .bookno02 .image, .hotbook_column .hotbook_block05 .bookno03 .image, .hotbook_column .hotbook_block06 .bookno01 .image, .hotbook_column .hotbook_block06 .bookno02 .image, .hotbook_column .hotbook_block06 .bookno03 .image {
		width: 80%;
		height: 250px;
		vertical-align: bottom;
		margin: 0 auto;
		position: relative
	}
	.hotbook_column .hotbook_block01 .bookno01 .image>img, .hotbook_column .hotbook_block01 .bookno02 .image>img, .hotbook_column .hotbook_block01 .bookno03 .image>img, .hotbook_column .hotbook_block04 .bookno01 .image>img, .hotbook_column .hotbook_block04 .bookno02 .image>img, .hotbook_column .hotbook_block04 .bookno03 .image>img, .hotbook_column .hotbook_block05 .bookno01 .image>img, .hotbook_column .hotbook_block05 .bookno02 .image>img, .hotbook_column .hotbook_block05 .bookno03 .image>img, .hotbook_column .hotbook_block06 .bookno01 .image>img, .hotbook_column .hotbook_block06 .bookno02 .image>img, .hotbook_column .hotbook_block06 .bookno03 .image>img {
		width: 100%;
		max-height: 250px;
		box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12)
	}
}
@media screen and (max-width: 575px) {
	.hotbook_column .hotbook_block04 .bookno01 {
		margin-bottom: 10px
	}
}
@media screen and (max-width: 767px) {
	.hotbook_column .hotbook_block04 .bookno01 .image {
		width: 95% !important
	}
}
@media screen and (max-width: 767px) {
	.hotbook_column .hotbook_block04 .bookno01 .image_titlepage, .hotbook_column .hotbook_block04 .bookno01 .image_titlepage2 {
		width: 95% !important;
		height: 240px !important;
		margin: 20px auto 0
	}
}
@media screen and (max-width: 575px) {
	.hotbook_column .hotbook_block05 .bookno02 {
		margin-bottom: 10px
	}
}
@media screen and (max-width: 767px) {
	.hotbook_column .hotbook_block05 .bookno02 .image {
		width: 85% !important
	}
}
@media screen and (max-width: 767px) {
	.hotbook_column .hotbook_block05 .bookno02 .image_titlepage, .hotbook_column .hotbook_block05 .bookno02 .image_titlepage2 {
		width: 85% !important;
		height: 210px !important;
		margin: 50px auto 0
	}
}
@media screen and (max-width: 575px) {
	.hotbook_column .hotbook_block06 .bookno03 {
		margin-bottom: 10px
	}
}
@media screen and (max-width: 767px) {
	.hotbook_column .hotbook_block06 .bookno03 .image {
		width: 75% !important
	}
}
@media screen and (max-width: 767px) {
	.hotbook_column .hotbook_block06 .bookno03 .image_titlepage, .hotbook_column .hotbook_block06 .bookno03 .image_titlepage2 {
		width: 75% !important;
		height: 160px !important;
		margin: 100px auto 0
	}
}
@media screen and (max-width: 575px) {
	.hotbook_column .hotbook_block04 .bookno01, .hotbook_column .hotbook_block04 .bookno02, .hotbook_column .hotbook_block04 .bookno03, .hotbook_column .hotbook_block05 .bookno01, .hotbook_column .hotbook_block05 .bookno02, .hotbook_column .hotbook_block05 .bookno03, .hotbook_column .hotbook_block06 .bookno01, .hotbook_column .hotbook_block06 .bookno02, .hotbook_column .hotbook_block06 .bookno03 {
		height: auto;
		position: relative;
		overflow: hidden;
		text-align: left
	}
}
@media screen and (max-width: 575px) {
	.hotbook_column .hotbook_block04 .bookno01 .clickblock, .hotbook_column .hotbook_block04 .bookno02 .clickblock, .hotbook_column .hotbook_block04 .bookno03 .clickblock, .hotbook_column .hotbook_block05 .bookno01 .clickblock, .hotbook_column .hotbook_block05 .bookno02 .clickblock, .hotbook_column .hotbook_block05 .bookno03 .clickblock, .hotbook_column .hotbook_block06 .bookno01 .clickblock, .hotbook_column .hotbook_block06 .bookno02 .clickblock, .hotbook_column .hotbook_block06 .bookno03 .clickblock {
		margin-left: 30%
	}
}
@media (max-width: 480px) {
	.hotbook_column .hotbook_block04 .bookno01 .clickblock, .hotbook_column .hotbook_block04 .bookno02 .clickblock, .hotbook_column .hotbook_block04 .bookno03 .clickblock, .hotbook_column .hotbook_block05 .bookno01 .clickblock, .hotbook_column .hotbook_block05 .bookno02 .clickblock, .hotbook_column .hotbook_block05 .bookno03 .clickblock, .hotbook_column .hotbook_block06 .bookno01 .clickblock, .hotbook_column .hotbook_block06 .bookno02 .clickblock, .hotbook_column .hotbook_block06 .bookno03 .clickblock {
		margin-left: 35%
	}
}
@media (max-width: 380px) {
	.hotbook_column .hotbook_block04 .bookno01 .clickblock, .hotbook_column .hotbook_block04 .bookno02 .clickblock, .hotbook_column .hotbook_block04 .bookno03 .clickblock, .hotbook_column .hotbook_block05 .bookno01 .clickblock, .hotbook_column .hotbook_block05 .bookno02 .clickblock, .hotbook_column .hotbook_block05 .bookno03 .clickblock, .hotbook_column .hotbook_block06 .bookno01 .clickblock, .hotbook_column .hotbook_block06 .bookno02 .clickblock, .hotbook_column .hotbook_block06 .bookno03 .clickblock {
		margin-left: 40%
	}
}
@media screen and (max-width: 575px) {
	.hotbook_column .hotbook_block04 .bookno01 .image, .hotbook_column .hotbook_block04 .bookno02 .image, .hotbook_column .hotbook_block04 .bookno03 .image, .hotbook_column .hotbook_block05 .bookno01 .image, .hotbook_column .hotbook_block05 .bookno02 .image, .hotbook_column .hotbook_block05 .bookno03 .image, .hotbook_column .hotbook_block06 .bookno01 .image, .hotbook_column .hotbook_block06 .bookno02 .image, .hotbook_column .hotbook_block06 .bookno03 .image {
		width: 80px !important;
		height: 80px;
		float: left;
		margin-top: -20px
	}
}
.hotbook_column .hotbook_block04 .bookno01 .image>img, .hotbook_column .hotbook_block04 .bookno02 .image>img, .hotbook_column .hotbook_block04 .bookno03 .image>img, .hotbook_column .hotbook_block05 .bookno01 .image>img, .hotbook_column .hotbook_block05 .bookno02 .image>img, .hotbook_column .hotbook_block05 .bookno03 .image>img, .hotbook_column .hotbook_block06 .bookno01 .image>img, .hotbook_column .hotbook_block06 .bookno02 .image>img, .hotbook_column .hotbook_block06 .bookno03 .image>img {
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	margin: auto
}
@media screen and (max-width: 575px) {
	.hotbook_column .hotbook_block04 .bookno01 .image_titlepage, .hotbook_column .hotbook_block04 .bookno01 .image_titlepage2, .hotbook_column .hotbook_block04 .bookno02 .image_titlepage, .hotbook_column .hotbook_block04 .bookno02 .image_titlepage2, .hotbook_column .hotbook_block04 .bookno03 .image_titlepage, .hotbook_column .hotbook_block04 .bookno03 .image_titlepage2, .hotbook_column .hotbook_block05 .bookno01 .image_titlepage, .hotbook_column .hotbook_block05 .bookno01 .image_titlepage2, .hotbook_column .hotbook_block05 .bookno02 .image_titlepage, .hotbook_column .hotbook_block05 .bookno02 .image_titlepage2, .hotbook_column .hotbook_block05 .bookno03 .image_titlepage, .hotbook_column .hotbook_block05 .bookno03 .image_titlepage2, .hotbook_column .hotbook_block06 .bookno01 .image_titlepage, .hotbook_column .hotbook_block06 .bookno01 .image_titlepage2, .hotbook_column .hotbook_block06 .bookno02 .image_titlepage, .hotbook_column .hotbook_block06 .bookno02 .image_titlepage2, .hotbook_column .hotbook_block06 .bookno03 .image_titlepage, .hotbook_column .hotbook_block06 .bookno03 .image_titlepage2 {
		width: 80px !important;
		height: 140px !important;
		float: left;
		margin-top: -40px !important
	}
}
@media screen and (max-width: 575px) {
	.hotbook_column .hotbook_block04 .bookno01 h3, .hotbook_column .hotbook_block04 .bookno02 h3, .hotbook_column .hotbook_block04 .bookno03 h3, .hotbook_column .hotbook_block05 .bookno01 h3, .hotbook_column .hotbook_block05 .bookno02 h3, .hotbook_column .hotbook_block05 .bookno03 h3, .hotbook_column .hotbook_block06 .bookno01 h3, .hotbook_column .hotbook_block06 .bookno02 h3, .hotbook_column .hotbook_block06 .bookno03 h3 {
		overflow: visible;
		white-space: normal;
		text-align: left;
		margin-left: 30%
	}
}
@media (max-width: 480px) {
	.hotbook_column .hotbook_block04 .bookno01 h3, .hotbook_column .hotbook_block04 .bookno02 h3, .hotbook_column .hotbook_block04 .bookno03 h3, .hotbook_column .hotbook_block05 .bookno01 h3, .hotbook_column .hotbook_block05 .bookno02 h3, .hotbook_column .hotbook_block05 .bookno03 h3, .hotbook_column .hotbook_block06 .bookno01 h3, .hotbook_column .hotbook_block06 .bookno02 h3, .hotbook_column .hotbook_block06 .bookno03 h3 {
		margin-left: 35%
	}
}
@media (max-width: 380px) {
	.hotbook_column .hotbook_block04 .bookno01 h3, .hotbook_column .hotbook_block04 .bookno02 h3, .hotbook_column .hotbook_block04 .bookno03 h3, .hotbook_column .hotbook_block05 .bookno01 h3, .hotbook_column .hotbook_block05 .bookno02 h3, .hotbook_column .hotbook_block05 .bookno03 h3, .hotbook_column .hotbook_block06 .bookno01 h3, .hotbook_column .hotbook_block06 .bookno02 h3, .hotbook_column .hotbook_block06 .bookno03 h3 {
		margin-left: 40%
	}
}
.hotbook_column .hotbook_block02 .hotbooklist, .hotbook_column .hotbook_block03 .hotbooklist {
	height: 170px;
	padding: 10px 15px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	background-color: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	overflow: hidden;
	margin-bottom: 10px;
	margin-right: 10px
}
@media (max-width: 768px) {
.hotbook_column .hotbook_block02 .hotbooklist, .hotbook_column .hotbook_block03 .hotbooklist {
	margin-right: 0;
	height: auto;
	}
}
.hotbook_column .hotbook_block02 .hotbooklist .image, .hotbook_column .hotbook_block03 .hotbooklist .image {
	width: 200px;
	margin: 0 20px 0 0;
	float: left
}
@media (max-width: 1399px) {
.hotbook_column .hotbook_block02 .hotbooklist .image, .hotbook_column .hotbook_block03 .hotbooklist .image {
	width: 145px;
	}
}
.hotbook_column .hotbook_block02 .hotbooklist .image>img, .hotbook_column .hotbook_block03 .hotbooklist .image>img {
	width: 100%;
	max-height: 200px;
	box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12)
}
@media (max-width: 480px) {
	.hotbook_column .hotbook_block02 .hotbooklist .image, .hotbook_column .hotbook_block03 .hotbooklist .image {
		width: 75px
	}
}
.hotbook_column .hotbook_block02 .hotbooklist .image_titlepage, .hotbook_column .hotbook_block02 .hotbooklist .image_titlepage2, .hotbook_column .hotbook_block03 .hotbooklist .image_titlepage, .hotbook_column .hotbook_block03 .hotbooklist .image_titlepage2 {
	margin: 0 20px 0 0;
	width: 100px;
	float: left
}
.hotbook_column .hotbook_block02 .hotbooklist .clickblock, .hotbook_column .hotbook_block03 .hotbooklist .clickblock {
	margin: 0 0 10px
}
.hotbook_column .hotbook_block03 .hotbooklist {
	margin-right: 0
}
.RSS_button {
	vertical-align: middle;
	width: 80px;
	margin: 0 auto
}

.RSS_button .btn {
	background-color: #f8941b;
	background-image: none;
	border: 1px solid #f8941b;
	color: #000;
	width: 80px;
	border-radius:5px;
	padding: 0em .3em 0em 1.3em !important;
	background-image: url("../images/icon_rss_black.png") !important;
	background-repeat: no-repeat;
	background-position: 4px center;
	background-size: 15px 14px
}

.RSS_button .btn:hover {
	background-color: #f8941b;
	text-decoration:none;
	color:#fff;
	border:1px solid #FFF;
}

.btnstyle.brownbg {
	background-color: #484848;
	border: 2px solid #484848;
	border-radius:5px;
	color: #fff;
	transition: .2s
}
.btnstyle.brownbg:hover {
	background-color: #686868;
	border: 2px solid #776154
}
.bookimage {
		float:right;
		width:450px;
    	margin:20px 20px 30px 20px;
	    text-align:center;
	}
@media screen and (max-width: 996px) {
	.bookimage  {
		width:50%;
	}
	
}

@media screen and (max-width: 680px) {
	.bookimage  {
		width:100%;
	}
	
}
.bookimage img{
		width:200px;
	    padding:0;
	    margin:0 auto;
	    vertical-align: top;
	    box-shadow:0 2px 8px rgb(0 0 0 / 20%);
	    text-align:center;
	}
.ntl .detail_lightbox .info_icon li {
	margin:0.2em;
}
.ntl .detail_lightbox .info_icon .finished a {
	background:#d0d0d0;
}
.ntl .detail_lightbox .info_icon li a {
	width:75px;
	min-height:75px;
}
.ntl .detail_lightbox .info_icon {
	margin:20px;
}
@media screen and (max-width: 768px){
	.detail_lightbox.normalPage .info_list .content img {
		max-width:400px;
	    }
	}

.fraction {
	float: left;
	font-size: 1.75em;
	margin-right: 5px;
	margin-top: 3px;
	margin-bottom: 5px;
	margin-left: 20px;
	font-weight: 700
}

.then {
	color: #333;
	float: none;
	clear: both;
	margin-left: 20px
}

.proportion ul {
	margin: 0;
	padding: 0;
	width: 100%
}
.proportion ul li {
	list-style-type: none
}
.proportion ul li span {
	color: #313131;
	display: inline-block;
	margin-right: 20px;
	width: 10px
}
.proportion ul li a {
	display: inline-block;
	background-color: #e5e5e5;
	height: 8px;
	width: 90%;
	position: relative
}
@media (max-width: 380px) {
.proportion ul li a {
		width: 80%
	}
}
.proportion ul li a img {
    height: 8px;
    position: absolute;
    top: -1px;
    left: 0
}

.btnstyle.whitebg {
	border: 1px solid #d0d0d0;
	background-color: #fff;
	color: #333 !important;
	transition: .2s;
	margin:0 0 0 10px;
	padding:0 5px;
	border-radius:3px;
}
.btnstyle.whitebg:hover {
	background-color: #d2d2d2;
	border: 1px solid #d2d2d2;
	color: #333 !important
}

.bookscore .scoreleft {
	float: left;
	width: 100px;
	margin-right: 50px
}
@media screen and (max-width: 575px) {
	 .scoreleft{
		width: 100%;
		margin-bottom: 20px
	}
}
.bookscore .scoreleft .fraction {
	font-size: 4em;
	margin-bottom: 25px;
	font-weight: 700
}
.bookscore .scoreleft .then {
	color: #333;
	margin-bottom: 7px
}
.bookscore .scoreleft input[type="button"], .mainrightblock2 .book_detaildata .bookdata2 .bookscore .scoreleft input[type="button"] {
	background-color: #dcdcdc;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	padding: 2px 10px;
	color: #333
}
.recommend_people {
    word-break: break-all;
}
.ntl .list_block .list_num ~ .sort_icon {
	margin-top:0;
}
.ntl .forcenews_form ul{
	margin:0;
	padding:0;
}
.forcenews_form ul li{
	display:inline;
	list-style: none;
	padding:0 30px 0 0;
}
.forcenews_lightbox .forcenews_form {
  padding: 20px 30px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.forcenews_lightbox .forcenewsblock {
  width:80%;
  overflow-y: scroll;
}
@media (min-width: 768px) {
.forcenews_lightbox .forcenewsblock {
   width: 90%;
	}
}
.forcenews_lightbox .forcenewsblock {
  position: absolute;
  top: 360px;
  left: 50%;
  width:80%;
  height:500px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.forcenews_lightbox .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.4);
}
 .forcenews_lightbox .forcenewsblock > .close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 10;
}
.forcenews_form h3 {
	color:#963A04
}
/*# sourceMappingURL=pu.css.map */



