/* ************************************************
*  all
* ************************************************ */
@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i, center, select,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {

	font-family: "CI";
    font-weight: normal;
    font-size: 12px;
    vertical-align: baseline;
}


    #h_search{
        background:#333;
        height:80px;
        margin-top:1px;
    }
    #h_search .inner{
        width:1000px;
        margin:0 auto;
        padding-top:21px;
    }
    #h_search form{
        float:left;
        display: inline-block;
    }
    #h_search .s_cate_n{
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width:300px;
        height:35px;
        border:solid 1px #666;
        border-radius: 5px;
        padding-left:7px;
        float:left;
    }
    #h_search .s_text_n{
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width:150px;
        height:40px;
        border:solid 3px #666;
        border-radius: 5px;
        padding-left:6px;
        float:left;
        margin-left:0px;
    }
    #h_search .s_btn{
        float:left;
        margin-left:2px;
    }
    #h_search .word{
        display: inline-block;
        float:left;
        margin-left:2px;
    }
    #h_search .word *{
        color:#FFF;
    }
    #h_search .word dt{
        display: inline-block;
        float:left;
    }
    #h_search .word dd{
        width:180px;
        float:left;
        line-height:20px;
        height:40px;
        overflow: hidden;
        margin-left:5px;
    }
    #h_search .h_cart{
        float:right;
    }
input[type=submit]{
    border: 0px;
    width: 54px;
    height: 40px;
    background: url("https://www.arrive.co.jp/img/search_s.png") left top no-repeat;
}
input[type=button]{
    border: 0px;
    width: 54px;
    height: 40px;
    background: url("https://www.arrive.co.jp/img/search_s.png") left top no-repeat;
}
 div.b-radius {
		background-color:#ffffff;">
		text-align: center;
		padding : 5px;
		margin : 5px;
		border-radius: 6px;
		height: 25px;
		width: auto;
		display: flex;
		justify-content: center;
		align-items: center;
 }