@charset "utf-8";

/*
 * style.css
 * funcushion, 2016
 * http://www.funcushion.jp/
 */

/* begin general settings
-------------------------------------------------------------------- */
html {
}

* {
    margin: 0;
    padding: 0;
}

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 12px;
    color: #000000;
}

img {
    border: none;
}

a {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}

a:hover,
a:focus {
    text-decoration: underline;
}

a:hover img {
    filter: alpha(opacity=75); /*IE*/
    -moz-opacity: 0.75; /*FF*/
    opacity: 0.75;
}
/* end general settings
-------------------------------------------------------------------- */

#container_wrapper{
}

.item_list {
    width: 100%;
    padding: 0px 0px;
}

/* -------------------------------------------------------------------
  itemList_ul1
--------------------------------------------------------------------- */
.itemList_ul1-list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.itemList_ul1-list li {
    list-style-type: none;
    display: inline-block;
    width: 320px;
    /*height: 260px;*/
}

.itemList_ul1-list li:nth-child(-n+3) {
    margin-bottom: 20px;
}


.itemList_ul1-image-area {
    width: 320px;
    margin: 0 auto;
}


.itemList_ul1-image {
    text-align: center;
}

.itemList_ul1-image img{
    max-width: 100%;
    max-height: 210px;
}

.itemList_ul1-message-area {
    width: 80%;
	height: 45px;
    margin: 5px auto;
    text-align: center;
}

.itemList_ul1-icon {
    display: none;
}

.itemList_ul1-item-name {
    height: 4.6em;
    line-height: 1.2em;
    overflow: hidden;
}

.itemList_ul1-price {
    display: none;
}

.itemList_ul1-tax {
    display: none;
}

.itemList_ul1-shipping {
    display: inline;
    padding: 2px 0 0 3px;
    font-size: 0.9em;
    text-align: right;
}

.itemList_ul1-point {
    display: none;
}

.itemList_ul1-review-counts {
    display: none;
}
