/* all.css normalize.css v2.0.1 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

h1 {
    font-size: 2em
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: "\201C""\201D""\2018""\2019"
}

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: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,
input {
    line-height: normal
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    display: none !important;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    text-align: center;
    font: 13px/1.231 arial, helvetica, clean, sans-serif;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif
}

/*
* {
    margin: 0;
    padding: 0
}
*/

select {
    border: solid 1px #757575;
    height: 40px;
    background-color: #EEEEEE
}

input {
    height: 40px;
    line-height: 40px
}

.container {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 10px
}

@media only screen and (min-width: 781px) {
    .container {
        padding: 0 30px
    }
}

.clearfix:after {
    content: "";
    display: block;
    clear: both
}

input {
    border: solid 1px #666
}

#header {
    margin-bottom: 15px;
    height: 50px;
    background-color: #EEEEEE
}

#header .logo {
    display: block;
    height: 50px;
    margin-bottom: -50px;
    text-align: left
}

#header .logo img {
    margin-top: 5px
}

#header #menu-list {
    text-align: right
}

#header #menu-list a {
    text-decoration: none;
    line-height: 48px;
    font-size: 12px;
    font-weight: bold;
    width: 50px;
    padding: 10px 8px;
    margin-right: 5px;
    color: #757575
}

#header #menu-list a.active {
    border-bottom: 2px solid #4285f4
}

#main {
    min-height: 400px;
    font-size: 16px;
    text-align: left;
    color: #757575
}

#main a {
    color: #245dc1
}

#main a:visited {
    color: #7759ae
}

#main h1,
#main h2,
#main h3,
#main h4 {
    color: black
}

#main h1 {
    font-size: 26px;
    line-height: 32px;
    margin-top: 9px
}

#main h2 {
    font-size: 20px;
    line-height: 32px;
    margin-top: 22px
}

#main h3 {
    font-size: 18px;
    line-height: 32px;
    margin-top: 10px
}

#main ul {
    margin: 10px 10px 10px 30px
}

#main li {
    display: list-item
}

#page-index .inputs {
    margin: 0 auto;
    max-width: 400px
}

#page-index .inputs select {
    padding-left: 30%;
    font-size: 14px
}

.country {
    width: 80%;
  background-color:rgba(255,255,255,0.9);
    border-radius: 6px;
    margin-bottom:1vh;
}

.country > option {
    text-align: center !important;
}

#page-index .inputs .category {
    width: 80%;
  background-color:rgba(255,255,255,0.9);
    border-radius: 6px;
    margin-bottom:1vh;
}

#page-index .pct, .pct, .pct-off {
  float:left;
    width: 49%;
  background-color:rgba(255,255,255,0.9);
    border-radius: 6px;
}

#page-index .pct-off {
  float:right;
    width: 49%;
  background-color:rgba(255,255,255,0.9);
    border-radius: 6px;
}
#country .select-input {
    padding-left: 5%;
    margin-left: auto;
}
.select-input {
    border: 1px solid #ddd;
    border-radius: 4px;
}
.input-box {
      text-align: left !important;
      font-size: large;
      line-height: 3em;
      height: 3em;
}
.list{
  background-color:rgba(255,255,255,0.9);
    border-radius: 6px;
  }
#country .select-input {
      text-align: center !important;
}
#page-index .inputs .input-box:before {
    clear: both
}

#page-kindle #form {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto
}

#page-kindle #form select {
    width: 49%;
    margin-right: 20px
}

#page-kindle #price {
    margin-top: 15px
}

#page-kindle #price input {
    border: none;
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin: 5px;
    outline: none
}

#page-kindle #price div {
    margin: 0;
    width: 130px;
    height: 40px;
    border: solid 1px #757575;
    border-radius: 5px;
    display: inline-block
}

#page-kindle #price div.kara {
    width: 20px;
    border: none
}

.otoku-article div.datebox {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #666;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #666;
    padding: 5px;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 15px
}

.otoku-article div.body {
    color: #000;
    font-size: 14px;
    line-height: 23px;
    word-wrap: break-word
}

.otoku-article div.eyecatch {
    margin: 0 0 20px 0;
    text-align: center
}

.otoku-article div.eyecatch img {
    max-width: 90%
}

.otoku-article p {
    margin-bottom: 25px
}

.otoku-article h1 {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 20px
}

