﻿﻿/* 商品一覧画像を128px→200pxに */
#risFil .categoryWindowImg {
    width: 200px !important;
    height: 200px !important;
	top: 15px;
}

/* カテゴリ商品名表示を3行に */
#risFil .category_itemnamelink {
    margin: 0 !important;
    display: -webkit-inline-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
	text-align: left;
}
span.category_itemprice {
    color: #bf0000;
    font-size: 80%;
    font-weight: bold;
}
.item_desc hr {
	border: 1px solid #ffa500;
	margin: 0;
}
.item_desc td {
	border: 1px solid #fff;
	padding: 5px;
}

/* 商品詳細table */
.type01 {
	width: 100%;
	border-spacing: 0px;
	margin: 0 0;
}
.type01 th, .type01 td {
	width: 100%;
	display: block;
	line-height: normal;
	font-size: 11pt;
    font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	border: 1px solid #ffb65b;
	padding: 8px 10px;
	box-sizing: border-box;
	border-bottom: none;
	word-break: break-all;
}
.type01 th {
	/* 変更可能ここから*/
	background: #ffead0 url('https://www.rakuten.ne.jp/gold/graceshop-2/category/type01/soapbubble04.png') no-repeat right bottom/120px 120px;
	color: #4c2000;
	/* 変更可能ここまで */
	width: 100%;
	text-align: left;
	font-weight: bold;
	padding: 5px 10px;
	border-right: 1px solid #ffb65b;
	text-shadow:
		white 1px 1px 0, white -1px -1px 0,
		white -1px 1px 0, white 1px -1px 0,
		white 0px 1px 0, white  0-1px 0,
		white -1px 0 0, white 1px 0 0;
}
.type01 tr:last-child th, .type01 tr:last-child td {
	border-bottom: 1px solid #ffb65b;
}
.type01 tr:last-child th {
	border-bottom: none;
}

/* サイズ表table */
.size01 {
	width: 100%;
	height: auto;
	border-spacing: 0px;
	margin: 0 0;
	border-right: 1px solid #aaa;
}
.size01 th, .size01 td {
	font-size: 11pt;
	font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	padding: 8px 10px;
	border: 1px solid #aaa;
	border-bottom: 0px;
	border-right: 0px;
}
.size01 th {
	/* 変更可能ここから*/
	background: #ccc;
	color: #000;
	/* 変更可能ここまで */
	text-align: left;
	font-weight: bold;
	padding: 5px;
	text-shadow:
		white 1px 1px 0, white -1px -1px 0,
		white -1px 1px 0, white 1px -1px 0,
		white 0px 1px 0, white  0-1px 0,
		white -1px 0 0, white 1px 0 0;
}
.size01 tr:last-child th, .size01 tr:last-child td {
	border-bottom: 1px solid #aaa;
}
/* サイズ表table2 */
.size02 {
	width: 100%;
	height: auto;
	border-spacing: 0px;
	margin: 0 0;
	border-right: 1px solid #E8AFA7;
}
.size02 th, .size02 td {
	font-size: 11pt;
	font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	padding: 8px 10px;
	border: 1px solid #E8AFA7;
	border-bottom: 0px;
	border-right: 0px;
}
.size02 th {
	/* 変更可能ここから*/
	background: #FFD4C4;
	color: #4c2000;
	/* 変更可能ここまで */
	text-align: left;
	font-weight: bold;
	padding: 5px 5px 5px 8px;
	text-shadow:
		white 1px 1px 0, white -1px -1px 0,
		white -1px 1px 0, white 1px -1px 0,
		white 0px 1px 0, white  0-1px 0,
		white -1px 0 0, white 1px 0 0;
}
.size02 tr:last-child th, .size02 tr:last-child td {
	border-bottom: 1px solid #E8AFA7;
}

