@charset "utf-8";

body {
	line-height: 110%;
	-webkit-text-size-adjust: 100%;
}

div#modal div:target {
	-webkit-animation-name: modalFadeIn;
	-webkit-animation-duration: 0s;
	-webkit-animation-iteration-count: 1;
	opacity: 1;
	display: block;
}

dl.search {
	position: relative;
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 6px;
}

dl.search dt {
	margin-right: 100px;
	padding: 8px 0 8px 8px;
	text-align: left;
}

dl.search dt input {
	width: 95%;
	height: 30px;
	line-height: 30px;
	background: none;
	border: none;
	font-size: 16px;
}

dl.search dd.internal {
	margin: 0;
	position: absolute;
	top: 0;
	right: 55;
}

dl.search dd.google {
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
}

dl.search dd button {
	display: block;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: none;
	background-color: #b2dfdd;	
	width: 40px;
	height: 40px;
	margin: 3px;
	padding: 5px;
}

h2 {
	font-size: 16px;
	display: block;
	background-color: #b2dfdd;
	margin-bottom: 0;
	border-radius: 5px;
	padding: 4px 10px;
}

h3 {
	font-size: 16px;
	display: block;
	background-color: #b2dfdd;
	border-radius: 5px;
	padding: 10px;
	margin: 20px 5px;
}

h3 img {
	width: 25px;
}

html,
body {
	width: 100%;
	min-width: 320px;
	margin: 0;
	padding: 0;
}

input[type="submit"] {
	background-color: #099;
	width: 110px;
	font-size: 18px;
	border: 1px solid #ccc;
	-webkit-border-radius: 6px;
	color: #fff;
	margin: 10px 0;
	padding: 5px;
}

li {
	list-style-type: none;
}

@media screen and (orientation: landscape) {

	#modal_window_login,
	#modal_window_cooking,
	#modal_window_crafts,
	#modal_window_embroidery,
	#modal_window_fashion,
	#modal_window_interior,
	#modal_window_others {
		top: 25%;
		left: 10%;
		width: 80%;
		text-align: center;
		display: block;
		background: #fff;
		position: absolute;
		z-index: 10;
	}
}

@media screen and (orientation: portrait) {

	#modal_window_login,
	#modal_window_cooking,
	#modal_window_crafts,
	#modal_window_embroidery,
	#modal_window_fashion,
	#modal_window_interior,
	#modal_window_others {
		top: 25%;
		left: 10%;
		width: 80%;
		text-align: center;
		display: block;
		background: #fff;
		position: absolute;
		z-index: 10;
	}
}

#headernavi li {
	display: table-cell;
	vertical-align: middle;
}

#contents_title {
	display: block;
	background-color: #b2dfdd;
	width: 100%;
	margin: 10px 0;
}

#contents_title h1 {
	font-size: 15px;
	font-weight: normal;
	float: left;
	margin: 10px;
	line-height: 20px;
}

#contents_title h1 a,
#contentsmain h2 a {
	color: #000;
}

#contents_title h2 {
	float: right;
	margin: 10px 0;
	padding: 0;
}

#contents_title h2 li {
	display: block;
	float: left;
}

#contents_title h2 li a {
	flex-grow: 1;
	text-decoration: none;
	margin: 5px;
	display: block;
	padding: 6px;
	border: var(--border-size) solid #20B2AA;
  color: var(--color-secondary);
  background-color: var(--color-primary);
  font-family: var(--font-family);
	background-color: var(--color-primary);
	text-transform: lowercase;
	box-shadow: var(--shadow) 0px 1px;
		--border-size: 0.2rem;
		--color-primary: white;
		--color-secondary: #20B2AA;
		--font-family: monospace;
		--shadow: rgba(0, 0, 0, 0.1);
}

#contents_title h2 ul {
	margin: 0;
	padding: 0;
}

#contents_title:after {
	content: "";
	display: block;
	clear: both;
}

#contentsfooter {
	display: block;
	clear: both;
}

#contentsheader {
	display: block;
	margin: 10px 0;
}

#contentsmain {
	text-align: center;
}

#contentsmain h2 {
	display: block;
	color: #000000;
	border-bottom: 2px solid #ccc;
	background-color: white;
	border-radius: 0;
	margin: 10px 20px;
}

#contentsmain h2 img {
	width: 18px;
	height: 13px;
}

#contentsAnnouncement {
	margin: 10px;
	padding: 10px;
	overflow: hidden;
	text-align: center;
	font-size: 150%;
	font-weight: 700;
	border: 3px solid #72C4BD;
}

#genrelist ul {
	display: block;
	border-top: 1px solid #ccc;
	-webkit-padding-start: 0;
	padding-left: 0;
	margin: 5px;
}

#genrelist ul li {
	background-color: #F5FBFB;
	-webkit-background-size: 10px 10px;
	border-top: none;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	height: 50px;
	margin: 0;
}

#genrelist ul li a {
	color: #666;
	display: block;
	height: 50px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
	line-height: 50px;
	margin: 0;
	padding: 0 10px;
}

#genrelist ul li img {
	vertical-align: middle;
	padding-right: 5px;
}

#genrelist {
	margin: 20px 10px;
}

