@charset "utf-8";
/* CSS Document */

@import url(basic.css);
@import url(id.css);
@import url(space.css);
@import url(goods.css);
.cs {
    line-height: 162px;
    font-size: 18px;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", 'Noto Sans JP', sans-serif;
    text-shadow: 2px 2px 1px #E6E6E6;
    color: #F29300;
}

.order {
    padding-top: 0.5em;
    text-align: right;
}

.order input[type="text"] {
    width: 2em;
    border: 1px solid #ccc;
}

.order table {
    margin: 0 0 0 auto;
}

.order td {
    vertical-align: middle;
    padding-left: 0.35em;
}

.order td p {
    font-size: 12px;
}

.toiawase {
    text-align: right;
}

.toiawase input[type="submit"] {
    border: 1px solid #ccc;
}

.info {
    background: #FDC501;
    padding: 12px 0;
}

.info .inner {
    width: 640px;
    margin: auto;
    box-sizing: border-box;
    padding: 1em 1em;
    background: #fff;
    border: 4px double red;
    line-height: 1.5;
    font-size: 14px;
}

.inner h5 {
    font-size: 16px;
    text-align: center;
    color: red;
    font-weight: 700;
}

.inner p {
    font-weight: 700;
    margin-top: 0.5em;
}
