@charset "utf-8";
/* CSS Document */
.photo-frame{
    width: 85%;
  max-width: 412px;
  height:580px;
	margin-bottom: 15px;
	padding:9.5% 10.5% 7% 9.5%;
	background:url(https://img21.shop-pro.jp/PA01401/914/etc/photo-frame-n.png) no-repeat top center;
	background-size: 100% auto;
}
@media (max-width: 1024px) {
 .photo-frame{
    width: 75%;
  max-width: 412px;
  }
}
.photo-frame img{
  width: 100%;
  height: auto;
}
#okzoom {
    width:500px;
}
.flexslider {
  	margin-bottom: 20px !important;
	padding:9.5% 10.5% 10% 9.5% !important;
	background:url(https://img21.shop-pro.jp/PA01401/914/etc/photo-frame-n.png) no-repeat top center !important;
	background-size: auto 100% !important;	
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
  position: relative;
  zoom: 1;
}
.flex-viewport ul.slides li img{
    border: 
}
.flex-direction-nav a {
  width: 50px !important;
  height: 50px !important;
  top: 30% !important;
}
.flex-direction-nav .flex-prev {
  left: 40px !important;
	background:url(https://file003.shop-pro.jp/PA01401/914/images/arrowL.png) no-repeat top left; 
}
.flex-direction-nav .flex-next {
  right: 40px !important;
  text-align: right;
	background:url(https://file003.shop-pro.jp/PA01401/914/images/arrowR.png) no-repeat top right;
}

/* サムネイル画像 */
.photo-thumb{
	margin-top: 10px;
	margin-bottom: 25px;
}
.photo-thumb img{
	margin-bottom: 15px;
}

.photo-thumb ul {
font-size:0;
text-align:left;
margin: 0;
padding: 0;
}
.photo-thumb ul li{
display:inline-block;
/display: inline;
  /zoom: 1;
width:15%;
margin-right:1%;
margin-bottom:20px;
font-size:14px;
letter-spacing:normal;
vertical-align:top;
}

.photo-thumb ul img{
width:100%;
height:auto;
}


.block-itemcat{
	background: #F3F2F1;
	padding: 30px;
	text-align: center;
}
.block-itemcat a img{
	margin-bottom: 10px;
}

.block-itemcat .cat-title{
	font-size: 1.1em;
	padding-left: 15px;
	margin-bottom: 20px;
	text-align: left;
	border-left: 5px solid #666;
}


/* 商品詳細 表　dl・dt・dd */
.description-body{
	width: 100%;
	max-width: 900px;
	margin: 50px auto;
	font-size: 1em;
	line-height: 165%;
}

.description-body dl,
.description-body dt,
.description-body dd {
	box-sizing: border-box;
	letter-spacing: normal;
}
.description-body dl {
	width: 100%;
	margin: 30px auto 80px;
  background: #F4F4F4;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.description-body dt,
.description-body dd {
  padding: 20px 20px 0 20px;
  border-top: 1px solid #ccc;
font-size: 1em;
	line-height: 180%;
}
.description-body dt {
  width: 25% !important;
  float: left;
}
.description-body dd {
  background: #fff;
  margin-left: 25% !important;
  padding-bottom: 20px;
  border-left: 1px solid #ccc;
}
.description-body dd:after {
  content: '';
  display: block;
  clear: both;
}
.description-body dl a{
color:#E0716D;
}
.description-body dl a:hover{
color:#E0716D;
text-decoration: underline;
}

/* 商品詳細 表　テーブルの場合 */
.description-body table{
	width: 100% !important;
	margin: 15px auto 80px !important;
}
.description-body th{
	border: 1px solid #CCC;
	padding: 20px;
	background: #F4F4F4 !important;
	font-size: 1em;
	line-height: 200% !important;
	vertical-align: middle;
}
.description-body td{
	margin: 25px auto;
	border: 1px solid #CCC;
	padding: 20px;
	text-align: center;
	background: #FFF;
	font-size: 1em;
	line-height: 200% !important;
}
.description-body th.tb-title{
	background: #333333 !important;
	color: #FFF;
}
.description-body hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 0;
  border-top: 1px solid #ccc;
}
@media (max-width: 768px) {
.description-body{
	max-width: 100%;
	margin: 25px auto;
}	
.description-body dl {
	margin: 30px auto 40px;
}
.description-body dt {
	width: 100% !important;
	float: none;
	padding: 10px;
	padding-bottom: 10px;
}
.description-body dd {
	margin-left: 0 !important;
	width: 100% !important;
	padding: 10px;
	border-left:none;
}
.description-body table{
	margin: 15px auto 40px !important;
}
}

/*
.siza-contents{
	clear: both;
	width: 100%;
	max-width: 900px;
	background: #FFF;
	border: 1px solid #CCC;
	padding: 20px 50px;
	margin: 50px auto;
	text-align: center;
		-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.siza-contents-image{
	float: left;
	width: 20%;
	margin-right: 50px;
}
.siza-contents-text{
	overflow: hidden;
	font-size: 80% !important;
	text-align: center;
	padding-top: 15px;
}
.siza-contents img{
	width: auto;
	max-width: 100%;
	height: auto;
}

@media (max-width: 768px) {
.siza-contents{
	max-width: 98%;
	padding: 20px 20px;
	margin: 25px auto;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.siza-contents-text{
	overflow: hidden;
	font-size: 13px;
	text-align: left;
	padding-top: 15px;
}}*/




