@charset "euc-jp";
/*--information---------------------------------------------------------
サイトの名前:アイクック
-------------------------------------------------------------------------*/

*{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
div#header {
	width:1080px;
	margin: 0 auto;
}


/*===========================================
ヘッダートップ
===========================================*/
#headtop {
    width: 1060px;
    overflow: hidden;
    position: relative;
    padding: 15px 10px 0;
    background-color: #fff;
    border-top: 5px solid #d31f08;
    text-align: center;
    margin: auto;
}
#headtop dl{
    overflow: hidden;
    width: 100%;
    display: inline-block
}
#headtop dl dt{
    float: left;
}
#headtop dl dt img{
    width: 85%;
}
#headtop dl dd{
    float: right;
    width: 500px;
    margin: 10px 5px 10px 0;
}
#headtop dl dd.shop_info {
    float: right;
    font-size: 13px;
    width: 735px;
    margin-top: 15px;
    color: #44392d;
}
#headtop dl dd.shop_info  ul li.shop{
    width: 715px;
    text-align: right;
    margin-bottom: 20px;
    font-size: 12px;
    padding-bottom: 10px;
    border-bottom: solid 1px;
}
#headtop dl dd.shop_info ul li{
    float: left;
    /*border-left: 1px solid;*/
    /*padding: 0 10px;*/
    margin-right: 23px;
}
#headtop dl dd.shop_info ul li:last-child{
    margin-right: 0;
}
#headtop dl dd.shop_info ul li img{
    width: 8px;
    margin-right: 3px;
    vertical-align: middle;
}
#headtop dl dd.shop_info ul li img.cart{
    width: 20px;
    vertical-align: top;
    margin-top: -3px;
}
#headtop dl dd.shop_info ul li img.rakuten{
    width: 90%;
    margin-top: -6px;
}


/*===========================================
検索
===========================================*/

#search{
	position:relative;
    width: 600px;
    margin: 10px 0;
    overflow: hidden;
    float: left
}
#search #fSize {
    float: left;
    width: 100%;
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    border: 2px solid #d93d2d;
    height: 21px;
    padding: 5px;
    color: #666;
    border-radius: 3px;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#search #search-button {
	height:35px;	
	position:absolute;
    right: 3px
}
#search input[type="text"]:focus {
  border: 2px solid #d93d2d;
  outline: 0;
}


/*===========================================
登録ボタン
===========================================*/
#touroku {
    float: right;
    font-size: 18px;
    width: 425px;
    margin-top: 18px;
    color: #333;
}
#touroku:hover {
    color: #d31e09;
}
#touroku ul li{
    float: left;
    border-left: 1px solid #333;
}
#touroku ul li:last-child{;
    border-right: 1px solid #333;
}
#touroku ul li img{
    width: 10%;
    margin-right: 5px;
    vertical-align: text-top;
}


/*===========================================
人気キーワード
===========================================*/
#keyword{
    margin-bottom: 10px;
}
