@charset "utf-8";
/**
 * 各項目別のスタイルシート
 * 主にトップ
 */

/*サブコンテナ（左）　条件指定エリアのメニュー*/
/*____検索ボックスのエリア____*/

#item_search_box{
    background:url(/img/condition_test.png) no-repeat;
    height: 207px;
    margin-bottom: 10px;
}
#item_search_box .kensaku{
    padding-top: 72px;
}

#item_search_box .kensaku_item{
    margin-left:15px;
}

#item_search_box .kensaku_item select{
    border: 2px #c0c0c0 solid;
    width: 160px;
}

#item_search_box .sagasu_button{
    margin-top:15px;
    margin-left:135px;
}

#item_search_box .sagasu_button input{
    width:40px;
    height:22px;
}

#item_search_box .kensaku_kataban{
    margin: 35px 0px 0px 15px;
}

#item_search_box .kensaku_kataban input{
    width: 110px;
}

#item_search_box .kensaku_button{
    margin-top:-22px;
    margin-left: 135px;
}

#item_search_box .kensaku_button input{
    width:40px;
}


/*____カタログ立ち読みはこちら____*/
#tachiyomi{}


/*____アイテム別ラインナップ____*/
#item_lineup{
    margin:10px 0px;
    width: 192px;
}

#item_lineup .item_line_ul a{
    color: #ffffff;
    text-decoration: none;
    display: block;
    padding-left: 60px;
    padding-top: 8px;
    font-size: 16px;
    height: 100%;

}

#item_lineup .item_line_ul{
    text-align:left;
    font-weight: bold;
}

#item_lineup .item_line_ul li{
    height: 45px;
    margin-top: 10px;
    overflow: hidden;
}

#item_lineup .l_id_1 a{background-image:url(/img/l_id_01.png); background-repeat: no-repeat; letter-spacing:5px;}
#item_lineup .l_id_2 a{background-image:url(/img/l_id_02.png); background-repeat: no-repeat; letter-spacing:30px;}
#item_lineup .l_id_3 a{background-image:url(/img/l_id_03.png); background-repeat: no-repeat; font-size:16px; letter-spacing:30px;}
#item_lineup .l_id_4 a{background-image:url(/img/l_id_04.png); background-repeat: no-repeat; font-size:12px;}
#item_lineup .l_id_5 a{background-image:url(/img/l_id_05.png); background-repeat: no-repeat; font-size:16px; letter-spacing:5px;}
#item_lineup .l_id_6 a{background-image:url(/img/l_id_06.png); background-repeat: no-repeat;}
#item_lineup .l_id_7 a{background-image:url(/img/l_id_07.png); background-repeat: no-repeat; font-size:13px;}
#item_lineup .l_id_8 a{background-image:url(/img/l_id_08.png); background-repeat: no-repeat;}
#item_lineup .l_id_9 a{background-image:url(/img/l_id_09.png); background-repeat: no-repeat; font-size:16px;}
#item_lineup .l_id_10 a{background-image:url(/img/l_id_10.png); background-repeat: no-repeat; font-size:14px;}
#item_lineup .l_id_11 a{background-image:url(/img/l_id_11.png); background-repeat: no-repeat; font-size:16px; letter-spacing:5px;}
#item_lineup .l_id_12 a{background-image:url(/img/l_id_12.png); background-repeat: no-repeat;}
#item_lineup .l_id_13 a{background-image:url(/img/l_id_13.png); background-repeat: no-repeat; font-size:16px; letter-spacing:30px;}


/*____まいど君テロップ____*/
#telop{
    clear:both;
    background: url(/img/speaking_kozou.gif) no-repeat center center;
    width:397px;
    height:67px;
    position:static;
    overflow: hidden;
}
#telop .kozou{
    position:relative;
    width:316px;
    top:15px;
    left:20px;
    line-height:1.2em;
    font-size:20px;
    font-weight:bold;
    color:#40000F;
    overflow: hidden;
}


/*____中央横幅____*/
#center_area .w_size{
    width :382px;
    margin: 10px 9px 0px 9px;
    text-align:center;
    height:auto;
    padding:0;
}

/*__今月の得ダネアイテム__*/
#pickup_sale{
    clear: both;
    margin-top: 10px;
    text-align: left;
}

#pickup_sale .pickup_sale_list_block{
    float: left;
    width: 189px;
}

#pickup_sale .pickup_sale_list_block h3 {
    background-color:#EEEEEE;
    font-size: 14px;
    text-align:center;
    margin:15px 0px 0px 0px;
}
#pickup_sale .pickup_sale_list_block h3 a{
    display:block;
    line-height:1.5em;
}
#pickup_sale .pickup_sale_list_block h3 a:hover{
    background-color:#8F8F8F;
    color:#FFF;
}

