/*------------------------------------------------------------
	商品一覧
------------------------------------------------------------*/
.mainTtl, .main_title {
	margin-bottom: 30px;
	padding-bottom: 7px;
	font-size: 32px;
	font-weight: normal;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0085B2;
}

.searchResult {
	margin-bottom: 20px;
	padding-bottom: 7px;
	font-size: 16px !important;
	font-weight: normal !important;
	background: url(https://img20.shop-pro.jp/PA01192/274/etc/contents_ttl_line.png?2135) repeat-x left bottom;
}

.sort_01 {
	width: 100%;
	padding: 10px;
	background: #EEF7F7;
	font-size: 10px;
}

.pagenavi {
    width: 1255px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 33px;
    box-sizing: border-box;
    padding: 7px;
    text-align: center;
    font-size: 14px;
    color: #222;
    position: relative;
    background-color: #DCEEF5;
}

.pagenavi .prev {
    position: absolute;
    top: 7px;
    left: 10px;
    color: #0059B2;
    font-weight: bold;
}

.pagenavi .prev:hover {
    color: #333;
}

.pagenavi .next {
    position: absolute;
    top: 7px;
    right: 10px;
    color: #0059B2;
    font-weight: bold;
}

.pagenavi .next:hover {
    color: #333;
}

.pagenavi td {
	padding: 0!important;
}

.product_center {
	overflow: hidden;
	clear: both;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1255px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}

.product_center::after {
	content:"";
	display: block;
	width: 400px;
}

.product_center li {
	width: 400px;
	text-align: left;
	padding: 0px;
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 2px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEE;
	border-right-color: #EEE;
	border-bottom-color: #EEE;
	border-left-color: #EEE;
	background-color: #EEE;
	position: relative;
	margin-bottom: 35px;
	transition: .3s;
}

.product_center li > a {
    line-height: 1.2;
    cursor: pointer;
}

.product_center li:hover {
    opacity: 0.8;
}

.product_center li a img {
	display: block;
	border-style: none;
	z-index: 30;
	height: auto;
	max-height: 308px;
	width: 400px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.product_center li > img {
	position: absolute;
	left: 0px;
	top: 0px;    
}

.product_gallery {
	margin-top: 20px;
	text-align: center;
}

.categorytype {
	overflow: hidden;
	width: 1255px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 55px;
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
}

.categorytype::before{
	content:"";
	display: block;
	width: 303px;
	order:1;
	box-sizing: border-box;
}

.categorytype::after{
	content:"";
	display: block;
	width: 303px;
	box-sizing: border-box;
}

.categorytype li {
	width: 303px;
	box-sizing: border-box;
	list-style: none;
	border: 1px solid #2F80D1;
	background-color: #2F80D1;
	margin-bottom:10px;
}

.categorytype li > a {
	display: flex;
	justify-content: space-between;
	color: #FFF;
}

.categorytype li > a:hover {
	opacity: 0.8;
}

.categorytype li a img {
	width: 102px !important;
	height: auto;
}

.item_name_box {
	height: 83px;
	width: 100%;
	box-sizing: border-box;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	position: relative;
}
.categorytype li:has(img) .item_name_box {
	width: 200px;
}

.item_name {
	height: 77px;
	width: 100%;
	box-sizing: border-box;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #99E5FF;
	position: relative;
	text-align: center;
}
.categorytype li:has(img) .item_name {
	width: 188px;
}

.item_name::before {
	content: "";
	background-color: #99E5FF;
	height: 18px;
	width: 9px;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	position: absolute;
	top: 50%;
	left: 4px;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
}

.item_name span {
	position: absolute;
	top: 50%;
	left: 53%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	display:block;
 	width:100%;
}
.categorytype li:has(img) .item_name span {
	min-width: 170px;
}

.sortFirst {
    width: 1255px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    font-size: 14px;
    text-align: left;
    color: #FFF;
    margin-bottom: 3px;
    padding-top: 7px;
    padding-right: 10px;
    padding-bottom: 7px;
    padding-left: 10px;
    background-color: #111F41;
    background-image: url(https://img20.shop-pro.jp/PA01192/274/etc_base64/Y2F0ZWdvcnlfYmc.png?cmsp_timestamp=20231031172412);
    background-repeat: no-repeat;
    background-position: right top;
}

.sortFirst span {
	color: #D8D800;
}

.sortFirst a {
	color: #FFF;
}

.sortFirst a:hover {
	color: #CCC;
}

.txt-search {
	margin-bottom: 10px;
}

.txt-hitNum {
	margin-bottom: 20px;
}

.price_search {
	margin: 0 !important;
}

#product_list {
	margin-bottom: 170px;
}

.search_wrap {
	width: 1280px;
	margin-right: auto;
	margin-left: auto;
}

.search_wrap h1 {
    margin: 10px 0 15px !important;
    padding-bottom: 5px !important;
    font-size: 16px !important;
    font-weight: normal !important;
	text-align: center;
}

.condition {
    font-weight: normal;
    text-align: center;
	display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.sort {
	padding: 7px 10px;
	background: #EEF7F7;
	font-size: 12px;
	text-align: left;
	color: #000;
}

.sort li {
	display: inline;
}

.itemimg > a > img {
	width: 400px;
	height: 308px;	
}

.name {
	padding-left: 10px;
	box-sizing: border-box;
	font-size: 21px;
}

.name > a {
	font-size: 24px
	font-weight: bold;
	color: #202020;
}

.name a {
	font-size: 24px;
	line-height: 1.3;
	cursor: pointer;
	font-weight: bold;	
}

.price {
	width: 400px;
	box-sizing: border-box;
}

.price_search {
	display: block;
	font-size: 24px;
	font-weight: bold;
	line-height: 46px;
	box-sizing: border-box;
	text-align: right;
	color: #FFF;
	background-color: #0059B2;
	padding-right: 5px;
}

.exp_all {
	padding-left: 10px;
}

.expl,
.exp {
	color: #444;
	box-sizing: border-box;
}

.expl > a > p,
.exp > a > p {
    font-size: 16px;
	color: #202020;
	line-height: 1.5;
}

.expl > a span,
.exp > a span {
    font-size: 16px;
	font-weight: bold;
	color: #0059B2;
}

.soldout {
    font-weight: bold;
    color: #FFF!important;
    background-color: #eb0000;
    display: block;
    padding-left: 10px;
	line-height: 30px;
}

.nodata {
	text-align: center;
	margin-bottom: 170px;
}

.new_release > b {
	color: #B20000!important;
}

.please_contact {
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 46px;
	box-sizing: border-box;
	text-align: right;
	color: #FFF;
	background-color: #111F41;
	padding-right: 5px;
}

.under_margin {
	margin-bottom: 200px;	
}

#inn-box {
	width: 1280px;
	margin-right: auto;
	margin-left: auto;
}

#inn-box .mainTtl {
	margin-bottom: 30px;
	padding-bottom: 7px;
	font-size: 32px;
	font-weight: normal;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0085B2;
}

#inn-box .mainTtl span {
	padding-left: 30px;	
	line-height: 1.3;
	color: #0C194A;
}

