@charset "utf-8";

@media screen and (max-width:769px){
/* コンテンツ */

#container {
    width: 746px;
    margin: 0 auto;
}

#main_column.colnum3 {
    padding: 10px 0 0 13px; 
    width: 553px;
    float: left;
}

/* ==============================================
 ヘッダー
=============================================== */
header {
    width: 746px;
}


/* ヘッダーナビ ----------- */
#header_navi ul li a{
    padding: 12px 8px;
}
#header_navi ul li.entry a{
    margin-left: 16px;
}
#header_navi ul li.guid ul li.panel_close{
    visibility: visible;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    text-align: center;
}
#header_navi ul li.guid ul li.panel_close a{
     background: #7DB73B;
     color: #fff;
     width: 30px;
     height: 30px;
     margin:0;
     padding: 0;
     text-decoration: none;
     display: table-cell;
     vertical-align: middle;
     font-size: 108%;
}
/* // ヘッダーナビ ----------- */


/* ヘッダー検索----------- */
div#search_area{
    width: 620px;
}

div#search_area .input_area{
    width:320px;
}
div#search_area .w547{
    max-width: 420px;
}
/*  // ヘッダー検索--------- */


/*  カート----------- */
div#cart_area{
    float: right;
    width: 80px;
    height: 36px;
    position: relative;
    margin-right: 6px;
}
div#cart_area .cart_dis{
    width:80px;
    height: 34px;
    padding:0;
    margin:0;
    border-radius: 4px;
    background: #7DB73B; 

}
div#cart_area .basket{
    width:72px;
    color: #7DB73B;
    padding:4px 4px 4px;
    margin:0;
}
div#cart_area .icon-basket{
    padding:0;
    margin:0;
    color:#ffffff;
}
div#cart_area .basket_num{
    padding:0;
    margin:0;
    color:#ffffff;
    font-size: 18px;
}
div#cart_area .price{
    display: none;
}
div#cart_area .cart_btn {
    float: none;
    position: absolute;
    z-index: 1000;
}
div#cart_area .cart_btn a{
    width:80px;
    height:34px;
    padding:0;
    margin: 0;
    background:none;
    border-radius:4px;
}
div#cart_area .cart_btn a .cart_btn_text{
    display: none;
}
div#cart_area .cart_btn a .icon-arrow{
    display: none;
}

/*  // カート----------- */

/* ==============================================
 // ヘッダー
=============================================== */


/* ==============================================
 フッター
=============================================== */
#footer_wrap {
    background: #EEEEEE;
    opacity: 80%;
    border-top: solid 6px #FFF101;
}
footer {
    width:746px;
}
#copyright small{
	font-size: 10px;
}
/* ==============================================
 // フッター
=============================================== */


/* ===============================================
  左サイドカラム
=============================================== */
#leftcolumn #category_area ul li.level1 ul.cat_panel{
    width: 420px;
}

#leftcolumn #category_area ul li.level1 ul.cat_panel .panel_close{
    visibility: visible;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    text-align: center;
}
#leftcolumn #category_area ul li.level1 ul.cat_panel .panel_close a{
    background: #7DB73B;
    color: #fff;
    width: 30px;
    height: 30px;
    margin:0;
    padding: 0;
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
    font-size: 108%;
}
/* ===============================================
  // 左サイドカラム
=============================================== */


/* ===============================================
  右サイドカラム
=============================================== */
#rightcolumn{
	display: none;
}
/* ===============================================
  // 右サイドカラム
=============================================== */

}/* // max-width:769px */