#headernavi li {
	display: table-cell;
	vertical-align: middle;
	border-left: 1px solid #b2dfdd;
}

.headernavi_list {
	border-right: 1px solid #b2dfdd;
}

#headernavi li a {
	color: #999;
	text-align: center;
	font-size: 14px;
}

#headernavi li a:hover {
	text-decoration: none;
}

#headernavi ul {
	display: table;
	width: 97%;
	-webkit-padding-start: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	margin: 10px;
}

#login,
#cooking,
#crafts,
#embroidery,
#fashion,
#interior,
#others {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
}

#contentsmain h2 {
	border-bottom: 2px solid #ccc;
}

#navisearch dt {
	height: 44px;
}

#navisearch form {
	display: block;
	margin: 5px;
	padding: 0 3px;
}

#navisearch img {
	width: 30px;
	height: 30px;
}
#pickup {
	margin: 10px 5px;
}

#pickup img {
	width: 126px;
	height: 34px;
}

#pickup ul {
	-webkit-padding-start: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	margin: 15px 5px;
}

#pickup ul li:nth-child(odd),
#genrelist ul li:nth-child(odd),
.siteguide ul li:nth-child(odd) {
	float: left;
	width: 50%;
}

#ranking ul {
	display: table;
	table-layout: fixed;
	width: 100%;
	text-align: center;
	-webkit-padding-start: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	margin: 5px 0;
}

#ranking ul li {
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #72C4BD;
	height: 200px;
}

#register_area,
#password_area {
	display: block;
	width: 60%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 10px auto;
}

#register_area p,
#password_area p {
	font-size: 14px;
	color: #999;
	margin: 10px;
}

#wishlist_area {
	display: block;
	margin: 40px;
}

#sns {
	margin: 20px 10px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

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

.sns_magmart a {
	margin: 5px;
}

.backtodesktop {
	text-align: center;
}

.member_logout a {
	margin: 20px;
}

.cancel {
	margin-top: 20px;
	margin-bottom: 10px;
}

.close_overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
	position: absolute;
	background: #000;
	opacity: 0.5;
	z-index: 5;
}

.toggle {
	text-align: center;
}

.togglebutton {
	margin-bottom: 10px;
}

.comment {
	font-size: 14px;
	padding: 5px 10px;
	display: block;
}

.comment {
	font-size: 14px;
	padding: 5px 10px;
	display: block;
}

.comment article h3 {
	font-weight: 400;
	font-size: 14px;
}

.comment article p {
	/*font-size: 14px;*/
	margin: 14px;

}

.comment dt {
	color: #999;
}

.comment dt,
.comment dd {
	padding: 5px 10px;
}

.footer {
	background: #b2dfdd;
	background-size: 100% 100%;
	height: 20px;
	text-align: center;
}

.footer small {
	color: #fff;
	background-size: 100% 100%;
}

.header {
	background: #e2f6f3;
	background-size: 100% 100%;
	height: 50px;
	line-height: 10px;
}

.header h1 {
	display: block;
	float: left;
	margin: 5px 0 5px 2px;
}

.header h1 img {
	width: 165px;
	height: 38px;
}

.header nav li {
	font-size: 12px;
	float: left;
	padding-left: 10px;
}

.header nav li>a {
	text-align: center;
	display: block;
	height: 50px;
	text-decoration: none;
	font-size: 10px;
}

.header nav ul {
	-webkit-padding-start: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	margin: 0 5px 0 0;
}

.header nav ul li img {
	margin: 10px 5px 5px;
	width: 20px;
	height: 20px;
}

.header nav,
#alnr {
	float: right;
}

.paging {
	font-size: 26px;
	margin: 20px 0 60px 0;
	padding: 20px 0;
}

.paging_cur {
	background-color: #b2dfdd;
	;
}

.paging span {
	border: 1px solid #ccc;
	padding: 8px;
}

