@charset "UTF-8";
/*
～1000以下の調整と
1000～1199の調整と
768～999の調整をするスタイルシート
★★★★
767以下はsp.cssに記載
★★★★
*/

/*～1000以下の調整*/
@media screen and (max-width: 1000px){
    /*ヘッダー・ログイン・カートボタン*/
    #head_wrap .login_cart{
        position: relative;
        top: inherit;
        right: inherit;
    }
    /*ヘッダー・検索窓*/
    #search_head form{
        width: 100%;
    }
    #search_head form > label{
        margin-left: 1%;
    }
    .search_form .s_word {
        width: 63%;
    }
}

/*1000以上～1199以下の調整*/
@media screen and (min-width: 1000px) and (max-width: 1199px){
    /*-----ヘッダーの調整--------*/

    /*-----フッタの調整-------*/
    #footer_wrap .second_wrap .inner ul.fo_cate{
        width: 16%;
    }

    #footer_wrap .second_wrap .inner ul.fo_cate:first-child,
    #footer_wrap .second_wrap .inner ul.fo_cate:first-child + *{
        min-width: 150px;
    }
    .search_form .s_word {
        width: 75%;
    }
}


/*768以上～999以下の調整*/
/*@media screen and (min-width: 768px) and (max-width: 999px){*/
    /*-----ヘッダーの調整--------*/

    /*-----フッタの調整-------*/
    /*#footer_wrap .second_wrap .inner ul.fo_cate{
        width: 24%;
    }*/

	/*-----ヘッダーの検索窓-------*/
	/*#search_head .search_head_cat {
		width: 150px;
	}
	#search_head .search_head_cat > a:after {
		content: "";
		background: url(/img/common/icon_search_head_cat.png) no-repeat 0 0;
		width: 10px;
		height: 7px;
		position: absolute;
		top: 24.5px;
		right: 1.5em;
		transition: all .3s;
	}
	#search_head .search_head_cat > a{
		text-align: left;
		text-indent: 1.3em;
	}
	#search_head .search_head_cat > a:after{
		right: 0.7em;
	}
	.btn_cart {
		width: 150px;
	}
	#s_btn{
		text-indent: -300%;
		background-position: center center;
	}
	.search_form .s_btn {
		width: 55px;
	}
}*/
