@charset "utf-8";

/*商品ページ　共通*/

/*--------------------------------------
共通説明文（小）
---------------------------------------*/
td.topT_sdtext {
    position: relative;
    color: #FFFFFF;
    font-size: 94%;
    background-color: #B7090A;
    padding: 15px 0 14px 160px;
    border-radius: 5px;
    width: 660px;
    box-sizing: border-box;
    letter-spacing: 0.05rem;
}

td.topT_sdtext a {
    color: #FFFFFF;
    text-decoration: underline;
}

td.topT_sdtext a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

td.topT_sdtext:before {
	content: "ご確認ください >>>";
    display: block;
    position: absolute;
    left: 10px;
    color: #FFFFFF;
     -webkit-animation:blink 0.5s infinite alternate;
    -moz-animation:blink 0.5s infinite alternate;
    animation:blink 0.5s infinite alternate;
}

@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

/*--------------------------------------
 アイフレーム
---------------------------------------*/
iframe#product_event {
    margin-top: 20px;
    height: 520px;
/*    display: none;    */
}

iframe#cart_under {
    margin-top: 20px;
    height: 670px;
    width: 440px;
}

iframe#cmn_catalog_pc {
    margin-top: 60px;
    height: 1320px;
}

iframe#cmn_gourmet_pc {
    margin-top: 60px;
    height: 1320px;
}

iframe#cmn_sweets_pc {
    margin-top: 60px;
    height: 1320px;
}

iframe#cmn_towel_pc {
    margin-top: 60px;
    height: 1320px;
}

iframe#cmn_tableware_pc {
    margin-top: 60px;
    height: 980px;
}

iframe#cmn_flower_pc {
    margin-top: 60px;
    height: 320px;
}

iframe#cmn_electronics_pc {
    margin-top: 60px;
    height: 320px;
}

iframe#cmn_name_pc {
    margin-top: 60px;
    height: 320px;
}


/*--------------------------------------
tower ライスストッカーシリーズの回遊フレーム
---------------------------------------*/


iframe#tower_frame_ricstckr{
    height: 1090px;
}



/*--------------------------------------
tower 排気口カバーシリーズの回遊フレーム
---------------------------------------*/

iframe#tower_frame_hikkcvr{
   height: 2060px;
}


/*--------------------------------------
tower 浴室ディスペンサーシリーズの回遊フレーム
---------------------------------------*/

iframe#tower_frame_bath_dispenser {
   height: 2380px;
}


/*--------------------------------------
tower ティッシュケースシリーズの回遊フレーム
---------------------------------------*/

iframe#tower_frame_tiscase {
    height: 5340px;


}

