﻿@charset 'utf-8';


/* ===============================================================
 雑誌一覧ページ用スタイルシート
================================================================== */
/******************
 婦人之友
******************/
table.pink, table.green
{
    width:                  360px;
}

ul.ftbl_cont
{
    margin-top:             12px;
    margin-left:            0px;
    margin-bottom:          0px;
    padding-left:           0px;
    padding-bottom:         5px;
    font-size:              75%;
    color:                  #000000;
}

td.ftbl_img
{
    font-size:              75%;
    color:                  #000000;
}

td.ftbl_num
{
    width:                  280px;
    padding-top:            3px;
    padding-bottom:         2px;
    text-indent:            0.80em;
    font-size:              80%;
    font-weight:            bold;
}

td.ftbl_cart
{
    vertical-align:         bottom;
    padding-bottom:         2px;
}

span.kanbai
{
    margin-left:            4em;
    font-size:              80%;
    font-weight:            bold;
}

span.fPrice
{
    margin-left:            1em;
    font-size:              80%;
    font-weight:            bold;
}
span.aPrice
{
    margin-left:            1em;
    font-weight:            bold;
}

/* ピンクセット */
table.pink td.ftbl_left
{
    width:                  80px;
    background:             #ffe6e6;
}

table.pink td.ftbl_num
{
    color:                  #990000;
    background:             #ffd9d9;
}

table.pink td.ftbl_img
{
    width:                  80px;
    background:             #ffe6e6;
}

table.pink td.ftbl_cont
{
    background:             #fff3f3;
}

table.pink td.ftbl_cart
{
    background:             #fff3f3;
}

table.pink span.kanbai
{
    color:                  #ff0000;
}

table.pink span.fPrice
{
    color:                  #990000;
}

/* グリーンセット */
table.green td.ftbl_left
{
    width:                  80px;
    background:             #e1ffe1;
}

table.green td.ftbl_num
{
    color:                  #006600;
    background:             #e1ffe1;
}

table.green td.ftbl_img
{
    width:                  80px;
    background:             #e1ffe1;
}

table.green td.ftbl_cont
{
    background:             #ffffff;
}

table.green td.ftbl_cart
{
    background:             #ffffff;
}

table.green span.kanbai
{
    color:                  #ff0000;
}

table.green span.fPrice
{
    color:                  #003300;
}



/******************
 明日の友
******************/


/******************
 かぞくのじかん
******************/


