@charset "utf-8";

.userGuideArea .guidePlate a {
    color: #06c;
    font-weight: bold;
    font-size: 1.2em;
    text-decoration: none;
    background: url(../images/guide_arrow.png) no-repeat;
    padding: 0 0 0 20px;
    margin-left: 10px;
    display: block;
}

.top_productArea_large .top_largePlate .plateTitle a {
    color: #06c;
    font-weight: bold;
    font-size: 1.2em;
    text-decoration: none;
    background: url(../images/top_arrow.png) no-repeat;
    padding: 0 0 0 14px;
    margin-right: 10px;
}

.userGuideArea .guidePlate a:hover {
    text-decoration: underline;
}

.top_productArea_small .top_smallPlateRight .productName a {
    color: #06c;
    font-weight: bold;
    font-size: 0.9em;
    text-decoration: none;
    background: url(../images/top_arrow.png) no-repeat;
    padding: 0 0 0 14px;
    margin-right: 10px;
}

.top_productArea_large .top_largePlate .plateTitle a:hover { text-decoration: underline; }

.teikiInfomation .listTable td {
    padding: 3px 6px;
    border: 1px solid #999;
}

.teikiInfomation .listTable .periodicTR { background: #fff; }

.pListWrapper .pList .listTable .periodicTR { background: #fff; }

/* 商品詳細
 * 2018.07.02 H.Takeuchi
 * 文字サイズ変更ボタンによって罫線が途切れるのを是正
 * 管理番号:03223 */

.detail_priceArea {
    background: url(../images/detail_price_bg_middle.gif) repeat-y;
    width: 660px;
    margin: 20px 0;
}

.detail_priceArea .priceTextArea {
    width: 614px;
    margin: auto;
}

.detail_priceArea .priceTextArea .detailTable {
    width: 616px;
    border: none;
    padding: 10px;
    margin-top: 10px;
}

/* 定期コースのご案内 */
.teikiTxtArea {
    width: 600px;
    margin: 10px 30px;
    line-height: 1.4em;
}

.teikiTxtArea ul { list-style: disc; }

.detail_priceArea .priceTextArea .detailTable td {
    line-height: 1.8em;
    vertical-align: middle;
    border: 1px solid #cacaca;
    padding: 5px 3px;
}

.detail_priceArea .priceTextArea .detailTable .col1 {
    width: 130px;
    padding-left: 5px;
}

.detail_priceArea .priceTextArea .detailTable .col2 { /* width:310px; */ }

.detail_priceArea .priceTextArea .detailTable .col3 {
    text-align: center;
    vertical-align: middle;
}

.detail_priceArea .priceTextArea .detailTable td img { vertical-align: middle; }
.detail_priceArea .priceTextArea .font08em { font-size: 0.8em; }
.detail_priceArea .priceTextArea .bgYellow { background: #ffc; }
.detail_priceArea .priceTextArea .bgGray { background: #ddd; }
.detail_priceArea .priceTextArea .font09em { font-size: 0.9em; }

/* ご利用ガイド
 * 2018.07.02 H.Takeuchi
 * 文字サイズ変更ボタンによってテキストが枠をはみ出すのを是正
 * 管理番号:03223 */
.userGuideArea {
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 2px;
}

.userGuideArea .guidePlate {
    background: url(../images/guidePlate_bg.png) bottom no-repeat;
    display: table-cell;
    width: 328px;
}

.userGuideArea .guidePlate span {
    margin: 10px 10px 20px 25px;
    display: block;
    font-size: 0.9em;
    line-height: 100%;
}

.userGuideArea .guidePlate .titleArea {
    margin: 0 0 15px 10px;
    color: #06c;
    font-weight: bold;
    font-size: 1.2em;
    text-decoration: none;
}