.paging_open {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.paging_close {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.paging a {
	text-decoration: none;
	color: #666;
}

.idvpost_idvreviewform {
	display: block;
	margin: 20px 0;
}

.idvpost_idvreviewform a {
	text-align: center;
	width: 200px;
	border-radius: 5px;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	margin: 5px auto;
	padding: 10px;
}

.idvreview {
	text-align: left;
	border: 1px solid #ccc;
	margin: 10px;
	overflow: auto;
}

.idvreview h2 {
	font-size: 14px;
}

.review_paging {
	text-align: left;
	margin: 10px;
}

.img_rank img {
	width: 60px;
	height: 84px;
}

.including_tax {
	font-size: 20px;
	color: red;
}

.inner {
	display: block;
	clear: both;
	font-size: 14px;
	color: #333;
	margin: 15px;
	text-align: left;
}

.modal_window #mail,
.modal_window #password {
	width: 70%;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin: 5px;
	padding: 5px;
}

.modal_window a {
	display: block;
	text-decoration: none;
	color: #999;
	font-size: 14px;
	line-height: 5px;
}

.modal_window h2 {
	margin: 15px auto;
}

.modal_window ul {
	padding-left: 0;
}

.modal_window ul li {
	font-size: 14px;
	line-height: 34px;
}

.price {
	font-size: 18px;
	margin: 10px;
}

.txtBold {
	font-weight: 700
}

.register,
.password {
	display: block;
	width: 120px;
	font-size: 14px;
	text-decoration: none;
	border-radius: 5px;
	text-align: center;
	line-height: 20px;
	margin: 5px auto;
	padding: 10px;
}

.searchlist a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 2px #72c4bd;
	border-right: solid 2px #72c4bd;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

.searchlist ul {
	display: block;
	-webkit-padding-start: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	margin: 5px 10px;
}

.searchlist ul li {
	overflow: hidden;
	width: 100%;
	text-align: left;
	border: 1px #ccc solid;
	border-bottom: 0;
	background: linear-gradient(#fff, #f0f0f0);
	display: block;
	-webkit-box-shadow: 0 3px 3px rgba(000, 000, 000, 0.1);
	box-shadow: 0 3px 3px rgba(000, 000, 000, 0.1);
	margin: 0;
	padding: 0;
}

.searchlist ul li a {
	display: block;
	position: relative;
	height: 32px;
	overflow: hidden;
	white-space: nowrap;
	line-height: 32px;
	text-overflow: ellipsis;
	text-decoration: none;
	color: #333;
	margin: 0;
	padding: 0 0 0 10px;
}

.searchlist ul li:first-child {
	border-radius: 8px 8px 0 0;
}

.searchlist ul li:last-child {
	border-radius: 0 0 8px 8px;
	border-bottom: 1px #ccc solid;
}

.searchlist,
#ranking,
.genrelist_md {
	margin: 20px 15px;
}

.genrelist_md ul {
	display: block;
	-webkit-padding-start: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	margin: 0;
}

.genrelist_md ul li {
	overflow: hidden;
	width: 100%;
	text-align: left;
	border: 1px #ccc solid;
	border-bottom: 0;
	background: linear-gradient(#fff, #f0f0f0);
	display: block;
	-webkit-box-shadow: 0 3px 3px rgba(000, 000, 000, 0.1);
	box-shadow: 0 3px 3px rgba(000, 000, 000, 0.1);
	line-height: 40px;
	margin: 0;
	padding: 5px;
}

.genrelist_md ul li a {
	display: block;
	position: relative;
	height: 32px;
	overflow: hidden;
	white-space: nowrap;
	line-height: 32px;
	text-overflow: ellipsis;
	text-decoration: none;
	color: #888;
	text-align: center;
	margin: 0;
}

.siteguide {
	margin: 30px 0;
}

.siteguide a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 7px;
	margin-top: -3px;
	border-top: solid 2px #72c4bd;
	border-right: solid 2px #72c4bd;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

.siteguide ul {
	border-top: 1px solid #ccc;
	-webkit-padding-start: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	padding-left: 0;
}

.siteguide ul li {
	background: linear-gradient(#fff, #f0f0f0);
	border-top: none;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	height: 44px;
	margin: 0;
}

.siteguide ul li a {
	position: relative;
	height: 34px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
	color: #333;
	display: block;
	font-size: 14px;
	line-height: 34px;
	margin: 0;
	padding: 5px 10px;
}

.title_rank a {
	text-decoration: none;
	color: #999;
	font-size: 14px;
	word-wrap: break-word;
}

.txtnote {
	font-size: 14px;
	margin: 10px;
}

.wishlist {
	background-color: #FFB5B3;
	width: 200px;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
	margin: 0 auto;
	text-align: center;
	padding: 5px 10px;
}

.wishlist a {
	text-decoration: none;
}

.writer img {
	width: 40px;
	vertical-align: middle;
}

.writer_txtnote {
	text-align: right;
	font-size: 12px;
	padding: 5px 10px;
}

.basket_header {
	width: auto;
	height: auto;
}

.image {
	overflow: hidden;
}

.ymNormal {
	font-size: 12px;
}

.ymNarrow {
	margin-bottom: 10px;
}

.progress {
	margin-bottom: 20px;
}

.progress ul {
	display: table;
	text-align: center;
	padding: 0;
	margin: 0 auto;
}

.progress li {
	display: table-cell;
	vertical-align: middle;
}

.progress_selected {
	background-color: #99d5d1;
	padding: 0 5px;
}

.progress_not_selected {
	background-color: #d6d6d6;
	color: #777;
	padding: 0 5px;
}

.total {
	border: 1px solid #333;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

.pht {
	border: 1px solid #999;
	width: 170px;
}

.pht img {
	float: left;
	width: 130px;
	border: 1px solid #999;
	margin-right: 10px;
}

#total_table {
	width: 100%;
	margin-bottom: 20px;
	padding: 20px 15px;
}

#total_table th {
	background-color: #fff1f1;
	border: 1px solid #ccc;
	font-style: normal;
	font-weight: 400;
	padding: 5px;
	text-align: center;
}

#total_table td {
	border: 1px solid #ccc;
	font-size: 100%;
	padding: 5px;
}

.basket_items {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	padding: 10px 0;
}

.basket_items table {
	width: 100%;
	border-collapse: collapse;
	border-style: none;
	border-spacing: 0;
}

.basket_items th td tr {
	border-collapse: collapse;
	border-style: none;
	border-spacing: 0;
	font-size: 100%;
}

.basket_items td {
	padding: 0 10px;
	font-size: 100%;
}

.basket_items p {
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 10px;
}

.basket_items form {
	margin: 0;
}

.basket_items select {
	border: 1px solid #ccc;
	font-size: 90%;
}

.basket_items th {
	background-color: #fff1f1;
	text-align: left;
	border-collapse: collapse;
	border-style: none;
	border-spacing: 0;
	padding: 10px;
}

.basket_items input[type="submit"] {
	width: 60px;
	height: 30px;
	font-size: 14px;
	background-color: #ccc;
	border: 1px solid #ccc;
	color: #fff;
	margin: 10px 0;
	padding: 5px;
}

.basket_items input[type="submit"][name="edit"] {
	background-color: #b2dfdd;
	border: 1px solid #b2dfdd;
}

.basket_inner_items td {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
}

.cart_inidividual_item {
	background-color: #fff1f1;
	text-align: left;
	padding: 10px;
}

.input_box {
	width: 30px;
	height: 20px;
	padding: 0;
}

.alnR {
	text-align: right;
}

.alnL {
	text-align: left;
	margin: 8px 0 8px 0;
}

.vol_simple_header {
	margin: 0 auto;
}

.vol_simple_title {
	text-decoration: none;
	width: auto;
	font-weight: 700;
}

.vol_simple_title a:visited {
	color: #000000;
}

.vol_simple_contents {
	text-decoration: none;
	width: auto;
}

.vol_simple_line {
	margin: 15px 0 15px 0;
}

.vol_simple_pht img {
	float: left;
	width: 130px;
	border: 1px solid #999;
	margin-right: 10px;
}

.price_vol_simple {
	font-size: 100%;
	line-height: 120%;
	margin: 5px 10px;
}

.price_vol_simple:after {
	content: "";
	display: block;
	clear: both;
}

.price_vol_simple span {
	font-size: 0.8em;
	vertical-align: top;
}

.mobile_cart_add {
	margin-bottom: 40px;
}

.mobile_cart_add select {
	border: 1px solid #999;
	font-size: 20px;
	margin-bottom: 5px;
}

.wrapper {
	margin: 0;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	flex-basis: auto;
	padding: 0;
	list-style: none;
}

.wrapper li {
	width: 170px;
}

.wrapper img {
	border: 1px solid #999;
}

.wrapper a:link {
	color: #000000;
}

.wrapper a:visited {
	color: #000000;
}

div.tab_content {
	border: 3px solid #20B2AA;
	padding: 15px 5px;
	margin: 0;
	overflow: auto
}

.category_tab_wrapper {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	width: 100%; /*任意の大きさに pxにしてもらってもいいです*/
	padding-top: 30px;
	box-shadow: var(--shadow) 0px 1px;
	--border-size: 0.2rem;/*ボーダーの太さ 周囲に合わせてください*/
  --duration: 250ms;
	--ease: cubic-bezier(0.215, 0.61, 0.355, 1);
	--font-family: monospace;
  --color-primary: white;
  --color-secondary: #20B2AA;
  --color-tertiary: sage; /*dodgerblue*/
  --shadow: rgba(0, 0, 0, 0.1);
	--space: 1rem;
}

.category_tab_wrapper a {
	text-decoration: none;
	flex-grow: 1;
	border-collapse: collapse;
}

.category_tab_wrapper a + a {
	margin-left: calc(var(--border-size) * -1);
}

.category_tab_wrapper li {
  flex-grow: 1; /*横幅等倍*/
  cursor: pointer;
  position: relative;
  padding:5px;
    /*calc(var(--space) /1.5)/*上*/
    /*var(--space);  */
    /*calc(var(--space) /-1)
    var(--space)
    var(--space);*/
	border: var(--border-size) solid #20B2AA;
	border-bottom: hidden;
	border-collapse: collapse;
  color: var(--color-secondary);
  background-color: var(--color-primary);
  font-size: 1.1rem; /*ボタンの中の文字*/
  font-family: var(--font-family);
  /*text-transform: lowercase;*/
  text-shadow: var(--shadow) 1px 1px;
}

.category_tab_wrapper li + li {
  margin-left: calc(var(--border-size) * -1);
}

.category_tab_wrapper li.select {
	background-color: var(--color-secondary);
	color: white;
	flex-grow: 1;/*横幅１倍、現在は変化なし　数字を入れ替えてOK */
  outline: none;
  text-shadow: none;
}

div.tab_paging {
	border: 3px solid #72c4bd;
	padding: 15px 5px;
	margin: 0;
	overflow: auto;
}

.tab_paging ul {
	margin: 0;
	padding: 0;
}

div.genre_new {
	background: #b2dfdd;
	margin: 10px;
	padding: 6px;
	border-radius: 6px;
}

.hide {
	display: none;
}

.box_form {
	background-color: #f5fbfb;
	margin-top: 20px;
	padding: 10px;
}

.mobile_login_form input {
	margin: 10px;
	border: 1px solid #ccc;
	width: 200px;
	height: 30px;
	display: inline-block;
}

.mobile_btn input {
	color: black;
	background-color: #b2dfdd;
	width: 120px;
}

.shinki_mobile input {
	color: black;
	background-color: #fff1f1;
	width: 140px;
}

.mobile_txtNote {
	margin-top: 10px;
	font-size: 14px;
}

.mobile_login_box {
	margin-bottom: 10px;
}

.mobile_required {
	background-color: #fff1f1;
	font-size: 14px;
	line-height: 1.5;
}

.mobile_required_payment {
	font-size: 16px;
	color: red;
	font-weight: 700;
	margin-top: 10px;
}

.mobile_required_conf {
	font-size: 14px;
}

input[type="radio"] {
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	margin-right: 10px;
}

.mobile_checkout_comment_payment {
	font-size: 12px;
}

.mobile_checkout_new_comment {
	font-size: 14px;
}

.mobile_inner_destination table {
	border-collapse: collapse;
}

.mobile_inner_destination th {
	background-color: #d6d6d6;
	border: 1px solid #ccc;
	font-size: 12px;
	width: 80px;
	font-style: normal;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

.mobile_inner_destination td {
	border: 1px solid #ccc;
	font-size: 80%;
	width: 200px;
	padding: 5px;
}

.mobile_checkout_feedback textarea {
	border: 1px solid #ccc;
}

.mobile_checkout_feedback_conf {
	border: 1px solid #ccc;
}

.checkout_basket_items {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	padding: 10px 0 0 0;
}

.checkout_basket_items table {
	width: 100%;
	border-collapse: collapse;
	border-style: none;
	border-spacing: 0;
}

.checkout_basket_items th td tr {
	border-collapse: collapse;
	border-style: none;
	border-spacing: 0;
	font-size: 80%;
	text-align: left;
}

.checkout_basket_items th {
	background-color: #ffffff;
	padding: 0px;
	height: 10px;
}

.checkout_basket_items td {
	background-color: #fff1f1;
	padding: 0 10px;
	font-size: 80%;
}

.checkout_basket_items p {
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 10px;
}

.checkout_basket_items form {
	margin: 0;
}

.checkout_basket_items select {
	border: 1px solid #ccc;
	font-size: 90%;
}

.checkout_mobile_btn input {
	color: black;
	background-color: #b2dfdd;
	width: 100px;
}

.checkout_mobile_btn {
	padding-bottom: 40px;
}

td.required {
	font-size: 14px;
}

.required p {
	margin: 10px 0;
	font-weight: bold;
	font-size: 13px;
}

.required input {
	height: 25px;
	width: 150px;
	border: 1px solid #ccc;
	font-size: 14px;
}

.required span {
	font-size: 13px;
	font-weight: normal;
}

.title_small {
	font-size: 14px;
}

.title_small p {
	padding: 0;

}

.mobile_checkout_new_comment span {
	font-size: 14px;
}

.mobile_checkout_mailmagazine p {
	font-weight: bold;
}

.checkout_mailmagazine_conf table {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}

.checkout_mailmagazine_conf th {
	background-color: #d6d6d6;
	border: 1px solid #ccc;
	font-size: 90%;
	width: 200px;
	font-style: normal;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

.checkout_mailmagazine_conf td {
	border: 1px solid #ccc;
	font-size: 90%;
	width: 80px;
	padding: 5px;
	text-align: center;
}

.mobile_inner_destination_conf table {
	width: 300px;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}

.mobile_inner_destination_conf th {
	background-color: #d6d6d6;
	border: 1px solid #ccc;
	font-size: 80%;
	width: 200px;
	font-style: normal;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

.mobile_inner_destination_conf td {
	border: 1px solid #ccc;
	font-size: 80%;
	width: 80px;
	padding: 5px;
	text-align: right;
}

.checkout_total_conf {
	font-weight: bold;
}

.mobile_top_header {
	width: auto;
	height: auto;
}

.mobile_top_wrapper {
	margin: 0;
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	flex-basis: auto;
	padding: 0;
	list-style: none;
	color: #72c4bd;
}

.mobile_top_content {
	border: 3px solid #72c4bd;
	margin: 10px 10px;
}

.mobile_top_content a:link {
	color: #000000;
}

.mobile_top_content a:visited {
	color: #000000;
}

.mobile_top_content p {
	margin: 0;
}

.mobile_top_content ul {
	margin: 0;
	padding: 0;
}

.mobile_top_info {
	margin: 7px;
	font-weight: 700;
	background-color: #b2dfdd;
	padding: 8px;
}

div.mobile_top_information {
	height: 80px;
	width: auto;
	padding: 4px 0px;
	text-align: left;
}

ul.mobile_top_information {
	margin: 0;
	padding: 0;
}

.mobile_top_information img {
	float: left;
	width: 40px;
	vertical-align: middle;
}

.mobile_top_information span {
	font-size: 80%;
	padding: 2px;
}

.mobile_top_information p {
	margin: 0;
	line-height: 1.4;
}

.mobile_top_title {
	text-decoration: none;
	width: auto;
	font-weight: 700;
}

p.mobile_top_new {
	text-align: left;
	border: 0;
	max-width: 100%;
}

.mobile_top_volName {
	width: auto;
	text-align: left;
	font-size: 14px;
}

.mobile_top_volName a:hover {
	text-decoration: none;
}

p.mobile_top_price {
	font-size: 16px;
	margin-top: 10px;
}


.idvCampaign img {
	width: 100%;
}

.mobile_dvTodays {
	background-color: #f5fbfb;
}

.mobile_dvTodays ul {
	padding: 10px;
	overflow: hidden;
}

.mobile_dvTodays ul li {
	background: url(../design/pickup/bg_line1.png) no-repeat center bottom;
	float: left;
	margin: 0 0 10px 0;
	overflow: hidden;
	padding-bottom: 10px;
	width: 100%;
}

.mobile_dvTodays ul li .phtBox {
	overflow: hidden;
	border: 0;
	width: 100%;
}

.mobile_dvTodays ul li .pht {
	float: left;
	width: 130px;
	margin-right: 10px;
}

.mobile_dvTodays ul li .pht img {
	border: 1px solid #999;
	width: 130px;
}

.mobile_dvTodays ul li .phtR {
	overflow: hidden;
}

.mobile_boxReview_new {
	font-size: 14px;
	font-weight: 700;
}

.mobile_review_comment input {
	border: 1px solid #ccc;
}

.mobile_review_comment textarea {
	border: 1px solid #ccc;
}

.mobile_review_btn input {
	color: black;
	background-color: #b2dfdd;
	width: 100px;
}

.mobile_review_btn {
	text-align: center;
	padding: 30px;
}

.mobile_vol_subscription {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	padding: 30px 5px 40px 5px;
}

.mobile_vol_subscription table {
	width: 100%;
	border-collapse: collapse;
	border-style: none;
	border-spacing: 0;
}

.mobile_vol_subscription th td tr {
	border-collapse: collapse;
	border-style: none;
	border-spacing: 0;
	/*font-size: 90%;*/
}

.mobile_vol_subscription td {
	padding: 5px 10px;
	font-size: 90%;
}

.mobile_vol_subscription th {
	background-color: #e2f6f3;
	font-weight: bold;
	text-align: center;
	border-collapse: collapse;
	font-size: 80%;
	border-spacing: 0;
	padding: 5px;

}

.mobile_subscription_add {
	margin: 40px;
}

.mobile_subscription_add select {
	border: 1px solid #999;
	font-size: 20px;
	margin-bottom: 5px;
}

.mobile_txtAlert {
	margin: 12px;
}

.searchresult_tab_wrapper {
	margin: 0;
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	flex-basis: auto;
	padding: 0;
	list-style: none;
}

.searchresult_tab_wrapper a {
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
}

.searchresult_tab_wrapper li {
	padding: 8px;
	margin-right: 6px;
	font-weight: 700;
	font-size: 12px;
	background: #b2dfdd;
	border-radius: 8px 8px 0 0
}

.searchresult_tab_wrapper li.select {
	background: #72c4bd;
	text-align: left;
	font-size: 80%;
}

.member_view_title {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 2px solid #ccc;
	margin-bottom: 4px;
	padding: 4px 10px;
}

.member_view_items {
	width: 100%;
	border-collapse: collapse;
	border-style: none;
	border-spacing: 0;
	background-color: #F5FBFB;
	text-align: left;
	font-size: 80%;
	margin-bottom: 10px;
}

.member_view_items_image img.pht {
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
	width: 120px;
}

.member_view_alnL {
	text-align: left;
	margin: 2px;
	font-size: 13px;
}

.member_order_alnL {
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	margin: 2px;
}

.member_view_inner th {
	background-color: #cce8e6;
	border: 1px solid #ccc;
	font-size: 12px;
	width: 80px;
	font-style: normal;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

.member_view_inner table {
	border-collapse: collapse;
}

.member_view_inner td {
	border: 1px solid #ccc;
	font-size: 80%;
	width: 200px;
	padding: 5px;
}

.order_review_btn input {
	color: black;
	background-color: #b2dfdd;
	width: 100%;
}

.order_review_btn {
	text-align: center;
}

.order_reviewed_btn input {
	color: black;
	background-color: #dddddd;
	width: 100%;
}

.order_reviewed_btn {
	text-align: center;
}

.title_sub_link {
	font-size: 130%;
	margin: 30px 5px;
}

.title_sub_name {
	display: block;
	background-color: #b2dfdd;
	width: 100%;
	text-align: left;
	font-size: 120%;
	font-weight: bold;
	padding: 8px;
	position: relative;
}

.section_name {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	margin: 20px;
}

.mobile_member_info table {
	border-collapse: collapse;
	width: 100%;
	margin: 40px 0;
	text-align: start;
}

.mobile_member_info th {
	background-color: #cce8e6;
	border: 1px solid #ccc;
	font-size: 12px;
	width: 25%;
	height: 50px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}

.mobile_member_info td {
	background-color: #f5fbfb;
	border: 1px solid #ccc;
	font-size: 80%;
	height: 50px;
	padding: 4px;
	text-align: start;
}

.mobile_member_info input {
	height: 30px;
	padding: 2px;
	display: inline;
	vertical-align: middle;
	font-size: 100%;
}

.member_cancel_btn {
	text-align: center;
	margin: 10px;
}

.member_cancel_btn input {
	color: black;
	background-color: #b2dfdd;
	width: 120px;
}

.member_shipdate_alnL {
	text-align: left;
	font-weight: bold;
	margin: 2px;
	padding-bottom: 8px;
}

.member_shipdate_alnL input {
	height: 25px;
	width: 150px;
	border: 1px solid #ccc;
	font-size: 14px;
}

.mobile_register table {
	border-collapse: collapse;
	width: 100%;
	margin: 40px 0;
	text-align: start;
}

.mobile_register th {
	background-color: #cce8e6;
	border: 1px solid #ccc;
	font-size: 12px;
	width: 28%;
	height: 50px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}

.mobile_register td {
	background-color: #f5fbfb;
	border: 1px solid #ccc;
	font-size: 80%;
	height: 50px;
	padding: 4px;
	text-align: start;
}

.mobile_register input {
	border: 1px solid #ccc;
	height: 25px;
	padding: 2px;
	display: inline;
	vertical-align: middle;
	font-size: 100%;
}

.mobile_question input {
	border: 1px solid #ccc;
	height: 30px;
	padding: 2px;
	margin: 10px 5px 20px 5px;
	display: inline;
	vertical-align: middle;
	font-size: 100%;
}

.mobile_question textarea {
	border: 1px solid #ccc;
	padding: 2px;
	display: inline;
	vertical-align: middle;
	font-size: 100%;
}

.question-attention {
	color: deeppink;
	padding: 2px;
	margin: 4px;
}

.mobile_captcha {
	margin: 10px;
}

.mobile_bbs input {
	border: 1px solid #ccc;
	height: 30px;
	padding: 2px;
	margin: 10px 5px 20px 5px;
	display: inline;
	vertical-align: middle;
	font-size: 100%;
}

.mobile_bbs textarea {
	border: 1px solid #ccc;
	padding: 2px;
	display: inline;
	vertical-align: middle;
}

.mobile_bbs select {
	border: 1px solid #ccc;
	margin: 5px;
	padding: 0.5em 1em;
	width: 60%;
	cursor: pointer;
	position: relative;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 5px;
}

.idvBBS .inner {
	clear: both;
	padding: 20px;
	text-align: center;
}

.filter {
	background-color: #cce8e6;
	margin: 0 0 20px;
	padding-top: 10px;
	width: 100%;
}

.idvBBS .filter td {
	border: none;
	padding: 10px;
}

.idvBBS h2,
.idvBasket h2,
.idvMember h2 {
	margin-bottom: 10px;
	padding: 5px 15px;
}

.idvBBS .list,
.idvBBS .post,
.idvBBS .replied {
	width: 100%;
}

.idvBBS .post td,
.idvBBS .replied td {
	border: none;
}

.idvBBS .post img {
	max-width: 100%;
	height: auto;
}

.idvBBS .split {
	border-top: 1px solid #999;
}

.idvBBS .subject {
	font-weight: 700;
}

.idvBBS .tag a {
	margin-right: 5px;
}

.vote {
	text-align: center;
}

ul.post {
	margin: 0;
	padding: 0;
}

ul.post_bbs_view {
	margin: 0;
	padding: 0;
	text-align: left;
}

li.subject,
.message {
	margin-bottom: 15px;
	line-height: 1.5;
}

.filter select {
	border: 1px solid #ccc;
	margin: 5px;
	padding: 0.5em 1em;
	width: 60%;
	cursor: pointer;
	position: relative;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 5px;
}

.keyword_list_title {
	padding: 2px;
}

ul.keyword_list_title {
	margin: 2px;
	padding: 0;
}

.keyword_list_section li {
	text-align: left;
	margin-left: 20px;
	margin-bottom: 10px;
}

.keyword_list_section p {
	margin: 0;
}

.keyword_list_section img {
	vertical-align: bottom;
}

.left {
	margin-bottom: 15px;
}

.right {
	margin: 30px;
}

.price_wishlist {
	font-size: 16px;
	margin-bottom: 20px;
}

.idvBasket img.pht {
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
	width: 120px;
}

.idvList {
	margin: 20px;
}

.idvNew {
	background: url(../design/new/bg_str1.jpg) repeat 0 0;
	border: 3px solid #72c4bd;
	clear: both;
	padding: 10px;
}

.idvNew {
	font-weight: 700;
	margin-bottom: 40px;
}

.idvNew {
	vertical-align: middle;
}

img.itemsList {
	cursor: pointer;
	float: right;
	width: 120px;
	height: auto;
	margin: 20px 10px 0 10px;
}

img.customerReview {
	cursor: pointer;
	width: 150px;
	height: auto;
	margin: 20px 0 10px 0;
}

.naviPagetop {
	margin: 15px 0 30px 0;
	text-align: right;
}

.idvReviewCustomer {
	display: block;
}

.idvReviewCustomerHeader {
	display: block;
	float: right;
	margin-bottom: 20px;
}

.idvCustomerReviews {
	text-align: left;
	border: 3px solid #72c4bd;
	clear: both;
	padding: 10px;
}

.idvKwd {
	display: block;
	text-align: right;
	margin-bottom: 20px;
}

.content_more {
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	width: 260px;
	margin: 20px auto;
	padding: 15px;
	background-color: #edf7f7;
	border-radius: 8px;
	border-top: 1px solid #a3a1a1;
	border-left: 1px solid #a3a1a1;
	border-right: 4px solid #919191;
	border-bottom: 4px solid #919191;
	color: #545454;
}

.content_more:hover {
	background: #e8f1f2;
	border-top: 3px solid #919191;
	border-bottom: 1px solid #a3a1a1;
	border-left: 3px solid #919191;
	border-right: 1px solid #a3a1a1;
	transition: all .3s;
}

.vol_more {
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	width: 260px;
	margin: 20px auto;
	padding: 15px;
	background-color: #edf7f7;
	border-radius: 8px;
	border-top: 1px solid #a3a1a1;
	border-left: 1px solid #a3a1a1;
	border-right: 4px solid #919191;
	border-bottom: 4px solid #919191;
	color: #545454;
}

.vol_more:hover {
	background: #e8f1f2;
	border-top: 3px solid #919191;
	border-bottom: 1px solid #a3a1a1;
	border-left: 3px solid #919191;
	border-right: 1px solid #a3a1a1;
	transition: all .3s;
}

.review_more {
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	width: 260px;
	margin: 20px auto;
	padding: 15px;
	background-color: #edf7f7;
	border-radius: 8px;
	border-top: 1px solid #a3a1a1;
	border-left: 1px solid #a3a1a1;
	border-right: 4px solid #919191;
	border-bottom: 4px solid #919191;
	color: #545454;
}

.review_more:hover {
	background: #e8f1f2;
	border-top: 3px solid #919191;
	border-bottom: 1px solid #a3a1a1;
	border-left: 3px solid #919191;
	border-right: 1px solid #a3a1a1;
	transition: all .3s;
}

.attention_comment {
	color: red;
	margin: 5px;
	text-align: left;
}

.idvBanner {
	vertical-align: top;
	display: flex;
	margin: 0;
}
.idvBanner>.banner_btn {
	display: inline-block;
	margin: 10px auto;
	background: #6BC6BB;
	color: #fff;
	border: none;
	position: relative;
	width: 45%;
	/*or width:90%;　など*/
	height: 70px;
	font-size: 1.1em;
	padding: 0 10px 0 10px;
	transition: 600ms ease all;
	outline: none;
	border: dashed 1px white;
}

.idvBanner>.banner_btn:hover,
.idvBanner>.banner_btn:active,
.idvBanner>.banner_btn:focus {
	background: #fff;
	cursor: pointer;
}

.idvBanner>.banner_btn:hover p {
	color: teal;
}

.idvBanner>.banner_btn:active p {
	color: teal
}

.idvBanner>.banner_btn:focus p {
	color: teal
}

.idvBanner>.banner_btn:before,
.idvBanner>.banner_btn:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 2px;
	width: 0;
	background: white;
	transition: 400ms ease all;
	border: dashed 0px white;
}

.idvBanner>.banner_btn:after {
	right: inherit;
	top: inherit;
	left: 0;
	bottom: 0;
}

.idvBanner>.banner_btn:hover:before,
.idvBanner>.banner_btn:hover:after {
	width: 100%;
	transition: 600ms ease all;
	border-top: dotted 2px #1AAB8A;
}

.idvBanner>.banner_btn:active:before,
.idvBanner>.banner_btn:active:after {
	width: 100%;
	transition: 600ms ease all;
	border-top: dotted 2px #1AAB8A;
}

.idvRank {
	float: left;
	width: 370px;
}

.idvRank .header {
	background-color: #b2dfdd;
	height: 30px;
	text-align: center;
	line-height: 20px;
	vertical-align: middle;
	margin-bottom: 8px;
}

.idvRank .header .description {
	font-weight: 700;
	font-size: 120%;
	vertical-align: middle;
	padding-top: 5px;
}

.idvRank ol {
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
	text-align: left;
	text-decoration: none;
}

.idvRank ol li {
	font-size: 100%;
	line-height: 130%;
	margin-bottom: 12px;
	padding: 2px 0 2px 25px;
}

.idvRank ol li.num01 {
	background: url(../design/ranking/ico_rank1.png) no-repeat left center;
	font-weight: 700;
}

.idvRank ol li.num02 {
	background: url(../design/ranking/ico_rank2.png) no-repeat left center;
	font-weight: 700;
}

.idvRank ol li.num03 {
	background: url(../design/ranking/ico_rank3.png) no-repeat left center;
	font-weight: 700;
}

.idvRank ol li.num04 {
	background: url(../design/ranking/ico_rank4.png) no-repeat left center;
}

.idvRank ol li.num05 {
	background: url(../design/ranking/ico_rank5.png) no-repeat left center;
}

.idvRank ol li.num06 {
	background: url(../design/ranking/ico_rank6.png) no-repeat left center;
}

.idvRank ol li.num07 {
	background: url(../design/ranking/ico_rank7.png) no-repeat left center;
}

.idvRank ol li.num08 {
	background: url(../design/ranking/ico_rank8.png) no-repeat left center;
}

.idvRank ol li.num09 {
	background: url(../design/ranking/ico_rank9.png) no-repeat left center;
}

.idvRank ol li.num10 {
	background: url(../design/ranking/ico_rank10.png) no-repeat left center;
}