#inn-box .mainTtl span::before {
	display: inline-block;
	content: url(https://img20.shop-pro.jp/PA01192/274/etc/contents_ttl_icon.png?2115);
}

#inn-box form {
	margin-bottom: 170px;
}

.checkitemWrap ul.product_center {
	width: 560px !important;
    margin: 20px -10px 10px 0 !important;
	overflow: hidden;
}

#sub ul.product li {
	width: auto;
}

.images_and_detail {
	display: flex;
	justify-content: space-around;
	margin-bottom: 75px;
}

#inn-box .images_wrap {
	width: 429px;
	margin-bottom: 30px;
}

#inn-box .images {
	width: 429px;
	height: 330px;
	margin-bottom: 15px;
	text-align: center;
	border: 1px solid #CCC;
}

#inn-box .images img {
	height:330px;
}

#inn-box .images_right ul.img01 {
	width: 447px;
	overflow:hidden;
	margin:0 -19px 0 0;
	padding:0;
}

#inn-box .images_right ul.img01 li {
	float: left;
	margin:0 19px 19px 0;
	padding:0;
	background:none;
}

#inn-box .images_right img {
	width:130px;
}

.spec_and_bottom {
	display: flex;
	justify-content: space-around;
}

/* スペック */
#inn-box div.spec {
	width: 40%;
	margin: 0;	
}