#pickup_sale .pickup_sale_list_block td{
    padding-top:3px;
}
#pickup_sale .sale_maker_title{
    padding-top:3px;
    font-size:220%;
}

#pickup_sale .sale_maker_title_list{
    background-color:#FFFFFF;
    font-size: 14px;
    text-align:left;

}

#pickup_sale .sale_maker_title_list a{
    display:block;
    line-height:1.5em;
}

#pickup_sale .sale_maker_title_list a:hover{
    background-color:#8F8F8F;
    color:#FFF;
}


/*__お気に入りに追加__*/
#favorite_add{
    background:url(/img/favorite.png) no-repeat;
    width: 152px;
    height: 102px;
}


/*____メンバーログイン____*/
#login{
    background:url(/img/login.png) no-repeat;
    width: 150px;
    height: 200px;
}

/* バスケット(全削除) */
.basket_all_del{
    background:url(/img/alldel.png) no-repeat;
    width: 80px;
    height: 30px;
}

/* バスケット(お買い物を続ける) */
.basket_t_detail{
    background:url(/img/t_detail.png) no-repeat;
    width: 130px;
    height: 30px;
}

/* バスケット(発送情報入力) */
.basket_t_input{
    background:url(/img/t_input.png) no-repeat;
    width: 130px;
    height: 30px;
}

/* バスケット(発送情報入力) */
.basket_t_back{
    background:url(/img/t_back.png) no-repeat;
    width: 130px;
    height: 30px;
}


/* 注文送信ボタン */
.order_submit{
    background: url('/img/t_order_submit.png') no-repeat center center;
    width:130px;
    height: 30px;
}

/* お見積もり送信ボタン */
.order_cal_submit{
    background: url('/img/mitsumori_btn.png') no-repeat center center;
    width:99px;
    height: 25px;
}

/* メンバーログイン済 */
#login_menu{
    background:url(/img/login_menu.png) no-repeat;
    width: 160px;
    height: 230px;
}

#login p.login_comment{
    margin-bottom: 10px;
    padding: 46px 10px 0 10px;
}

#login .forget_pass{
    margin: 10px auto 0px auto;
    text-align:center;

}


/*____ポイント還元____*/
#maido_point{
    background:url(/img/maido_point.gif) no-repeat center top;
    width:150px;
    border:1px solid #B7B7B7;
    margin-bottom:15px;
    padding-top:50px;
    padding-bottom:10px;
    text-align:left;
    line-height:1.2em;
}

#maido_point .maido_point_phrase{
    font-size:13px;
    padding-left:3px;
    font-weight:bold;

    text-align:left;
}

#maido_point .maido_point_annnai{
    font-size:10px;
    text-align:right;
}

#maido_point .maido_point_message{
    padding-left:3px;
    font-size:11px;
}

#maido_point .maido_point_hr{
    border:1px dashed #B7B7B7;
    width:80%;
    margin:5px 0px 5px 15px;
}


/*____口コミ掲示板____*/
#kutikomi_bord{
    text-align: center;
}


/*____まいど屋インフォーメーション____*/
#maido_infomation{
    border: 1px #848484 solid;
    background-color:#ebebeb;
}
#maido_infomation h2{
    background-color:#fecb09;
    text-align: center;
    line-height: 150%;
    color: #FFFBEF;
    font-size:18px;
}
#maido_infomation div{
    padding: 10px;
}
/*____月刊まいど屋のスタイル____*/
#magazine {
    position:relative;
    clear:both;
    height:234px;
    padding:0 5px;
    text-align:left;
}
#magazine h2{
    width:395px;
    line-height:1.0em;
    padding-top:90px;
    padding-bottom:10px;
}
#magazine .magazine_contents{
    font-family: 'HG創英角ﾎﾟｯﾌﾟ体', 'MS P ｺﾞｼｯｸ', '中ｺﾞｼｯｸ体';
    font-weight: bold;
    line-height:1.2em;
}
#magazine p.contents{
    width:365px;
    line-height:1.2em;
}
#magazine p.contents_end{
    width:265px;
    line-height:1.2em;
}
#magazine p.month {
    position:absolute;
    top:195px;
    left:270px;
    width: 95px;
    text-align: right;
    font-size: 27px;
    line-height:1.2em;
    color: #FFFFFF;
    font-weight: bold;
}

#calendar_message {
    text-align: left;
    color: #ff8080;
    width: 160px;
    font-size: 11px;
    margin-bottom: 5px;
    padding-top: 3px;
}
