﻿/*----------------------------------------------------------
The base color for this template is #ffdd85. If you'd like
to use a different color start by replacing all instances of
#ffdd85 with your new color.
----------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    line-height: 1.2em;
}

body {
    background-color: #ffdd85;
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
    height: 100%;
}

a:link {
    color: #034af3;
    text-decoration: underline;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #12eb87;
}

p, ul {
    /*margin-bottom: 20px;*/
    margin-bottom: 10px;
    line-height: 1.6em;
}

b {
    margin-bottom: 5px;
}

header, footer, nav, section {
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
body {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

    header h1, #header h1 {
        font-weight: bold;
        padding: 5px 0;
        margin: 0;
        color: #ffdd85;
        border: none;
        line-height: 2em;
        font-size: 32px !important;
    }

footer, #footer {
    color: #fff;
    text-align: center;
    line-height: normal;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    border-bottom: 1px #ffdd85 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
    }

        ul#menu li#greeting {
            padding: 10px 20px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            color: #fff;
        }

        ul#menu li a {
            padding: 10px 20px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            background-color: #e8eef4;
            color: #034af3;
            border-radius: 10px 10px 10px 10px;
            -webkit-border-radius: 10px 10px 10px 10px;
            -moz-border-radius: 10px 10px 10px 10px;
        }

            ul#menu li a:hover {
                background-color: #fff;
                text-decoration: none;
            }

            ul#menu li a:active {
                background-color: #a6e2a6;
                text-decoration: none;
            }

        ul#menu li.selected a {
            background-color: #fff;
            color: #000;
        }

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

input[type="text"], input[type="password"], input[type="email"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}



/* TABLE
----------------------------------------------------------*/

table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

    table td {
        padding: 5px;
        border-right: solid 1px #e8eef4;
        border-bottom: solid 1px #e8eef4;
    }

    table th {
        padding: 6px 5px;
        text-align: left;
        background-color: #e8eef4;
        border-right: solid 1px #e8eef4;
        border-bottom: solid 1px #e8eef4;
    }


/* table
----------------------------------------------------------------------------------------------------------------------*/

.tableBox01 {
    margin-bottom: 20px;
}

    .tableBox01 table {
        clear: both;
        width: 100%;
        border-top: 1px solid #CCCCCC;
        border-left: 1px solid #CCCCCC;
        margin: 0;
        padding: 0;
    }

        .tableBox01 table th {
            background-color: #E6E6E6;
            padding: 5px;
            border-right: 1px solid #CCCCCC;
            border-bottom: 1px solid #CCCCCC;
            width: 25%;
            color: #333;
            font-size: 13px;
            font-weight: bold;
            vertical-align: top;
        }

        .tableBox01 table td {
            background-color: #FFF;
            padding: 5px;
            border-bottom: 1px solid #CCCCCC;
            border-right: 1px solid #CCCCCC;
            color: #333;
        }

    .tableBox01 .w55 {
        background-color: #E6E6E6;
        padding: 5px;
        border-right: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
        width: 55%;
        color: #333;
        font-size: 13px;
        font-weight: bold;
        vertical-align: top;
    }

    .tableBox01 .w15 {
        background-color: #E6E6E6;
        padding: 5px;
        border-right: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
        width: 15%;
        color: #333;
        font-size: 13px;
        font-weight: bold;
        vertical-align: top;
    }

.color01 {
    color: #F8B006;
}
/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav, #menucontainer {
    margin-top: 40px;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

    #logindisplay a:link {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:visited {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:hover {
        color: white;
        text-decoration: none;
    }


/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label {
    margin: 1em 0 0 0;
}

.display-field, .editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}


/*-- 独自CSS --*/
html {
    height: 100%;
}

.mainframe {
    background-color: #fff;
    background: #fff;
    width: 660px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 0 50px 0 50px;
}

.topframe {
    width: 100%;
    height: 60px;
    background-color: transparent;
    font-size: 24px;
    font-weight: 700;
}

    .topframe td {
        vertical-align: middle;
    }

.frame {
    padding-bottom: 10px;
}

.separator {
    height: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.separator_thin {
    height: 5px;
    margin-bottom: 10px;
}

h2 {
    width: 250px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    padding: 4px;
}

#main {
    margin-top: 10px;
}

footer {
    margin-top: 0px;
    width: 100%;
    text-align: center;
}

.productname {
    font-weight: bold;
    font-size: 1.4em;
}

.box {
    color: #000;
    border-style: solid;
    border-width: 1px;
    border-color: #DDDDD0;
    background-color: #EEEEE6;
    padding: 5px;
    text-align: right;
}

.boxsoldout {
    color: #000;
    border-style: solid;
    border-width: 1px;
    border-color: #FFDDDD;
    background-color: #FFEEEE;
    padding: 5px;
    text-align: right;
}

.transtable {
    border: none;
    width: 100%;
}

    .transtable td {
        border: none;
    }

td.shop-img {
    vertical-align: middle;
    text-align: center;
    width: 180px;
    height: 120px;
}

.btn {
    display: inline-block;
    padding: 10px 15px;
    color: #777 !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    font-family: Tahoma, Arial, sans-serif;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    text-shadow: 0 1px 1px rgba(255,255,255,0.9);
    position: relative;
    cursor: pointer;
    border: 1px solid #ccc !important;
    background: #fff url("../../../Images/btn-overlay.png") repeat-x !important;
}

    .btn:hover, .btn:focus, .btn:active {
        outline: medium none;
        border: 1px solid #329ECC !important;
        opacity: 0.9;
        -khtml-opacity: .9;
        -moz-opacity: 0.9;
        -moz-box-shadow: 0 0 5px rgba(82, 168, 236, 0.5);
        -webkit-box-shadow: 0 0 5px rgba(82, 168, 236, 0.5);
        box-shadow: 0 0 5px rgba(82, 168, 236, 0.5);
    }

.remark {
    margin-top: 3px;
    color: Gray;
    line-height: 1.3em;
    font-size: small;
}

textarea {
    padding: 5px;
    resize: none;
}

/*-- トップ画面修飾用 -----------------------------------------*/
div.toppage-line {
    height: 3px;
    margin-bottom: 10px;
}

h3 {
    width: 250px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    padding: 4px;
}

.notice-wrapper {
    margin-top: 5px;
}

.notice-inner {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 4px;
}

.price-color {
    color: #D00000;
}

/*Webkit*/
::-webkit-input-placeholder {
    color: #aaa !important
}

/*Firefox 19以降*/
::-moz-placeholder {
    color: #aaa !important
}

/*Firefox 18以前*/
:-moz-placeholder {
    color: #aaa !important
}

/*Windows IE*/
:-ms-input-placeholder {
    color: #aaa !important
}