#inn-box div.spec table {
	margin-bottom: 10px;
}

#inn-box div.spec table th {
	font-weight: normal;
}

#inn-box div.spec table th,
#inn-box div.spec table td {
	padding: 2 0 5px 0;
	vertical-align: top;
	font-size: 20px!important;
	color: #787878;
	text-align: left;
}

#inn-box div.spec table tr td input,
#inn-box div.spec_bottom .input_num {
	width: 40px;
	margin: 0 4px;
	float: left;
}

#inn-box div.spec table tr.price td,
#inn-box div.spec table tr.regular td{
	text-decoration: line-through;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
}

#inn-box div.spec table tr.sales td {
	color: #E50012;
	font-family: Verdana, Geneva, sans-serif;
}

#inn-box div.spec .point {
	color: #E50012;
}

#inn-box div.spec table tr.sales .price01 {
	display: inline;
	font-size: 24px;
	line-height: 24px;
}

#inn-box div.spec table tr.sales td span {
	display: block;
}

#inn-box div.spec table tr.sales td span.sales {
	color: #B93E3E;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 3px;
}

#inn-box div.spec table tr.sales td span.discount {
	font: 10px/1.4em Verdana, Geneva, sans-serif;
	color: #FFF;
	background: #A9A9A9;
	padding: 0px 3px;
	text-align: center;
	margin: 3px 0px 0px;
}

#inn-box div.spec table td span.unit,
#inn-box div.spec_bottom table td span.unit {
	display: block;
	float: left;
	margin-right: 4px;
	line-height: 22px;
	height: 22px;
}

#inn-box div.spec table td ul.init,
#inn-box div.spec_bottom ul.init {
	margin: 0px;
	padding: 0px;
	width: 15px;
	height: 22px;
}

#inn-box div.spec table td ul.init li,
#inn-box div.spec_bottom ul.init li {
	margin: 0px;
	padding: 0px;
	height: 13px;
	width: 15px;
	line-height: 0;
	font-size: 9px;
	background-image: none;
	float: left;
}

#inn-box div.spec table td ul.init li a,
#inn-box div.spec_bottom ul.init li a {
	margin: 0px;
	padding: 0px;
	height: 9px;
	width: 15px;
	line-height: normal;
}

#inn-box div.spec table td ul.init li a img,
#inn-box div.spec_bottom ul.init li a img {
	border: 1px solid #FFF;
}

#inn-box div.spec ul.btn {
	margin: 0;
	padding-top: 5px;
	list-style-type:none;
	list-style-image:none;
}

#inn-box div.spec ul.btn li.cart {
	margin-bottom: 15px;
	background-image: none;
	padding: 0px;
}

#inn-box div.spec ul.btn li.cart button,
#inn-box div.spec_bottom ul.btn li.cart button  {
	border-style: none;
	padding: 0px;
	width: 220px;
	height: 44px;
	border-width: 0px;
	cursor: pointer;
	background: url(https://img20.shop-pro.jp/PA01192/274/etc/pddetail_addcart.png?2128) no-repeat;
}

