/***********
 * common
 ***********/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	word-break: break-all;
}

html,
body {
	height: 100%;
}

body,
body * {
	font-family: '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'Meiryo UI', 'ＭＳ Ｐゴシック', sans-serif;
}


/* 通常文字色 */

body {
	font-size: 14px;
	color:#111;
	/* 通常文字色 */
	background:#fff  URL(https://image.raku-uru.jp/01/3151/350/background_1540864013035.png) repeat-y top center;
}
body {
	background-size: 1500px auto;
	background-repeat: repeat-y;
	background-position: 50% 280px;
}
h2 {
	font-size: 30px;
	letter-spacing: 2px;
}

h3 {
	font-size: 24px;
	letter-spacing: 3px;
}
.serif {
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,"Sawarabi Mincho",serif;

}
ul,
ul li {
	list-style: none;
}
@media only screen and (max-width: 767px) {
	body {
		background-size: 900px auto;
		background-position: 50% 300px;
	}
}
@media only screen and (max-width: 419px) {
	body {
		background-size: 600px auto;
		background-position: 50% 300px;
	}
}

/* a リンク文字色 */

a,
a:visited {
	color:#111;
	/* a リンク文字色 */
	text-decoration: none;
}

a:hover,
button:hover {
	color:#e00;
	/* hoverリンク文字色 */
	text-decoration: underline;
	opacity: 0.7;
}

a:hover,
button:hover {
	text-decoration: none;
	opacity: .7;
}

a:hover * {
	opacity: .7;
}

input[type='text'],
input[type='password'] {
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	height: 30px;
	border: #d1d1d1 solid 1px;
}

input[type='checkbox'] {
	margin-right: 4px;
}

textarea {
	width: 100%;
	border: #d1d1d1 solid 1px;
}

table {
	width: 100%;
	border-collapse: collapse;
}

table th,
table td {
	border-spacing: 0;
	border-collapse: collapse;
	vertical-align: middle;
	border: none;
}

table.tbl {
	width: 100%;
	margin-bottom: 20px;
}

table.tbl tr th {
	font-size: 13px;
	font-weight: normal;
	position: relative;
	width: 90px;
	padding: 2px 10px 2px 0;
	text-align: left;
}

table.tbl tr th:after {
	position: absolute;
	top: 0;
	right: 0;
	content: ':';
}

table.tbl tr td {
	font-size: 13px;
	padding: 2px 12px 2px 48px;
	text-align: left;
}

@media only screen and (max-width: 600px) {
	table.tbl {
		width: 100%;
	}
	table.tbl tr th {
		font-size: 12px;
		font-weight: normal;
		width: 65px;
		padding: 4px 0;
		text-align: left;
	}
	table.tbl tr td {
		font-size: 12px;
		padding: 4px 15px;
		text-align: left;
	}
}

img {
	max-width: 100%;
	word-break: normal;
	border: none;
}

b {
	font-weight: bold;
	color: #2593d9;
}

pre {
	white-space: pre-wrap;
}

ul.list1 li {
	font-size: 13px;
	position: relative;
	margin-bottom: 10px;
	padding-left: 26px;
}

ul.list1 li:before {
	position: absolute;
	top: 5px;
	left: 0;
	display: inline-block;
	width: 10px;
	height: 14px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00002/img/icn-arrow-btn.png);
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 600px) {
	ul.list1 li:before {
		position: absolute;
		top: 5px;
		left: 0;
		display: inline-block;
		width: 8px;
		height: 12px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00002/img/icn-arrow-btn_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
}

ul.list2 li {
	font-size: 13px;
	position: relative;
	margin-bottom: 10px;
	padding-left: 26px;
}

ul.list2 li:before {
	position: absolute;
	top: 12px;
	left: 0;
	display: inline-block;
	width: 8px;
	height: 1px;
	content: '';
	background-color: #666;
}


/***********
 * layout
 ***********/

#wrapper,
.wrapper {
	width: 100%;
	margin: 0 auto;
}

.main-contents { padding-bottom: 0; }

#main-article {
	position: relative;
}

#main-article, .main-article {
	display: table;
	margin: 50px auto 30px;
	padding: 0 30px;
	width: 100%;
	max-width: 1060px;
	box-sizing: border-box;
}

.top {
	width: 100%;
	margin: 0 auto;
	padding: 0 0;
}

.contents {
	display: table;
	width: 100%;
	margin: 0 auto;
	padding: 125px 0 0;
}
.content {
	display: table;
	margin: 0 auto;
	padding: 0 30px;
	width: 100%;
	max-width: 1060px;
	box-sizing: border-box;
}

.page {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0 0;
}