.pcnon {
	margin-top: -10px;
}
.pcnon img:first-child {
	padding-bottom: 10px;
}
/* 商品画像表示（PC非表示設定） */
@media only screen and (min-width:768px){
	.pcnon {
		display:none;
	}
/* PC用文字サイズ */
    .type01 th,.type01 td{
		font-size: 10pt;
    }
}

/* ご友人とお揃いの衣装をご希望のお客様へ */
.notes {
	margin-top: 10px;
	width: 100%;
	border-spacing: 2px;
	background-color: #ffb65b;
}
.notes th, .notes td {
	background-color: #FFF;
	padding: 3px 10px;
	border: 1px solid #ffb65b;
	box-sizing: border-box;
	font-size: 10pt;
    font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
}
.notes p {
	display:inline;
	border-bottom: dotted 2px #FF9999;
}
.notes th {
	background-color: #ffe192;
	font-weight: bold;
	font-size: 11pt;
	border-bottom: none;
}
@media only screen and (min-width:768px){
	.notes th {
		font-size: 9pt;
	}
}

/* バナー×３ */
.banners {
	border-spacing: 0;
	border: none;
	margin-top: 10px;
	width: 100%;
}
.banners th, .banners td {
	padding: 2px 0;
	border: none;
	box-sizing: border-box;
	text-align: left;
}
/* RPP広告用 */
.rpp {
	border-spacing: 0;
	border: none;
	margin-top: 10px;
	width: 100%;
}
.rpp th, .rpp td {
	padding: 0;
	border: none;
	box-sizing: border-box;
    font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	text-align: left;
}

/* iframe */
.iprecautions {
  position: relative;
  width: 100%;
  padding-top: 150%;
  overflow:auto; 
  -webkit-overflow-scrolling:touch;
  border:none; 
}
.iprecautions-t {
  position: relative;
  width: 100%;
  padding-top: 55%;
  overflow:auto; 
  -webkit-overflow-scrolling:touch;
  border:none; 
}
.iprecautions-s {
  position: relative;
  width: 100%;
  padding-top: 183%;
  overflow:auto; 
  -webkit-overflow-scrolling:touch;
  border:none; 
}
.idelivery {
  position: relative;
  width: 100%;
  padding-top: 52%;
  overflow:auto; 
  -webkit-overflow-scrolling:touch;
  border:none; 
}
.isubcat{
  position: relative;
  width: 100%;
  padding-top: 80%;
  overflow:auto; 
  -webkit-overflow-scrolling:touch;
  border:none; 
}
.ipickup{
  position: relative;
  width: 100%;
  padding-top: 80%;
  overflow:auto; 
  -webkit-overflow-scrolling:touch;
  border:none; 
}
.ibanner{
  position: relative;
  width: 100%;
  padding-top: 95%;
  overflow:auto; 
  -webkit-overflow-scrolling:touch;
  border:none; 
}
.icategory{
  position: relative;
  width: 100%;
  padding-top: 35%;
  overflow:auto; 
  -webkit-overflow-scrolling:touch;
  border:none; 
}
.ievent{
  position: relative;
  width: 100%;
  padding-top: 30%;
  overflow:auto; 
  -webkit-overflow-scrolling:touch;
  border:none; 
}
.iprecautions iframe, .iprecautions-t iframe, .iprecautions-s iframe, .idelivery iframe, .isubcat iframe, .ipickup iframe, .ibanner iframe, .icategory iframe, .ievent iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border:none;
  display:block;
}
/* 商品画像表示（PC非表示設定） */
@media only screen and (min-width:768px) {
  .iprecautions {
    padding-top: 77%;
  }
  .iprecautions-t {
    padding-top: 25%;
  }
  .iprecautions-s {
    padding-top: 85%;
  }
  .idelivery {
    padding-top: 32%;
  }
  .isubcat {
    display: none;
  }
  .ipickup {
    padding-top: 78%;
  }
  .ibanner {
    display: none;
  }
  .icategory {
    display: none;
  }
  .ievent {
    padding-top: 30%;
  }
}