.otoku-article h2 {
    font-size: 18px;
    line-height: 25px;
    margin: 10px 0 20px 0;
    padding: 15px 10px 10px 10px;
    color: #1a1a1a;
    border-bottom: 1px #999999 dotted
}

.otoku-article h3 {
    font-size: 16px;
    line-height: 23px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #f3f3f3
}

#page-quick .list {
    margin: 20px auto;
    width: 480px
}

#page-quick .list .category {
    margin-top: 10px;
    border-bottom: 1px solid black;
    padding-bottom: 5px
}

#page-quick .list .category-name {
    font-weight: bold;
    float: left;
    width: 160px;
    text-align: left !important;
    border-right: solid 1px black;
    padding-right: 10px
}

#page-quick .list .pcts {
    float: left;
    width: 300px
}

#page-quick .list .pcts span {
    padding-left: 5px
}

@media screen and (max-width: 600px) {
    #page-quick .list {
        width: 300px
    }

    #page-quick .list .category {
        border: none
    }

    #page-quick .list .category-name {
        border: none
    }

    #page-quick .list .pcts {
        margin-top: 5px
    }
}

#page-update .updates p {
    margin-top: 10px
}

#page-update .updates p span {
    font-size: 14px;
    margin-right: 20px;
    font-weight: bold
}

#page-update .updates p.body {
    margin-left: 100px;
    font-size: 12px
}

.wrapper-search #main h1,
.wrapper-search #main p,
.wrapper-search #main div {
    text-align: center
}

.wrapper-search .logo {
    margin-top: 10px
}

.wrapper-search #what {
    margin-top: 5px;
    font-size: 15px
}

.wrapper-search #form {
    margin-top: 20px
}

.wrapper-search .word-box {
    width: 92%;
    margin-top: 1%;
    margin-left: auto;
    margin-right: auto;
}

.wrapper-search .word-box input {
    display: block;
    width: 90vw;
}

.wrapper-search .input-box {
  /*
    border: solid 1px #757575;
    border-radius: 5px;
    background-color: #EEEEEE
    */
}

.wrapper-search .input-box input {
    border: solid 2px #000;
    outline: none;
    /* background: #fff; */
    width: 80vw;
    height: 3em !important;

}

.wrapper-Android-search {
    border: solid 2px #333;
    outline: none;
    width: 90vw !important;
    height: 3em !important;
    margin-left: 2vw;

}
.wrapper-search .submit-box {
    margin: 20px auto;
    max-width: 400px;
    width: 50%
}

.wrapper-search .submit-box input {
    width: 200px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    border: solid 1px #757575;
    border-radius: 5px;
    background-color: #EEEEEE
}

#main .breadcrumb {
    font-size: 13px;
    color: #ccc
}

#main .breadcrumb div {
    display: inline
}

#main .breadcrumb div a {
    color: #666;
    text-decoration: none
}

#main .breadcrumb div a:visited {
    color: #666
}

ul.share-buttons {
    text-align: center;
    list-style: none;
    padding: 0
}

ul.share-buttons li {
    display: inline !important;
    margin: 0 10px
}
/*
ul.share-buttons li img {
    width: 32px;
    height: 32px
}
*/
@media only screen and (min-width: 781px) {
    .with_sidebar #main {
        float: left;
        width: 100%;
        margin-right: -300px
    }

    .with_sidebar main {
        margin-left: 0;
        margin-right: 320px
    }

    .with_sidebar #sidebar {
        float: right;
        width: 300px
    }
}

#sidebar {
    text-align: left
}

#footer {
    display: block;
    width: 100%;
    margin-top: 50px;
    padding-bottom: 20px
}

#footer ul {
    margin: 10px 0 0 0;
    text-align: center
}

#footer li {
    display: inline;
    margin-right: 13px;
    line-height: 2.2;
    font-size: 12px;
    text-align: left
}

#footer a:visited {
    color: #245dc1
}

/* Amazon商品ボタン */
.GoToAmazon, .btn.Itembtn.ItemLink {
  display: inline-block;
  background: #FF9900 !important;
  color: #fff !important;
  padding: 10px 16px;
  border-radius: 8px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  margin: 6px 0;
}

/* DivItemImageMedium（商品画像ラップ） */
.DivItemImageMedium {
  text-align: center;
  margin: 10px 0;
  cursor: pointer;
}
.DivItemImageMedium img {
  max-width: 200px;
  height: auto;
  border-radius: 8px;
}

/* external-link style */
.external-link {
  color: #FF9900;
  text-decoration: underline;
  cursor: pointer;
}



