/*===========================================================
 
 子ウインドウ用スタイルシート
 Date 2009/04/10
 By T.Morikawa
 ===========================================================*/
/*-----------------------------------------------------------
 
 1. テキスト
 2. リンク・マウスオーバー
 3. ボックスレイアウト
 4. 各部品
 5. ヘッダ
 6. フッター
 7. その他
 
 -----------------------------------------------------------*/
/* 1.テキスト ---------------------------------------------*/ * {
    margin: 0;
    padding:0;
}

body {
    color: #444;
    font-size: 9pt;
    font-family: 'Helvetica', sans-serif;
    line-height: 1.5em;
} .text {
    color: #444;
    font-size: 9pt;
    line-height: 1.5em;
    margin-left: 25px;
} .small-text {
    color: #444;
    font-size: 8pt;
    margin: 25px;
} .mod_text {
    /*font-family:georgia,ＭＳ ゴシック ;*/
    font-size: 11px;
    color: #663300;
    font-style: italic;
    text-align: left;
    line-height: 2.0em
}

h1 {
    display: block;
    color: #444;
    font-size: 20pt;
    margin: 10px;
    text-align: left;
}

h2 {
    color: #444;
    font-size: 18pt;
    margin: 15px;
    text-align: left;
}

/* 2. リンク・マウスオーバー ------------------------------*/
a:link {
    color: #F00;
    text-decoration: none
}

a:visited {
    color: #E00;
    text-decoration: none
}

a:hover {
    position: relative;
    color: #9A9;
    top: 2px;
    left: 1px;
    text-decoration: none;
}

/* 3. ボックスレイアウト ----------------------------------*/
body {
    background-color: #000;
    padding: 0 10px;
    text-align: center;
    font-size: 10pt;
}

div {
    display: block;
    padding: 0;
}

div#content {
    background-color: #FFF;
    width: 600px;
    border: thin solid #111;
    margin: 10px 20px 10px 20px;
    margin: 10px auto;
    padding: 10px;
    text-align: left;
}

/* 4. order01-----------------------------------------------*/
div#head_com, div#message {
    padding: 15px;
    font-size: 11pt;
}

span {
    display: block;
    padding: 3px;
    margin: 2px;
}

div#foot {
    line-height: 1em;
}

/* 5. order02  ---------------------------------------------*/
table#order01 {
    width: 90%;
    margin: 10px auto;
}

/* 6. Order01 ---------------------------------------------*/
div#marchand {
    margin: 0 auto;
    margin: 0 20px 0 20px;
    padding: 5px;
    border-bottom: thin solid #111;
    border-top: thin solid #111;
}

table#marchand_01, table#marchand_02, table#marchand_03, table#marchand_04 {
    width: 90%;
    margin: 10px auto;
}

table#control {
    width: 80%;
    margin: 10px auto;
}

div.item-image img {
    border: 1px groove #ff0000;
    width: 180px;
    height: 180px;
}

div#tuhan-body {
    margin-top: 30px;
}

/* 7. Order02  -------------------------------------------*/
table#payer {
    width: 100%;
    margin: 10px auto;
}

table#customer {
    width: 100%;
    margin: 10px auto;
    background-color: #EDE;
}

div#head_com input {
    background-color: transparent;
    border-style: none;
    font-size: 11pt;
    text-align: right;
}

/* 8. Order03  -------------------------------------------*/
table#payer03 input, table#customer03 input, table#order03 input, input#total {
    background-color: transparent;
    border-style: none;
}

table#payer03, table#order03 {
    width: 95%;
    margin: 10px auto;
}

table#customer03 {
    width: 95%;
    margin: 10px auto;
    background-color: #EDE;
}

span#error {
    display: inline;
    padding: 2px;
    color: #F00;
    font-weight: bold;
}

/* S-Window内（共通） ----------------------------------------------------- */
div.con-body {
    clear: both;
    margin: 0px 0px 40px 0;
}

div.con-head {
    width: 100%;
}

div.con-title {
    font-size: 30pt;
    font-weight: bold;
    line-height: 1.2em;
}

img.con-icon {
    width: 24px;
    height: 40px;
    margin: 0;
}

table.con-table-right {
    float: right;
    border-style: none;
}

div.con-block {
    text-align: center;
}

div.con-mod {
    padding: 10px 0 0 0px;
    float: right;
}

div.con-img {
    width: 30pt;
    height: 30pt;
    background-color: #111;
}

div.con-text {
    padding: 5px;
}

div.con-sub01 {
    display: block;
    font-size: 16pt;
    font-weight: bold;
    padding: 0 2px 2px 2px;
    margin: 3px 0;
}

div.con-sub02 {
    display: block;
    font-size: 14pt;
    font-weight: bold;
    padding: 0 2px 2px 4px;
    margin: 3px 0;
}

div.con-sub03 {
    display: block;
    font-size: 12pt;
    font-weight: bold;
    padding: 0 2px 2px 6px;
    margin: 3px 0;
}

div.con-sub04 {
    display: block;
    font-size: 11pt;
    font-weight: bold;
    padding: 0 2px 2px 8px;
    margin: 4px 0;
}

div.con-sub05 {
    display: block;
    font-size: 10pt;
    font-weight: bold;
    padding: 0 2px 2px 8px;
    margin: 4px 0;
}

div.con-inner {
    padding: 0 2px 2px 10px;
    margin-top: 10px;
}

img.con-img-right {
    float: right;
    display: block;
    margin: 10px 0px 10px 10px;
}

img.con-img-left {
    float: left;
    display: block;
    margin: 10px 0px 10px 10px;
}

img.con-img-clear {
    clear: both;
    display: block;
    margin: 10px 0px 10px 10px;
}

ul.con-list {
    padding: 0 5px 5px 5px;
    list-style-image: none;
    list-style-position: inside;
    list-style-type: none;
}

ul.con-list > li {
}

ul .con-list-title {
    font-size: 12pt;
    font-weight: bold;
}

input.order {
    margin: 5px 0;
}

div#tuhan-add {
    background-color: #9A9;
    padding: 5px;
    margin: 30px 0;
}

div.tuhan-sub02 {
    background-color: #ffff00;
    color: #111;
}

div.border {
    border-bottom: 1px solid #222;
    height: 0px;
    width: 100%;
    padding: 3px 0;
} *.left {
    float: left;
} *.right {
    float: right;
} *.clear {
    clear: both;
} .blue {
    color: blue;
} .red {
    color: red;
}