.row {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

@media only screen and (max-width: 959px) {
	.contents { padding: 66px 0 0; }
}
@media only screen and (max-width: 767px) {
	#wrapper, .wrapper { min-width: 100%; }
	.main-contents { padding-bottom: 0; }
	#main-article, .main-article {
		margin: 35px auto 30px;
		padding: 0 24px; 
	}
	
	.top {
		width: 100%;
		margin: 0 auto;
		padding: 0 0 0;
	}
	.content { padding: 0 24px; }
	.page {
		width: 100%;
		margin: 0 auto;
		padding: 0 0 0;
	}
	.row {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 419px) {
	.main-contents { padding-bottom: 0; }
	.main-article {
		margin: 30px auto;
		padding: 0 13px;
	}
	.contents {
		width: 100%;
		margin: 0 auto;
		padding: 58px 0 0;
	}
	.content { padding: 0 13px; }
}



/***********
 * clearfix
 ***********/

.clearfix:before,
.clearfix:after {
	display: table;
	content: ' ';
}

.clearfix:after {
	clear: both;
}

label:after {
	display: none;
}


/***********
 * header
 ***********/
header {
	position: fixed;
	top: 0;
	left: 0;
	display: table;
	width: 100%;
	background-color: rgba(255, 255, 255, .95);
	z-index: 555;
}
.header-top,
.header-top-cart {
	padding: 10px 30px 10px 30px;
	color: #111;
}
header .logo {
	display: table;
	float: left;
}
header .logo dl { display: table;  }
header .logo dl dt, header .logo dl dd { display: table-cell; }
header .logo dl dd { padding-left: 15px; vertical-align: middle;}
header .logo a img { width: 64px; height: 64px; transition: all .5s; }
header .logo a:hover img { opacity: 0.5; }
header .logo a p { font-size: 14px; color: #111; transition: all .5s; }
header .logo a:hover p { opacity: 0.5; }
.shoulder {
	height: 64px;
	text-align: right;
}
.shoulder ul li {
	display: inline-block;
	margin-top: 25px;
	margin-left: 35px;
}
.shoulder ul li a {
	font-size: 14px;
	transition: all .3s;
}
.shoulder ul li a:hover {
	color: #111;
	opacity: 0.5;
}
.header-bottom {
	display: table;
	width: 100%;
	background-color: rgba(0,0,0,0.95);
}
.header-bottom .content { max-width: 100%; }
.header-bottom ul li {
	display: inline-block;
	margin-right: 30px;
	padding: 10px 0;
}
.header-bottom ul li  a { color: #fff; transition: all .3s;}
.header-bottom ul li  a:hover { opacity: 0.5; }
.header-menu-sp { display: none; }
.line-btn {
	position: absolute;
	top: 30px;
	right: 300px;
	display: block;
	width: 100px;
}
.line-btn a { transition: all .3s; }
.line-btn a:hover { opacity: 0.5; }
.line-btn a img { width: 100%; max-width: 100px; height: auto; }


@media only screen and (max-width: 959px) {
	.header-top,
	.header-top-cart {
		padding: 8px 24px 0 24px;
	}
	header .logo {
		display: table;
		float: none;
	}
	header .logo dl dd { display: none; }
	header .logo a img { width: 48px; height: 48px; }
	header .logo a p { display: none; }
	.shoulder { display: none; }
	.header-bottom { display: none; }
	.header-menu-sp {
		position: absolute;
		top: 12px;
		right: 20px;
		display: table;
		width: 40px;
		height: 40px;
	}
	.header-menu-sp a {
		display: table-cell;
		vertical-align: middle;
	}
	.header-menu-sp a span {
		position: relative;
		display: table;
		margin: 0 auto;
		width: 24px;
		height: 2px;
		background-color: #000;
	}
	.header-menu-sp a span::before,
	.header-menu-sp a span::after {
		content: '';
		position: absolute;
		display: table;
		width: 24px;
		height: 2px;
		background-color: #000;
	}
	.header-menu-sp a span::before { top: -8px; }
	.header-menu-sp a span::after { top: 8px;}
	.line-btn {
		top: 17px;
		right: 70px;
		width: 100px;
	}

}
@media only screen and (max-width: 419px) {
	.header-top,
	.header-top-cart { padding: 6px 13px 0 13px; }
	header .logo a img { width: 42px; height: 42px; }
	.header-menu-sp {
		top: 10px;
		right: 13px;
	}
	.line-btn {
		top: 17px;
		right: 60px;
		width: 80px;
	}

}
.header-nav { display: none; }



@media only screen and (max-width: 959px) {
	.header-nav {
		position: fixed;
		display: block;
		z-index: 9999;
		top: 0;
		left: -100%;
		overflow: scroll;
		background-color: #000;
		width: 100%;
		height: 100%;
		padding-bottom: 50px;
		-webkit-transition: left .6s cubic-bezier(.19, 1, .22, 1);
		transition: left .6s cubic-bezier(.19, 1, .22, 1);
	}
	.nav-open .header-nav { left: 0; }
	nav h2 {
		display: table;
		margin: 0 auto;
		width: 64px;
	}
	nav h2 img { width: 100%; height: auto; }
	nav ul.header-menu {
		display: table;
		width: 100%;
		font-size: 0;
		float: none;
		height: auto;
		background-color: #222;
		border-top: 1px solid #333;
		border-bottom: 1px solid #333;
	}
	nav ul.header-menu > li {
		display: table-cell;
		width: 33%;
		float: none;
		height: auto;
		text-align: center;
		border-right: 1px solid #333;
	}
	nav ul.header-menu > li:last-child {border-right: none;}
	nav ul.header-menu > li > a {
		position: relative;
		display: block;
		color: #fff;
		font-size : 14px;
		line-height: 36px;
	}
	/* category-nav */
	.category-nav {
		float: none;
		min-width: inherit;
		margin-left: 0;
		padding: 30px 0;
		background-color: #fff;
	}
	.category-nav > ul {
		display: table;
		margin: 0 auto;
		width: 80%;
	}
	.category-nav > ul > li > p {
		position: relative;
		display: block;
		width: 100%;
		padding: 16px 10px;
		color: #2593d9;
	}
	.category-nav > ul > li.category-nav-campaign > p,
	.category-nav > ul > li.category-nav-category > p {
		color: #fff;
		border-top: rgba(255,255,255,.3) solid 1px;
		background-color: rgba(37,147,217,.9);
	} 
	.category-nav > ul > li {
		font-size: 14px;
		line-height: 1.2;
		position: relative;
		float: none;
		margin-right: 0;
		color: #111;
		border-bottom: 1px dotted #ccc;
	}
	.category-nav > ul li.active > a {
		color: #2593d9;
	}
	.category-nav > ul > li a {
		position: relative;
		display: block;
		width: 100%;
		padding: 14px 10px;
		color: #111;
		text-align: center;
	}
	.category-nav > ul li a:after {
		position: absolute;
		top: 50%;
		right: 010px;
		display: block;
		width: 8px;
		height: 12px;
		margin-top: -6px;
		content: '';
		background-repeat: no-repeat;
		background-size: cover;
	}
	.category-nav-l2 {
		position: inherit;
		z-index: 33;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		margin-left: 0;
		padding: 0;
		background-color: inherit;
	}
	.active .category-nav-l2 {
		display: block;
	}
	.category-nav-l2:before {
		display: none;
	}
	.category-nav-l2 > li {
		font-size: 14px;
		line-height: 1.2;
		border-top: 1px dotted #ccc;
	}
	.category-nav-l2 li a {
		padding: 0 0;
		text-indent: 1em;
		color: #fff;
	}
	.category-nav-l2 li a p {
			font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,"Sawarabi Mincho",serif;
	}
	.category-nav-l3 > li {
		font-size: 12px;
		line-height: 1;
	}
	.category-nav-l3 > li a {
		color: #cff;
	}
	.nav-close {
		line-height: 40px;
		display: block;
		text-align: right;
		background-color: #000;
	}
	.nav-close a {
		display: inline-block;
		width: 18px;
		height: 18px;
		margin: 0 15px 0;
		vertical-align: middle;
		background-image: url(https://image.raku-uru.jp/cms/yt00002/img/icn-close.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
}

/* 検索窓 */
header form {
	position: absolute;
	top: 30px;
	right: 288px;
	width: 25%;
	max-width: 280px;
}
header .header-search-form {
	display: flex;
	width: 100%;
	justify-content: space-between;
}
header .header-search-form input[type=text] { width: calc(96% - 32px); }
header .header-search-form .header-search-form-btn { width: 32px; }

@media only screen and (max-width: 959px) {
	header form {
		position: absolute;
		top: 18px;
		right: 80px;
		width: 50%;
		max-width: 280px;
	}
}
@media only screen and (max-width: 419px) {
	header form {
		position: absolute;
		top: 14px;
		right: 60px;
		width: 58%;
		max-width: 280px;
	}
}


/***********
 * footer
 ***********/

footer {
	position: relative;
	width: 100%;
	background-color: #fff;
}

/* footer-top */
.footer-top {
	display: table;
	width: 100%;
	padding: 15px 0;
	text-align: center;
}
.footer-top .content { max-width: 100%; }
.footer-categorylist ul {
	display: table;
	width: 100%;
}
.footer-categorylist ul li {
	display: inline-block;
	padding: 10px 20px;
}
.footer-categorylist ul li a {
	color: #333;
	font-size: 13px;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,"Sawarabi Mincho",serif;
	transition: all .3s;
}
.footer-categorylist ul li a:hover {
	text-decoration: none;
	opacity: 0.5;
}

/* footer-middle */
.footer-middle {
	padding: 20px 0;
	width: 100%;
	background-color: #191919;
	text-align: center;
}
.footer-shoppingguide ul {
	display: table;
	width: 100%;
}
.footer-shoppingguide ul li {
	display: inline-block;
	padding: 0 15px;
	font-size: 11px;
}
.footer-shoppingguide ul li a {
	color: #f3f3f3;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,"Sawarabi Mincho",serif;
	transition: all .3s;
}
.footer-shoppingguide ul li a:hover {
	text-decoration: none;
	opacity: 0.5;
}

/* footer-bottom */
.footer-bottom {
	padding-top: 50px;
	width: 100%;
	background-color: #000;
	text-align: center;
}
.footer-logo {
	display: table;
	margin: 0 auto;
}
.footer-logo a { transition: all .5s; }
.footer-logo a:hover { opacity: 0.5; }
.footer-logo a img {
	width: auto;
	height: auto;
	max-width: 92px;
}
.footer-logo a p {
	color: #f3f3f3;
	font-size: 14px;
	line-height: 2.0;
}

.copyright {
	padding: 20px 0 25px;
	text-align: center;
}
.copyright span {
	display: inline-block;
	padding: 0 5px;
	color: #ccc;
	font-size: 10px;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,"Sawarabi Mincho",serif;
}

@media only screen and (max-width: 767px) {
	.footer-top { padding: 15px 0 0; }
	.footer-top .content { padding: 0 0; background-color: #f9f9f9; }
	.footer-categorylist ul { border-top: 1px solid #eee; }
	.footer-categorylist ul li {
		display: inline-block;
		padding: 10px 0;
		width: 50%;
		float: left;
		border-bottom: 1px solid #eee;
	}
	.footer-categorylist ul li:nth-child(2n + 1) { border-right: 1px solid #eee; }
	.footer-middle { padding: 0 0; background-color: #111; }
	.footer-middle .content { padding: 0 0; }
	.footer-shoppingguide ul { border-top: 1px solid #222; }
	.footer-shoppingguide ul li {
		padding: 0 0;
		width: 33.333%;
		font-size: 10px;
		line-height: 40px;
		text-align: center;
		box-sizing: border-box;
		border-bottom: 1px solid #222;
		border-left: 1px solid #222;
		float: left;
	}
	.footer-shoppingguide ul li:nth-child(3n + 1) { border-left: 0; }
	.footer-bottom { padding-top: 35px; }
	.footer-logo a img {
		width: auto;
		height: auto;
		max-width: 69px;
	}
	.footer-logo a p { font-size: 13px; }
	.copyright { padding: 15px 0 20px; }
	.copyright span { font-size: 9px; }

}
@media only screen and (max-width: 419px) {
	.footer-categorylist ul li {
		display: inline-block;
		padding: 10px 0;
		width: 100%;
		float: none;
		border-bottom: 1px solid #eee;
		border-left: 0;
	}
	.footer-categorylist ul li a {
		display: block;
		padding: 0 20px;
		font-size: 13px;
		text-align: left;
	}
	.footer-shoppingguide ul li {
		padding: 0 0;
		width: 50%;
		font-size: 10px;
		line-height: 35px;
		text-align: center;
		box-sizing: border-box;
		border-bottom: 1px solid #222;
		border-left: 0;
	}
	.footer-shoppingguide ul li:nth-child(2n + 2) { border-left: 1px solid #222; }
	.footer-bottom { padding-top: 25px; }
	.footer-logo a img {
		width: auto;
		height: auto;
		max-width: 46px;
	}
	.footer-logo a p { font-size: 12px; }
	.copyright { padding: 15px 0 15px; }
	.copyright span { padding: 0 3px; font-size: 8px; }
}


/***********
 * main
 ***********/
.main {
	margin: 0 auto;
	width: 100%;
}



/* main-image */

#main-image {
	position: relative;
	width: 1000px;
	margin: 30px 0;
	text-align: center;
}

#main-image img {
	max-width: 100%;
	max-height: 100%;
}

.main-image-slider {
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
}

.main-image-slider > ul {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: inline-block;
	overflow: hidden;
}

.main-image-slider > ul > li {
	display: inline;
	float: left;
	overflow: hidden;
	list-style-type: none;
}

.main-image-slider > ul > li span,
.main-image-slider > ul > li a {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.main-image-prev {
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 999;
    font-size: 36px;
    margin-top: -18px;
}

.main-image-next {
    position: absolute;
    left: 10px;
    top: 50%;
    z-index: 999;
    font-size: 36px;
    margin-top: -18px;
}

.main-image-prev a,
.main-image-next a {
    display: block;
    height: 100%;
}

.main-image-indicator {
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 20px;
	left: 0;
}

.main-image-indicator ul {
	text-align: center;
}

.main-image-indicator ul li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 8px;
	border: #fff solid 1px;
	border-radius: 50%;
}

@media only screen and (max-width: 600px) {
	#main-image {
		position: relative;
		overflow: hidden;
		width: 100%;
		margin: 0;
		text-align: center;
	}
	#main-image img {
		max-width: 100%;
		max-height: 100%;
	}
	.main-image-slider {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.main-image-slider > ul {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		display: inline-block;
		overflow: hidden;
		height: 460px;
	}
	.main-image-slider > ul > li {
		display: inline;
		float: left;
		overflow: hidden;
		width: 270px;
		height: 140px;
		list-style-type: none;
	}
	.main-image-indicator {
		position: absolute;
		z-index: 2;
		right: 0;
		bottom: 6px;
		left: 0;
	}
	.main-image-indicator ul {
		font-size: 0;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	.main-image-indicator ul li {
		display: inline-block;
		width: 10px;
		height: 10px;
		margin: 0 4px;
		border: #fff solid 1px;
		border-radius: 50%;
	}
}


/* ttl */

.ttl,
.ttl2 {
	position: relative;
	margin-bottom: 40px;
	text-align: center;
}

.ttl h2,
.ttl2 h2 {
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,"Sawarabi Mincho",serif;
	color: #111;
	font-size: 32px;
	font-weight: normal;
}
.ttl h2::before {
	content: '';
	display: table;
	margin: 0 auto 8px;
	width: 64px;
	height: 24px;
	background-image: url('https://image.raku-uru.jp/01/3151/346/prefix_1540864011553.png');
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
}
.item-list-description { text-align: center; }
.item-list-description span { display: inline-block; }
/* .ttl h2:after, */
.ttl2 h2:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	width: 430px;
	height: 2px;
	content: '';
	background-color: #2593d9;
}

.ttl h3,
.ttl2 h3 {
	font-size: 20px;
	font-weight: bold;
	position: relative;
	color: #2593d9;
}

.ttl2 h3::after {
	position: absolute;
	bottom: -6px;
	left: 0;
	display: inline-block;
	width: 430px;
	height: 2px;
	content: '';
	background-color: #2593d9;
}



@media only screen and (max-width: 767px) {
	.ttl, .ttl2 { margin-bottom: 30px; }
	.ttl h2,
	.ttl2 h2 {
		font-size: 24px;
		margin-left: 20px;
		margin-right: 20px;
	}
	.ttl h2::before { width: 48px; height: 18px; }
	/* .ttl h2:after, */
	.ttl2 h2:after {
		position: absolute;
		bottom: 0;
		left: 0;
		display: inline-block;
		width: 295px;
		height: 2px;
		content: '';
		background-color: #2593d9;
	}

	.ttl h3,
	.ttl2 h3 {
		font-size: 14px;
		position: static;
	}

	.ttl2 h3::after {
		position: absolute;
		bottom: -1px;
		left: 0;
		display: inline-block;
		width: 160px;
		height: 2px;
		content: '';
		background-color: #2593d9;
	}
}
@media only screen and (max-width: 419px) {
	.ttl, .ttl2 { margin-bottom: 20px; }
	.ttl h2,
	.ttl2 h2 {
		font-size: 21px;
		margin-left: 15px;
		margin-right: 15px;
	}
	.item-list-description { text-align: left; }
	.item-list-description span { display: inline; }
	.item-list-description br { display: none; }
}

/* product-list */

.product-list {
	margin-left: -40px;
	width: calc(100% + 40px);
}

.product-list-item,
.product-list-item-sub {
	display: inline-block;
	float: left;
	width: calc((100% - 160px) / 4);
	margin-left: 40px;
	margin-bottom: 30px;
}
.product-list-item > a {
	position: relative;
	display: table;
	padding: 14px;
	width: 100%;
	height: 360px;
	box-sizing: border-box;
	border: 1px solid #c59b6d;
	transition: all .5s;
}
.product-list-item-sub > a {
	position: relative;
	display: table;
	padding: 14px;
	width: 100%;
	height: 330px;
	box-sizing: border-box;
	border: 1px solid #c59b6d;
	transition: all .5s;
}
.product-list-item > a:hover,
.product-list-item-sub > a:hover { opacity: 0.5; }
.product-list-item > a:hover  .product-list-name,
.product-list-item-sub > a:hover  .product-list-name { color: #111; }
.product-list-item > a:hover .product-list-price,
.product-list-item-sub > a:hover .product-list-price { color: #111; }

.product-list-item-4i {
	float: left;
	width: 238px;
	margin-right: 16px;
	margin-bottom: 30px;
}

.product-list-item img,
.product-list-item-sub img,
.product-list-item-4i img {
	width: 100%;
	height: auto;
}



.product-list-item-4i:nth-child(4n) {
	margin-right: 0;
}

.product-list-item .product-list-photo,
.product-list-item-sub .product-list-photo {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.product-list-item-4i .product-list-photo {
	position: relative;
	width: 238px;
	height: 238px;
	margin-bottom: 15px;
}

.product-list-item .product-list-photo img,
.product-list-item-sub .product-list-photo img,
.product-list-item-4i .product-list-photo img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: auto;
	margin: auto;
}

.product-list-item .product-list-name,
.product-list-item-sub .product-list-name {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 4px;
}
.product-list-item-4i .product-list-name {
	font-size: 16px;
	line-height: 20px;
	overflow: hidden;
	height: 40px;
	margin-bottom: 4px;
}

.product-list-item .product-list-price,
.product-list-item-sub .product-list-price,
.product-list-item-4i .product-list-price {
	font-size: 14px;
	line-height: 1.2;
	text-align:right;
}

.product-list-item .btn-detail {
	position: absolute;
	left: 50%;
	bottom: 15px;
	display: table;
	margin: 0 auto;
	width: calc(100% - 30px);
	background-color: #c59b6d;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	transform: translateX(-50%);
}


@media only screen and (max-width: 899px) {
	.product-list {
		margin-left: -20px;
		width: calc(100% + 20px);
	}
	
	.product-list-item,
	.product-list-item-sub {
		display: inline-block;
		float: left;
		width: calc((100% - 60px) / 3);
		margin-left: 20px;
		margin-bottom: 30px;
	}
	.product-list-item > a { height: 380px; }
	.product-list-item-sub > a { height: 360px; }
}
@media only screen and (max-width: 599px) {
	.product-list {
		margin-left: -20px;
		width: calc(100% + 20px);
	}
	.product-list-item,
	.product-list-item-sub {
		display: inline-block;
		float: left;
		width: calc((100% - 40px) / 2);
		margin-left: 20px;
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 419px) {
	.product-list {
		margin-left: 0;
		width: 100%;
	}
	.product-list-item,
	.product-list-item-sub {
		display: inline-block;
		float: none;
		width: 100%;
		margin-left: 0;
		margin-bottom: 30px;
	}
	.product-list-item > a,
	.product-list-item-sub > a { height: auto; }
	.product-list-item .btn-detail {
		position: static;
		display: table;
		margin: 15px auto 0;
		width: 100%;
		transform: none;
	}
}

/*
@media only screen and (max-width: 600px) {
	.product-list {
		margin-bottom: 10px;
		padding: 0 5px;
	}
	.product-list-item {
		float: left;
		width: 50%;
		margin-right: 0;
		margin-bottom: 20px;
		padding: 0 5px 0;
	}
	.product-list-item-sub,
	.product-list-item-4i {
		float: left;
		width: 50%;
		margin-right: 0;
		margin-bottom: 20px;
		padding: 0 5px 0;
	}
	.product-list-item:nth-child(2n-1) ,
	.product-list-item-sub:nth-child(2n-1) ,
	.product-list-item-4i:nth-child(2n-1) {
		clear: both;
	}
	.product-list-item .product-list-photo,
	.product-list-item-sub .product-list-photo,
	.product-list-item-4i .product-list-photo {
		position: relative;
		width: 100%;
		height: auto;
		margin-bottom: 0;
	}
	.product-list-item .product-list-name,
	.product-list-item-sub .product-list-name,
	.product-list-item-4i .product-list-name {
		font-size: 14px;
		line-height: 20px;
		overflow: hidden;
		margin-bottom: 4px;
	}
	.product-list-item .product-list-price,
	.product-list-item-sub .product-list-price,
	.product-list-item-4i .product-list-price {
		font-size: 12px;
		line-height: 1.2;
	}
}
*/

/* ranking icon */

.icn-rank {
	font-size: 14px;
	line-height: 44px;
	position: absolute;
	z-index: 2;
	top: 5px;
	left: 5px;
	display: block;
	width: 44px;
	height: 44px;
	text-align: center;
	color: #717171;
	border-radius: 22px;
	background-color: #ececec;
}

.icn-rank1 {
	color: #fff;
	background-color: #dccd1b;
}

.icn-rank2 {
	color: #fff;
	background-color: #6a6a6a;
}

.icn-rank3 {
	color: #fff;
	background-color: #833716;
}

@media only screen and (max-width: 600px) {
	.icn-rank {
		font-size: 12px;
		line-height: 33px;
		width: 33px;
		height: 33px;
		border-radius: 50%;
	}
}


/* btn-area */

.btn-area {
	margin-bottom: 20px;
	text-align: center;
}

.btn-more {
	position: absolute;
	z-index: 1;
	top: 30px;
	right: 0;
}

.btn {
	font-size: 14px;
	font-weight: normal;
	line-height: 34px;
	position: relative;
	display: inline-block;
	width: 160px;
	height: 36px;
	text-align: center;
	color: #fff;
	border-radius: 2px;
	background-color: #2593d9;
}

.btn span:before {
	position: absolute;
	top: 50%;
	left: 10px;
	display: block;
	width: 10px;
	height: 14px;
	margin-top: -7px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00002/img/icn-arrow-btn.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.btn-back {
	font-size: 14px;
	font-weight: normal;
	line-height: 42px;
	position: relative;
	display: inline-block;
	width: 230px;
	height: 44px;
	text-align: center;
	color: #fff;
	border: #2593d9 solid 1px;
	border-radius: 2px;
	background-color: #2593d9;
}

a.btn-back span:before {
	position: absolute;
	top: 50%;
	left: 10px;
	display: block;
	width: 10px;
	height: 14px;
	margin-top: -7px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00002/img/icn-arrow-back.png);
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 600px) {
	.btn-area {
		margin-bottom: 30px;
		text-align: center;
	}
	.btn-more {
		position: inherit;
		z-index: 1;
		top: 0;
		right: 0;
		padding: 0 10px;
	}
	.btn {
		font-size: 16px;
		font-weight: normal;
		line-height: 45px;
		position: relative;
		display: inline-block;
		width: 100%;
		height: 45px;
		text-align: center;
	}
	.btn span:before {
		position: absolute;
		top: 50%;
		left: 10px;
		display: block;
		width: 8px;
		height: 12px;
		margin-top: -6px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00002/img/icn-arrow-btn_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.btn-area a.btn-back span:before {
		position: absolute;
		top: 50%;
		left: 40px;
		display: block;
		width: 10px;
		height: 14px;
		margin-top: -8px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00002/img/icn-arrow-back.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
}


/* top-ranking */

#top-ranking {
	position: relative;
	padding-top: 30px;
}

@media only screen and (max-width: 600px) {
	#top-ranking {
		padding-top: 30px;
	}
}


/* top-news */

#top-news {
	position: relative;
	padding-top: 50px;
	padding-bottom: 30px;
}
#top-news h2 {
	padding-bottom: 10px;
	font-size: 24px;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
}

/* news-list */

.news-list {
/*	margin-bottom: 20px; */
}

.news-list dl {
	display: table;
	width: 100%;
	border-bottom: 1px solid #ccc;
}

.news-list dl dt {
	font-size: 14px;
	display: table-cell;
	width: 120px;
	padding: 20px 0;
}

.news-list dl dd {
	font-size: 14px;
	position: relative;
	display: table-cell;
	padding: 20px 0;
}

@media only screen and (max-width: 419px) {
	#top-news h2 { font-size: 18px; }
	.news-list dl dt { width: 90px; }
}

/* item-detail */
#item-detail {
	display: table;
	width: 100%;
}
.item-detail-left {
	display: inline-block;
	width: 480px;
	float: left;
}
.item-detail-right {
	display: inline-block;
	width: calc(100% - 520px);
	float: right;
}
.item-detail-photo-main {
	position: relative;
	padding: 0;
	width: inherit;
}
.item-detail-photo {
	position: relative;
	width: inherit;
	height: auto;
	margin-bottom: 10px;
	overflow: hidden;
}
.item-detail-photo ul li {
	width: 480px;
	float: left;
}
.item-detail-photo img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: auto;
	margin: auto;
}

.item-detail-photo-backbtn {
	position: absolute;
	top: 50%;
	left: 8px;
	display: block;
	margin-top: -18px;
}
.item-detail-photo-backbtn a {
	display: block;
	width: 36px;
	height: 36px;
	background-image: url(https://image.raku-uru.jp/cms/yt00002/img/icn-arrow-photo-prev.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.item-detail-photo-nextbtn {
	position: absolute;
	top: 50%;
	right: 8px;
	display: block;
	margin-top: -18px;
}
.item-detail-photo-nextbtn a {
	display: block;
	width: 36px;
	height: 36px;
	background-image: url(https://image.raku-uru.jp/cms/yt00002/img/icn-arrow-photo-next.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.item-detail-thumb {
	margin-bottom: 20px;
	padding: 0;
	width: 100%;
}
.item-detail-thumb-photo {
	width: 72px;
	margin-right: 8px;
	float: left;
}
.item-detail-thumb-photo img {
	max-width: 100%;
	max-height: 72px;
	border: #eee solid 1px;
}
.item-detail-thumb-photo:nth-child(5n) { margin-right: 0; }
.item-detail-thumb-photo:nth-child(5n+1) { clear: left; }
.item-detail-info {
	width: 100%;
	margin-bottom: 15px;
}
.item-detail-name {
	font-size: 24px;
	font-weight: normal;
}

.item-detail-info dl {
	display: table;
	width: 100%;
}

.item-detail-info dl dt {
	display: table-cell;
	width: 120px;
	padding: 3px;
	vertical-align: middle;
}

.item-detail-info dl dd {
	display: table-cell;
	padding: 3px;
	vertical-align: middle;
}

.item-detail-category {
	font-size: 14px;
}

.item-detail-vari-price { margin-top: 15px; }
.item-detail-vari-price dl {
	border-top: 1px solid #c59b6d;
	border-bottom: 1px solid #c59b6d;
}
.item-detail-vari-price dl dt {
	display: none;
}
.item-detail-vari-price dl dd {
	text-align: right;
}
.item-detail-input p {
	font-size: 14px;
	margin-bottom: 5px;
}

.item-detail-vari-price-num {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 15px;
}

.item-detail-cart {
	width: 100%;
	margin-bottom: 25px;
}

.item-detail-cart p {
	font-size: 14px;
	margin-bottom: 10px;
}

.item-detail-inputtext input {
	font-size: 16px;
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 56px;
	margin-bottom: 18px;
	padding: 0 8px;
	vertical-align: middle;
	border: 1px solid #d0d0d0;
	background-color: #fff;
}

.item-detail-select,
.item-detail-cart-vari-select {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 56px;
	margin-bottom: 18px;
	vertical-align: middle;
	border: 1px solid #d0d0d0;
	background-color: #fff;
}

.item-detail-select label:before,
.item-detail-cart-vari-select label:before {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 20px;
	width: 0;
	height: 0;
	margin-top: -3px;
	content: '';
	border-width: 7px 5px 0 4px;
	border-style: solid;
	border-color: #000 transparent transparent transparent;
}

.item-detail-select select,
.item-detail-cart-vari-select select {
	font-size: 14px;
	line-height: 56px;
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	width: -webkit-calc(100%);
	height: 56px;
	margin: 0;
	padding: 0 0 0 20px;
	text-indent: .01px;
	text-overflow: '';
	border: 0;
	outline: none;
	background: transparent;
	-webkit-appearance: none;
	   -moz-appearance: none;
		    appearance: none;
}

select::-ms-expand {
	display: none;
}


/* radio */
.item-detail-cart-vari-radio {
	overflow: hidden;
	width: 100%;
	margin-bottom: 18px;
}
.item-detail-cart-vari-radio div {
	margin-bottom: 10px;
	padding-bottom: 1px;
}
.item-detail-cart-vari-radio input {
	position: absolute;
	opacity: .0;
}
.item-detail-cart-vari-radio input + label {
	font-size: 18px;
	line-height: 1;
	position: relative;
	display: inline-block;
	padding-left: 20px;
}
.item-detail-cart-vari-radio input + label::before {
	position: absolute;
	top: 1px;
	left: 0;
	display: block;
	width: 15px;
	height: 15px;
	margin-top: -1px;
	content: '';
	border: 1px solid #ccc;
	border-radius: 50%;
}
.item-detail-cart-vari-radio input:checked + label::after {
	position: absolute;
	top: 3px;
	left: 3px;
	display: block;
	width: 11px;
	height: 11px;
	content: '';
	border-radius: 50%;
	background-color: #2593d9;
}
.item-detail-cart-vari-radio {
	overflow: hidden;
	width: 100%;
	margin-bottom: 18px;
}
.item-detail-cart-vari-radio label {
	font-size: 18px;
	line-height: 2;
	display: block;
	padding: 0;
}


.item-detail-num-count {
	font-size: 0;
	display: flex;
	width: 100%;
	margin-bottom: 18px;
}

.item-detail-num-plus {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}

.item-detail-num-plus a {
	font-size: 18px;
	line-height: 55px;
	display: block;
	width: 55px;
	height: 55px;
	text-align: center;
	text-decoration: none;
	background-color: #f1f1f1;
}

.item-detail-num-minus {
	font-size: 14px;
	display: inline-block;
	margin-right: 12px;
	vertical-align: middle;
}

.item-detail-num-minus a {
	font-size: 18px;
	line-height: 55px;
	display: block;
	width: 55px;
	height: 55px;
	text-align: center;
	text-decoration: none;
	background-color: #f1f1f1;
}

.item-detail-num {
	height: 55px;
	margin-right: 12px;
	padding: 0;
	vertical-align: middle;
}

.item-detail-num input[type=number] {
	font-size: 14px;
	line-height: 55px;
	display: block;
	width: 55px;
	height: 55px;
	text-align: center;
	border: solid 1px #ccc;
	-moz-appearance: textfield;
}

.item-detail-num input[type=number]::-webkit-inner-spin-button,
.item-detail-num input[type=number]::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.item-detail-num-select {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 56px;
	margin-bottom: 18px;
	vertical-align: middle;
	border: 1px solid #d0d0d0;
	background-color: #fff;
}

.item-detail-num-select label:before {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 20px;
	width: 0;
	height: 0;
	margin-top: -3px;
	content: '';
	border-width: 7px 5px 0 4px;
	border-style: solid;
	border-color: #000 transparent transparent transparent;
}

.item-detail-num-select select {
	font-size: 14px;
	line-height: 56px;
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	width: -webkit-calc(100%);
	height: 56px;
	margin: 0;
	padding: 0 0 0 20px;
	text-indent: .01px;
	text-overflow: '';
	border: 0;
	outline: none;
	background: transparent;
	-webkit-appearance: none;
	   -moz-appearance: none;
		    appearance: none;
}

.item-detail-cart-btn {
	width: 100%;
	margin-bottom: 20px;
}

.item-detail-cart-btn a {
	font-size: 20px;
	line-height: 55px;
	display: block;
	width: 100%;
	height: 55px;
	text-align: center;
	color: #fff;
	background-color: #000;
}

.item-detail-cart-btn a span {
	position: relative;
}

.item-detail-cart-btn a span:before {
	position: absolute;
	top: 50%;
	left: -46px;
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	content: '';
	vertical-align: middle;
/*	background-image: url(https://image.raku-uru.jp/cms/yt00002/img/icn-cart-btn.png); */
	background-repeat: no-repeat;
	background-size: cover;
}

.item-detail-txt {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: #d0d0d0 solid 1px;
}

.item-detail-txt p {
	font-size: 13px;
	padding: 3px;
}

.item-detail-share {
	margin-bottom: 20px;
	text-align: center;
}
.item-detail-share ul li {
	display: inline-block;
	width: 24px;
	margin: 0 10px;
}
.item-detail-share ul li img {
	width: 100%;
	height: auto;
}

.item-comment {
	margin-bottom: 20px;
	padding-top: 20px;
}
.item-comment2 {
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: 1px solid #c59b6d;
}

.item-comment h4 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 15px;
}

.item-comment p {
	font-size: 14px;
}

.item-comment table {
	width: 100%;
}

.item-comment table tr th {
	font-size: 13px;
	font-weight: normal;
	width: 180px;
	padding: 4px 12px;
	text-align: left;
}

.item-comment table tr td {
	font-size: 13px;
	padding: 4px 12px;
	text-align: left;
}

.item-comment table tr:nth-child(2n-1) th,
.item-comment table tr:nth-child(2n-1) td {
	background-color: #eee;
}

.item-spec { margin-top: 30px; }

.item-spec .item-detail-info .item-detail-spec > div { display: table; width: 100%; }
.item-spec .item-detail-info .item-detail-spec > div:last-child { border-bottom: 1px solid #c59b6d; }
.item-spec  .item-detail-spec dl {
	width: 100%;
	border-top: 1px solid #c59b6d;
	background-color: #e5e5e5;
}
.item-spec  .item-detail-spec dl dt {
	display: inline-block;
	padding-top: 8px;
	width: 180px;
	text-align: center;
	float: left;
}
.item-spec  .item-detail-spec dl dd {
	display: block;
	padding: 8px 0 8px 15px;
	margin-left: 181px;
	text-align: left;
	background-color: #fff;
}

@media only screen and (max-width: 899px) {
	.item-detail-left { width: 300px; }
	.item-detail-right { width: calc(100% - 330px); }
	.item-detail-photo ul li { width: 300px; }
	.item-detail-cart-btn a {
		font-size: 16px;
		line-height: 48px;
		height: 48px;
	}

}

@media only screen and (max-width: 639px) {
	#item-detail {
		padding-top: 0;
	}
	.item-detail-left {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	.item-detail-right {
		float: none;
		width: 100%;
	}
	.item-detail-photo-main {
		position: relative;
		width: 280px;
		margin: 0 auto;
		padding: 0;
	}
	.item-detail-photo {
		position: relative;
		overflow: hidden;
		width: 280px;
		height: auto;
		margin: 0 auto 10px;
	}
	.item-detail-photo ul {
		height: auto;
		margin: 0 auto;
	}
	.item-detail-photo ul li {
		display: block;
		float: left;
		width: 280px;
		margin: 0;
	}
	.item-detail-photo-backbtn {
		position: absolute;
		top: 50%;
		left: -20px;
		display: block;
		margin-top: -20px;
	}
	.item-detail-photo-backbtn a {
		display: block;
		width: 40px;
		height: 40px;
		background-image: url(https://image.raku-uru.jp/cms/yt00002/img/icn-arrow-photo-prev_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.item-detail-photo-nextbtn {
		position: absolute;
		top: 50%;
		right: -20px;
		display: block;
		margin-top: -20px;
	}
	.item-detail-photo-nextbtn a {
		display: block;
		width: 40px;
		height: 40px;
		background-image: url(https://image.raku-uru.jp/cms/yt00002/img/icn-arrow-photo-next_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.item-detail-thumb {
		display: none;
	}
	.item-detail-info {
		width: 100%;
		margin-bottom: 0 10px 18px;
	}
	.item-detail-category {
		font-size: 12px;
		margin-bottom: 12px;
	}
	.item-detail-name {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 8px;
		letter-spacing: 1px;
	}
	.item-detail-price {
		font-size: 16px;
		font-weight: normal;
		margin-bottom: 15px;
	}
	.item-detail-price span {
		font-size: 12px;
		font-weight: normal;
	}
	.item-detail-input {
		padding: 0 10px;
	}
	.item-detail-input p {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.item-detail-num-count {
		font-size: 0;
		display: inline-block;
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}
	.item-detail-num-minus {
		font-size: 14px;
		display: inline-block;
		margin-right: 12px;
	}
	.item-detail-num-minus a {
		font-size: 18px;
		line-height: 55px;
		display: block;
		width: 55px;
		height: 55px;
		text-align: center;
		background-color: #f1f1f1;
	}
	.item-detail-num {
		font-size: 16px;
		line-height: 55px;
		display: inline-block;
		width: 55px;
		height: 55px;
		margin-right: 12px;
		text-align: center;
	}
	.item-detail-num input[type=number] {
		font-size: 16px;
	}
	.item-detail-num-plus {
		font-size: 14px;
		display: inline-block;
	}
	.item-detail-num-plus a {
		font-size: 18px;
		line-height: 55px;
		display: block;
		width: 55px;
		height: 55px;
		text-align: center;
		background-color: #f1f1f1;
	}
	.item-detail-num-select select {
		font-size: 16px;
	}
	.item-detail-cart {
		width: 100%;
		margin-bottom: 18px;
		padding-right: 10px;
		padding-left: 10px;
	}
	.item-detail-cart-vari-select select {
		font-size: 16px;
	}
	.item-detail-cart-btn {
		width: 100%;
		margin-bottom: 30px;
	}
	.item-detail-cart-btn a {
		font-size: 18px;
		line-height: 48px;
		height: 48px;
		border-radius: 3px;
	}
	.item-detail-share {
		margin-bottom: 0;
		text-align: center;
	}
	.item-detail-share dl dd ul li {
		display: inline-block;
		width: 33%;
		margin-right: 0;
	}
	.item-detail-share dl dd ul li a {
		display: block;
		width: 24px;
		height: 24px;
		margin: 0 auto;
	}
	.item-detail-txt {
		width: 100%;
		margin-bottom: 18px;
		padding-right: 10px;
		padding-bottom: 18px;
		padding-left: 10px;
		border-bottom: #d0d0d0 dotted 1px;
	}
	.item-detail-txt p {
		font-size: 13px;
		padding: 0;
	}
	.item-detail-code {
		width: 100%;
		padding-right: 10px;
		padding-bottom: 20px;
		padding-left: 10px;
		border-bottom: #d0d0d0 dotted 1px;
	}
	.item-detail-code dl {
		display: table;
		width: 100%;
	}
	.item-detail-code dl dt {
		font-size: 13px;
		display: table-cell;
		width: 95px;
		padding: 0;
	}
	.item-detail-code dl dd {
		font-size: 13px;
		display: table-cell;
		padding: 0;
	}
	.item-comment {
		margin-bottom: 0;
		padding-top: 10px;
		padding-right: 0;
		padding-bottom: 10px;
		padding-left: 0;
	}
	.item-comment h4 {
		font-size: 14px;
		font-weight: normal;
		margin-bottom: 15px;
	}
	.item-comment p {
		font-size: 13px;
	}
	.item-spec { margin-top: 10px; }
	
	.item-spec  .item-detail-spec dl dt { width: 120px;}
	.item-spec  .item-detail-spec dl dd {
		padding: 8px 0 8px 15px;
		margin-left: 121px;
	}
}
@media only screen and (max-width: 419px) {
	#item-detail { padding-top: 20px; }

}

/* recommend */

#recommend {
	position: relative;
	padding-top: 30px;
}

@media only screen and (max-width: 600px) {
	#recommend {
		padding-top: 30px;
	}
}


/* about-tbl */

.about-tbl,
table.payment-content { width: 100%; border-top: 1px solid #ccc;}

.about-tbl th,
table.payment-content th {
	font-weight: bold;
	background-color: #f0f0f0;
	width: 240px;
	padding: 20px 15px;
	text-align: left;
	border-bottom: 1px solid #ccc;
}

.about-tbl td,
table.payment-content td {
	padding: 20px 15px;
	text-align: left;
	border-bottom: 1px solid #ccc;
}

@media only screen and (max-width: 600px) {
	.about-tbl,
	table.payment-content {
		display: block;
		width: 100%;
	}
	.about-tbl tbody,
	.about-tbl tbody tr,
	table.payment-content tbody,
	table.payment-content tbody tr {
		display: block;
		width: 100%;
	}
	.about-tbl th,
	table.payment-content th {
		font-size: 14px;
		font-weight: bold;
		display: block;
		width: 100%;
		padding: 10px 10px 5px;
		text-align: left;
		border-bottom: none;
	}
	.about-tbl td,
	table.payment-content td {
		font-size: 12px;
		display: block;
		width: 100%;
		padding: 0 10px 10px;
		text-align: left;
	}
	table.payment-content {
		display: table;
	}
	table.payment-content tbody{
		display: table-row-group;
	}
	table.payment-content tbody tr{
		display: table-row;
	}
	table.payment-content th,
	table.payment-content td{
		display: table-cell;
		width: 50%;
	}
}

.payment-title {
	font-weight: bold;
}

.payment-content {
	margin-bottom: 1em;
}

table.payment-content tr:first-child td {
	text-align: center;
}

table.payment-content  td {
	text-align: center;
}

.carriage-title {
	font-weight: bold;
}

.carriage-content a {
	text-decoration: underline;
}

/* bnr-area */

.bnr-area {
	font-size: 0;
	width: 100%;
	padding: 55px 0 80px;
	text-align: center;
	background-color: #ededed;
}

.bnr-area .bnr {
	display: inline-block;
	margin: 0 8px;
}

.bnr-area .bnr img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 600px) {
	.bnr-area {
		width: 100%;
		margin-bottom: 60px;
		padding: 20px 10px 10px;
	}
	.bnr-area .bnr {
		width: 100%;
		margin: 0 0 10px;
	}
}


.form-select label {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 190px;
	height: 36px;
	vertical-align: middle;
	border: 1px solid #d0d0d0;
	background-color: #fff;
}

.form-select label:after {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 20px;
	display: block;
	width: 18px;
	height: 10px;
	margin-top: -5px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00002/img/icn-arrow-select-l.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.form-select select {
	font-size: 14px;
	line-height: 36px;
	position: relative;
	z-index: 2;
	display: block;
	width: 190px;
	height: 36px;
	margin: 0;
	padding: 0 0 0 10px;
	border: 0;
	outline: none;
	background: transparent;
	-webkit-appearance: none;
	   -moz-appearance: none;
		    appearance: none;
}

@media only screen and (max-width: 600px) {
	.form-select label {
		position: relative;
		display: inline-block;
		overflow: hidden;
		width: 100%;
		height: 36px;
		vertical-align: middle;
	}
	.form-select label:after {
		position: absolute;
		z-index: 2;
		top: 50%;
		right: 10px;
		display: block;
		width: 19px;
		height: 10px;
		margin-top: -5px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00002/img/icn-arrow-select-l_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.form-select select {
		font-size: 16px;
		line-height: 36px;
		position: relative;
		z-index: 2;
		display: block;
		width: 100%;
		width: -webkit-calc(100%);
		height: 36px;
		margin: 0;
		padding: 0 40px 0 10px;
		border: 0;
		outline: none;
		background: transparent;
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
	}
}

/* newarrival */

#newarrival {
	position: relative;
}

@media only screen and (max-width: 600px) {
	#newarrival .ttl {
		margin-bottom: 14px;
	}
}


/***********
 * parts
 ***********/


/* msg */

.msg {
	font-size: 14px;
	margin-bottom: 38px;
	padding: 8px 15px;
	text-align: left;
	background-color: #f5f5f5;
}

@media only screen and (max-width: 600px) {
	.msg {
		font-size: 12px;
		line-height: 1.3;
		margin-bottom: 38px;
		padding: 8px 10px;
		text-align: left;
	}
}


/* err */

.err-msg {
	font-size: 14px;
	margin-bottom: 38px;
	padding: 8px 15px;
	text-align: left;
	color: #e30000;
	background-color: #ffe7e7;
}

@media only screen and (max-width: 600px) {
	.err-msg {
		font-size: 12px;
		margin-right: 10px;
		margin-bottom: 20px;
		margin-left: 10px;
		padding: 10px 10px;
	}
}


/*bread*/

.bread { margin: 20px 0; }

.bread ul li {
	font-size: 12px;
	float: left;
	margin-right: 10px;
}

.bread ul li img {
	width: 18px;
	height: auto;
	vertical-align: middle;
}

.bread ul li a:after {
	display: inline-block;
	margin-left: 10px;
	content: '>';
	color: #111;
}

.bread ul li a:hover {
	text-decoration: underline;
	opacity: 1;
}

@media only screen and (max-width: 419px) {
	.bread { display: none; }
}


/* paging */
.item-list-itemcount {
	font-size: 12px;
	margin-top: 20px;
}
.paging {
	position: relative;
	margin: 0 auto;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.paging .prev {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -10px;
}

.paging .prev a {
	position: relative;
	padding-left: 24px;
}

.paging .prev a:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 14px;
	height: 20px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00002/img/icn-arrow-prev.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.paging .next {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -10px;
}

.paging .next a {
	position: relative;
	padding-right: 24px;
}

.paging .next a:after {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 14px;
	height: 20px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00002/img/icn-arrow-next.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.page-num {
	display: inline-block;
}

.page-num ul {
	font-size: 0;
}

.page-num ul li {
	font-size: 14px;
	display: inline-block;
	margin: 0 15px;
}

.page-num ul li span {
	font-weight: bold;
}

@media only screen and (max-width: 600px) {
	.paging {
		width: 100%;
		margin-top: 10px;
		padding-top: 0;
		padding-bottom: 0;
	}
	.paging .prev {
		left: 10px;
	}
	.paging .prev a span {
		display: none;
	}
	.paging .next {
		right: 10px;
	}
	.paging .next a span {
		display: none;
	}
	.page-num ul {
		font-size: 0;
	}
	.page-num ul li {
		font-size: 14px;
		display: inline-block;
		margin: 0 14px;
	}
}


/* sort */

.sort {
	font-size: 0;
	position: relative;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 20px;
	text-align: right;
}

.sort-label {
	font-size: 12px;
	display: inline-block;
}

.sort ul {
	font-size: 0;
	display: inline-block;
}

.sort ul li {
	font-size: 12px;
	position: relative;
	display: inline-block;
	margin-left: 10px;
	padding-left: 10px;
}

.sort ul li:first-child {
	margin-left: 0;
	padding-left: 0;
}

.sort ul li:not(:first-child):after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 1px;
	height: 12px;
	margin-top: -6px;
	content: '';
	background-color: #000;
}

.sort ul li a {
	text-decoration: underline;
}

.sort ul li a:hover {
	text-decoration: none;
}

@media only screen and (max-width: 767px) {
	.sort {
		font-size: 0;
		position: inherit;
		top: 0;
		left: 0;
		width: 100%;
		padding-top: 25px;
		padding-bottom: 15px;
		text-align: center;
	}
	.sort-label { line-height: 27px; }
	.sort-select {
		font-size: 13px;
		position: relative;
		display: inline-block;
		overflow: hidden;
		width: 230px;
		height: 27px;
		vertical-align: middle;
		border: #999 solid 1px;
	}
	.sort-select:after {
		position: absolute;
		z-index: 3;
		top: 50%;
		right: 15px;
		display: block;
		width: 13px;
		height: 7px;
		margin-top: -4px;
		content: '';
		pointer-events: none;
		background-image: url(https://image.raku-uru.jp/cms/yt00002/img/icn-arrow-select-s.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.sort-select select {
		font-size: 13px;
		line-height: 27px;
		position: relative;
		z-index: 1;
		display: block;
		width: 100%;
		height: 27px;
		margin: 0;
		padding: 0 0 0 10px;
		border: 0;
		outline: none;
		background: none;
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
	}
}
@media only screen and (max-width: 419px) {
	.sort-label { display: none; }
}

/* icon */

 .icn-badge6509:after {
	content: "NEW";
			font-size: 12px;
		line-height: 44px;
		position: absolute;
	top: 5px;
	left: 5px;
	display: block;
	box-sizing: border-box;
	width: 44px;
	height: 44px;
	text-align: center;
	color: #fff;
	border-radius: 22px;
	background-color: #d92582;
}
@media only screen and (max-width: 600px) {
	.icn-badge6509:after {
		width: 40px;
		height: 40px;
		border-radius: 50%;
	}
}
.icn-badge6510:after {
	content: "おすすめ";
			font-size: 10px;
		line-height: 12px;
		padding: 11px 5px 9px;
		position: absolute;
	top: 5px;
	left: 5px;
	display: block;
	box-sizing: border-box;
	width: 44px;
	height: 44px;
	text-align: center;
	color: #fff;
	border-radius: 22px;
	background-color: #d92582;
}
@media only screen and (max-width: 600px) {
	.icn-badge6510:after {
		width: 40px;
		height: 40px;
		border-radius: 50%;
	}
}
.icn-badge6511:after {
	content: "人気";
			font-size: 12px;
		line-height: 44px;
		position: absolute;
	top: 5px;
	left: 5px;
	display: block;
	box-sizing: border-box;
	width: 44px;
	height: 44px;
	text-align: center;
	color: #fff;
	border-radius: 22px;
	background-color: #d92582;
}
@media only screen and (max-width: 600px) {
	.icn-badge6511:after {
		width: 40px;
		height: 40px;
		border-radius: 50%;
	}
}


/*overlay*/

.overlay {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.9);
}

.modal-open {
	/*
	overflow: hidden;   
	*/
}

.modal-open .overlay {
	display: block;
	background-color: rgba(0,0,0,.8);
}

@media only screen and (max-width: 600px) {
	.nav-open {
		overflow: hidden;
	}
	.nav-open .overlay {
		display: block;
	}
}


/* modal */

.modal {
	position: absolute;
	z-index: 9999;
	top: 50%;
	left: 50%;
	display: none;
	margin-top: -200px;
	margin-left: -320px;
	padding: 10px;
	background-color: #fff;
}

.modal-open .modal {
	display: block;
}

.modal-inner {
	position: relative;
	width: 100%;
	height: auto;
}

.modal-img {
	max-width: 648px;
	max-height: 648px;
}

.modal-img img {
	display: block;
	max-width: 648px;
	max-height: 648px;
	width: auto;
	height: auto;
}

.modal-close {
	position: absolute;
	top: -20px;
	right: -20px;
}

.modal-close a {
	display: block;
	width: 52px;
	height: 52px;
	background-image: url(https://image.raku-uru.jp/cms/yt00002/img/btn-modal-close.png);
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 600px) {
	.modal {
		position: absolute;
		z-index: 9999;
		top: 50%;
		left: 50%;
		display: none;
		margin-top: -110px;
		margin-left: -150px;
		padding: 5px;
		background-color: #fff;
	}
	.modal-open .modal {
		display: block;
	}
	.modal-inner {
		position: relative;
		width: 100%;
		height: auto;
	}
	.modal-img {
		max-width: 280px;
		max-height: 280px;
	}
	.modal-img img {
		max-width: 280px;
		max-height: 280px;
		width: auto;
		height: auto;
	}
	.modal-close {
		position: absolute;
		top: -25px;
		right: -25px;
	}
	.modal-close a {
		display: block;
		width: 39px;
		height: 39px;
	}
}


/* pagetop */

.btn-pagetop {
	position: absolute;
	top: -36px;
	left: 50%;
	margin-left: -40px;
}

.btn-pagetop a {
	position: relative;
	display: block;
	width: 80px;
	height: 36px;
	border-radius: 3px 3px 0 0;
	background-color: #2593d9;
}

.btn-pagetop a:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 20px;
	height: 14px;
	margin-top: -7px;
	margin-left: -10px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00002/img/btn-pagetop.png);
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 600px) {
	.btn-pagetop {
		position: absolute;
		top: -25px;
		left: 50%;
		margin-left: -36px;
	}
	.btn-pagetop a {
		position: relative;
		display: block;
		width: 72px;
		height: 25px;
		border-radius: 3px 3px 0 0;
		background-color: #2593d9;
	}
	.btn-pagetop a:after {
		position: absolute;
		top: auto;
		bottom: 3px;
		left: 50%;
		display: block;
		width: 17px;
		height: 12px;
		margin-top: 0;
		margin-left: -9px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00002/img/btn-pagetop_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
}


/***********
 * module
 ***********/

.sp {
	display: none !important;
}

@media only screen and (max-width: 600px) {
	.sp {
		display: inline-block !important;
	}
}
/***送料について***/

.shipment-tbl {
	width: 100%;
	margin-top: 30px;
	border-top: #eee solid 1px;
}

.shipment-tbl th {
	font-weight: bold;
	width: 200px;
	padding: 20px 0;
	text-align: left;
	border-top: #eee solid 1px;
}

.shipment-tbl-ptn1 th{
	width: 250px;
	padding-right: 20px;
}

.shipment-tbl td {
	padding: 20px 0;
	text-align: left;
	border-top: #eee solid 1px;
}

.shipment-tbl caption {
	font-size: 16px;
	padding: 4px 12px 3px;
	color: #2593d9;
}

.shipment-tbl-normal table th {
	width: auto;
	white-space: nowrap;
}

.shipment-tbl-rule-notice {
	font-size: 80%;
}

.shipment-tbl-normal-shippoint-point span{
	display: inline-block;
	line-height: 1.1;
	padding:5px 0;
}

.shipment-tbl-normal-shippoint-point span:nth-child(2){
	padding: 0 10px;
}

.shipment-tbl-normal-rule,
.shipment-tbl-normal-rule2 {
	margin: 15px;
}

.shipment-tbl-normal-rule2 span {
	display: block;
}

.shipment-tbl table th,
.shipment-tbl table td {
	padding: 3px 4px 2px;
	border: 0;
	line-height: 1.1;
}

.shipment-tbl table td {
	text-align: center;
}

.shipment-tbl table thead th,
.shipment-tbl table thead td {
	color: #fff;
	background-color: #8fd5ff;
}

.shipment-tbl table thead th span,
.shipment-tbl table thead th span {
	display: block;
}

.shipment-tbl table tbody tr:nth-child(2n) th,
.shipment-tbl table tbody tr:nth-child(2n) td {
	background: #d3f2ff;
}

.shipment-tbl table th {
	min-width: 100px;
}

.shipment-tbl-normal-orderprice-ttl,
.shipment-tbl-normal-orderpric-price {
	display: inline-block;
}

@media only screen and (max-width:600px) {
	.shipment-tbl caption {
		display: block;
	}
	.shipment-tbl th {
		font-size: 14px;
		display: block;
		width: 100%;
		padding: 20px 10px 5px;
		border-bottom: none;
	}
	.shipment-tbl td {
		font-size: 12px;
		display: block;
		width: 100%;
		padding: 0 10px 20px;
		border-top: none;
	}
	.shipment-tbl table {
		width: 90%;
		margin: auto;
	}
	.shipment-tbl table thead th,
	.shipment-tbl table thead td {
		padding-bottom: 5px;
	}
	.shipment-tbl table thead th span,
	.shipment-tbl table thead td span {
		display: inline;
		padding: 0 14px;
	}
	.shipment-tbl table th,
	.shipment-tbl table td {
		width: 100%;
		text-align: center;
	}
}

/***********
 * lp
 ***********/

.contents-lp .main {
	margin-bottom: 50px;
}

.contents-lp .item-order {
	width: 440px;
	margin: 0 auto;
}

.contents-lp .lp-img img{
	display: block;
	max-width: 100%;
	margin: 20px auto;
}

.contents-lp .item-order .item-detail-cart {
	border-bottom: none;
}


@media only screen and (max-width: 600px) {
	.contents-lp .item-order {
		width: 100%;
	}
}


/***********
 * login
 ***********/

.contents-login .main {
	width: 100%;
}


/***********
 * wysiwyg
 ***********/

.wysiwyg-data html, .wysiwyg-data address,
.wysiwyg-data blockquote,
.wysiwyg-data body, .wysiwyg-data dd,.wysiwyg-data  div,
.wysiwyg-data dl, .wysiwyg-data dt, .wysiwyg-data fieldset, .wysiwyg-data form,
.wysiwyg-data frame, .wysiwyg-data frameset,
.wysiwyg-data h1, .wysiwyg-data h2, .wysiwyg-data h3, .wysiwyg-data h4,
.wysiwyg-data h5, .wysiwyg-data h6, .wysiwyg-data noframes,
.wysiwyg-data ol, .wysiwyg-data p, .wysiwyg-data ul, .wysiwyg-data center,
.wysiwyg-data dir, .wysiwyg-data hr, .wysiwyg-data menu, .wysiwyg-data pre   { display: block; unicode-bidi: embed;}
.wysiwyg-data {
	display: table;
	margin: 50px auto 30px;
	padding: 0 30px;
	width: 100%;
	max-width: 1060px;
	box-sizing: border-box;
}
.wysiwyg-data li              { display: list-item;}
.wysiwyg-data head            { display: none;}
.wysiwyg-data table           { display: table;}
.wysiwyg-data tr              { display: table-row;}
.wysiwyg-data thead           { display: table-header-group;}
.wysiwyg-data tbody           { display: table-row-group;}
.wysiwyg-data tfoot           { display: table-footer-group;}
.wysiwyg-data col             { display: table-column;}
.wysiwyg-data colgroup        { display: table-column-group;}
.wysiwyg-data td, .wysiwyg-data th          { display: table-cell;}
.wysiwyg-data caption         { display: table-caption;}
.wysiwyg-data th              { font-weight: bolder; text-align: center;}
.wysiwyg-data caption         { text-align: center;}
.wysiwyg-data body            { margin: 8px;}
.wysiwyg-data h1              { font-size: 2em; margin: .67em 0;}
.wysiwyg-data h2              { font-size: 1.5em; margin: .75em 0;}
.wysiwyg-data h3              { font-size: 1.17em; margin: .83em 0;}
.wysiwyg-data h4, .wysiwyg-data p,
.wysiwyg-data blockquote, .wysiwyg-data ul,
.wysiwyg-data fieldset, .wysiwyg-data form,
.wysiwyg-data ol, .wysiwyg-data dl, .wysiwyg-data dir,
.wysiwyg-data menu            { margin: 1.12em 0; color: #111;}
.wysiwyg-data h5              { font-size: .83em; margin: 1.5em 0;}
.wysiwyg-data h6              { font-size: .75em; margin: 1.67em 0;}
.wysiwyg-data h1, .wysiwyg-data h2, .wysiwyg-data h3, .wysiwyg-data h4,
.wysiwyg-data h5, .wysiwyg-data h6, .wysiwyg-data b,
.wysiwyg-data strong          { font-weight: bolder; color: #111;}
.wysiwyg-data blockquote      { margin-left: 40px; margin-right: 40px;}
.wysiwyg-data i, .wysiwyg-data cite, .wysiwyg-data em,
.wysiwyg-data var, .wysiwyg-data address    { font-style: italic;}
.wysiwyg-data pre, .wysiwyg-data tt, .wysiwyg-data code,
.wysiwyg-data kbd, .wysiwyg-data samp       { font-family: monospace;}
.wysiwyg-data pre             { white-space: pre;}
.wysiwyg-data button, .wysiwyg-data textarea,
.wysiwyg-data input, .wysiwyg-data select   { display: inline-block;}
.wysiwyg-data big             { font-size: 1.17em;}
.wysiwyg-data small, .wysiwyg-data sub, .wysiwyg-data sup { font-size: .83em;}
.wysiwyg-data sub             { vertical-align: sub;}
.wysiwyg-data sup             { vertical-align: super;}
.wysiwyg-data table           { border-spacing: 2px;;}
.wysiwyg-data thead, .wysiwyg-data tbody,
.wysiwyg-data tfoot           { vertical-align: middle;}
.wysiwyg-data td, .wysiwyg-data th, .wysiwyg-data tr      { vertical-align: inherit;}
.wysiwyg-data s, .wysiwyg-data strike, .wysiwyg-data del  { text-decoration: line-through;}
.wysiwyg-data hr              { border: 1px inset;}
.wysiwyg-data ol, .wysiwyg-data ul, .wysiwyg-data dir,
.wysiwyg-data menu, .wysiwyg-data dd        { margin-left: 40px;}
.wysiwyg-data ol              { list-style-type: decimal;}
.wysiwyg-data ol ul, .wysiwyg-data ul ol,
.wysiwyg-data ul ul, .wysiwyg-data ol ol    { margin-top: 0; margin-bottom: 0;}
.wysiwyg-data u, .wysiwyg-data ins          { text-decoration: underline;}
.wysiwyg-data br:before       { content: "\A"; white-space: pre-line;}
.wysiwyg-data center          { text-align: center;}
.wysiwyg-data :link, .wysiwyg-data :visited { text-decoration: underline;}
.wysiwyg-data :focus          { outline: thin dotted invert;}

.wysiwig-data a{color: #111;}
.wysiwig-data a:hover{color: #e00;}

.wysiwyg-data table{border:solid 1px;border-collapse:separate;border-color:#c0c0c0 #c0c0c0 #808080 #808080;border-spacing:2px; width:auto;}
.wysiwyg-data table tr td{border:solid 1px;border-color:#808080 #808080 #c0c0c0 #c0c0c0; padding:0;}
.item-comment .wysiwyg-data table tr td{background:#fff;}
.wysiwyg-data ul, .wysiwyg-data ul li{list-style-type: disc;}
.wysiwyg-data ol{list-style-type: decimal;}

/* Begin bidirectionality settings (do not change) */
.wysiwyg-data BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override;}
.wysiwyg-data BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override;}

.wysiwyg-data *[DIR="ltr"]    { direction: ltr; unicode-bidi: embed;}
.wysiwyg-data *[DIR="rtl"]    { direction: rtl; unicode-bidi: embed;}

@media print {
  .wysiwyg-data h1            { page-break-before: always;}
  .wysiwyg-data h1, .wysiwyg-data h2, .wysiwyg-data h3,
  .wysiwyg-data h4, .wysiwyg-data h5, .wysiwyg-data h6    { page-break-after: avoid;}
  .wysiwyg-data ul, .wysiwyg-data ol, .wysiwyg-data dl    { page-break-before: avoid;}
}


@media only screen and (max-width: 767px) {
	.wysiwyg-data {
		margin: 35px auto 30px;
		padding: 0 24px;
	}
}
@media only screen and (max-width: 419px) {
	.wysiwyg-data {
		margin: 30px auto;
		padding: 0 13px;
	}
}

/* 送料無料バナー */
.bnr-delivery {
	display: table;
	margin: 50px auto 0;
	width: 100%;
	max-width: 550px;
}
.bnr-delivery a {
	display: table-cell;
	background-color: #000;
	 opacity: 1.0;
	transition: all .5s;
}
.bnr-delivery a:hover { background-color: #0064b5; opacity: 1.0; }

.bnr-delivery a img { width: 100%; height: auto; }
.bnr-delivery a:hover img { opacity: 1.0; }


