@charset "utf-8";
@import "common.css";

.flex {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.flex img {
    display: inline-block;
}

div.mainContentInner01 {
    padding: 0;
}


    div.catch
    {
        font-size: 200%;
        color: #006699;
        line-height: 1.4em;

        padding: 10px;

        position: relative;
        z-index: 1;
    }
    span.new
    {
        font-weight: bold;
        font-size: 60%;
        color: #ffffff;

        border-radius: 3px;
        box-shadow: 0 2px 3px #ccc;

        margin-right: 5px;
        padding: 2px 5px;

        position: relative;
        top: -3px;
        left: -5px;
        z-index: 1;

        background: #ff6633;
    }



    div#photo, div#zumen
    {
        text-align: center;
        vertical-align: middle;

        border: 1px solid #999999;

        padding: 5px;

        width: 340px;
        height: 255px;
    }

    div#photo
    {
        float: left;
    }

    div#zumen
    {
        float: right;
    }



    div.caution
    {
        font-size: 120%;
        color: #ff0000;

        text-align: center;

        border: 2px solid #ff6347;
        border-radius: 5px;

        margin: 20px 0;
        padding: 10px;

        background: #ffe1e1;
    }

    p#ordermade
    {
        text-align: center;
        margin: 40px auto;
    }


    table.data
    {
        width: 100%;

        border-collapse: collapse;

        margin: 20px 0;
    }
    table.data tr th, table.data tr td
    {
        font-size: 120%;

        border: 1px solid #999999;

        padding: 10px;
        line-height: 1.3;
    }
    table.data tr th
    {
        font-weight: normal;
        width: 140px;

        background: #dfdfdf;
    }

    /* 写真充実・見応えありアイコン */
    div.icons ul {
        list-style: none;
    }
    div.icons ul li {
        color: #ffffff;

        margin-right: 10px;

        display: inline-table;
    }
    div.icons ul li a {
        color: #ffffff;
        text-decoration: none;

        border-radius: 5px;
        border: 3px solid #ffcc99;

        background: #ff9933;

        padding: 5px 10px;

        display: block;
    }
    div.icons ul li a:hover {
        border-color: #ff9933;
        background: #ffcc99;
    }
    /* /写真充実・見応えありアイコン */


    span.mae_price {
        text-decoration: line-through;
    }
    span.price {
        color: #ba0000;
        font-weight: bold;
        font-size: 120%;
    }


    /* 消費税アイコン */

    span.taxin
    {
        font-size: 85%;
        color: #2184d9;

        border-radius: 5px;
        border: 3px solid #33ccff;

        margin: 5px;
        padding: 5px;

        background: #9be6ff;
        display: inline-block;
    }
    span.taxunknown
    {
        font-size: 85%;
        color: #ff3333;

        border-radius: 5px;
        border: 3px solid #ff9900;

        margin: 5px;
        padding: 5px;

        background: #ffd53c;
        display: inline-block;
    }
    span.taxfree
    {
        font-size: 85%;
        color: #006600;

        border-radius: 5px;
        border: 3px solid #99cc00;

        margin: 5px;
        padding: 5px;

        background: #b7d55a;
        display: inline-block;
    }

    /* /消費税アイコン */



    /* 商談有りアイコン */

    span.shoudanchu {
        font-size: 85%;
        color: #006600;

        border-radius: 5px;
        border: 3px solid #99cc00;

        margin: 5px;
        padding: 5px;

        background: #b7d55a;
        display: inline-block;
    }

    /* /商談有りアイコン */



/* region for Button Table */

    ul#button
    {
        list-style: none;
        margin: 20px;
        padding: 0;
    }
    ul#button li
    {
        display: inline;
    }
    ul#button li a, ul#button li img
    {
        margin: 5px auto;
    }

/* end region */



    ul.detail_anchor
    {
        list-style: none;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    ul.detail_anchor li
    {
        text-decoration: none;

        border-radius: 4px;
        border: 3px solid #d5d5d5;

        margin-bottom: 10px;

        background: #fafafa;

        display: inline-block;
    }
    ul.detail_anchor li a
    {
        text-decoration: none;

        padding: 5px 10px;

        display: inline-block;
    }
    ul.detail_anchor li p
    {
        word-break: break-all;
        padding: 5px 5px;
    }
    ul.detail_anchor li.favorite_yet
    {
        border-radius: 5px;
        border: 3px solid #aaffff;

        background: #00ccff;

        cursor: pointer;
    }
    ul.detail_anchor li.favorite
    {
        text-indent: 1.2em;

        border-radius: 5px;
        border: 3px solid #aaaaaa;

        background: url("../images/favorite_check.png") left center no-repeat #f5f5f5;

        cursor: pointer;
    }
    ul.detail_anchor li.favorite_yet span
    {
        color: #ffffff;

        padding: 5px 10px;

        display: inline-block;
    }
    ul.detail_anchor li.favorite span
    {
        color: #333333;

        padding: 5px 10px;

        display: inline-block;
    }
    ul.detail_anchor li.line_button {
        border: 3px solid #39b833;
        background: #39b833;
    }
    ul.detail_anchor li.line_button a {
        color: #fff;
    }


/* region for Agreement */

    div.agreement
    {
        text-align: left;
        /*width: 900px;*/
        margin: 40px auto;
        padding-top: 20px;
    }
    div.agreement ol
    {
        margin: 0 20px;
        padding: 20px;
    }
    div.agreement ol li
    {
        line-height: 1.3em;
        padding-bottom: 1em;
    }

/* end region */



/* [Contact Form] */

    div.detail_contact
    {
        /*width: 900px;*/
        margin: 40px auto;
    }
    div.detail_contact form table
    {
        width: 100%;
        border-collapse: collapse;
    }
    div.detail_contact form table caption
    {
        font-weight: bold;
        color: #ffffff;
        padding: 10px;
        border-bottom: 3px solid #999999;
        background: #333333;
    }
    div.detail_contact form table tr
    {
        background: #ffffff;
    }
    div.detail_contact form table th.recomm_favorite
    {
        color: #ff6347;
        text-align: center;
    }
    div.detail_contact form table tr:nth-child(even)
    {
        background: #f5f5f5;
    }
    div.detail_contact form table th, div.detail_contact form table td
    {
        text-align: left;
        vertical-align: top;
        padding: 10px;
    }
    div.detail_contact form table th
    {
        font-weight: normal;
        width: 10em;
    }
    div.detail_contact form table td input, div.detail_contact form table td textarea
    {
        padding: 5px;
    }
    div.detail_contact form table td span.necessary
    {
        color: #ffffff;
        white-space: nowrap;

        border-radius: 3px;
        box-shadow: 0 2px 3px #999;

        margin-left: 5px;
        padding: 2px 5px;

        vertical-align: top;

        position: relative;
        top: 5px;

        background: #ff6633;
    }

    div.detail_contact_conf
    {
        width: 500px;
    }

/* [/Contact Form] */



/* [near] */

    ul.near {
        list-style: none;
        border: 3px solid #ccc;
        margin-bottom: 20px;
    }

    ul.near li {
        border-bottom: 3px dotted #ccc;
    }
    ul.near li:last-child {
        border: 0;
    }
    ul.near li.caption {
        text-align: center;

        padding: 5px;

        background: #ccc;
    }

    ul.near li table {
        width: 100%;
        border-collapse: collapse;
    }

    ul.near li table caption,
        ul.near li table tr th,
        ul.near li table tr td {
        padding: 5px;
    }

    ul.near li table caption {
        color: #006699;
        font-weight: bold;
    }

    ul.near li table tr:nth-child(even) {
        background: #f5f5f5;
    }

    div.near_anchor {
        text-align: center;
        margin: 15px;
    }
    div.near_anchor a {
        color: #ffffff;
        text-decoration: none;

        border-radius: 5px;
        border: 3px solid #bff2cc;

        margin: 5px;
        padding: 5px 10px;

        background: #4adb6e;
    }

    .teishaku {
        /* font-size: 70%; */
        color: #ffffff;
        border-radius: 5px;
        border: 2px solid #cce5ff;
        background: #80bdff;
        padding: 2px 5px;
        margin-left: 10px;
    }

/* [/near] */


/*担当者コメント*/
.comments_manager {
    border: 5px double #aaa;

    padding: 2em;
}

.comments_title img{
    width: 3.5%;
}
