/* @group Base */

* {
  margin: 0;
  padding: 0;
}

*, input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
  color: #333;
  font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  line-height: 28px;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

img[width], img[height] {
  max-width: none;
}

figure > img {
  display: block;
}

a {
  color: #1A74B0;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}


table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}

[dir=rtl] table {
  text-align: right;
}

td, th {
  border-color: #eee;
  border-style: solid;
  padding: 12px;
}

th {
  border-width: 1px 0;
  color: #bebebe;
  font-size: 11px;
  font-weight: normal;
  white-space: nowrap;
  text-align: inherit;
}

td {
  border-width: 0 0 1px 0;
}

h1 {
  font-size: 20px;
  font-weight: normal;
}

input, textarea, label {
  display: inline-block;
  vertical-align: middle;
}

label, select {
  font-size: 16px;
}

input[type="checkbox"] + label {
  margin-left: 5px;
}

[dir=rtl] input[type="checkbox"] + label {
  margin-left: 0;
  margin-right: 5px;
}

input, textarea, select {
  border: 1px solid #ddd;
  border-radius: 2px;
}

input, textarea {
  padding: 10px;
}

textarea {
  height: 100px;
  padding: 7px 10px;
  resize: vertical;
}

textarea, input[type=text] {
  width: 100%;
}

input, textarea, select {
  color: #555;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border: 1px solid #999;
}

input::-ms-clear {
  display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 10px;
  min-width: 141px;
  background: url("//theme.zdassets.com/theme_assets/457050/27f536d448438fdd88b4004a3223bcc153fb621d.svg") no-repeat #fff;
  background-size: 10px 5px;
  background-position: calc(100% - 10px) 50%;
}

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

[dir=rtl] select {
  background-position: 10px 50%;
}

/* Buttons */
button, [role=button], [type=button], [type=submit] {
  border-radius: 4px;
  border: 1px solid #ddd;
  color: #1A74B0;
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
}

a[role=button]:hover {
  text-decoration: none;
}

input[type=submit] {
  background: #444;
  border-color: transparent;
  color: #fff;
  padding: 10px 30px;
}

input[type=submit][disabled] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE 8 */
  opacity: .4;
}

button img, [role=button] img {
  border-radius: 4px;
  margin: 0 5px 0 0;
  height: 20px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}

[dir=rtl] button img, [dir=rtl] [role=button] img {
  margin: 0 0 0 5px;
}



/* @end */

/* @group Layout */

  .main-column {
    width: 670px;
    float: left;
  }

  .side-column {
    width: 300px;
    float: right;
  }

@media screen and (max-width:999px) {

  .main-column {
    width: 100%;
    float: none;
  }

  .side-column {
    width: 100%;
    float: none;
  }

}


.footer {
  clear: both;
  padding: 20px 0 20px 0;
  border-top: 1px solid #e1e1e1;
}
.footer-inner {
  text-align: right;
  font-size: 11px;
  color: #999;
}
@media screen and (max-width:999px) {

  .footer {
    padding: 20px 0 0 0;
  }
  
  .footer-inner {
    text-align: center;
  }

}




/* @end */

/* @group Header */

.page-header {
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 0;
}
.page-header h2 {
  padding: 10px 0 5px 0;
  font-weight: normal;
}
@media screen and (max-width:999px) {

  .page-header {
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 10px 8px 10px;
  }

  .page-header h2 {
    font-size: 14px;
  }

}


/* @end */

/* @group HomePage */

p.description {
  margin: 0px 0 20px 10px;
  clear: both;
}

.faq-links {
  margin: 10px 0 0 0;
  padding: 10px 0 0 10px;
  background: #f5f5f5;
}
.faq-links .section-name {
  width: 320px;
  float: left;
  margin: 0 10px 10px 0;
  text-align: center;
  font-size: 16px;
  background: #FFFFFF;
}
.faq-links .section-name a {
  display: block;
  background: #fff;
  padding: 15px 0;
}
.faq-links .section-name a:hover {
  background: #eee;
}

@media screen and (max-width:999px) {

  .faq-links {
    padding: 10px 10px 10px 10px;
  }

  .faq-links .section-name {
 		 width: 100%;
 		 float: none;
    margin: 0 0 10px 0;
  }

}


