.boxlist .box .box__name {
    font-size: 1.6rem;
}
.boxlist .box .box__price {
    font-size: 1.4rem;
}
.boxlist .box .box__caption{
    font-size: 1.0rem;
}

.boxlist.onelist .box{
    width:100%;
}
ul.onelist li.box .box__image {
    display: block;
    height: 53vw;
    margin: 0 0 5px;
    position: relative;
    text-align: center;
}

ul.onelist li.box .box__image img {
    bottom: -100%;
    left: -100%;
    margin: auto;
    max-height: 53vw;
    position: absolute;
    right: -100%;
    top: -100%;
}

.boxlist.twolist .box .box__name{
    font-size: 1.5rem;
}

.boxlist.leftImagelist .box{
    width:100%;
}
.boxlist.leftImagelist .box .box__image {
    float: left;
    width: 100px;
	margin: 0 10px 0 0;
}
ul.twolist .box .box__image img {
    bottom: -100%;
    left: -100%;
    margin: auto;
    max-height: 32vw;
    position: absolute;
    right: -100%;
    top: -100%;
}
ul.twolist .box .box__image {
    display: block;
    height: 32vw;
    margin: 0 0 5px;
    position: relative;
    text-align: center;
}

ul.list-layout {
    height: 20px;
    margin: 15px 0;
    padding: 0;
    width: 100%;
}
.list-layout li {
    float: right;
    list-style: none outside none;
    margin: 0 5px 0 0;
    position: relative;
}
.list-layout label {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG0AAAAfCAYAAADtEkOcAAAACXBIWXMAAAsRAAALEQF/ZF+RAAAA1klEQVR4nO3YQQrDMAxE0dzay/TGOULbdWlKsTXMWPzALCOEn3HkHGOMpzvv5/hMZS1FKvqbrTH94g5oir4S+gMNNNBAW6x1no9rJaAZ0BhEQAMNNNBA64Km6CuhP9BAAw20xVrKe1pFzdkasWiKhe6SWDQCWquAtmFA2zDLE1ZFvjXGBviB5m7gLhVoyhPA2Z8dJ3FR/kHjnrYhmjOt0ZR/REAToXUN0+NkKvqbrWHfNcpFUcY6iLhxEndy+lHb+psGGmgxaY2mHPmdmyp2eky/WzkHkRer8rCsF/JqvwAAAABJRU5ErkJggg==") no-repeat scroll 0 0 / 112px auto rgba(0, 0, 0, 0);
    border: 1px solid #AAAAAA;
    border-radius: 5px 5px 5px 5px;
    color: #545454;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 14px;
    text-align: center;
    text-indent: -9999px;
    width: 44px;
}

.list-layout label[name="layout1"] {
    background-position: -35px 5px;
}
.list-layout label[name="layout2"] {
    background-position: 4px 5px;
}
label[name="layout3"] {
    background-position: -75px 5px;
}
.list-layout input[type="radio"]:checked + label {
    background-color: #E6E6E6;
    border: 1px solid;
    color: #AAAAAA;
    text-shadow: 0 -1px #E6E6E6;
}
 
.list-layout input[type="radio"] {  
    opacity : 0;  
    position: absolute;  
    top: -3px;  
    left: -3px;  
    width: 100%;  
    height: 100%;  
    padding: 0;  
}  

.pager__prev-next {
    clear: both;
    display: inline-block;
    margin: 15px 0;
    padding: 0 15px;
    width: 100%;
}
.linklist_img{
  margin:0;
  padding:0;
  display:table;
  width:100%;
}
.linklist_img li{
  width:31%;
  float:left;
  list-style:none;
  font-size:12px;
  margin:0 2% 0 0;
}
.linklist_img li:nth-child(3n+3){
  margin:0;
}
.linklist_img li:nth-child(3n+4){
  clear:both;
}

.linklist_img li span{
  display:table-cell;
}
.linklist_img li a{
  display:block;
  text-align:center;
}
.linklist_img .txt {
  color: #464e54;
}
.bnr_area {
	width: 93.33%;
	margin: 0 auto;
}
.bnr_area ul{
  list-style:none;
  margin:0;
  padding:0;
}

.bnr_area ul li {
	width: 100%;
	margin-top: 5%;
}

.bnr_area img {
	width: 100%;
}