#inn-box div.spec ul.btn li.cart button span,
#inn-box div.spec_bottom ul.btn li.cart button span {
	display: none;
}

#inn-box div.spec ul.btn li.cart p,
#inn-box div.spec_bottom ul.btn li.cart p {
	line-height: 30px;
	text-transform: uppercase;
	color: #F00;
	text-align: center;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	letter-spacing: 0.2em;
}

#inn-box div.spec ul.btn li.quick,
#inn-box div.spec_bottom ul.btn li.quick {
	padding: 0px;
	height: 24px;
	margin-bottom: 15px;
	font-size: 10px;
	line-height: 10px;
	text-indent: -9999px;
	width: 180px;
}

#inn-box div.spec ul.btn li.quick a,
#inn-box div.spec_bottom ul.btn li.quick a  {
	display: block;
	height: 100%;
	background: url(https://img.shop-pro.jp/tmpl_img/39/0301_spec_quick.gif);
}

/* 特定商取引法〜ツイート */
/*#inn-box div.spec_bottom ul.btn li.option  {
	background: url(https://img.shop-pro.jp/tmpl_img/39/0304_icon_option.gif) no-repeat left center;
}*/

#inn-box div.spec_bottom ul.btn li.option,
#inn-box div.spec ul.btn li.option {
	background: url(https://img20.shop-pro.jp/PA01192/274/etc/icon03.png?2101) no-repeat left center;
}

#inn-box div.spec_bottom {
	margin: 0 0 20px 0;
	padding: 15px 10px;
	border: 1px solid #C8C9C9;
	color: #787878;
	width: 30%;
	box-sizing: border-box;
}

#inn-box div.spec_bottom ul {
	margin:0;
	padding:0;
}

#inn-box div.spec_bottom ul.btn li {
	margin: 0px 0px 5px;
	line-height: 1.6em;
	background-image: none;
	text-align: center;
}

#inn-box div.spec_bottom ul.left li {
	margin: 0;
	padding: 0 0 0 20px;
	line-height: 1.6em;
	background-image: none;
	text-align: left;
}

#inn-box div.spec ul.left li {
	margin: 0;
	padding: 0 0 0 20px;
	line-height: 1.6em;
	background-image: none;
	text-align: left;
}

#inn-box div.spec_bottom ul.left li a {
	color: #787878;
	text-decoration: none;
}

#inn-box div.spec_bottom ul.left li a:hover {
	text-decoration: underline;
}

#inn-box div.spec_bottom ul.left {
	margin: 0 auto;
	font-size: 20px;
}

#inn-box ul.btn li a {
	color: #787878;
}

#inn-box ul.btn li a:hover {
	text-decoration: underline
}

#inn-box div.spec_bottom ul.btn li.attention  {
	background: url(https://img20.shop-pro.jp/PA01192/274/etc/icon01.png?2146) no-repeat left center !important;
}

#inn-box div.spec_bottom ul.btn li.cancel  {
	background: url(https://img20.shop-pro.jp/PA01192/274/etc/icon02.png?2159) no-repeat left center !important;
}

#inn-box div.spec_bottom ul.btn li.teach  {
	background: url(https://img20.shop-pro.jp/PA01192/274/etc/icon03.png?20560237) no-repeat left center !important;
}

#inn-box div.spec_bottom ul.btn li.inq  {
	background: url(https://img20.shop-pro.jp/PA01192/274/etc/icon03.png?20560127) no-repeat left center !important;
}

#inn-box div.spec_bottom ul.btn li.shopping {
	background: url(https://img.shop-pro.jp/tmpl_img/39/0304_icon_shopping.gif) no-repeat left center;
	margin-bottom: 10px;
}

#inn-box div.spec_bottom ul.btn li.calamel {
	background-image: none;
}

#inn-box div.spec_bottom ul.btn li.twitter  {
	background: url(https://img.shop-pro.jp/tmpl_img/39/icon_twitter.gif) no-repeat left center;
}