/* @end */

div.box {
  margin: 0 0 20px 0;
}

div.box h3 {
  margin: 0 0 20px 0;
  padding: 10px;
  font-size: 16px;
  background: #f5f5f5;
  border-radius: 3px;
}
	div.box h3:hover {
    background: #eee;
 }

div.box h3 a {
  display: block;
}

div.box p {
  margin: 0 0 10px 10px;
}

div.box ul {
  margin: 0 0 0 15px;
  list-style: none;
}
div.box ul li {
  margin:  0 0 5px 0;
  line-height: 20px;
  font-size: 14px;
}
div.box ul li:before {
  font-family: "entypo";
  content: "\E762";
  padding: 0 5px 0 0;
}


.more {
  margin: 20px 0 0 10px;
}
.more a {
  background: #eee;
  padding: 5px 10px;
  font-size: 11px;
}


.breadcrumbs {
  padding: 10px 0;
  font-size: 11px;
}
.breadcrumbs a {
  text-decoration: none !important;
}

.breadcrumbs > a:after {
  font-family: "entypo";
  content: "\E762";
  padding 0 10px 0 0;
  margin: 0 10px 0 10px;
}
@media screen and (max-width:999px) {
  .breadcrumbs {
    display: none;
  }
}

/* @group Contact Form */

.form {
  background: #f5f5f5;
  padding: 10px 40px 40px 40px;
}
@media screen and (max-width:999px) {

  .form {
    padding: 10px 20px 20px 20px;
    margin: 0 0 20px 0;
  }

}

.request_ticket_form_id {
  display: none;
}
#request_anonymous_requester_email {
}
#request_custom_fields_22792104 {
	width: 30%;
}
#request_custom_fields_46887648 {
}
#request_custom_fields_33481747 {
}

@media screen and (max-width:999px) {

  #request_custom_fields_22792104 {
    width: 100%;
  }

}

.form-field ~ .form-field {
  margin-top: 25px;
}

.form-field label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.form-field input[type=checkbox] + label {
  margin: 0 0 0 10px;
}

.form-field.required > label:after {
  content: "*";
  color: #f00;
  margin-left: 2px;
}

.form-field p {
  font-size: 12px;
}

.form-field input[type=number], .form-field input.datepicker {
  width: 150px;
}

.form-field input.partialcreditcardinputfield {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAQAAADYBBcfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJ9JREFUOMvdktENwyAMBTNCR8gIGcGjMIo3YwQmOGUERnA/oLQUkZIoUqrYfyednwWepnOLGYeiOOY9ksc+2g/JLMRKM4zI8jvtpQUUJRR1OzUvGZFCJI/y23lpvlRUMu1n4tKSDU8Lu76oGIaO8otEFM+KYaz4r37zVm4+vdO3EgOClFvdIUp1buNipo+DYp+fv+rxx/njAwhDYpguqyfMVKQgdRaSPwAAAABJRU5ErkJggg==") no-repeat 10px 10px;
  background-size: 14px;
  padding-left: 28px;
}

[dir=rtl] .form-field input.partialcreditcardinputfield {
  padding-left: 0;
  padding-right: 28px;
  background-position: right 10px top 10px;
}

.form-field .nesty-input {
  height: 37px;
  line-height: 37px;
  vertical-align: middle;
}

.form-field .nesty-input:focus {
  outline: none;
  border: 1px solid #999;
}

.form form + form {
  margin-top: 25px;
}

.searchbox {
  margin: 25px 0;
}

.searchbox-suggestions {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 10px 20px;
}

.searchbox-suggestions li {
  padding: 5px 0;
}

[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url("//theme.zdassets.com/theme_assets/457050/6aae8ce36967837f706ac36deff4b753e43977a4.gif") 99% 50% no-repeat;
  background-size: 16px 16px;
}

.form footer {
  border-top: 1px solid #eee;
  margin-top: 40px;
  padding-top: 30px;
  text-align: right;
}

.form footer a {
  color: #ccc;
  cursor: pointer;
  margin-right: 15px;
}



/* @end */


/* Helper classes */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}


/* Pagination */
.pagination {
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
}

