@charset "utf-8";


body{
    width: 690px;   /* for IE */
    
    overflow: auto;
    margin:0 auto;
}

#wrap {
position:absolute;
width:690px;
height:100px;
left:48.2%;
top:5%;
margin-left:-345px;
margin-top:-50px;
background:#fff;
}

.button{
list-style:none;
width:300px:
}

div[id^="Item_Category_List"] {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 50%;
    float: left;
}

div[id^="Item_List"] {
    margin-bottom: 5px;
    width:500px;
}

div[id^="ItemColor_List"] {
    margin-bottom: 5px;
}

div[id^="ItemSize_List"] {
    margin-bottom: 5px;
}

div[id^="ItemBiko"] {
    margin-bottom: 5px;
    display: none;
}

div[id^="ItemAdd"] {
    display: none;
    height: 30px;
    width: 240px;
    margin-bottom: 5px;
    margin-top: 15px;
    font-size: 14px;
}

div[id^="Item_Del"] {
    width: 50%;
    float: left;
}
.dellbtn {
    background-color: #000000;
    color: #ffffff;
    width: 130px;
}


/* 商品サイズ表 */
table.size {
    margin-top: 15px;
}
table.size tr th {
    background: #efefef;
    margin: 5px 0;
}
table.size tr th {
    padding: 0px;
    text-align: center;
    width: 70px !important;
}
table tr td {
    border-right: 0px solid #ccc;
    padding: 0px 0px;
    vertical-align: top;
    text-align: center;
}

p.red{
 color:#FF0000;
}

table.layout td{
	text-align:left;
}

