#itemsStage{
    text-align: center;
    background-color: #ffffff;
    padding: 10px;
}

#itemsDiv{
    margin-left : auto ;
    margin-right : auto ;
    /*border-left: 1px #eeeeee solid;*/
}

.shoppingItemDiv{
    display:inline-block;
    width: 280px;
    /*border: 1px #eeeeee solid;*/
    border-top: 1px #eeeeee solid;
    border-left: 1px #eeeeee solid;
    border-right: 1px #eeeeee solid;
    padding: 10px;
    margin: 2px;
    vertical-align: top;
}
.shoppingItemDiv a{
    text-decoration: none;
}
.shoppingItemDiv a:hover{
    text-decoration: underline;
}
/*.shoppingItemBlock{
    border: 1px #eeeeee solid;
}*/
.shoppingItemImg{
    border: 1px #dddddd solid;
    padding:5px;
    margin-right: 5px;
    margin-bottom: 5px;
    float: left;
}
.shoppingItemInfo{
    /*padding-left:10px;*/
}
.shoppingItemPriceOption{
    color: #666666;
}
.shoppingItemShop{
    margin-top: 5px;
    text-align: left;
    margin-left: 10px;
}
.shoppingItemShop a{
    color: #666666;
}
.shoppingItemPrice{
    color:firebrick;
}
.shoppingItemPrice:hover{
    text-decoration: underline;
}
.priceValue{
    font-size: x-large;
    font-weight: bold;
}
.shoppingItemTitle{
    text-align: left;
    font-weight: bold;
    color: royalblue;
    clear: both;
}
.shoppingItemTitle:hover{
    text-decoration: underline;
}
#messageView{
    display: inline-block;
    background-color: #fffacd;
    margin-left: 10px;
    visibility:hidden;
    /*font-weight: bold;
    */
    color: #000000;

    border-width:1px;/*線の太さ*/
    border-style:solid;/*線の種類*/
    border-color:#666666;/*線の色*/
    padding:2px 5px;/*内側の余白*/
    -webkit-border-radius:6px;/*Safari、Chromeの角丸*/
    -moz-border-radius:6px;/*Firefoxの角丸*/

    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;

    /*
    position: absolute;
    left: 100px;
    top:5px;
    width: 200px;
    */
}

#sh-search-form {
    width: 100% !important;
    margin: 10px;
}
#sh-search-form table.gsc-search-box td.gsc-input {
    padding: 0 !important;
}
#sh-search-form input[type="text"] {
    display: inline-block;
    margin: 0px;
    padding: 0 5px 0 7px !important;
    font-size: large;
    /*border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -webkit-appearance: none;
    */
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-appearance: none;
}
#sh-search-form input[type="submit"] {
    display: inline-block;
    /*font-weight: bold;*/
    font-size: large;
    margin-left: 0 !important;
    margin-right: 0 !important;
    background-color: #444444;
    border: 1px solid #444444;
    color: #FFFFFF;
    height: 40px;
    width: 60px;
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -webkit-appearance: none;
    cursor: pointer;
}
#searchWord_input{
    height: 37px;
    width: 260px;
}
#searchBtn{
    width: 100px;
    margin: 0px;
    color: #ffffff;
}
#searchMinPrice_input{
    height: 30px;
    width: 80px;
}

#searchOptionBlock{
    margin-top: 10px;
    font-size: large;
}
#priceLimitBlock, #categoryBlock{
    display: inline-block;
    margin: 10px 10px 0px 10px;
}
div#itoz_search_area_contents{
    /*float: clear;*/
    width: 100%;
    padding: 0px;
    text-align: center;
    font: 12px Arial, sans-serif;

}

.pagetop {
    position: fixed;
    bottom: -40px;
    right: 50px;
}
.pagetop a {
    display: block;
    width: 60px;
    height: 40px;
    background-color: #333;
    border-radius: 8px 8px 0 0;
    text-align: center;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    line-height: 40px;
}

.categoryBlock_child{
    display: inline-block;
}
.category_div{
    display: inline-block;
    margin: 0 10px 10px 0;
}

.category_div select{
    background: #FFFDF4;
    border: 2px solid #6b8e23;
    border-radius: 5px;
    /*color: #0C2245;*/
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    text-indent: 5px;
    vertical-align: middle;
    width: 140px;
}

#helpBox{
    margin: 10px;
    border: 3px solid #6b8e23;
    background: #ffffff;
    border-radius: 10px;
    text-align: center;
    font-size: medium;
    color: #444444;
    padding: 5px;
}