.pagination * {
  display: inline-block;
}

.pagination li {
  border: 1px solid #eee;
  float: left;
  margin-left: -1px;
}

[dir=rtl] .pagination li {
  float: right;
}

.pagination a, .pagination span {
  color: inherit;
  font-size: 12px;
  padding: 5px 12px;
}

.pagination-current {
  background-color: #f9f9f9;
  color: #bebebe;
}

.pagination-first {
  border-radius: 3px 0 0 3px;
}

[dir=rtl] .pagination-first {
  border-radius: 0 3px 3px 0;
}

.pagination-last {
  border-radius: 0 3px 3px 0;
}

[dir=rtl] .pagination-last {
  border-radius: 3px 0 0 3px;
}



/* ====================================================
   Content frame
   ==================================================== */
main, .footer-inner {
  margin: 0 auto;
  padding: 0;
  width: 1000px;
}
@media screen and (max-width:999px) {

  main, .footer-inner {
    width: 100%;
  }

}



/* ====================================================
   Navigation pages: Home, Category and Section
   ==================================================== */


.article-list {
  list-style: none;
}
.article-list > li {
  margin: 0 0 5px 0;
  background: #f5f5f5;
  border-radius: 3px;
  font-size: 14px;
}
.article-list > li:hover {
  background: #eee;
}
.article-list > li a {
  display: block;
  padding: 10px 15px;  
}
.article-list > li > a:before {
  font-family: "entypo";
  content: "\E762";
  padding-right: 10px;
  font-size: 1.2em;
}

.article-list > li > a[aria-selected="true"]:before {
  content: "- ";
}

.article-list > li > a:hover {
  text-decoration: none;
}

.see-all-articles {
  display: block;
  text-align: right;
  margin: 10px 0 0 0;
  padding: 0 10px;
  font-size: 12px;
}


.category > h3,
.section > h3 {
  margin: 0px 0 10px 0;
  font-size: 16px;
  color: #555555;
}
@media screen and (max-width:999px) {

  .category > h3,
  .section > h3 {
    margin: 10px;
    font-size: 14px;
  }

}

.section {
  display: inline-block;
  padding: 0 0 10px 0;
  vertical-align: top;
  width: 100%;
  color: #555555;
}


/* ====================================================
   Header
   ==================================================== */
.header {
  width: 100%;
  background:  #fff;
  border-bottom: 1px solid #e1e1e1;
}
.header-inner {
  width: 1000px;
  height: 59px;
  margin: 0 auto;
}
@media screen and (max-width:999px) {
	.header-inner {
    width: 100%;
    margin: 0 10px;
    height: 59px;
  }
}


.header-nav {
  float: right;
  margin: 20px 10px 0 0;
}
  .header-nav a {
    margin: 0 0 0 20px;
  }

.logo {
  float: left;
  margin-top: 16px;
}

.logo img {
  width: 217px;
  height: 27px;
}
  .logo img.logo-smp {
    display: none;
  }

@media screen and (max-width:999px) {

  .header-nav {
    margin: 20px 20px 0 0;
    font-size: 12px;
  }
  .header-nav a {
    margin: 0 0 0 5px;
  }

  .logo img {
  	 width: 95px;
    height: 33px;
  }
    .logo img.logo-smp {
      display: block;
    }
    .logo img.logo-pc {
      display: none;
    }
  
}

@media screen and (max-width:479px) {
  
  .logo img {
    width: 80px;
    height: 28px;
  }

  .header-nav {
    margin: 14px 20px 0 0;
  }

  .header-nav a {
    font-size: 0.9em;
  }

}


/* ====================================================
   Search
   ==================================================== */
/*
 * Main search component on the home page
 */
.search input[type=submit],
.search input[type=search] {
  height: 40px;
}

.search input[type=submit] {
  display: none;
}

.search input[type=search] {
  float: right;
  background: #fff;
  -webkit-appearance: none;
  border-color: #dadada;
  border-color: #dadada;
  border-width: 3px;
  border-radius: 3px;
  padding: 6px 10px 6px 35px;
  width: 270px;
}
@media screen and (max-width:999px) {

  .search input[type=search] {
    width: 180px;
  }

}


