@charset "UTF-8";
/* Copyright (C) Google
 *      https://www.google.com/get/noto/
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
html {
  font-size: 75%;
}

body, input, textarea, select, option, button {
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic ProN W3", Meiryo, sans-serif;
  color: #434343;
  line-height: 1.5;
}

input, textarea, select, option, button {
  font-size: 100%;
}

input[type=submit], input[type=button] {
  cursor: pointer;
}

body.loaded {
  font-family: 'Noto Sans Japanese',sans-serif;
}
body.loaded input, body.loaded textarea, body.loaded select, body.loaded option, body.loaded button {
  font-family: 'Noto Sans Japanese',sans-serif;
}

body {
  background-color: white;
  min-width: 1020px;
}

a {
  color: #434343;
  text-decoration: none;
}
a img {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: .7;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

#header {
  *zoom: 1;
  margin: 0 auto;
  width: 1000px;
}
#header:after {
  content: "";
  display: block;
  clear: both;
}
#header .logo {
  float: left;
  padding: 20px 0 26px;
}
#header ul {
  *zoom: 1;
  float: right;
  margin-top: 35px;
  font-size: 116.66667%;
  font-weight: bold;
}
#header ul:after {
  content: "";
  display: block;
  clear: both;
}
#header ul li {
  position: relative;
  float: left;
  margin-left: 31px;
  letter-spacing: 2px;
}
#header ul li:after {
  content: '';
  display: block;
  position: absolute;
  left: -16px;
  top: 50%;
  margin-top: -5px;
  width: 1px;
  height: 11px;
  background-color: #aeb2b5;
}
#header ul li:first-child {
  margin-left: 0;
}
#header ul li:first-child:after {
  background: none;
}
#header ul li a {
  color: #595c5f;
}

#gmenu {
  margin-bottom: 20px;
  border-top: 1px solid #aeb2b5;
  border-bottom: 1px solid #aeb2b5;
  padding: 9px 0;
  width: 100%;
}
#gmenu .inner {
  *zoom: 1;
  margin: 0 auto;
  width: 1000px;
}
#gmenu .inner:after {
  content: "";
  display: block;
  clear: both;
}
#gmenu .menu {
  *zoom: 1;
  float: left;
}
#gmenu .menu:after {
  content: "";
  display: block;
  clear: both;
}
#gmenu .menu > li {
  position: relative;
  float: left;
  margin-right: 5px;
}
#gmenu .menu > li p a {
  display: block;
  border-radius: 5px;
  padding: 8px 0;
  width: 230px;
  font-size: 133.33333%;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  letter-spacing: 5px;
  background-color: #5A5D60;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
#gmenu .menu > li:hover p a {
  border-radius: 5px 5px 0 0;
  background-color: #51A967;
}
#gmenu .menu > li:hover .sub {
  overflow: visible;
}
#gmenu .menu > li:hover .sub ul {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#gmenu .menu .sub {
  position: absolute;
  z-index: 10;
  bottom: -1px;
  border-top: 1px solid transparent;
  height: 0;
  overflow: hidden;
  width: 100%;
}
#gmenu .menu .sub ul {
  opacity: 0;
  border-radius: 0 0 5px 5px;
  padding: 6px 10px;
  background-color: #51A967;
  -webkit-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  transform: translate(0, -20px);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
#gmenu .menu .sub ul li {
  border-top: 1px solid #6BB67E;
}
#gmenu .menu .sub ul li a {
  display: block;
  padding: 6px 15px 6px 2px;
  font-size: 116.66667%;
  font-weight: bold;
  color: #FFF;
  background-image: url(/images/common/icon_arrow_10x10_right.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
#gmenu .menu .sub ul li:first-child {
  border: none;
}
#gmenu .hnaviSearch {
  *zoom: 1;
  float: right;
}
#gmenu .hnaviSearch:after {
  content: "";
  display: block;
  clear: both;
}
#gmenu .hnaviSearch .standard {
  *zoom: 1;
  float: left;
  border-radius: 20px;
  padding-left: 14px;
  height: 40px;
  background-color: #5A5D60;
}
#gmenu .hnaviSearch .standard:after {
  content: "";
  display: block;
  clear: both;
}
#gmenu .hnaviSearch .standard input, #gmenu .hnaviSearch .standard button {
  float: left;
  border: none;
  padding: 0;
  background: transparent;
  vertical-align: middle;
  -webkit-appearance: none;
  color: #FFF;
  outline: none;
}
#gmenu .hnaviSearch .standard input {
  margin-top: 7px;
  width: 145px;
  font-size: 133.33333%;
}
#gmenu .hnaviSearch .standard button {
  border-left: 1px solid #7B7D80;
  width: 44px;
  height: 40px;
  cursor: pointer;
}
#gmenu .hnaviSearch .advanced {
  float: left;
}
#gmenu .hnaviSearch .advanced a {
  margin-left: 7px;
  border-radius: 3px;
  padding-top: 7px;
  height: 33px;
  width: 40px;
  line-height: 1.1;
  letter-spacing: 2px;
  text-align: center;
  display: block;
  color: #FFF;
  background-color: #5A5D60;
}

#footer .menu {
  border-top: 1px solid #aeb2b5;
  border-bottom: 1px solid #aeb2b5;
  padding: 31px 0;
}
#footer .menu ul {
  display: table;
  margin: 0 auto;
}
#footer .menu ul li {
  display: table-cell;
  padding: 0 25px;
  border-left: 1px solid #CCC;
  line-height: 1.2;
}
#footer .menu ul li:first-child {
  border: none;
}
#footer .menu ul li a {
  color: #434343;
}
#footer .copyright {
  width: 1000px;
  margin: 0 auto;
  padding: 13px 0;
  letter-spacing: 1px;
  text-align: center;
}

#lnaviNews,
#lnaviCompany {
  border: 1px solid #aeb2b5;
}
#lnaviNews .title,
#lnaviCompany .title {
  border-bottom: 1px solid #aeb2b5;
  line-height: 40px;
  font-size: 150%;
  font-weight: bold;
  text-align: center;
  color: #595c5f;
}
#lnaviNews .title img,
#lnaviCompany .title img {
  vertical-align: baseline;
}
#lnaviNews .switch,
#lnaviCompany .switch {
  display: inline-block;
  width: 9px;
  height: 9px;
  background-image: url(../images/common/lnavi_list.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  vertical-align: 4px;
  outline: none;
  line-height: 0;
  text-decoration: none;
  font-size: 1px;
}
#lnaviNews .switch.open,
#lnaviCompany .switch.open {
  background-image: url(../images/common/lnavi_list_open.jpg);
}
#lnaviNews .news,
#lnaviCompany .news {
  padding: 4px 4px 4px 10px;
}
#lnaviNews .news ul,
#lnaviCompany .news ul {
  height: 325px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#lnaviNews .news ul li,
#lnaviCompany .news ul li {
  padding: 8px 0;
  background-image: url(/images/common/bd_dotted.png);
  background-repeat: repeat-x;
  background-position: 0 bottom;
}
#lnaviNews .news ul li:first-child,
#lnaviCompany .news ul li:first-child {
  padding-top: 6px;
}
#lnaviNews .news ul li:last-child,
#lnaviCompany .news ul li:last-child {
  padding-bottom: 6px;
  background-image: none;
}
#lnaviNews .news .category,
#lnaviCompany .news .category {
  display: inline-block;
  margin-right: 7px;
  min-width: 61px;
  font-size: 91.66667%;
  letter-spacing: 1px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  background-color: #AEB2B5;
}
#lnaviNews .news .date,
#lnaviCompany .news .date {
  display: inline-block;
  font-weight: bold;
  letter-spacing: 1px;
  color: #595c5f;
}
#lnaviNews .news .date:after,
#lnaviCompany .news .date:after {
  content: '';
  display: block;
}
#lnaviNews .news p a,
#lnaviCompany .news p a {
  color: #434343;
}
#lnaviNews .categories,
#lnaviCompany .categories {
  padding: 4px 4px 4px 10px;
}
#lnaviNews .categories .entry.first ul li:first-child,
#lnaviCompany .categories .entry.first ul li:first-child {
  background-image: none;
}
#lnaviNews .categories ul,
#lnaviCompany .categories ul {
  -webkit-overflow-scrolling: touch;
}
#lnaviNews .categories ul li,
#lnaviCompany .categories ul li {
  padding: 8px 0;
  background-image: url(/images/common/bd_dotted.png);
  background-repeat: repeat-x;
  background-position: left top;
}
#lnaviNews .categories ul li.defaultOpen ul,
#lnaviCompany .categories ul li.defaultOpen ul {
  display: block;
}
#lnaviNews .categories ul li li,
#lnaviCompany .categories ul li li {
  padding-left: 10px;
  padding-bottom: 0;
}
#lnaviNews .categories ul li li:first-child,
#lnaviCompany .categories ul li li:first-child {
  margin-top: 8px;
  background-image: url(/images/common/bd_dotted.png);
}
#lnaviNews .categories ul ul,
#lnaviCompany .categories ul ul {
  display: none;
}
#lnaviNews .categories .category,
#lnaviCompany .categories .category {
  display: inline-block;
  margin-right: 7px;
  min-width: 61px;
  font-size: 91.66667%;
  letter-spacing: 1px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  background-color: #AEB2B5;
}
#lnaviNews .categories .date,
#lnaviCompany .categories .date {
  display: inline-block;
  font-weight: bold;
  letter-spacing: 1px;
  color: #595c5f;
}
#lnaviNews .categories .date:after,
#lnaviCompany .categories .date:after {
  content: '';
  display: block;
}
#lnaviNews .categories p a,
#lnaviCompany .categories p a {
  color: #434343;
}
#lnaviNews .more a,
#lnaviCompany .more a {
  display: block;
  line-height: 30px;
  font-size: 116.66667%;
  font-weight: bold;
  background-color: #aeb2b5;
  text-align: center;
  color: #FFF;
  background-image: url(/images/common/icon_arrow_7x7_right.png);
  background-repeat: no-repeat;
  background-position: 10px 50%;
}

#lnaviBanner div {
  margin-bottom: 10px;
  border-bottom: 1px solid #aeb2b5;
  padding-bottom: 6px;
}
#lnaviBanner div a {
  color: #434343;
}
#lnaviBanner div span:before {
  content: url(/images/common/icon_arrow_7x7_right_dark.png);
  margin-top: -1px;
  margin-right: 6px;
  padding-left: 2px;
  vertical-align: top;
}

#contents {
  *zoom: 1;
  margin: 0 auto 50px;
  width: 1000px;
}
#contents:after {
  content: "";
  display: block;
  clear: both;
}
#contents.teiki .caution {
  padding-top: 30px;
  color: #cc0000;
  font-size: 120%;
}
#contents.teiki .specific ul {
  padding-left: 5px;
  padding-bottom: 10px;
}
#contents.teiki .specific li {
  padding-top: 10px;
}
#contents.teiki .specific li a:before {
  content: '≫';
  display: inline-block;
  margin-right: 6px;
  vertical-align: top;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#contents.teiki #shopping {
  text-align: center;
}
#contents.teiki #shopping a {
  display: inline-block;
  border-radius: 3px;
  padding: 11px 50px;
  letter-spacing: 4px;
  font-size: 166.66667%;
  font-weight: bold;
  text-align: center;
  background-color: #F5E80B;
  color: #595D5F;
}
#contents.teiki #shopping a:before {
  content: url(/images/common/icon_cart.png);
  margin-right: 13px;
  vertical-align: middle;
}
#contents.teiki #form .lead {
  padding-bottom: 25px;
  color: #cc0000;
}
#contents.teiki #form table {
  width: 100%;
  margin-bottom: 30px;
}
#contents.teiki #form table th, #contents.teiki #form table td {
  padding: 15px;
  border-bottom: 1px solid #F1F3F5;
  font-size: 120%;
}
#contents.teiki #form table th label span.note, #contents.teiki #form table td label span.note {
  visibility: hidden;
}
#contents.teiki #form table th input:disabled + label, #contents.teiki #form table td input:disabled + label {
  color: #ccc;
}
#contents.teiki #form table th input:disabled + label span, #contents.teiki #form table td input:disabled + label span {
  color: #cc0000;
}
#contents.teiki #form table th input:disabled + label span.note, #contents.teiki #form table td input:disabled + label span.note {
  visibility: visible;
}
#contents.teiki #form table .dont_separate th, #contents.teiki #form table .dont_separate td {
  padding-bottom: 0;
  border-bottom: none;
}
#contents.teiki #cartcode li {
  display: none;
}
#contents.teiki #about .content .lead {
  padding-bottom: 30px;
  color: #009944;
  font-size: 120%;
  font-weight: bold;
}
#contents.teiki #about .content p {
  padding-bottom: 10px;
}
#contents.teiki #about ul li {
  padding-top: 20px;
}

#main {
  float: left;
  width: 700px;
}
#main .section {
  margin-bottom: 40px;
}
#main .section:last-child {
  margin-bottom: 0;
}

#sub {
  float: right;
  width: 250px;
}
#sub .block {
  margin-bottom: 20px;
}

.mceArea p {
  margin-bottom: 1em;
}

.contentTitle {
  margin-bottom: 25px;
  font-size: 200%;
  font-weight: bold;
  letter-spacing: 2px;
  color: #595c5f;
}

.titleBar {
  position: relative;
  margin-bottom: 25px;
  text-align: center;
  font-size: 150%;
  font-weight: bold;
  letter-spacing: 1px;
  color: #595c5f;
}
.titleBar:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #aeb2b5;
}
.titleBar span {
  position: relative;
  z-index: 1;
  padding: 0 30px;
  background-color: white;
}

.tagList {
  *zoom: 1;
  margin-bottom: 20px;
}
.tagList:after {
  content: "";
  display: block;
  clear: both;
}
.tagList li {
  float: left;
  margin-right: 10px;
  border: 2px solid #aeb2b5;
  line-height: 28px;
  min-width: 85px;
  font-weight: bold;
  text-align: center;
  color: #595c5f;
}
.tagList li a {
  display: block;
  color: #595c5f;
}

.bookDetail {
  *zoom: 1;
}
.bookDetail:after {
  content: "";
  display: block;
  clear: both;
}
.bookDetail .image {
  float: left;
  width: 200px;
}
.bookDetail .image .cover {
  margin-bottom: 16px;
}
.bookDetail .image .cover img {
  max-width: 198px;
  border: 1px solid #e4e6e7;
}
.bookDetail .image .btn {
  margin-bottom: 10px;
}
.bookDetail .image .sns > div {
  display: table-cell;
  padding-left: 10px;
  vertical-align: top;
  text-align: right;
}
.bookDetail .image .sns > div:first-child {
  padding-left: 0;
}
.bookDetail .data {
  float: right;
  width: 475px;
  color: #595c5f;
}
.bookDetail .data .title {
  line-height: 1.25;
  font-size: 200%;
  font-weight: bold;
}
.bookDetail .data .subtitle {
  margin-top: 4px;
  line-height: 1.67;
  font-size: 150%;
  font-weight: bold;
}
.bookDetail .data .outline {
  margin-top: 10px;
  line-height: 2;
  font-size: 116.66667%;
}
.bookDetail .data .specific {
  margin-top: 20px;
  border-top: 1px solid #aeb2b5;
  border-bottom: 1px solid #aeb2b5;
  width: 100%;
  font-size: 116.66667%;
}
.bookDetail .data .specific th, .bookDetail .data .specific td {
  padding: 8px 0;
  vertical-align: top;
  background-image: url(/images/common/bd_dashed.png);
  background-repeat: repeat-x;
}
.bookDetail .data .specific tr:first-child th, .bookDetail .data .specific tr:first-child td {
  background-image: none;
}
.bookDetail .data .specific th {
  padding-left: 10px;
  font-weight: bold;
  background-position: right top;
}
.bookDetail .data .specific td {
  background-position: left top;
}
.bookDetail .data .specific td img {
  vertical-align: baseline;
}
.bookDetail .data .specific a {
  color: #595c5f;
}
.bookDetail .data .price {
  margin: 14px 0 1px;
  font-size: 166.66667%;
  text-align: right;
  font-weight: bold;
}
.bookDetail .data .shopping {
  margin-top: 17px;
  padding: 10px;
  background-image: url(/images/common/bg_pattern_diag.png);
}
.bookDetail .data .shopping .cart a {
  display: block;
  border-radius: 3px;
  padding: 11px 0;
  letter-spacing: 4px;
  font-size: 166.66667%;
  font-weight: bold;
  text-align: center;
  background-color: #F5E80B;
  color: #595D5F;
}
.bookDetail .data .shopping .cart a:before {
  content: url(/images/common/icon_cart.png);
  margin-right: 13px;
  vertical-align: middle;
}
.bookDetail .data .shopping .web {
  margin-top: 10px;
  background-color: #F1F3F5;
}
.bookDetail .data .shopping .web:first-child {
  margin-top: 0;
}
.bookDetail .data .shopping .web p {
  position: relative;
  padding: 10px 0;
  line-height: 26px;
  font-size: 133.33333%;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.bookDetail .data .shopping .web p:after {
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 3px;
  width: 26px;
  height: 26px;
  background-color: #aeb2b5;
  background-image: url(/images/common/icon_arrow_13x11_bottom.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.bookDetail .data .shopping .web p.expanded:after {
  -webkit-transform: rotate3d(1, 0, 0, 180deg);
  transform: rotate3d(1, 0, 0, 180deg);
}
.bookDetail .data .shopping .web ul {
  *zoom: 1;
  display: none;
  margin: 0 10px;
  border-bottom: 10px solid #F1F3F5;
  padding: 18px 20px 10px;
  font-size: 116.66667%;
  background-color: #FFF;
}
.bookDetail .data .shopping .web ul:after {
  content: "";
  display: block;
  clear: both;
}
.bookDetail .data .shopping .web ul li {
  float: left;
  margin-right: 8px;
  border-right: 1px solid #E1E4E7;
  margin-bottom: 9px;
  padding-right: 8px;
  line-height: 15px;
  letter-spacing: 2px;
}
.bookDetail .data .shopping .web ul li:last-child {
  margin-right: 0;
  border: none;
  padding-right: 0;
}
.bookDetail .data .format {
  margin-top: 20px;
  width: 100%;
}
.bookDetail .data .format th, .bookDetail .data .format td {
  border-right: 1px solid #F1F3F5;
  border-bottom: 1px solid #F1F3F5;
  padding: 7px 0;
  width: 50%;
  font-size: 116.66667%;
  text-align: center;
}
.bookDetail .data .format thead th {
  font-weight: bold;
  color: #FFF;
  background-color: #aeb2b5;
}
.bookDetail .data .format tbody th, .bookDetail .data .format tbody td {
  font-weight: normal;
}
.bookDetail .data .format tr th:last-child, .bookDetail .data .format tr td:last-child {
  border-right: none;
}

.tabContainer {
  padding: 10px;
  background-color: #F1F3F4;
}
.tabContainer .tabs {
  *zoom: 1;
}
.tabContainer .tabs:after {
  content: "";
  display: block;
  clear: both;
}
.tabContainer .tabs li {
  float: left;
}
.tabContainer .tabs li a {
  display: block;
  margin-right: 5px;
  border-radius: 3px;
  padding: 5px 0;
  min-width: 183px;
  font-size: 133.33333%;
  font-weight: bold;
  text-align: center;
  color: #595c5f;
  background-color: #E3E7E9;
  background-image: url(/images/common/icon_arrow_8x9_bottom_dark.png);
  background-repeat: no-repeat;
  background-position: 12px 50%;
}
.tabContainer .tabs li a.cur {
  border-radius: 3px 3px 0 0;
  border-bottom: 10px solid transparent;
  background-color: #FFF;
  background-image: url(/images/common/icon_arrow_9x8_right_dark.png);
  background-position: 11px 50%;
}
.tabContainer .content {
  padding: 30px;
  background-color: #FFF;
  color: #595c5f;
}

.relatedInfo {
  color: #595c5f;
}
.relatedInfo .text {
  line-height: 2.14;
  font-size: 116.66667%;
}
.relatedInfo .headlineList {
  margin-top: 24px;
}

.headlineList {
  border-top: 1px solid #E1E4E7;
  border-bottom: 1px solid #E1E4E7;
}
.headlineList li {
  padding: 11px 0 10px;
  background-image: url(/images/common/bd_dashed.png);
  background-repeat: repeat-x;
  background-position: 0 0;
}
.headlineList li:first-child {
  padding-top: 10px;
  background-image: none;
}
.headlineList li .col {
  display: table-cell;
}
.headlineList li .col:nth-child(1) {
  padding-right: 10px;
}
.headlineList li .col:nth-child(2) {
  padding-right: 15px;
}
.headlineList li .category {
  padding: 2px 5px;
  min-width: 51px;
  font-size: 91.66667%;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  background-color: #aeb2b5;
}
.headlineList li .date {
  font-weight: bold;
}

.commonBookList {
  *zoom: 1;
  margin-right: -35px;
}
.commonBookList:after {
  content: "";
  display: block;
  clear: both;
}
.commonBookList li {
  overflow: hidden;
  float: left;
  position: relative;
  margin-top: 30px;
  margin-right: 35px;
  border: 1px solid #aeb2b5;
  padding: 5px 5px 50px;
  width: 198px;
}
.commonBookList li:nth-child(-n+3) {
  margin-top: 0;
}
.commonBookList li.recent:after {
  content: '';
  position: absolute;
  right: -6px;
  top: -6px;
  width: 55px;
  height: 55px;
  background-image: url(/images/common/icon_recent.png);
  background-repeat: no-repeat;
}
.commonBookList .cover {
  display: table-cell;
  min-height: 172px;
  padding-bottom: 11px;
  vertical-align: middle;
}
.commonBookList .cover img {
  max-width: 196px;
  border: 1px solid #e4e6e7;
}
.commonBookList .title {
  line-height: 1.3;
  font-size: 116.66667%;
  font-weight: bold;
  color: #595c5f;
}
.commonBookList .title a {
  color: #595c5f;
}
.commonBookList .subtitle {
  line-height: 1.4;
  font-weight: bold;
  color: #595c5f;
}
.commonBookList .author {
  margin-top: 4px;
  color: #878787;
}
.commonBookList .detail {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 5px 5px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.commonBookList .detail a {
  display: block;
  border-radius: 3px;
  line-height: 31px;
  text-align: center;
  background-color: #aeb2b5;
  color: #FFF;
  background-image: url(/images/common/icon_arrow_7x7_right.png);
  background-repeat: no-repeat;
  background-position: 9px 50%;
}

#search form table {
  width: 100%;
  margin-bottom: 15px;
}
#search form table th {
  padding: 15px 0;
  border-bottom: 1px solid #F1F3F5;
  font-size: 120%;
}
#search form table td {
  padding: 15px;
  border-bottom: 1px solid #F1F3F5;
  font-size: 120%;
}
#search form table td input[type='text'] {
  width: 80%;
}
#search form .formatRadio {
  margin-bottom: 30px;
  text-align: center;
}
#search form .button {
  text-align: center;
}
#search form .button input {
  padding: 10px 25px 10px 50px;
  border: none;
  border-radius: 5px;
  color: #FFF;
  background-color: #5A5D60;
  font-size: 166.66667%;
  font-weight: bold;
  letter-spacing: 25px;
  cursor: pointer;
}

#searchResult ul {
  margin-top: 10px;
  margin-bottom: 10px;
}
#searchResult .paging {
  text-align: right;
  font-size: 120%;
  letter-spacing: 1px;
}

#error p {
  font-size: 116.66667%;
  text-align: center;
}

.categoryList ul {
  *zoom: 1;
  margin-bottom: 30px;
}
.categoryList ul:after {
  content: "";
  display: block;
  clear: both;
}
.categoryList ul li {
  float: left;
  margin-right: -1px;
  margin-bottom: 10px;
  border-right: 1px solid #aeb2b5;
  border-left: 1px solid #aeb2b5;
  padding: 0 20px;
  font-size: 133.33333%;
  font-weight: bold;
  letter-spacing: 2px;
}

#segment {
  padding-bottom: 15px;
  *zoom: 1;
  font-size: 116.66667%;
}
#segment:after {
  content: "";
  display: block;
  clear: both;
}
#segment div {
  float: left;
  margin-right: 15px;
}

.authorProfile {
  *zoom: 1;
}
.authorProfile:after {
  content: "";
  display: block;
  clear: both;
}
.authorProfile .image {
  float: left;
  margin-right: 20px;
}
.authorProfile .data {
  float: left;
}
.authorProfile .data table {
  font-size: 116.66667%;
}
.authorProfile .data table th, .authorProfile .data table td {
  padding: 5px 10px;
  vertical-align: top;
}
.authorProfile .data table th {
  border-bottom: 1px solid #F1F3F5;
  padding: 5px;
  width: 60px;
  color: #FFF;
  background-color: #aeb2b5;
}
.authorProfile .data table tr:last-child th {
  border-bottom: 1px solid #aeb2b5;
}
.authorProfile .data table td {
  border: 1px solid #aeb2b5;
}

#contact .error, #contact .note {
  color: #F00;
}
#contact .lead {
  margin: 0 auto;
  width: 535px;
}
#contact table {
  margin: 0 auto;
  width: 535px;
  font-size: 116.66667%;
}
#contact table th, #contact table td {
  padding: 10px;
  vertical-align: top;
  text-align: left;
}
#contact table th {
  border-bottom: 1px solid #F1F3F5;
  background-color: #aeb2b5;
  color: #FFF;
  white-space: nowrap;
  font-weight: bold;
}
#contact table tr:last-child th {
  border-bottom: 1px solid #aeb2b5;
}
#contact table td {
  border: 1px solid #aeb2b5;
}
#contact table td input {
  width: 150px;
}
#contact table td input.mail {
  width: 230px;
}
#contact table td input.address {
  width: 310px;
}
#contact table td input.zip {
  width: 70px;
}
#contact table td option {
  padding: 0 10px 0 0;
}
#contact table td textarea {
  width: 360px;
  height: 100px;
}
#contact .button {
  margin: 15px 0 0 0;
  text-align: center;
}
#contact .button input {
  border: none;
  border-radius: 3px;
  width: 100px;
  height: 30px;
  font-size: 116.66667%;
  color: #FFF;
  background-color: #aeb2b5;
  background-image: url(/images/common/icon_arrow_7x7_right.png);
  background-repeat: no-repeat;
  background-position: 9px 50%;
}
#contact .button input[name="back"] {
  background-image: none;
}
#contact .msg {
  font-size: 116.66667%;
}

#conditions {
  margin-bottom: 20px;
  padding: 15px 30px 0;
  border: 1px solid #aeb2b5;
  color: #595c5f;
}
#conditions h3 {
  padding-bottom: 10px;
  letter-spacing: 1px;
  font-size: 110%;
}
#conditions table {
  width: 100%;
}
#conditions th, #conditions td {
  padding: 10px 0;
  border-top: 1px solid #F1F3F5;
}
#conditions th {
  padding-left: 10px;
  padding-right: 50px;
  white-space: nowrap;
}
#conditions td {
  width: 100%;
}
#conditions .research {
  margin: 0 -30px;
  padding: 10px 30px;
  border-top: 1px solid #aeb2b5;
  text-align: right;
}
#conditions .research a:before {
  content: '≫';
  display: inline-block;
  margin-right: 6px;
  vertical-align: top;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#pagetop {
  position: fixed;
  right: 50%;
  bottom: -100px;
  margin-right: -600px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#pagetop.show {
  bottom: 30px;
}

@media all and (max-width: 1200px) {
  #pagetop {
    right: 30px;
    margin-right: 0;
  }
}
