@charset "utf-8";

/*************************************************
	Fonts
**************************************************/
@font-face {
	font-family: 'yasashisa_gothic';
	src: url('fonts/yasashisa_gothic.ttf') format('truetype');
}
@font-face {
	font-family: 'anzu_moji';
	src: url('fonts/APJapanesefontK.ttf') format('truetype');
}
/*************************************************
	Default
**************************************************/
body,
input,
button,
select,
textarea {
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	font-size: 12px;
	color: #573f22;
}
ul,
ol {
	list-style: none;
}
a {
	color: inherit;
}
a:hover {
	color: #ed7c55;
}
img,
iframe {
	vertical-align: bottom;
}
/*************************************************
	Helper
**************************************************/
.yg {
	font-family: 'yasashisa_gothic';
}
.az {
	font-family: 'anzu_moji';
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.row {
	overflow: hidden;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
/*************************************************
	Components
**************************************************/
.breadcrumb {
	line-height: 20px;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li + li::before {
	content: "";
	padding: 0 2px;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../images/icon-breadcrumb.png) no-repeat;
	vertical-align: middle;
}
.breadcrumb a {
	text-decoration: none;
}
.page-heading {
	overflow: hidden;
	height: 56px;
	margin: 10px 0 14px;
	background: url(../images/bg-page-heading.png) repeat-x;
	font-family: 'yasashisa_gothic';
	font-size: 20px;
	color: #946544;
}
.page-heading h2 {
	overflow: hidden;
	margin: 14px 0;
	line-height: 28px;
}
.page-heading h2 span {
	display: block;
}
.page-heading h2 .icon {
	width: 24px;
	height: 28px;
	float: left;
	line-height: 28px;
	text-align: center;
}
.page-heading h2 .icon img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.page-heading h2 .text {
	overflow: hidden;
	margin-left: 28px;
	vertical-align: middle;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #593E21;
}
.page-heading2 {
	overflow: hidden;
	height: 56px;
	margin: 10px 0;
	background: url(../images/bg-page-heading.png) repeat-x;
	font-family: 'yasashisa_gothic';
	font-size: 20px;
	color: #593E21;
}
.page-heading2 h2 {
	overflow: hidden;
	margin: 14px 0;
	padding: 0 10px;
	line-height: 28px;
}
.page-heading2 h2 span {
	display: block;
}
.page-heading2 h2 .text {
	overflow: hidden;
	vertical-align: middle;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.groups .group {
	padding-top: 15px;
	color: #573f22;
}
.groups .group .content .description {
	min-height: 80px;
	margin-top: 10px;
	padding: 10px 0;
	border-width: 0 0 2px;
	border-style: solid;
	border-color: #ab7e5f;
	line-height: 16px;
}
.groups .group.red  .content .description { border-color: #fdd; }
.groups .group.blue .content .description { border-color: #cef; }

.groups .group .children {
	margin-top: 10px;
}
.groups .group .children p {
	padding-left: 25px;
	background: url(../images/icon-loupe.png) no-repeat;
	font-family: 'yasashisa_gothic';
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #946544;
}
.groups .group .children ul {
	overflow: hidden;
}
.groups .group .children li {
	float: left;
	color: #946544;
}
.groups .group .children li a {
	display: block;
	overflow: hidden;
	padding: 0 4px;
	background: url(../images/bg-category-name-2.png);
	border: 2px solid #f6df88;
	border-radius: 5px;
	font-family: 'yasashisa_gothic';
	font-weight: bold;
	line-height: 26px;
	text-align: center;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.category-groups .group .heading {
	padding-left: 14px;
	background: url(../images/bg-category-name-1.png) no-repeat;
	border-bottom: 2px solid #efefef;
	font-family: 'yasashisa_gothic';
	font-size: 16px;
	line-height: 35px;
	color: #946544;
}
.category-groups .group .description {
	position: relative;
}
.category-groups .group .description p {
	padding-right: 100px;
}
.category-groups .group .image {
	margin-top: 10px;
}
.category-groups .group .image img {
	max-width: 100%;
}
.category-groups .group .description .decoration {
	position: absolute;
	right: 10px;
	bottom: 0;
}
.category-groups .group .children ul {
	margin-left: -12px;
}
.category-groups .group .children li {
	width: 132px;
	margin: 10px 0 0 10px;
}
.feature-groups .group .heading {
	padding-left: 14px;
	background: url(../images/_bg-category-name-1.png) no-repeat;
	border-bottom: 2px solid #efefef;
	font-size: 16px;
	line-height: 35px;
	color: #946544;
}
.feature-groups .group .image {
	margin-top: 10px;
}
.feature-groups .group .children ul {
	margin-left: -11px;
}
.feature-groups .group .children li {
	width: 146px;
	margin: 10px 0 0 11px;
}
.best-recommended {
	position: relative;
	margin-top: 20px;
	border-bottom: 2px solid #eae5e3;
}
.best-recommended .heading {
	overflow: hidden;
	padding: 0 30px 0 90px;
	background: #C09F72;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-family: 'yasashisa_gothic';
	font-size: 22px;
	line-height: 44px;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	
}
.best-recommended .content {
	overflow: hidden;
	padding: 15px;
	/*
	background: url(../images/bg-star.png);
	*/
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #efefef;
	background-color: #FFFFFF;
}
.best-recommended p {
	margin-top: 5px;
}
.best-recommended a {
	text-decoration: none;
}
.best-recommended a:hover {
	text-decoration: underline;
}
.best-recommended .section-1 {
	width: 210px;
	float: left;
}
.best-recommended .section-1 .image {
	width: 210px;
	height: 210px;
	line-height: 210px;
	text-align: center;
}
.best-recommended .section-1 .image img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.best-recommended .section-1 .asked-to-staff {
	position: relative;
	min-height: 50px;
	margin-top: 10px;
	padding: 5px;
	background: #fff;
	border-radius: 5px;
	z-index: 1;
}
.best-recommended .section-1 .asked-to-staff .subcontent {
	padding-right: 52px;
	line-height: 16px;
}
.best-recommended .section-1 .asked-to-staff .decoration {
	position: absolute;
	right: 2px;
	bottom: -2px;
}
.best-recommended .section-2 {
	margin-left: 218px;
}
.best-recommended .section-2 .left {
	float: left;
}
.best-recommended .section-2 .right {
	margin-left: 50px;
}
.best-recommended .section-2 .right p {
	font-size: 13px;
	font-weight: bold;
}
.best-recommended .section-2 .right .icons {
	margin-top: 10px;
}
.best-recommended .section-2 .right .icons img {
	max-width: 35px;
	max-height: 35px;
}
.best-recommended .section-2 .name {
	font-weight: bold;
	line-height: 16px;
}
.best-recommended .section-2 .copy {
	font-size: 10px;
	line-height: 14px;
	color: #bf1a20;
}
.best-recommended .section-2 .price {
	color: #bf1a20;
}
.best-recommended .section-2 .price strong {
	font-size: 18px;
}
.best-recommended .section-2 .price .currency {
	font-size: 12px;
	font-weight: bold;
}
.best-recommended .section-2 .price .tax {
	font-size: 11px;
}
.best-recommended .section-2 .description {
	line-height: 16px;
}
.best-recommended .decoration-1 {
	position: absolute;
	top: -15px;
	left: -4px;
}
.best-recommended .decoration-2 {
	position: absolute;
	top: 0;
	right: 0;
}
.best-recommended .decoration-3 {
	position: absolute;
	bottom: 0;
	left: 0;
}
/*************************************************
	.item-list.summary-view
**************************************************/
.item-list.summary-view .list-outer {
	overflow: hidden;
}
.item-list.summary-view .i {
	overflow: hidden;
	padding: 20px 0;
	border-bottom: 2px dotted #a18a6e;
}
.item-list.summary-view .i:last-child {
	border-bottom-style: none;
}
.item-list.summary-view .i .section-1 {
	width: 215px;
	float: left;
}
.item-list.summary-view .i .section-1 .images {
	overflow: hidden;
}
.item-list.summary-view .i .section-1 .images .main {
	width: 160px;
	line-height: 160px;
	float: left;
	text-align: center;
}
.item-list.summary-view .i .section-1 .images .sub {
	margin-left: 165px;
}
.item-list.summary-view .i .section-1 .images .sub li {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.item-list.summary-view .i .section-1 .images .sub li + li {
	margin-top: 5px;
}
.item-list.summary-view .i .section-1 .images img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.item-list.summary-view .i .section-1 .tags {
	overflow: hidden;
	margin: 5px 0;
}
.item-list.summary-view .i .section-1 .tags img {
	max-height: 20px;
	float:left;
}
.item-list.summary-view .i .section-1 .tags img + img {
	margin-left: 5px;
}
.item-list.summary-view .i .section-1 .spec {
	font-size: 10px;
}
.item-list.summary-view .i .section-1 .spec table {
	width: 100%;
}
.item-list.summary-view .i .section-1 .spec table + table {
	/* margin-top: 10px; */
}
.item-list.summary-view .i .section-1 .spec tbody {
	background: #fbf7f2;
}
.item-list.summary-view .i .section-1 .spec tbody th {
	padding: 4px;
	font-weight: normal;
	text-align: right;
}
.item-list.summary-view .i .section-1 .spec tbody td {
	padding: 4px;
	border-left: 1px dotted #a18a6e;
}
.item-list.summary-view .i .section-1 .spec tbody tr + tr th,
.item-list.summary-view .i .section-1 .spec tbody tr + tr td {
	border-top: 1px dotted #a18a6e;
}
.item-list.summary-view .i .section-1 .spec table + table tbody th,
.item-list.summary-view .i .section-1 .spec table + table tbody td {
	border-top: 1px dotted #a18a6e;
}
.item-list.summary-view .i .section-1 .spec .rating {
	display: inline-block;
	width: 75px;
	height: 12px;
	background-repeat: no-repeat;
	vertical-align: bottom;
	text-indent: -9999px;
}
.item-list.summary-view .i .section-1 .spec .orange .rating {
	background-image: url(../images/image-stars-orange.png);
}
.item-list.summary-view .i .section-1 .spec .yellow .rating {
	background-image: url(../images/image-stars-yellow.png);
}
.item-list.summary-view .i .section-1 .spec .rating.star-50 { background-position: 0 0; }
.item-list.summary-view .i .section-1 .spec .rating.star-45 { background-position: 0 -15px; }
.item-list.summary-view .i .section-1 .spec .rating.star-40 { background-position: 0 -30px; }
.item-list.summary-view .i .section-1 .spec .rating.star-35 { background-position: 0 -45px; }
.item-list.summary-view .i .section-1 .spec .rating.star-30 { background-position: 0 -60px; }
.item-list.summary-view .i .section-1 .spec .rating.star-25 { background-position: 0 -75px; }
.item-list.summary-view .i .section-1 .spec .rating.star-20 { background-position: 0 -90px; }
.item-list.summary-view .i .section-1 .spec .rating.star-15 { background-position: 0 -105px; }
.item-list.summary-view .i .section-1 .spec .rating.star-10 { background-position: 0 -120px; }
.item-list.summary-view .i .section-1 .spec .rating.star-05 { background-position: 0 -135px; }

.item-list.summary-view .i .section-1 .spec .orange .clear {
	display: inline-block;
	padding: 0 2px;
	background: #ed6c00;
	line-height: 12px;
	color: #fff;
	vertical-align: bottom;
}
.item-list.summary-view .i .section-1 .spec tfoot th {
	padding: 5px;
	background: #f5ede2;
	line-height: 12px;
	text-align: left;
}
.item-list.summary-view .i .section-1 .spec tfoot .rating {
	width: 30px;
	vertical-align: text-top;
}
.item-list.summary-view .i .section-1 .spec .point {
	padding: 5px;
	background: #fbf7f2;
	border-top: 1px dotted #a18a6e;
	font-size: 12px;
	line-height: 14px;
}
.item-list.summary-view .i .section-1 .spec .point span {
	font-weight: bold;
	color: #ed7c55;
}
.item-list.summary-view .i .section-2 {
	margin-left: 225px;
}
.item-list.summary-view .i .section-2 .left {
	width: 325px;
	float: left;
}
.item-list.summary-view .i .section-2 .row-1 .left {
	overflow: hidden;
}
.item-list.summary-view .i .section-2 .row-1 .left .icons {
	float: left;
	width: 50px;
	text-align: center;
}
.item-list.summary-view .i .section-2 .row-1 .left .icons img + img {
	max-width: 50px;
	max-height: 50px;
	margin-top: 3px;
}
.item-list.summary-view .i .section-2 .row-1 .left .name {
	margin-left: 60px;
}
.item-list.summary-view .i .section-2 .row-1 .left .name .maker span {
	display: inline-block;
	padding: 2px;
	border: 1px solid #573f22;
	font-size: 10px;
	line-height: 1;
}
.item-list.summary-view .i .section-2 .row-1 .left .name h4 {
	margin-top: 5px;
	font-size: 14px;
	line-height: 16px;
}
.item-list.summary-view .i .section-2 .row-1 .left .name h4 a {
	text-decoration: none;
}
.item-list.summary-view .i .section-2 .row-2 {
	margin-top: 10px;
}
.item-list.summary-view .i .section-2 .row-2 .left .icons {
	overflow: hidden;
	margin: -5px 0 0 -5px;
}
.item-list.summary-view .i .section-2 .row-2 .left .icons {
	margin-top: 0;
}
.item-list.summary-view .i .section-2 .row-2 .left .icons li {
	width: 50px;
	height: 50px;
	float: left;
	margin: 5px 0 0 5px;
	line-height: 50px;
	text-align: center;
}
.item-list.summary-view .i .section-2 .row-2 .left .icons img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.item-list.summary-view .i .section-2 .right {
	margin-left: 330px;
	text-align: right;
}
.item-list.summary-view .i .section-2 .row-1 .right img {
	max-width: 80px;
	max-height:80px;
}
.item-list.summary-view .i .section-2 .row-2 .right p {
	font-size: 10px;
	line-height: 12px;
}
.item-list.summary-view .i .section-2 .row-2 .right .copy {
	margin-top: 10px;
	color: #bf1a20;
}
.item-list.summary-view .i .section-2 .row-2 .right .price {
	margin-top: 5px;
	color: #bf1a20;
}
.item-list.summary-view .i .section-2 .row-2 .right .price strong {
	font-size: 19px;
}
.item-list.summary-view .i .section-2 .row-2 .right .price .currency {
	font-size: 12px;
}
.item-list.summary-view .i .section-2 .row-2 .right .link {
	margin-top: 10px;
}
.item-list.summary-view .i .section-2 .row-2 .right .link a {
	padding-left: 12px;
	background: url(../images/icon-link-right-2.png) no-repeat 0 center;
	text-decoration: none;
}
.item-list.summary-view .i .section-2 .asked-to-staff {
	position: relative;
	min-height: 30px;
	margin-top: 13px;
	padding: 20px 10px 10px;
	background: #f6e5cc;
	border-radius: 5px;
}
.item-list.summary-view .i .section-2 .asked-to-staff .subheading {
	position: absolute;
	top: -8px;
	left: 10px;
}
.item-list.summary-view .i .section-2 .asked-to-staff .subcontent {
	padding-right: 62px;
	line-height: 16px;
}
.item-list.summary-view .i .section-2 .asked-to-staff .decoration {
	position: absolute;
	right: 12px;
	bottom: -2px;
}
/*************************************************
	.item-list.card-view
**************************************************/
.item-list.card-view .list-outer {
	overflow: hidden;
}
.item-list.card-view .i {
	float: left;
}
.item-list.card-view .i p {
	margin-top: 5px;
}
.item-list.card-view .i a {
	text-decoration: none;
}
.item-list.card-view .i a:hover {
	text-decoration: underline;
}
.item-list.card-view .i .image {
	text-align: center;
}
.item-list.card-view .i .image img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.item-list.card-view .i .tags span {
	display: inline-block;
	padding: 0 3px;
	background: #e68e9b;
	font-size: 10px;
	line-height: 14px;
	color: #fff;
}
.item-list.card-view .i .name {
	line-height: 16px;
}
.item-list.card-view .i .copy {
	font-size: 10px;
	line-height: 14px;
	color: #bf1a20;
}
.item-list.card-view .i .price {
	color: #bf1a20;
}
.item-list.card-view .i .price strong {
	font-size: 18px;
}
.item-list.card-view .i .price .currency {
	font-size: 12px;
	font-weight: bold;
}
.item-list.card-view .i .price .tax {
	font-size: 11px;
}
/*************************************************
	Layout 1
**************************************************/
.layout-page-header {
	width: 960px;
	margin: 0 auto;
}
.layout-page-main {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
}
.layout-primary {
	width: 700px;
	margin: 20px 0 0 260px;
}
.layout-secondary {
	width: 220px;
	float: left;
}
.layout-page-footer {
	width: 960px;
	margin: 0 auto;
}
.layout-widget-ranking {
	width: 220px;
}
/*************************************************
	Layout 2
**************************************************/
.page-header {
}
.page-main {
	overflow: hidden;
}
.page-main .primary {
	width: 700px;
}
.page-main .secondary {
	width: 220px;
}
.tertiary {
	width: 220px;
	float: right;
}
.reduced {
	margin-right: 240px;
}
.page-footer {
	width: 960px;
	margin-top: 19px;
}
/*************************************************
	.page-header
**************************************************/
.page-header .section-1 {
	float: left;
}
.page-header .section-1 .site-heading {
	font-size: 12px;
	line-height: 30px;
	font-weight: normal;
	color: #ed7c55;
}
.page-header .section-1 .site-logo {
	display: block;
	float: left;
}
.page-header .section-1 .site-banner {
	float: left;
}
.page-header .section-2 {
	margin-left: 535px;
	font-weight: bold;
	color: #895734;
}
.page-header .section-2 .row-1 {
	padding: 8px 0;
	border-bottom: 2px dashed #ffbc1d;
}
.page-header .section-2 .row-1 li {
	display: inline-block;
}
.page-header .section-2 .row-1 a {
	display: block;
	padding-left: 12px;
	background: url(../images/icon-link-right-1.png) no-repeat 0 center;
	text-decoration: none;
	line-height: 20px;
}
.page-header .section-2 .row-1 li+li {
	margin-left: 8px;
}
.page-header .section-2 .row-1 li.tr {
	margin-left: 0;
	float: right;
}
.page-header .section-2 .row-1 li.tr a {
	padding-left: 0;
	background-image: none;
}
.page-header .section-2 .row-1 li.sns {
	overflow: hidden;
	float: right;
	margin: -5px 0 0;
}
.page-header .section-2 .row-1 li.sns a {
	width: 30px;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	background-image: none;
}
.page-header .section-2 .row-1 li.sns img {
	max-width: 100%;
}
.page-header .section-2 .row-2 {
	padding: 6px 0;
	border-bottom: 2px dashed #ffbc1d;
	font-size: 13px;
}
.page-header .section-2 .row-2 span {
	font-size: 10px;
}
.page-header .section-2 .row-3 {
	padding-top: 3px;
	font-size: 14px;
	line-height: 20px;
}
.page-header .section-2 .row-3 a {
	padding-left: 25px;
	text-decoration: none;
}
.page-header .section-2 .row-3 .tel {
	background: url(../images/icon-tel.png) no-repeat 0 center;
}
.page-header .section-2 .row-3 .mail {
	margin-left: 10px;
	background: url(../images/icon-mail.png) no-repeat 0 center;
}
.page-header .section-2 .row-3 img,
.page-header .section-2 .row-3 span {
	vertical-align: middle;
}
.page-header .header-navigation {
	overflow: hidden;
	height: 36px;
	margin-top: 10px;
	/*
	padding-left: 10px;
	*/
	background: #946544;
	line-height: 36px;
}
.page-header .header-navigation .button {
	overflow: hidden;
	text-indent: -9999px;
}
.page-header .header-navigation .left {
	overflow: hidden;
	float: left;
	max-width: 460px;
	padding-right: 10px;
	font-weight: bold;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.page-header .header-navigation .left img {
	vertical-align: middle;
}
.page-header .header-navigation .left a {
	color: inherit;
}
.page-header .header-navigation .left .button {
	display: block;
	width: 175px;
	height: 36px;
	background: url(../images/button-category-search.png) no-repeat;
}
.page-header .header-navigation .right {
	width: 175px;
	float: right;
	padding-left: 10px;
}
.page-header .header-navigation .right .button {
	display: block;
	width: 175px;
	height: 36px;
	background: url(../images/button-cart.png) no-repeat;
}
.page-header .header-navigation .center .form-actions {
	float: right;
}
.page-header .header-navigation .center .button {
	display: inline-block;
	padding: 0;
	width: 54px;
	height: 24px;
	background: url(../images/button-search-1.png) no-repeat;
	border: 0;
	vertical-align: middle;
	cursor: pointer;
}
.page-header .header-navigation .center .form-group {
	margin-right: 64px;
}
.page-header .header-navigation .center input[type="text"] {
	box-sizing: border-box;
	width: 100%;
}
.page-header .keywords {
	overflow: hidden;
	height: 32px;
	background: #e9d9c3;
	line-height: 32px;
}
.page-header .keywords .heading {
	display: inline-block;
	margin-left: 10px;
}
.page-header .keywords .heading img {
	vertical-align: middle;
}
.page-header .keywords ul {
	display: inline-block;
}
.page-header .keywords li {
	display: inline-block;
	margin-left: 0.5em;
}
.page-header .menu-aim {
	display: none;
	position: absolute;
	color: #fff;
	z-index: 1;
}
.page-header .menu-aim a {
	text-decoration: none;
}
.page-header .menu-aim a:hover {
	color: inherit;
}
.page-header .menu-aim .dropdown-menu {
	width: 175px;
	background: #774726;
}
.page-header .menu-aim .dropdown-menu li {
	line-height: 30px;
}
.page-header .menu-aim .dropdown-menu li + li {
	border-top: 1px dashed #fff;
}
.page-header .menu-aim .dropdown-menu a {
	display: block;
	padding-left: 10px;
}
.page-header .menu-aim .dropdown-menu a.active {
	background: #592f17;
}
.page-header .menu-aim .submenu {
	display: none;
	position: absolute;
	top: 0;
	width: 215px;
	background: rgba(89, 47, 23, 0.85);
}
.page-header .menu-aim .submenu .accordion li {
	padding-left: 10px;
	line-height: 30px;
}
.page-header .menu-aim .submenu .accordion li + li {
	padding-top: 1px;
}
.page-header .menu-aim .submenu .accordion > li.open{
	background: rgba(89, 47, 23, 1);
}
.page-header .menu-aim .submenu .accordion  a {
	display: block;
	padding-left: 14px;
	background-image: url(../images/icon-menu-aim-right.png);
	background-repeat: no-repeat;
	background-position: 0 center;
}
.page-header .menu-aim .submenu .accordion > li.open > a {
	background-image: url(../images/icon-menu-aim-bottom.png);
}

.page-header .menu-aim .submenu .accordion ul {
	display: none;
	padding-top: 1px;
}
.page-header .notice {
	overflow: hidden;
	background: #e9d9c3;
	line-height: 32px;
}
.page-header .notice img {
	vertical-align: middle;
}
.page-header .notice .freespace {
	float: left;
	margin-left: 10px;
}
.page-header .notice .freespace a {
	font-weight: bold;
	color: #c00;
}
.page-header .notice .popular-keywords {
	float: right;
	margin-right: 10px;
}
.page-header .notice .popular-keywords li {
	display: inline-block;
}
.page-header .notice .popular-keywords li + li {
	margin-left: 0.5em;
}
.page-header .carousel.narrow {
	margin-top: 10px;
}
.page-header .carousel.with-thumbnails {
	margin-top: 10px;
}
/*************************************************
	.page-footer
**************************************************/
.page-footer .go-to-top {
	display: block;
	width: 140px;
	float: right;
	background: #f5ede2;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size: 15px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
}
.page-footer .go-to-top span {
	padding-left: 15px;
	background: url(../images/icon-link-top-large.png) no-repeat 0 center;
}
.page-footer-shop-information {
	width: 960px;
	margin: auto;
	background: #f5ede2;
}
.page-footer-shop-information .column {
	width: 49%;
	min-height: 600px;
	float: right;
	background-color: #FFFFFF;
}
.page-footer-shop-information .column:first-child {
	float: left;
}
.page-footer-shop-information .column .section {
	padding: 10px 12px;
}
.page-footer-shop-information .column .section-1,
.page-footer-shop-information .column .section-3 {
	padding-bottom: 10px;
}
.page-footer-shop-information .column .section .heading {
	margin-bottom: 20px;
	padding-left: 40px;
	background: url(../images/icon-footer-heading.png) no-repeat;
	border-bottom: 2px dotted #a18a6e;
	font-size: 18px;
	line-height: 38px;
}
.page-footer-shop-information .column .section-2 .heading { background-position: 0  -50px; border-top: 2px dotted #a18a6e; }
.page-footer-shop-information .column .section-3 .heading { background-position: 0 -100px; }
.page-footer-shop-information .column .section-4 .heading { background-position: 0 -150px; border-top: 2px dotted #a18a6e; }

.page-footer-shop-information .column .section .red {
	color: #c00;
}
.page-footer-shop-information .column .section .subheading {
	margin-bottom: 10px;
}
.page-footer-shop-information .column .section .subheading span {
	font-size: 11px;
	font-weight: normal;
}
.page-footer-shop-information .column .section .subheading::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #ffbc1d;
	vertical-align: middle;
}
.page-footer-shop-information .column .section p {
	margin-bottom: 10px;
	line-height: 16px;
}
.page-footer-shop-information .column .section a {
	text-decoration: none;
}
.page-footer-shop-information .column .section .link {
	display: inline-block;
	margin-top: 10px;
	padding-left: 15px;
	background: url(../images/icon-link-right-2.png) no-repeat 0 center;
}
.page-footer-shop-information .column .section-3 .tel {
	font-size: 14px;
}
.page-footer-shop-information .column .section-3 .tel img {
	vertical-align: baseline;
}
.page-footer-shop-information .column .section-3 .tel strong {
	font-size: 20px;
	color: #e67c56;
}
.page-footer-shop-information .column .section-3 .text-center img {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.page-footer-shop-information .column .section-4 .list-inline {
	margin-bottom: 10px;
}
.page-footer-shop-information .column .section-4 .list-inline li {
	display: inline-block;
	padding: 0 5px;
	line-height: 20px;
	background: #fff;
}
.page-footer .container-2 {
	padding: 20px 0;
	background: #f5ede2;
}
.page-footer .container-2 .links {
	overflow: hidden;
	font-family: 'yasashisa_gothic';
}
.page-footer .container-2 .links ul {
	width: 16.5%;
	float: left;
}
.page-footer .container-2 .links ul + ul {
	margin-left: 0.2%;
}
.page-footer .container-2 .links li + li {
	margin-top: 7px;
}
.page-footer .container-2 .links a {
	display: block;
	padding-left: 16px;
	background: url(../images/icon-link-right-3.png) no-repeat;
	line-height: 16px;
	text-decoration: none;
}
.page-footer .container-2 .links a:hover {
	background-position: 0 -16px;
}
.page-footer .container-2 .shop-information {
	overflow: hidden;
	margin-top: 20px;
}
.page-footer .container-2 .shop-information .section-1 {
	float: left;
}
.page-footer .container-2 .shop-information .section-1 .site-logo {
	float: left;
	background: #fff;
	line-height: 55px;
}
.page-footer .container-2 .shop-information .section-1 .site-logo img {
	vertical-align: middle;
}
.page-footer .container-2 .shop-information .section-1 .detail {
	clear: both;
	font-size: 10px;
}
.page-footer .container-2 .shop-information .section-1 .detail b {
	font-size: 14px;
	line-height: 34px;
}
.page-footer .container-2 .shop-information .section-1 .detail strong {
	font-size: 20px;
}
.page-footer .container-2 .shop-information .section-1 .small {
	margin-top: 15px;
	font-size: 10px;
	line-height: 16px;
}
.page-footer .container-2 .shop-information .section-1 .small .copy {
	font-size: 11px;
}
.page-footer .container-2 .shop-information .section-2 {
	margin-left: 610px;
}
.page-footer .container-2 .shop-information .section-2 h5 {
	font-size: 13px;
}
.page-footer .container-2 .shop-information .section-2 p {
	position: relative;
	margin: 5px 0 10px;
}
.page-footer .container-2 .shop-information .section-2 p img {
	vertical-align: baseline;
}
.page-footer .container-2 .shop-information .section-2 p strong {
	font-size: 24px;
}
.page-footer .container-2 .shop-information .section-2 .small {
	position: absolute;
	top: -8px;
	right: 0;
	line-height: 16px;
	text-align: right;
}
.page-footer .container-2 .shop-information .section-2 .small .time {
	font-size: 13px;
}
.page-footer .container-2 .shop-information .section-2 .small .blue { color: #0068b7; }
.page-footer .container-2 .shop-information .section-2 .small .red  { color: #ea5541; }

/*************************************************
	.widget
**************************************************/
.widget {
	margin-top: 20px;
}
.widget-search .content {
	padding-left: 10px;
	padding-right: 10px;
	background: #FFFFFF;
	border-bottom: 2px solid #ccc;
}
.widget-search .form-actions {
	margin-top: 10px;
	text-align: center;
}
.widget-search .button {
	display: inline-block;
	padding: 0;
	width: 75px;
	height: 24px;
	background: url(../images/button-search-2.png) no-repeat;
	border: 0;
	text-indent: -9999px;
	cursor: pointer;
}
.widget-search-keyword .content {
	padding-top: 10px;
	padding-bottom: 10px;
}
.widget-search-keyword input[type="text"] {
	box-sizing: border-box;
	width: 100%;
}
.widget-search-price .content {
	padding-top: 10px;
	padding-bottom: 10px;
}
.widget-search-price .price-list {
	margin: 5px 0 10px;
	background: #fff;
	border: 1px solid #c4b49a;
}
.widget-search-price .price-list ul {
	padding: 5px 10px;
}
.widget-search-price .price-list li {
	line-height: 20px;
}
.widget-search-price .form-inline {
	margin-top: 5px;
}
.widget-search-price .form-inline input[type="text"] {
	box-sizing: border-box;
	width: 38%;
}
.widget-search-price .form-inline span {
	font-size: 11px;
	font-weight: bold;
	vertical-align: bottom;
}
.widget-search-category .content {
	font-family: 'yasashisa_gothic';
}
.widget-search-category li {
	line-height: 28px;
}
.widget-search-category li a {
	display: block;
	overflow: hidden;
	text-decoration: none;
}
.widget-search-category li span {
	display: block;
}
.widget-search-category li .icon {
	width: 24px;
	height: 28px;
	float: left;
	line-height: 28px;
	text-align: center;
}
.widget-search-category li .icon img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.widget-search-category li .text {
	overflow: hidden;
	margin-left: 28px;
	font-size: 14px;
	vertical-align: middle;
	/*text-overflow: ellipsis;
	white-space: nowrap;*/
}
.widget-search-category .level-1 {
	padding: 3px 0;
}
.widget-search-category .level-1 + .level-1 {
	border-top: 2px dotted #a18a6e;
}
.widget-search-category .level-2 {
	margin-bottom: 3px;
}
.widget-search-category .level-2 > li {
	margin-left: 28px;
	line-height: 20px;
}
.widget-search-category .level-2 a {
	/*text-overflow: ellipsis;
	white-space: nowrap;*/
}
.widget-calendar .content {
	background: url(../images/bg-calendar-corner.png) no-repeat right bottom #FFFFFF;
}
.widget-calendar .calendar {
	padding: 10px;
	border-bottom: 1px solid #c4b493;
}
.widget-calendar .calendar .month {
	font-weight: bold;
	color: #895734;
}
.widget-calendar .calendar .month span {
	font-size: 26px;
}
.widget-calendar .calendar table {
	width: 100%;
	margin-top: 5px;
}
.widget-calendar .calendar thead th {
	padding: 5px 0;
	font-size: 11px;
	color: #bd9b7d;
}
.widget-calendar .calendar tbody td {
	padding: 5px 0;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
}
.widget-calendar .calendar tbody td span {
	display: inline-block;
	width: 20px;
}
.widget-calendar .calendar tbody .holiday span {
	background: #f4d4dd;
}
.widget-calendar .calendar .sun {
	color: #e52f6b;
}
.widget-calendar .calendar .sat {
	color: #286dc2;
}
.widget-calendar .description {
	padding: 10px;
	font-weight: bold;
	color: #c00;
}
.widget-calendar .description::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #f4d4dd;
	vertical-align: middle;
}
.widget-mobile {
	position: relative;
}
.widget-mobile .heading {
	padding: 5px 0 1px 62px;
	background: #f5ede2;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size: 16px;
	line-height: 20px;
}
.widget-mobile .heading span {
	display: inline-block;
	margin-bottom: 2px;
	padding: 0 3px;
	background: #fff;
	border-radius: 3px;
	font-size: 12px;
	line-height: 16px;
}
.widget-mobile .decoration {
	position: absolute;
	top: -10px;
	left: 10px;
}
.widget-mobile .content {
	padding: 20px;
	border: 1px solid #f5ede2;
	text-align: center;
}
.widget-ranking .content {
	padding: 10px;
	background-color: #FFFFFF;
	border-bottom: 2px solid #e9d9c3;
}
.widget-ranking .i + .i {
	margin-top: 20px;
}
.widget-ranking .i p {
	margin-top: 5px;
}
.widget-ranking .i a {
	text-decoration: none;
}
.widget-ranking .i a:hover {
	text-decoration: underline;
}
.widget-ranking .i .heading {
	overflow: hidden;
	width: 100px;
	height: 54px;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
}
.widget-ranking .no-1 .heading { background-image: url(../images/image-rank-no-1.png); }
.widget-ranking .no-2 .heading { background-image: url(../images/image-rank-no-2.png); }
.widget-ranking .no-3 .heading { background-image: url(../images/image-rank-no-3.png); }
.widget-ranking .no-4 .heading { background-image: url(../images/image-rank-no-4.png); }
.widget-ranking .no-5 .heading { background-image: url(../images/image-rank-no-5.png); }

.widget-ranking .i .image {
	width: 90px;
	height: 90px;
	float: right;
	line-height: 90px;
	text-align: center;
}
.widget-ranking .i .image img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.widget-ranking .i .icons {
	margin-right: 100px;
}
.widget-ranking .i .icons img {
	max-width: 35px;
	max-height: 35px;
}
.widget-ranking .i .name {
	line-height: 16px;
}
.widget-ranking .i .copy {
	font-size: 10px;
	line-height: 14px;
	color: #bf1a20;
}
.widget-ranking .i .price {
	color: #bf1a20;
}
.widget-ranking .i .price strong {
	font-size: 18px;
}
.widget-ranking .i .price .currency {
	font-size: 12px;
	font-weight: bold;
}
.widget-ranking .i .price .tax {
	font-size: 11px;
}
.widget-ranking .i .asked-to-staff {
	position: relative;
	min-height: 50px;
	margin-top: 5px;
	padding: 5px;
	background: #e9963b;
	border-radius: 5px;
	color: #fff;
}
.widget-ranking .i .asked-to-staff .subcontent {
	padding-right: 52px;
	line-height: 16px;
}
.widget-ranking .i .asked-to-staff .decoration {
	position: absolute;
	right: 2px;
	bottom: -2px;
}
.widget-size-guide {
	padding: 40px 9px 10px;
	background: url(../images/image-pin.png) no-repeat center 0 #f8ebdb;
	border-bottom: 2px solid #fafafa;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.widget-size-guide .heading {
	padding-bottom: 10px;
	border-bottom: 1px solid #ab7e5f;
	font-size: 14px;
	color: #946544;
	text-align: center;
}
.widget-size-guide .content {
	margin-top: 2px;
	border-top: 1px dotted #ab7e5f;
}
.widget-size-guide .subheading {
	margin: 10px 0;
	font-size: 14px;
	color: #946544;
}
.widget-size-guide .subcontent {
	padding-bottom: 10px;
	border-bottom: 1px dashed #ab7e5f;
}
/*************************************************
	body.top-page
**************************************************/
body.top-page .primary .topics {
	line-height: 1;
}
body.top-page .primary .topics .content {
	overflow: auto;
	height: 106px;
	background: #FFFFFF;
}
body.top-page .primary .topics ul {
	padding: 12px;
}
body.top-page .primary .topics li + li {
	margin-top: 12px;
}
body.top-page .primary .carousel.item-list {
	margin: 20px 0 0;
}
body.top-page .primary .freespace a {
	display: block;
	margin-top: 20px;
}
body.top-page .primary .hot-item-list {
	margin-top: 20px;
}
body.top-page .primary .hot-item-list .heading {
	overflow: hidden;
	font-family: 'yasashisa_gothic';
	font-size: 22px;
	line-height: 50px;
	color: #593E20;
	text-overflow: ellipsis;
	white-space: nowrap;
}
body.top-page .primary .hot-item-list .list-outer {
	margin: -5px 0 0 -20px;
}
body.top-page .primary .hot-item-list .i {
	width: 124px;
	margin: 15px 0 0 20px;
}
body.top-page .primary .hot-item-list .i .image {
	height: 124px;
	line-height: 124px;
}
body.top-page .reduced .banners {
	overflow: hidden;
	margin-left: -20px;
}
body.top-page .primary .banners li {
	float: left;
	margin: 20px 0 0 20px;
}
body.top-page .reduced .recommend-item-list {
	margin-top: 20px;
	border-bottom: 2px solid #efefef;
	background-color: #FFFFFF;
}
body.top-page .primary .recommend-item-list .heading {
	overflow: hidden;
	padding: 0 14px;
	background: #c09f72;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-family: 'yasashisa_gothic';
	font-size: 22px;
	line-height: 44px;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
}
body.top-page .primary .recommend-item-list .content {
	padding: 14px;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #e3dacb;
}
body.top-page .primary .recommend-item-list .list-outer {
	overflow: hidden;
	margin: -5px 0 0 -17px;
}
body.top-page .primary .recommend-item-list .list-outer .i {
	width: 132px;
	margin: 5px 0 0 17px;
}
body.top-page .primary .recommend-item-list .list-outer .i .image {
	height: 132px;
	line-height: 132px;
}
/*************************************************
	body.category-page
**************************************************/
body.category-page .primary .local-navigation {
	margin-top: 20px;
	font-weight: bold;
	line-height: 16px;
}
body.category-page .primary .local-navigation ul {
	margin-top: 10px;
	padding: 10px;
	background: #fcf5db;
	border-top: 1px dashed #ab7e5f;
	border-bottom: 1px dashed #ab7e5f;
}
body.category-page .primary .local-navigation li {
	display: inline-block;
}
body.category-page .primary .local-navigation li a {
	padding-left: 14px;
	background: url(../images/icon-link-right-1.png) no-repeat 0 center;
	text-decoration: none;
}
body.category-page .reduced .banners {
	overflow: hidden;
	margin-left: -20px;
}
body.category-page .primary .banners li {
	float: left;
	margin: 20px 0 0 20px;
}
body.category-page .reduced .recommend-item-list {
	margin-top: 20px;
	border-bottom: 2px solid #efefef;
}
body.category-page .primary .recommend-item-list .heading {
	padding-left: 14px;
	background: #c09f72;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-family: 'yasashisa_gothic';
	font-size: 22px;
	line-height: 44px;
	color: #fff;
}
body.category-page .primary .recommend-item-list .content {
	padding: 14px;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #e3dacb;
}
body.category-page .primary .recommend-item-list .list-outer {
	overflow: hidden;
	margin: -5px 0 0 -17px;
}
body.category-page .primary .recommend-item-list .list-outer .i {
	width: 132px;
	margin: 5px 0 0 17px;
}
body.category-page .primary .recommend-item-list .list-outer .i .image {
	line-height: 132px;
}
/*************************************************
	body.item-list-page
**************************************************/
body.item-list-page .primary .carousel.with-thumbnails {
	margin-top: 20px;
}
body.item-list-page .primary .orders {
	position: relative;
	margin-top: 15px;
}
body.item-list-page .primary .orders .tabs {
	overflow: hidden;
	margin-top: 10px;
}
body.item-list-page .primary .orders .tabs li {
	float: left;
	background: #E5DED4;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-family: 'yasashisa_gothic';
	font-size: 16px;
	font-weight: bold;
	color: #ED7C54;
	margin-top: 10px;
}
body.item-list-page .primary .orders .tabs li + li {
	margin-left: 5px;
}
body.item-list-page .primary .orders .tabs li.active {
	background: #ED7C54;
	color: #FFFFFF;
	margin-top: 0;
}
body.item-list-page .primary .orders .tabs li a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}
body.item-list-page .primary .orders .tabs li.active a {
	padding: 10px 15px;
}
body.item-list-page .primary .orders .tabs li a:hover {
	color: inherit;
}
body.item-list-page .primary .orders .pager-link {
	padding: 8px 0;
	line-height: 22px;
	text-align: right;
}
body.item-list-page .primary .orders .pager-link.top {
	position: absolute;
	top: 0;
	right: 0;
	width: 400px;
}
body.item-list-page .primary .orders  .pager-link .pgr {
	margin-left: 10px;
	display: inline-block;
}
body.item-list-page .primary .orders  .pager-link .pgr li {
	display: inline-block;
	padding: 0 5px;
	border-right: 1px solid #999;
}
body.item-list-page .primary .orders  .pager-link .pgr li:last-child {
	border-right-style: none;
}
body.item-list-page .primary .orders  .pager-link .pgr li em {
	font-style: normal;
	font-weight: bold;
}
body.item-list-page .primary .orders  .pager-link .pgr li a {
	text-decoration: none;
}
body.item-list-page .primary .orders  .pager-link .pgr li a:hover {
	text-decoration: underline;
}
body.item-list-page .primary .local-navigation {
	margin-top: 20px;
	border-top: 1px dashed #ab7e5f;
	padding: 10px 0;
	text-align: right;
}
body.item-list-page .primary .local-navigation a {
	display: inline-block;
	margin-left: 5px;
	padding-left: 14px;
	background: url(../images/icon-link-right-1.png) no-repeat 0 center;
	text-decoration: none;
}
/*************************************************
	body.item-page
**************************************************/
body.item-page .primary .divider {
	margin: 30px 0;
	border-top: 3px solid #b5b29f;
}
body.item-page .primary .item-header {
	overflow: hidden;
	margin-top: 15px;
}
body.item-page .primary .item-header .left {
	width: 50px;
	float: left;
	text-align: center;
}
body.item-page .primary .item-header .left img + img {
	max-width: 50px;
	max-height: 50px;
	margin-top: 3px;
}
body.item-page .primary .item-header .right {
	margin-left: 55px;
}
body.item-page .primary .item-header .maker span {
	display: inline-block;
	padding: 2px;
	border: 1px solid #573f22;
	font-size: 10px;
	line-height: 1;
}
body.item-page .primary .item-header .name {
	margin-top: 5px;
	font-family: 'yasashisa_gothic';
	font-size: 14px;
	line-height: 18px;
}
body.item-page .primary .item-header .misc {
	margin-top: 5px;
}
body.item-page .primary .item-header .misc .tag {
	display: inline-block;
	padding: 0 3px;
	background: none repeat scroll 0 0 #e68e9b;
	font-size: 10px;
	line-height: 14px;
	color: #fff;
}
body.item-page .primary .item-header .misc .tracking-number::before {
	content: " ";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: none repeat scroll 0 0 #ffbc1d;
	vertical-align: middle;
}
body.item-page .primary .carousel.with-thumbnails {
	margin-top: 20px;
}
body.item-page .primary .item-summary-1 {
	overflow: hidden;
	margin-top: 20px;
}
body.item-page .primary .item-summary-1 .section-1 {
	width: 220px;
	float: left;
}
body.item-page .primary .item-summary-1 .section-1 .icons {
	overflow: hidden;
}
body.item-page .primary .item-summary-1 .section-1 .icons li {
	width: 70px;
	height: 70px;
	float: left;
	line-height: 70px;
	text-align: center;
}
body.item-page .primary .item-summary-1 .section-1 .icons li + li {
	margin-left: 5px;
}
body.item-page .primary .item-summary-1 .section-1 .icons img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
body.item-page .primary .item-summary-1 .section-1 .tags {
	overflow: hidden;
	margin: 5px 0;
}
body.item-page .primary .item-summary-1 .section-1 .tags img {
	max-height: 20px;
	float:left;
}
body.item-page .primary .item-summary-1 .section-1 .tags img + img {
	margin-left: 5px;
}
body.item-page .primary .item-summary-1 .section-1 .spec {
	margin-top: 5px;
	font-size: 10px;
}
body.item-page .primary .item-summary-1 .section-1 .spec table {
	width: 100%;
}
body.item-page .primary .item-summary-1 .section-1 .spec table + table {
	margin-top: 10px;
}
body.item-page .primary .item-summary-1 .section-1 .spec tbody {
	background: #fbf7f2;
}
body.item-page .primary .item-summary-1 .section-1 .spec tbody th {
	padding: 4px;
	font-weight: normal;
	text-align: right;
}
body.item-page .primary .item-summary-1 .section-1 .spec tbody td {
	padding: 4px;
	border-left: 1px dotted #a18a6e;
}
body.item-page .primary .item-summary-1 .section-1 .spec tbody tr + tr th,
body.item-page .primary .item-summary-1 .section-1 .spec tbody tr + tr td {
	border-top: 1px dotted #a18a6e;
}
body.item-page .primary .item-summary-1 .section-1 .spec .rating {
	display: inline-block;
	width: 75px;
	height: 12px;
	background-repeat: no-repeat;
	vertical-align: bottom;
	text-indent: -9999px;
}
body.item-page .primary .item-summary-1 .section-1 .spec .orange .rating {
	background-image: url(../images/image-stars-orange.png);
}
body.item-page .primary .item-summary-1 .section-1 .spec .yellow .rating {
	background-image: url(../images/image-stars-yellow.png);
}
body.item-page .primary .item-summary-1 .section-1 .spec .rating.star-50 { background-position: 0 0; }
body.item-page .primary .item-summary-1 .section-1 .spec .rating.star-45 { background-position: 0 -15px; }
body.item-page .primary .item-summary-1 .section-1 .spec .rating.star-40 { background-position: 0 -30px; }
body.item-page .primary .item-summary-1 .section-1 .spec .rating.star-35 { background-position: 0 -45px; }
body.item-page .primary .item-summary-1 .section-1 .spec .rating.star-30 { background-position: 0 -60px; }
body.item-page .primary .item-summary-1 .section-1 .spec .rating.star-25 { background-position: 0 -75px; }
body.item-page .primary .item-summary-1 .section-1 .spec .rating.star-20 { background-position: 0 -90px; }
body.item-page .primary .item-summary-1 .section-1 .spec .rating.star-15 { background-position: 0 -105px; }
body.item-page .primary .item-summary-1 .section-1 .spec .rating.star-10 { background-position: 0 -120px; }
body.item-page .primary .item-summary-1 .section-1 .spec .rating.star-05 { background-position: 0 -135px; }

body.item-page .primary .item-summary-1 .section-1 .spec .orange .clear {
	display: inline-block;
	padding: 0 2px;
	background: #ed6c00;
	line-height: 12px;
	color: #fff;
	vertical-align: bottom;
}
body.item-page .primary .item-summary-1 .section-1 .spec tfoot th {
	padding: 5px;
	background: #f5ede2;
	line-height: 12px;
	text-align: left;
}
body.item-page .primary .item-summary-1 .section-1 .spec tfoot .rating {
	width: 30px;
	vertical-align: text-top;
}
body.item-page .primary .item-summary-1 .section-1 .spec .point {
	padding: 5px;
	background: #fbf7f2;
	line-height: 14px;
}
body.item-page .primary .item-summary-1 .section-1 .spec .point span {
	font-weight: bold;
	color: #ed7c55;
}
body.item-page .primary .item-summary-1 .section-2 {
	margin-left: 240px;
}
body.item-page .primary .item-summary-1 .section-2 .description .heading {
	font-size: 20px;
	color: #c00;
}
body.item-page .primary .item-summary-1 .section-2 .description .content {
	margin-top: 5px;
	line-height: 20px;
}
body.item-page .primary .item-summary-1 .section-2 .left {
	width: 260px;
	float: left;
}
body.item-page .primary .item-summary-1 .section-2 .asked-to-staff {
	position: relative;
	min-height: 30px;
	margin-top: 20px;
	padding: 20px 10px 10px;
	background: #f6e5cc;
	border-radius: 5px;
}
body.item-page .primary .item-summary-1 .section-2 .asked-to-staff .subheading {
	position: absolute;
	top: -13px;
	right: 10px;
}
body.item-page .primary .item-summary-1 .section-2 .asked-to-staff .subcontent {
	padding-left: 70px;
	font-weight: bold;
	line-height: 16px;
}
body.item-page .primary .item-summary-1 .section-2 .asked-to-staff .decoration {
	position: absolute;
	bottom: -3px;
	left: 5px;
}
body.item-page .primary .item-summary-1 .section-2 .price-tag p {
	margin-top: 10px;
}
body.item-page .primary .item-summary-1 .section-2 .copy {
	font-size: 14px;
	font-weight: bold;
	color: #bf1a20;
}
body.item-page .primary .item-summary-1 .section-2 .price {
	color: #bf1a20;
}
body.item-page .primary .item-summary-1 .section-2 .price strong {
	font-size: 40px;
}
body.item-page .primary .item-summary-1 .section-2 .price .currency {
	font-size: 14px;
}
body.item-page .primary .item-summary-1 .section-2 .price .tax {
	font-size: 10px;
}

body.item-page .primary .item-summary-1 .section-2 .right {
	margin-left: 270px;
}
body.item-page .primary .item-summary-1 .section-2 .links {
	margin-top: 10px;
}
body.item-page .primary .item-summary-1 .section-2 .links ul {
	border-top: 2px dotted #a18a6e;
	padding: 8px 0;
	font-size: 11px;
	line-height: 16px;
}
body.item-page .primary .item-summary-1 .section-2 .links ul a {
	display: block;
	padding-left: 19px;
	background: url(../images/icon-link-right-2.png) no-repeat 5px center;
	text-decoration: none;
}
body.item-page .primary .item-summary-1 .section-2 .links p {
	border-top: 2px dotted #a18a6e;
	line-height: 28px;
}
body.item-page .primary .item-summary-1 .section-2 .links p a {
	display: block;
	padding-left: 30px;
	text-decoration: none;
}
body.item-page .primary .item-summary-1 .section-2 .links .tel  a { background: url(../images/icon-tel.png)  no-repeat 5px center; }
body.item-page .primary .item-summary-1 .section-2 .links .mail a { background: url(../images/icon-mail.png) no-repeat 5px center; }

body.item-page .primary .item-summary-1 .section-2 .control {
	margin-top: 10px;
}
body.item-page .primary .item-summary-1 .section-2 .button {
	display: block;
	over-flow: hidden;
	width: 180px;
	height: 34px;
	background: url(../images/button-to-order.png) no-repeat;
	text-indent: -9999px;
}
body.item-page .primary .item-summary-2 {
	margin-top: 20px;
}
body.item-page .primary .item-summary-2 .tabs {
	overflow: hidden;
}
body.item-page .primary .item-summary-2 .tabs li {
	padding: 10px 15px;
	float: left;
	background: #E5DED4;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-family: 'yasashisa_gothic';
	font-size: 16px;
	font-weight: bold;
	color: #c5ad9c;
	cursor: pointer;
}
body.item-page .primary .item-summary-2 .tabs li + li {
	margin-left: 5px;
}
body.item-page .primary .item-summary-2 .tabs li.active {
	background: #fff;
	border-color: #c4b49a #c4b49a #fff;
	color: #946544;
}
body.item-page .primary .item-summary-2 .tabs li.review::before,
body.item-page .primary .item-summary-2 .tabs li.review::after {
	display: inline-block;
	content: "";
	width: 25px;
	height: 26px;
	vertical-align: top;
	margin-top: -5px;
}
body.item-page .primary .item-summary-2 .tabs li.review::before {
	margin-left: -7px;
	margin-right: 3px;
	background: url(../../images/parts/item/review_bg_star_l.png) no-repeat;
}
body.item-page .primary .item-summary-2 .tabs li.review::after {
	margin-right: -7px;
	margin-left: 3px;
	background: url(../../images/parts/item/review_bg_star_r.png) no-repeat;
}
body.item-page .primary .item-summary-2 .tab-content {
	background: #fff;
}
body.item-page .primary .item-summary-2 .tab-pane {
	display: none;
	padding: 15px;
	margin-bottom: 13px;
}
body.item-page .primary .item-summary-2 .tab-pane.active {
	display: block;
}
body.item-page .primary .item-summary-2 .tab-pane.detail .icons {
	overflow: hidden;
	margin-bottom: 25px;
}
body.item-page .primary .item-summary-2 .tab-pane.detail .icons + .icons {
	margin-top: 0;
}
body.item-page .primary .item-summary-2 .tab-pane.detail .icons li {
	width: 50px;
	height: 50px;
	float: left;
	margin: 5px 0 0 5px;;
	line-height: 50px;
	text-align: center;
}
body.item-page .primary .item-summary-2 .tab-pane.detail .icons img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
body.item-page .tab-pane.faq .user-edit .heading {
	position: relative;
	background: #f5ede2;
	border-radius: 5px;
	text-align: center;
}
body.item-page .primary .item-summary-2 .tab-pane.faq .heading .decoration {
	position: absolute;
	top: 0;
}
body.item-page .primary .item-summary-2 .tab-pane.faq .heading .decoration-1 {
	left: 5px;
}
body.item-page .primary .item-summary-2 .tab-pane.faq .heading .decoration-2 {
	right: 5px;
}
body.item-page .primary .item-summary-3 {
	margin-top: 30px;
}
body.item-page .primary .item-summary-3 .heading {
	line-height: 16px;
}
body.item-page .primary .item-summary-3 .heading span {
	display: inline-block;
	margin-left: 10px;
	padding: 0 5px;
	background: #e67c56;
	font-size: 11px;
	color: #fff;
}
body.item-page .primary .item-summary-3 .content {
	overflow: hidden;
	margin-top: 5px;
}
body.item-page .primary .item-summary-3 .content .left {
	overflow: auto;
	float: left;
	width: 468px;
	height: 198px;
	border: 1px solid #c4b49a;
}
body.item-page .primary .item-summary-3 .content .left p {
	margin: 10px;
	line-height: 16px;
}
body.item-page .primary .item-summary-3 .content .right {
	margin-left: 480px;
}
body.item-page .primary .item-summary-3 .content .right .links ul {
	border-top: 2px dotted #a18a6e;
	padding: 8px 0;
	font-size: 11px;
	line-height: 16px;
}
body.item-page .primary .item-summary-3 .content .right .links ul a {
	display: block;
	padding-left: 19px;
	background: url(../images/icon-link-right-2.png) no-repeat 5px center;
	text-decoration: none;
}
body.item-page .primary .item-summary-3 .content .right .links p {
	border-top: 2px dotted #a18a6e;
	line-height: 28px;
}
body.item-page .primary .item-summary-3 .content .right .links p a {
	display: block;
	padding-left: 30px;
	text-decoration: none;
}
body.item-page .primary .item-summary-3 .content .right .links .tel  a { background: url(../images/icon-tel.png)  no-repeat 5px center; }
body.item-page .primary .item-summary-3 .content .right .links .mail a { background: url(../images/icon-mail.png) no-repeat 5px center; }

body.item-page .primary .item-summary-3 .content .right .control {
	margin-top: 9px;
}
body.item-page .primary .item-summary-3 .content .right .button {
	display: block;
	over-flow: hidden;
	width: 220px;
	height: 65px;
	background: url(../images/button-5-efforts.png) no-repeat;
	text-indent: -9999px;
}
body.item-page .primary .carousel.item-list,
body.cart-page .primary .carousel.item-list {
	margin-top: 30px;
}
body.item-page .primary .local-navigation {
	margin-top: 30px;
	text-align: right;
}
body.item-page .primary .local-navigation a {
	display: inline-block;
	margin-left: 5px;
	padding-left: 14px;
	text-decoration: none;
}
body.item-page .primary .local-navigation .compare   { background: url(../images/icon-link-right-1.png) no-repeat 0 center; }
body.item-page .primary .local-navigation .go-to-top { background: url(../images/icon-link-top-1.png) no-repeat 0 center; }

/*************************************************
	body.item-page .tab-pane .user-edit
**************************************************/
body.item-page .tab-pane .parts {
	margin-left: 670px;
	font-size: 14px;
}
body.item-page .tab-pane .user-edit {
	float: left;
	width: 655px;
	font-size: 14px;
}
body.item-page .tab-pane .user-edit .h {
	overflow: hidden;
	margin: 15px 0;
	padding: 10px;
	border-top: 2px dotted #a18a6e;
	border-bottom: 2px dotted #a18a6e;
	font-family: 'yasashisa_gothic';
	font-size: 22px;
	font-weight: bold;
	line-height: 50px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
body.item-page .tab-pane .user-edit p {
	margin: 15px 0;
	line-height: 20px;
}
body.item-page .tab-pane .user-edit .tc {
	text-align: center;
}
body.item-page .tab-pane .user-edit .tr {
	text-align: right;
}
body.item-page .tab-pane .user-edit .l {
	text-align: right;
}
body.item-page .tab-pane .user-edit .l a {
	padding-left: 14px;
	text-decoration: none;
	background: url(../images/icon-link-top-1.png) no-repeat 0 center;
}
body.item-page .tab-pane .user-edit .lh {
	line-height: 20px;
}
/*************************************************
	body.item-page .tab-pane.detail .user-edit
**************************************************/
body.item-page .tab-pane.detail .user-edit .type-1 {
	position: relative;
}
body.item-page .tab-pane.detail .user-edit .type-1 p {
	margin: 0;
}
body.item-page .tab-pane.detail .user-edit .type-1 .deco {
	position: absolute;
	top: 0;
	right: 40px;
}
body.item-page .tab-pane.detail .user-edit .type-2 {
	position: relative;
	margin-top: 40px;
	padding: 18px 15px 15px;
	background: #f5ede2;
	border-radius: 10px;
}
body.item-page .tab-pane.detail .user-edit .type-2 .sub {
	position: absolute;
	top: -12px;
	left: 13px;
}
body.item-page .tab-pane.detail .user-edit .type-2 p {
	margin: 0;
	padding-right: 85px;
}
body.item-page .tab-pane.detail .user-edit .type-2 .deco {
	position: absolute;
	bottom: 0;
	right: 15px;
}
body.item-page .tab-pane.detail .user-edit .type-3 {
	position: relative;
	margin-top: 90px;
	padding: 20px;
	background: #fce5e8;
	border-bottom: 2px solid #eee;
}
body.item-page .tab-pane.detail .user-edit .type-3 .sub {
	font-family: 'anzu_moji';
	font-size: 30px;
	font-weight: normal;
	color: #e5004f;
}
body.item-page .tab-pane.detail .user-edit .type-3 p {
	margin: 20px 0 0;
}
body.item-page .tab-pane.detail .user-edit .type-3 .deco {
	position: absolute;
	top: -72px;
	left: 5px;
}
body.item-page .tab-pane.detail .parts .detail-parts1,
body.item-page .tab-pane.detail .parts .detail-parts2,
body.item-page .tab-pane.detail .parts .detail-parts3 {
	margin-bottom: 10px;
}
body.item-page .tab-pane.detail .parts .detail-parts1 > h4,
body.item-page .tab-pane.detail .parts .detail-parts2 > h4,
body.item-page .tab-pane.detail .parts .detail-parts3 > h4 {
	height: 84px;
	background: left bottom no-repeat;
	text-indent: -9876px;
}
body.item-page .tab-pane.detail .parts .detail-parts1 > h4 {
	background-image: url(../../images/parts/item/item_detail_banner1.png);
}
body.item-page .tab-pane.detail .parts .detail-parts2 > h4 {
	background-image: url(../../images/parts/item/item_detail_banner2.png);
}
body.item-page .tab-pane.detail .parts .detail-parts3 > h4 {
	background-image: url(../../images/parts/item/item_detail_banner3.png);
}
body.item-page .tab-pane.detail .parts .detail-parts1 h5,
body.item-page .tab-pane.detail .parts .detail-parts2 h5,
body.item-page .tab-pane.detail .parts .detail-parts3 h5 {
	margin-bottom: 15px;
}
body.item-page .tab-pane.detail .parts .detail-parts1 p,
body.item-page .tab-pane.detail .parts .detail-parts2 p,
body.item-page .tab-pane.detail .parts .detail-parts3 p {
	padding-bottom: 15px;
}
body.item-page .tab-pane.detail .parts .detail-parts1 > div,
body.item-page .tab-pane.detail .parts .detail-parts2 > div,
body.item-page .tab-pane.detail .parts .detail-parts3 > div {
	background-color: #FBE5E8;
	padding: 15px 15px 0;
	box-sizing: border-box;
	font-size: 13px;
	width: 329px;
}
body.item-page .tab-pane.detail .parts .detail-under-banner {
	margin-bottom: 15px;
}
/*************************************************
	body.item-page .tab-pane.review .user-edit
**************************************************/
body.item-page .tab-pane.review .user-edit .h {
	overflow: hidden;
	margin: 15px 0;
	padding: 10px;
	border-top: 2px dotted #a18a6e;
	border-bottom: 2px dotted #a18a6e;
	font-family: 'yasashisa_gothic';
	font-size: 22px;
	font-weight: bold;
	line-height: 50px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
body.item-page .tab-pane.review .user-edit .staff-review,
body.item-page .tab-pane.review .user-edit .user-review {
	margin-top: 15px;
}
body.item-page .tab-pane.review .user-edit .staff-review > dl,
body.item-page .tab-pane.review .user-edit .user-review > dl {
	margin-top: 3px;
	color: #45270D;
}
body.item-page .tab-pane.review .user-edit .staff-review > dl {
	border: 1px solid #CCCCCC;
	background-color: #FBF6F0;
}
body.item-page .tab-pane.review .user-edit .staff-review > dl > dt,
body.item-page .tab-pane.review .user-edit .user-review > dl > dt {
	min-height: 50px;
	box-sizing: border-box;
	padding: 10px 10px 10px 65px;
	font-size: 11px;
}
body.item-page .tab-pane.review .user-edit .staff-review > dl > dt {
	background: url(../../images/parts/item/review_image_staff.png) 3px 3px no-repeat #F5EDE2;
}
body.item-page .tab-pane.review .user-edit .user-review > dl > dt {
	border-top: 2px dotted #a18a6e;
	background: url(../../images/parts/item/review_image_user.png) 3px center no-repeat #F5EDE2;
	padding: 7px 10px 7px 65px;
}
body.item-page .tab-pane.review .user-edit .staff-review > dl > dt > strong {
	padding-left: 48px;
	background: url(../../images/parts/item/review_icon_staff.png) left center no-repeat #F5EDE2;
	display: inline-block;
	vertical-align: middle;
}
body.item-page .tab-pane.review .user-edit .staff-review > dl > dt > span,
body.item-page .tab-pane.review .user-edit .user-review > dl > dt > span {
	color: #FE5416;
}
body.item-page .tab-pane.review .user-edit .staff-review > dl > dd,
body.item-page .tab-pane.review .user-edit .user-review > dl > dd {
	padding: 14px;
	font-size: 13px;
}
body.item-page .tab-pane.review .user-edit .staff-review > dl > dd {
	background-color: #FBF6F0;
}
body.item-page .tab-pane.review .user-edit .staff-review > dl > dd > h5,
body.item-page .tab-pane.review .user-edit .user-review > dl > dd > h5 {
	font-size: 14px;
}
body.item-page .tab-pane.review .user-edit .staff-review > dl > dd > ul,
body.item-page .tab-pane.review .user-edit .user-review > dl > dd > ul {
	margin-top: 10px;
}
body.item-page .tab-pane.review .user-edit .staff-review > dl > dd > ul > li,
body.item-page .tab-pane.review .user-edit .user-review > dl > dd > ul > li {
	display: inline-block;
}
body.item-page .tab-pane.review .user-edit .staff-review > dl > dd > ul > li + li,
body.item-page .tab-pane.review .user-edit .user-review > dl > dd > ul > li + li {
	margin-left: 5px;
}
body.item-page .tab-pane.review .parts li {
	margin-bottom: 15px;
}
/*************************************************
	body.item-page .tab-pane.maintenance .user-edit
**************************************************/
body.item-page .tab-pane.maintenance .user-edit .h {
	overflow: hidden;
	margin: 15px 0;
	padding: 10px;
	border-top: 2px dotted #a18a6e;
	border-bottom: 2px dotted #a18a6e;
	font-family: 'yasashisa_gothic';
	font-size: 22px;
	font-weight: bold;
	line-height: 50px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*************************************************
	body.item-page .tab-pane.faq .user-edit
**************************************************/
body.item-page .tab-pane.faq .user-edit .grp {
	margin-top: 20px;
	border-top: 2px dotted #a18a6e;
}
body.item-page .tab-pane.faq .user-edit .q {
	background: url(../images/image-faq-q-2.png) no-repeat #f5ede2;
	font-size: 14px;
	line-height: 50px;
	color: #462610;
	text-indent: 60px;
}
body.item-page .tab-pane.faq .user-edit .q::before {
	content: 'Q. ';
}
body.item-page .tab-pane.faq .user-edit .a {
	margin-top: 10px;
	background: url(../images/image-faq-a-2.png) no-repeat;
	font-size: 14px;
	line-height: 50px;
	color: #ff5418;
	text-indent: 60px;
}
body.item-page .tab-pane.faq .user-edit .a::before {
	content: 'A. ';
}
body.item-page .tab-pane.faq .user-edit .a + p {
	margin-top: 5px;
}

div.help-page {
	font-size: 13px;
}
div.help-page h3,
div.help-page h4 {
	font-size: 16px;
}
div.help-page p {
	margin-bottom: 15px;
}
div.help-page .grn1 {
	color: #A6CD32;
	font-size: 16px;
	font-weight: bold;
}
div.help-page ul.disc {
	margin-left: 18px;
	list-style-position: inside;
	list-style: disc;
}

/*
 * 商品説明の隙間を埋めるため一時的なスタイル
 */
body.item-page .tab-pane .user-edit .w500l {
	padding-left: 155px;
	background-position: -25px 0;
	background-repeat: repeat-y;
}
body.item-page .tab-pane .user-edit .w500r {
	padding-right: 155px;
	background-position: 515px 0;
	background-repeat: repeat-y;
}