@charset "euc-jp";
/* CSS Document */
.whiteBox{
  	width: 709px;
	background-color: #fff;
  	margin-bottom: 10px;
  	padding: 10px 5px;
}
.whiteBox a{
	display: block;
  	margin-left: auto;
  	margin-right: auto;
}
.whiteBox a + a{
	margin-top: 5px;
}
.whiteBox a img{
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
}
a.commonBtn{
	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	width: 200px;
	border: solid 2px #D9C9A7;
  	line-height: 30px;
  	color: #000;
  	font-weight: normal;
  	text-align: center;
  	text-decoration: none;
  	transition: 0.5s;
  	position: relative;
}
a.commonBtn:hover{
	background-color: #D9C9A7;
  	color: #fff;
}
a.commonBtn:after{
	content: ">";
  	font-family: "Þâ¥´¥·¥Ã¥¯", "Yu Gothic", "Þâ¥´¥·¥Ã¥¯ÂÎ", YuGothic, "¥á¥¤¥ê¥ª", Meiryo, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "sans-serif";
  	color: #D9C9A7;
  	font-weight: bold;
  	position: relative;
  	right: -20px;
  	transition: 0.5s;
}
a.commonBtn:hover:after{
	color: #fff;
}

h1.topH1,
.h1Lead,
.itemTitle,
.all-itemComment,
.whiteBox{
	-webkit-box-sizing : border-box;
	-moz-box-sizing : border-box;
	-o-box-sizing : border-box;
	-ms-box-sizing : border-box;
	box-sizing : border-box;
}
#header {
	margin-bottom: 440px;
}
#main {
	position: relative;
}
.slider {
	position: absolute;
	top: -440px;
}
h1.topH1{
	width: 940px;
	padding: 10px 10px 0px 15px;
	background-color: #ffffff;
  	font-size: 18px;
    font-weight: normal;
}
.bx-wrapper .bx-viewport {
    border: none !important;
    left: 0px !important;
    box-shadow: none !important;
}
.h1Lead{
	width: 940px;
	margin: 0px 0px 10px;
	padding: 10px 10px 10px 15px;
	background-color: #ffffff;
}

.itemTitle{
	width: 709px;
	background-color: #ffffff;
  	padding: 10px 0px 1px 15px;
  	font-size: 24px;
  	font-weight: normal;
}
.all-itemComment{
	width: 709px;
	margin: 0px 0px 5px;
	padding: 5px 10px 10px 12px;
	background-color: #ffffff;
}

.item_box3 img{
  	margin-bottom: 10px;
}
.item_box3 p:not(:last-of-type){
  	margin-bottom: 15px;
}
.item_box3 p:first-of-type{
  	font-weight: bold;
}
.item_box3 p:not(:first-of-type){
  	font-size: 1.0em;
}

.jitsuenBox{
  	margin-bottom: 5px;
  	padding: 20px 30px;
  	background-color: #ffffff;
}

.jitsuenBox > img{
  	width: 100%;
  	margin: 0px auto 20px;
}
.jitsuenBox h3{
  	font-size:24px;
  	font-weight: normal;
  	color: #000000;
}
.p-title{
  	font-size: 22px;
}
.meijin-pro{
  	padding: 0px 40px;
}
.koutei{
  	font-size: 20px;
  	font-weight: normal;
  	font-family:¡ÈLucida Grande¡É,¡ÉLucida Sans Unicode¡É,¡ÉHiragino Kaku Gothic Pro¡É,¡É¥Ò¥é¥®¥Î³Ñ¥´ Pro W3¡É,¡É¥á¥¤¥ê¥ª¡É,Meiryo,¡É£Í£Ó £Ð¥´¥·¥Ã¥¯¡É,Helvetica,Arial,Verdana,sans-serif;
}

/* ************************************************
*  item_box
* ************************************************ */


.movie_box {
    width:455px;
    float:left;
    background:#fff;
    padding:10px;
}
.item_box2 {
  display:inline-block;
  float: left;
  background:#fff;
  padding:10px;
  margin: 0 5px 5px 0;
  width: 331px;
  height:310px;
  /*height:275px;*/
  vertical-align:top;
  text-align: left;
  /display:inline;
  /zoom:1;
}
.item_box2alpha {
  display:inline-block;
  float: left;
  padding:10px;
  margin: 0 5px 5px 0;
  width: 213px;
  vertical-align:top;
  text-align: left;
  /display:inline;
  /zoom:1;
}
.item_box2 .item_image {
  margin: 0px;
}
.item_box2 .item_image img.item {
  max-width: 100%;
  /*border: solid 1px #ddd;*/
}
.item_box2 .item_detail {
  margin: 15px 0 0;
 /* padding-left: 10px; */
  /* border-left: solid 1px #ddd;*/
}
.item_box2 .item_detail p{
  overflow: hidden;
  width: 100%;
  font-size:11px;
 /* text-overflow: ellipsis;
  white-space: nowrap;
  -o-text-overflow: ellipsis;*/
}

.item_box2 .item_detail p.item_name {
  margin-bottom: 5px;
  font-size: 11px;
  font-weight:bold;
  height:34px;
  overflow:hidden;
}

