@charset "utf-8";
/* CSS Document */

body {
    margin: 0;
}
.wrap_ttl {
    background: url(https://www.rakuten.ne.jp/gold/f042056-kesennuma/rmsapi/osusume_item/img/osusume_item_ttl.gif?id=3) no-repeat;
    background-position: center center;
    width: 740px;
    height: 40px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: right;
    margin-bottom: 10px;
}

a:hover {
    color: #eee;
    transition: 0.6s;
}
a:hover img {
    opacity: 0.5;
    transition: 0.6s;
}

ul#osusume_item {
    display: flex;
    list-style: none;
    flex-flow: wrap;
    width: 740px;
    margin: 0;
    padding: 0;
}
ul#osusume_item li.item {
    flex: 0 25%;
}
ul#osusume_item li .photo {
    display: block;
    text-align: center;
}
ul#osusume_item li.item a {
    text-decoration: none;
    color: #000;
}
.itemName, .itemPrice {
    font-size: 70%;
    width: 75%;
    margin: 0 auto;
    height: 2.2rem;
    overflow: hidden;
}
.itemPrice {
color: #FF0004;
font-weight: bold;
    text-align: right;
    padding-right: 30px;
}
.osusume_btn {
    display: flex;
    justify-content: right;
}
.osusume_btn a {
    background: #ffffff;
    right: 0;
    text-decoration: none;
    color: #aa1f24;
    font-weight: bold;
    padding: 2px 15px;
    border-radius: 50px;
    margin-right: 15px;
    font-size: .9rem;
}
.osusume_btn a:hover {
    background: #000;
	color: #fff;
	transition: 0.3s;
}
