.pagetitle{
    width:100%;
    padding:20px 0px;
}
.sort_01{
    width:100%;
}
.pagenavi {
    width:100%;
}
#product{
    margin-top:35px;
}
#product ul li{
    display: inline-block;
    width:200px;
    float:left;
}
#product ul li:nth-child(n+2){
    margin-left:30px;
}
#product ul li:nth-child(n+5){
    margin-top:69px;
}
#product ul li:nth-child(4n+1){
    clear: both;
    float:left;
    margin-left:0;
}
#product .p_box{
    width:200px;
    position:relative;
}
#product .p_link{
    margin-top:7px;
    display: block;
    width:200px;
}
#product .p_box .p_img{
    display: inline-block;
    margin-bottom:16px;
}
#product .p_link .p_name{
    display: block;
    font-size:11px;
    text-align: center;
    width:160px;
    margin:0 auto 5px;
}
#product .p_link .p_name:hover{
    text-decoration: underline;
}
#product .p_link .p_price{
    color:#534741;
    font-size:13px;
    font-weight:bold;
}
#product a:hover{
    text-decoration: none !important;
}
.txt-search{
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.txt-hitNum{
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sort_02{
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sort_03{
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pagenavi{
    height:50px;
}
.pagenavi *{
    font-size:12px;
    font-weight:bold;
    color:#534741;
    line-height:50px;
}
#ranking{
    margin-top:40px;
    padding-top:65px;
    background:url("https://file001.shop-pro.jp/PA01041/773/images/reve-kaso20.png")no-repeat top center;
}
/* ソート機能カスタム */
.sort_01 li {
  display: inline-block;
  width: 100px;
  border: 2px solid #c67915;
  margin-right: 5px;
}
.sort_01 li:hover a {
  background-color: #c67915;
  color: #fff;
}
.sort_01 .bold,
.sort_01 a {
  display: block;
  padding: 10px 0;
}
.sort_01 .bold {
  background-color: #c67915;
  color: #fff;
}
.sort_01 a, .sort_01 a:link, .sort_01 a:visited {
  color: #000;
}
.sort_01 ul {
  float:right;
}

.main_title {
  width:850px !important;
  margin-bottom: 20px!important;
  margin-top: -20px!important;
}
.main_title:before {
    background: url("https://file001.shop-pro.jp/PA01041/773/images/reve-kaso19.png") no-repeat;
    width: 21px;
    height: 16px;
    position: relative;
    content: "";
    display: inline-block;
}
.txt-search,
.txt-hitNum {
  background:none;
  font-size:14px;
}

/* ライン表示用 20170520 */
.line_line {
    font-size:15px;
    padding:0px 0px 13px 10px;
    background:url("https://file001.shop-pro.jp/PA01041/773/images/reve-kaso20.png") no-repeat left bottom;
    text-align: left;
    margin-bottom:15px;
    margin-left:-5px;
}
.line_line:before {
    background: url("https://file001.shop-pro.jp/PA01041/773/images/reve-kaso19.png") no-repeat;
    width: 21px;
    height: 16px;
    position: relative;
    content: "";
    display: inline-block;
}



#instagram{
    margin:5px 0px 0px;
}
#instagram h3{
    margin-bottom:10px;
}
#instagram ul li{
    width:190px;
    float:left;
}
#instagram ul li img{
    max-width:100%;
}
#instagram ul li:nth-child(n+2){
    margin-left:40px;
}