.item_box2 .item_detail .item_description{
/*text-overflow: initial;
  overflow: visible;
  white-space: normal;*/
/*text-overflow: ellipsis;
  white-space: nowrap;
  -o-text-overflow: ellipsis;*/
  overflow:hidden;
  height:38px;
}

p.item_regular_price, p.item_price, p.item_discount {
  margin-bottom: 10px;
  font-family:'Lucida Grande',
  'Hiragino Kaku Gothic ProN', '¥Ò¥é¥®¥Î³Ñ¥´ ProN W3',
  Meiryo, ¥á¥¤¥ê¥ª, sans-serif;
}

.item_box2 .item_detail p.date {
  width:90px;
  padding-right:30px;
  text-align:right;
  margin-top: 20px;
  font-family:'Lucida Grande',
  'Hiragino Kaku Gothic ProN', '¥Ò¥é¥®¥Î³Ñ¥´ ProN W3',
  Meiryo, ¥á¥¤¥ê¥ª, sans-serif;
  float:right;
  color:#666;
}
.item_box3 {
  display:inline-block;
  float: left;
  background:#fff;
  padding:10px;
  margin: 0 5px 20px 0;
  width: 213px;
  height:275px;
  vertical-align:top;
  text-align: left;
  /display:inline;
  /zoom:1;
}
.item_box3alpha {
  display:inline-block;
  float: left;
  padding:10px;
  margin: 0 5px 5px 0;
  width: 213px;
  vertical-align:top;
  text-align: left;
  /display:inline;
  /zoom:1;
}
.item_box3 .item_image {
  margin: 0px;
}
.item_box3 .item_image img.item {
  max-width: 100%;
  */border: solid 1px #ddd;*/
}
.item_box3 .item_detail {
  margin: 15px 0 0;
 */ padding-left: 10px; */
  */ border-left: solid 1px #ddd;*/
}
.item_box3 .item_detail p{
  overflow: hidden;
  width: 100%;
  font-size:11px;
 text-overflow: ellipsis;
  /*white-space: nowrap;
  -o-text-overflow: ellipsis;*/
}

.item_box3 .item_detail p.item_name {
  margin-bottom: 5px;
  font-size: 11px;
  font-weight:bold;
  height:34px;
  overflow:hidden;
}

.item_box3 .item_detail .item_description{
/*text-overflow: initial;
  overflow: visible;
  white-space: normal;*/
/*text-overflow: ellipsis;
  white-space: nowrap;
  -o-text-overflow: ellipsis;*/
  overflow:hidden;
  height:38px;
}

p.item_regular_price, p.item_price, p.item_discount {
  margin-bottom: 10px;
  font-family:'Lucida Grande',
  'Hiragino Kaku Gothic ProN', '¥Ò¥é¥®¥Î³Ñ¥´ ProN W3',
  Meiryo, ¥á¥¤¥ê¥ª, sans-serif;
}
.item_detail p.item_price {
  margin-top: 20px;
  margin-bottom: 0px;
  color:#666;
  width:90px;
  float:left;
}
.item_box3 .item_detail p.date {
  width:90px;
  float:right;
  padding-right:30px;
  text-align:right;
  margin-top: 20px;
  font-family:'Lucida Grande',
  'Hiragino Kaku Gothic ProN', '¥Ò¥é¥®¥Î³Ñ¥´ ProN W3',
  Meiryo, ¥á¥¤¥ê¥ª, sans-serif;
  color:#666;
}
.item_box .item_detail p.item_name {
  height:42px;
  overflow:hidden;
  line-height:130%;
}
.item_box .item_detail p.item_price {
  margin-top: 10px;
}
.item_box {
  height:190px;
}

/*±¦²¼ÇØ·Ê²èÁüTOP
================================*/
.cate1 {
  background:url(https://file001.shop-pro.jp/PA01268/712/images/top/cate1_back.jpg) no-repeat right bottom #fff;
}
.cate2 {
  background:url(https://file001.shop-pro.jp/PA01268/712/images/top/cate2_back.jpg) no-repeat right bottom #fff;
}
.cate3 {
  background:url(https://file001.shop-pro.jp/PA01268/712/images/top/cate3_back.jpg) no-repeat right bottom #fff;
}
.cate4 {
  background:url(https://file001.shop-pro.jp/PA01268/712/images/top/cate4_back.jpg) no-repeat right bottom #fff;
}
.cate5 {
  background:url(https://file001.shop-pro.jp/PA01268/712/images/top/cate5_back.jpg) no-repeat right bottom #fff;
}
.cate6 {
  background:url(https://file001.shop-pro.jp/PA01268/712/images/top/cate6_back.jpg) no-repeat right bottom #fff;
}

/* ±¦²¼¥¢¥¤¥³¥ó²èÁüTOP */
.item_box2 .item_detail p.cate_icon,.item_box3 .item_detail p.cate_icon {
    color: #666666;
    float: right;
    margin-top: 14px;
    text-align: right;
    width: 100px;
}
.item_box2 .item_detail p.cate_icon img,.item_box3 .item_detail p.cate_icon img {
	margin-left: 5px;
}