@charset "UTF-8";

#head2{
    float:none !important;
}

.shoplist{
    margin:30px;
}

.shop_box{
    background:#ffffff;
    box-shadow: 1px 2px 2px 2px #aeaeae; 
    width:590px;/*650*/
    padding:30px;
    margin:0px auto 0px auto;
    position:relative;
    behavior:url("/css/PIE.htc");
}

.thumbnail{
    float:left;
    border:solid 1px #c8c8c8;
}

.shop_box_child{
    float:right;
    width:336px;
}

.shop_box_child dt{
    border-bottom:dotted 1px;
    padding-bottom:15px;
}

.shop_box_child dd{
    line-height:140%;
    margin:12px 0px 18px 0px;
}

.shop_box_child .shop_logo{
    float:left;
    
}

.shop_box_child .shop_btn{
	position: absolute;
	right: 30px;
	bottom: 28px;
}

.shop_box_child .shop_logo img[src $= "milk.png"]{
    position: absolute;
	top: 165px;
}

.shop_box_child .shop_logo img[src $= "aneje.png"]{
    position: absolute;
	bottom: 24px;
}

.shop_box_child>dl>dt{
    font-size:24px;
    margin:0px 0px 0px 0px;
}

.shop_box_child>dl>dt img{
    margin:0px 10px 0px 0px;
}