/*
 * Secondary smaller search component on model pages
 */
.search {
  float: right;
  position: relative;
}

.search:before {
  content: "\1F50D";
  font-family: "entypo";
  font-size: 16px;
  color: #c0c0c0;
  left: 15px;
  line-height: 40px;
  position: absolute;
  top: 0;
}

.search ::-webkit-input-placeholder {
  color: #d9d9d9;
}

.search :-moz-placeholder {
  color: #d9d9d9;
}

.search ::-moz-placeholder {
  color: #d9d9d9;
}

.search :-ms-input-placeholder {
  color: #d9d9d9;
}





.search-results {
  margin: 0;
}

section.search-results-column {
}
h2.search-results-subheading {
  margin: 20px 0 20px 0;
  font-size: 14px;
}

.search-result ol.breadcrumbs {
  list-style: none;
  margin: 0;
  padding 0;
}

.search-results-subheading {
  margin: 0;
  padding 0;
}

.search-results-subheading-link {
  font-size: 13px;
  font-weight: normal;
  margin-left: 5px;
}

.search-results-list {
  list-style: none;
}

.search-results-list > * {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}

.search-results-list > *:first-child {
  border-top: 1px solid #eee;
}
.search-result-link {
  font-size: 16px;
  margin: 0;
  background: #eee;
}
.search-result-description {
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 10px 0;
}
.search-result-description em {
  font-weight: bold;
  font-style: normal;
  color: #000;
}

.search-result-meta-name, .search-result-meta-time, .search-result-meta-count {
  font-size: 11px;
  color: #999;
}






/* ====================================================
   Article
   ==================================================== */


.article-wrapper {
  background: #f5f5f5;
  margin: 0 0 20px 0;
  padding: 30px 30px 20px 30px;
  border-radius: 3px;
}

.article-header h1 {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #e1e1e1;
}

.article-updated {
  font-size: 12px;
  margin: 0 0 0 0;
  padding: 20px 0 0 0;
  border-top: 1px solid #e1e1e1;
}

.updated {
  color: #999;
}
.updated:before {
  font-family: "entypo";
  content: "\1F554";
  padding: 0 5px 0 0;
}

.article-body {
  font-size: 14px;
  line-height: 24px;
  margin: 0 20px 20px 0px;
}
.article-body .article-body {
  margin: 10px 0 -15px 0;
  padding: 0 0 0 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.article-body img {
  border: 1px solid;
  border-color: #ececec;
  border-color: rgba(0, 0, 0, 0.07);
  height: auto;
  max-width: 100%;
  padding: 3px;
}

.article-body pre {
  background-color: #fbfbfb;
  background-color: rgba(0, 0, 0, 0.02);
  border: 1px solid;
  border-color: #ececec;
  border-color: rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre-wrap;
}

.article-body blockquote {
  border-left: 1px solid;
  border-left-color: #ececec;
  border-left-color: rgba(0, 0, 0, 0.07);
  color: #8e8e8e;
  font-style: italic;
  margin: 20px 0;
  padding-left: 20px;
}

.article-body p {
  margin: 0 0 20px 0;
}


.article-body ul, .article-body ol {
  list-style-position: outside;
  margin: 0 0 20px 20px;
}

.article-body ul {
  list-style-type: disc;
}

.article-body li {
  margin-bottom: 5px;
}

.article-body table {
  table-layout: fixed;
}

.recent-articles h3,
.related-articles h3 {
  margin-top: 0;
}

.recent-articles li,
.related-articles li {
  margin-bottom: 10px;
}


@media screen and (max-width:999px) {

  .article-wrapper {
    padding: 15px 10px 10px 10px;
    border-bottom: 1px solid #e1e1e1;
  }

  .article-header h1 {
    font-size: 14px;
    line-height: 26px;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    font-weight: bolder;
  }

  .article-body {
    font-size: 13px;
    line-height: 24px;
    margin: 0 0 10px 0;
  }

  .article-updated {
    padding: 10px 0 0 0;
  }

}


.error-page {
  margin: 100px 0;
  color: #666;
}
.error-page h2 {
  margin: 40px 0;
  font-size: 30px;
}
.error-page p {
}