#inn-box div.spec_bottom ul.btn li.logpi  {
	background: url(https://img.shop-pro.jp/tmpl_img/39/icon_logpi.gif) no-repeat left center;
}

#inn-box div.spec_bottom ul.btn li.yahoo  {
	background: url(https://img.shop-pro.jp/tmpl_img/39/icon_y_bookmark.gif) no-repeat left center;
}

#inn-box div.spec_bottom ul.btn li.hatena  {
	background: url(https://img.shop-pro.jp/tmpl_img/39/icon_hatena.gif) no-repeat left center;
	margin-bottom: 10px;
}

/* 詳細 */
#inn-box div.exp {
	width:500px;
	line-height: 180%;
	font-size: 12px;
}

/* お探しの商品は見つかりましたか？ */
.detail_bana_search {
	width:730px;
	height:111px;
	float:left;
	margin: 0px 0 20px 0;
	background: url(https://img15.shop-pro.jp/PA01154/526/etc/detail_bana_search.gif?20120328142050) no-repeat;
}

.detail_bana_search .img01 {
	margin:40px 30px 0 360px;
}

.detail_bana_search .img02 {
	margin:40px 0 0 0;
}

.listback {
	text-align: right;
}

.detail_conts_top {
	max-width: 800px;
	padding: 0 !important;
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 0;
	box-sizing: border-box;
}

.detail_conts {
	padding: 0 !important;
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 0;
	box-sizing: border-box;
}

.product_gallery {
	margin: 0 25px 30px;
}

/*-- ご購入の前にご確認下さい --*/
.readme {
	width: 1100px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 30px;
}

.readme h3 {
	margin-bottom: 20px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	color: #E50012;
	line-height: 40px;
	padding-left: 50px;
	position: relative;
	box-sizing: border-box;
}

.readme h3::before {
	position: absolute;
	content: url(https://img20.shop-pro.jp/PA01192/274/etc_base64/Y2F1dGlvbl9pY29u.png?cmsp_timestamp=20231109144002);
	top: 2px;
	left: 10px;
}

.readme dl {
	padding: 0 10px;
	font-size: 16px;
}

.readme dl dt {
	margin: 0 0 5px;
	color: #E50012;
	font-weight: bold;
}

.readme dl dd {
	margin-bottom: 15px;
}

.readme dl dd a {
	color: #0068B5;
}

.readme dl dd a:hover {
	color: #0066BB;
	text-decoration: underline;
}

/*-- 商品説明 --*/
.product_detail dt {
	margin-bottom: 10px;
	color: #0068B5;
	font-size: 14px;	
}

.product_detail dd ul {
	margin: 0 15px 20px !important;
	padding: 0;
	line-height: 1.5;
}

.product_detail dd ul li span {
	color: #FFAF00;	
}

.fcicatch {
	color: #1c4082;
	font-size: 1.4em;
	line-height: 1.6em;
	margin-top: 20px;
}

.fcfeature {
	font-size: 1.3em;
	line-height: 1.5em;
	margin-top: 20px;
}

.fcnotebox {
	margin-top: 20px;
}

.fcnotes {
	line-height: 1.5em;
	padding: 0px;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 10px;
}

.fctablecap {
	font-size: 1.4em;
	margin-top: 20px;
}

.fctable {
	min-width: 480px;
    border-collapse: collapse;
    border-spacing: 0;
}

.fctable tr {
	border: 1px #999 solid;
}

.fctable tr th, td {
	font-size: 1.2em;
	font-weight: normal;
	text-align: left;
	line-height: 1.5em;
	height: 1.5em;
	margin: 0px;
	padding: 5px;
}

.fctable tr th {
	width: 160px;
	background-color: #d3ddf0;
	border-right: 1px #999 solid;
}

.fctable tr td {
	border-right: 1px #999 dotted;
}

.fctable a {
    cursor: pointer;
}

/*-- 仕様 --*/
.specTable {
	margin-bottom: 30px;
}

.specTable p {
	margin: 0 !important;
	color: #0068B5;
	font-size: 14px;	
}

.specTable table {
	width: 490px;
	margin: 0 10px;
	border-collapse: collapse;
}

.specTable table th {
	width: 140px;
	background: #F2F2F2;
	font-weight: normal;
}

.specTable table th,
.specTable table td {
	padding: 5px 10px;
	border: 1px solid #B2B2B2;
	text-align: left;
}

.specTable table td a {
	color: #0085D0;
}

.specTable table td a:hover {
	color: #0066BB;
}

.spec_bottom tr.cell th,
.spec_bottom tr.cell td {
	padding-bottom: 10px;
}

	* html .spec_bottom tr.cell th,
	* html .spec_bottom tr.cell td {
		padding-bottom: 0;
	}
	
	*+html .spec_bottom tr.cell th,
	*+html .spec_bottom tr.cell td {
		padding-bottom: 0;
	}
	
.selectInput select {
	width: 150px;
	font-size: 12px;
	color: #787878;
}

.buyConts input {
	font-size: 12px;
	color: #787878;
}

.buyConts .buyNum {
	margin-top: 7px;
	float: left;
}

.sortBtn {
	width: 15px;
	zoom: 1;
}

.productName {
	margin-bottom: 30px;
    padding-bottom: 7px;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #0085B2;
}

table th {
	font-weight: normal;
}

.txt1 {
	color: #128F2E;
}

.setProd {
	background: url(https://img20.shop-pro.jp/PA01192/274/etc/contents_set_h4.png?2111) no-repeat;
    margin-bottom: 15px;
    width: 550px;
	height: 26px;
	text-indent: -9999px;
}

.together {
	background: url(https://img20.shop-pro.jp/PA01192/274/etc/contents_together_h4.png?2111) no-repeat;
    margin-bottom: 15px;
    width: 550px;
	height: 26px;
	text-indent: -9999px;
}

.checkitemWrap {
	padding-top: 10px;
}

.soldTxt {
	text-align: center;
	padding-bottom: 5px;
	color: #E50012;
	font-size: 25px;
	font-weight: bold;
}

.merchandise_review {
	padding: 5px;
	border: 2px solid #69A5CA;
	border-radius: 10px;
}

/*------------------------------------------------------------
	商品スペック級数変更
------------------------------------------------------------*/

#inn-box div.spec table td.bshk {
	font-size: 1.2em;
	line-height: 1.2em;
}

#inn-box div.spec table th.pmtpoji {
	padding-top: 2px;
}

.sampleBoxIn {
float:left;
margin:5px;
width:152px;
height:125px;
}

.sampleBoxIn2 {
float:left;
margin:5px;
width:314px;
height:125px;
}

.sampleBoxCaption {
font-size:0.85em;
}

.sampleBoxCatch {
font-size:1.2em;
color:#1847a8;
margin-top:30px;
margin-left:10px;
margin-right: 10px;
line-height: 1.3em;
}

/*------------------------------------------------------------
	商品レビュー
------------------------------------------------------------*/
h4.reviewlist_h4 {
	margin-bottom: 15px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	line-height: 40px;
	padding-left: 10px;
	box-sizing: border-box;
}

.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}

div.product-review-star {
    width: 75px;
    overflow: hidden;
}

.icon_star {
  float: left;
  width: 150px;
}

.review_poster li {
  float: left;
  margin-left: 10px;
}

.review_poster li {
  list-style: none;
}

.reviewlist {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}

.review_ttl,
.shopcomment_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.review_img {
  float: right;
  margin: 0 0 10px 10px
}

.reviewlist_content {
  overflow: hidden;
  zoom: 1;
}

.shopcomment {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #eee;
  padding: 15px;
  border-radius: 6px;
}