/*****************************************************

    全ての要素をリセット
    各ブラウザの表示を統一するための設定です

*****************************************************/

html {
	overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	text-align: left;
	font-weight: normal;
}
img, abbr, acronym, fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
img {
	vertical-align: middle;
}
.line {
	font-size: 1px;
	line-height: 1px;
}/*--- default */
body {
	background: #fff;
	color: #333;
	font-size: 15px;
	font-family: 'Muli', Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.6;
	text-align: center;
	position: relative;
	word-break: break-all;
}
td, th {
	font-size: 15px;
}
table {
	border-collapse: collapse;
}
pre {
	font-size: 15px;
	font-family: 'Muli', Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
}
input, select {
	font-family: 'Muli', Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
/*****************************************************

    基本設定、リンクカラーなど

*****************************************************/

#wrap, #makebanner {
	width: 100%;
}
.container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}
a:link, a:visited, a:active {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clear {
	zoom: 1;
} /* IE6 */
*:first-child+html .clear {
	zoom: 1;
} /* IE7 */
a:hover img, .btn:hover, #M_basketClosedBox a:hover, .icon-mypage a:hover, .icon-logout a:hover, .soldout:not(:hover) {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.btn {
	display: inline-block;
	margin: 16px auto;
	background: #419a7e;
	color: #fff!important;
	padding: 14px 32px;
	text-align: center;/*border-radius:50px; *//*-webkit-border-radius:50px;*/
    /*-moz-border-radius:50px; */
}
.btn-enpoucart{
	display: inline-block;
	margin: 16px auto;
	background: #419a7e;
	color: #fff!important;
	padding: 14px 32px;
	text-align: center;
	border: none;
}
.btn-enpoucart:hover{
	cursor: pointer;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}


.btn-gray {
	background: #888;
}
span.red {
	color: red;
}
span.small {
	font-size: 14px;
}
/*****************************************************

    ヘッダ #header

*****************************************************/

#header {
	position: fixed;
	top: 0;
	background-color: #f9f9f9;
	color: #0068b7;
	height: 180px;
	width: 100%;
	z-index: 99999;
	box-shadow: 0px 7px 10px -3px rgba(0,0,0,0.2);
}
.header-in {
	position: relative;
	height: 100%;
}
.header-nav li, .header-nav li li a {
	color: #FFF;
}
.header-nav .header-nav-cart #M_basketClosedBox #M_basket .M_basketMarginBox {
	display: none;
}
.M_basketMarginBox .M_headBasket table {
	margin: 3px 10px;
	width: 190px;
}
.M_headBasket .M_basketMarginBox td.M_headImg {
	width: 60px;
}
.M_headBasket .M_basketMarginBox td.M_headImg img {
	width: 100%;
}
.header-nav .header-nav-cart #M_basketClosedBox #M_basket, .header-nav .header-nav-login .icon-logout a, .header-nav .header-nav-login .icon-mypage a {
	background-color: #fff;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	display: inline-block;
	position: relative;
	text-align: center;
}
/*.header-nav  .header-nav-cart #M_basketClosedBox #M_basket:before{
    content:url(/images/original_design_default/samplesource/10/icon-basket.png);
}
.header-nav .header-nav-login .icon-mypage a:before{
    content:url(/images/original_design_default/samplesource/10/icon-user.png);
}
.header-nav .header-nav-login .icon-logout a:before{
    content:url(/images/original_design_default/samplesource/10/icon-logout.png);
}
*/
.header-nav .header-nav-cart #M_basketClosedBox #M_basket:before, .header-nav .header-nav-login .icon-mypage a:before, .header-nav .header-nav-login .icon-logout a:before {
	position: relative;
	top: 7px;
}
.header-nav li, .header-nav li li:first-child {
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}
.header-nav li:first-child {
	margin: 0;
}
.header-nav li li {
	font-size: 13px;
}
.header-nav li li:first-child {
	max-width: 110px;
}
.header-nav .M_headBasket {
	border: none;
	background: none;
	float: none;
	padding: 0;
	margin: 0;
	width: auto;
}
.header-nav .M_headBasket table {
	margin: 10px;
	width: 190px;
}
.header-nav .M_headBasket tr#last-child td {
	color: #333;
}
.header-nav #M_headBasketSwitch {
	float: none;
	width: auto;
	height: auto;
}
.header-nav #M_basketTemp1 #M_basketClosedBox {
	background: none;
	position: relative;
	text-indent: inherit;
	width: auto;
	height: auto;
}
.header-nav #M_basketTemp1 #M_basketClosedBox a {
	color: #fff;
	text-decoration: none;
	height: auto;
	width: auto;
}
.header-nav #M_headBasketIn {
	display: none;
}
.header-nav #M_basketOpenedBox {
	padding-top: 25px;
	background: none;
	border: none;
	left: -90px;
	width: 230px;
}
.header-nav .M_basketMarginBox {
	background: #FFF;
	border: none;
	border-radius: 8px;
	left: -90px;
	top: 40px;
	-webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
	box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
}
.header-nav #M_basketOpenedBox .M_headItem {
	text-align: left;
	max-width: 90px;
	padding-right: 8px;
	padding-left: 8px;
}
.header-nav .M_basketMarginBox {
	text-align: center;
	padding: 10px;
}
.header-nav .M_basketMarginBox .M_headNum {
	color: #333;
}
.header-nav #MakeShopTopSearchInput {
	padding: 10px 10px;
	border: 0px solid #666;
	width: 100px;
	background-color: #666;
	color: #FFF;
	border-radius: 100px;
	padding-left: 35px;
}
.header-nav .header-nav-search {
	position: relative;
}
.header-nav .header-nav-search #MakeShopTopSearchButton {
	position: absolute;
	left: 0;
	top: 7px;
}
#MakeShopTopSearchButton {
	background: url("/images/original_design_default/samplesource/10/icon-search.png") no-repeat center left 10px;
	text-indent: -9999em;
	width: 30px;
	height: 22px;
	padding: 0;
	display: inline-block;
}
.global-nav li {
	display: inline-block;
	margin-right: 30px;
	padding-bottom: 4px;
	position: relative;
}
.global-nav li:hover #M_ctgList2 {
	display: block;
}
.global-nav li a {
	color: #CCC;
}
.global-nav li a:hover, .global-nav li:hover a, .global-nav li:hover #M_ctgList2:hover {
	color: #FFF;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.global-nav li #M_ctgList2 li {
	margin: 0;
	padding: 0;
	background: none;
	display: block;
}
.global-nav li #M_ctgList2 li a {
	color: #777;
	display: block;
	font-size: 15px;
	padding: 15px;
}
.global-nav li #M_ctgList2 a:hover {
	text-decoration: none;
}
.global-nav li #M_ctgList2 .M_layer2 {
	display: none;
	background-color: #fff;
	width: 200px;
	z-index: 1;
	-webkit-box-shadow: 2px 4px 2px rgba(0,0,0,0.1);
	box-shadow: 2px 4px 2px rgba(0,0,0,0.1);
	position: absolute;
	left: 200px;
	top: 0px;
}
.global-nav li:hover #M_ctgList2 li a:hover {
	background-color: #EEE;
	color: #419A7E;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.global-nav li:hover #M_ctgList2 li:hover ul, .global-nav li #M_ctgList2 .M_layer2:hover {
	display: block;
}
.index-slider {
	padding: 0 0 48px;
	min-width: 1200px;
}
.index-slider img.topImage {
	width: 100%;
}
.index-slider .bx-wrapper {
	margin-bottom: 16px;
}
.index-slider .bx-wrapper img {
	min-width: 100%;
}
.index-slider .bx-wrapper .bx-pager {
	bottom: 30px;
}
.index-slider .topImage {
	width: 100%;
}
#header + .index-slider {
	margin-top: 180px;
}
#header.noMove + .index-slider {
	margin-top: 80px;
}
#header.scrolltop + .index-slider {
	margin-top: 180px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#header.scrolled + .index-slider {
	margin-top: 80px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.global-nav li #M_ctgList2 {
	display: none;
	position: absolute;
	left: -62px;
	top: 20px;
	width: 200px;
	border-top: 5px solid #419a7e;
	background: #fff;
	z-index: 2;
	-webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
	box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
}
#header .global-nav li #M_ctgList2 {
	left: -60px;
	top: 24px;
}
#header.scrolltop .global-nav li #M_ctgList2 {
	left: -60px;
	top: 24px;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#header.scrolltop .global-nav li .M_layer1 li a {
	font-size: 14px;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#header {
	height: 130px;
/*	border-top: 5px solid #0068b7;
	border-bottom: 4px solid #0068b7;*/
}
#header.defaultHead {
	height: 180px;
}
#header.scrolltop {
	height: 180px;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#header.scrolled {
	height: 80px;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/* .global-nav */
#header .global-nav {
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
}
#header.defaultHead .global-nav {
	bottom: 14px;
	left: 0;
	right: 0;
}
#header.scrolltop .global-nav {
	bottom: 14px;
	left: 0;
	right: 0;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#header.scrolled .global-nav {
	bottom: 25px;
	left: 0;
	right: 0;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#header .global-nav li a {
	font-size: 14px;
}
#header.defaultHead .global-nav li a {
	font-size: 17px;
}
#header.scrolltop .global-nav li a {
	font-size: 17px;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#header.scrolled .global-nav li a {
	font-size: 14px;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#header.noMove .global-nav li a {
	font-size: 14px;
}
#header .shop-logo img.M_ShopLogo {
	max-height: 60px;
}
#header.defaultHead .shop-logo img.M_ShopLogo {
	max-height: 70px;
}
#header.scrolltop .shop-logo img.M_ShopLogo {
	max-height: 70px;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#header.scrolltop .shop-logo img.M_ShopLogo {
	max-height: 70px;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#header.scrolled .shop-logo img.M_ShopLogo {
	max-height: 46px;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#header .shop-logo {
	display: block;
	position: absolute;
	text-align: center;
	z-index: 1000;
	top: 40px;
	right: 0;
	bottom: 0;
	left: 0;
	width: 10%;
	max-height: 70px;
}
#header.defaultHead .shop-logo {
	top: 34px;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	max-height: 70px;
	margin-left: 16px;
}
#header.scrolltop .shop-logo {
	top: 34px;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	margin-left: 0;
	max-height: 70px;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#header.scrolled .shop-logo {
	top: 15px;
	right: 0;
	bottom: 0;
	left: 0;
	width: 10%;
	max-height: 70px;
	margin-left: 16px;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#header.noMove .shop-logo {
	margin-left: 0;
}
#header .header-nav {
	position: absolute;
	z-index: 2000;
	right: 0;
	top: 50px;
	background-color: #333;
}
#header.defaultHead .header-nav {
	right: 0;
	top: 30px;
}
#header.scrolltop .header-nav {
	right: 0;
	top: 30px;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#header.scrolled .header-nav {
	right: 0;
	top: 19px;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/*****************************************************

    common

*****************************************************/

.item-list img, .category-list img {
	max-width: 100%;
}
.item-list a, .category-list a {
	font-size: 18px;
	display: block;
	width: 240px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.item-list .woong a, .item-list .rank-name a {
	margin-top: 16px;
}
.item-list .category-list-img .soldout, .category-list .category-list-img .soldout, .category-list .innerBox .imgWrap .soldout {
	position: absolute;
	top: 10px;
	left: 40px;
	display: block;
	font-size: 13px;
	color: #fff;
	background-color: #999;
	opacity: 1;
	padding: 4px 8px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.item-list .category-list-img, .category-list .category-list-img, .category-list .innerBox .imgWrap {
	position: relative;
}
.item-list .category-list-img a, .category-list .category-list-img a {
	margin: 0 auto;
}
.category-list .name {
	margin-top: 16px;
}
.index-rank.item-list a, .index-rank.category-list a {
	width: 180px;
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#makebanner td[width="150"], #makebanner td[width="10"] {
	display: none;
}
#makebanner td[width="640"], #makebanner td[width="640"] table {
	width: 100%;
}
#makebanner img[src$="helptitle.gif"], #makebanner img[src$="companytitle.gif"], #makebanner img[src$="baskettitle.gif"] {
	display: none;
}
.inner-contents {
	width: 60%;
	margin: 0 auto;
}
.main-contents {
	max-width: 1000px;
	margin-top: 170px;
    margin-left: auto;
    margin-right: auto;
}
.main-contents#basket, .main-contents#guide {
	margin-top: 200px;
}
.main-contents#guide {
	margin: 24px 0 80px;
}
.item-list .lims a img:hover, .item-list .category-list-img img:hover, .item-list .rank-img a img:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.item-list .lims table tr:nth-child(2) td a, .item-list .rank-list .rank-name a, .item-list .category-list-detail .name a, #search #r_searchList .name a {
	color: #777;
	font-size: 16px;
	width: 90%;
	display: inline-block;
}
.item-list .lims table tr.woong:last-child td, .item-list .rank-list .rank-price, .item-list .category-list-detail .price, #search #r_searchList .price, .index-recommend .lims table tr:nth-child(3) td {
	color: #419a7e;
	font-size: 22px;
	padding: 8px;
}
/*****************************************************

    index

*****************************************************/

.main-contents h2 {
	text-align: center;
	margin: 48px auto;
	font-size: 28px;
}
.main-contents#basket h2, .main-contents#guide h2 {
	text-align: center;
	margin: 24px auto 48px;
	font-size: 28px;
}
.main-contents#guide h2 {
	text-align: center;
	margin: 24px auto 48px;
	font-size: 28px;
}
.section {
	overflow: hidden;
}
.section table {
	width: 100%;
}
.index-news {
	text-align: center;
	margin-bottom: 40px;
}
.index-news table table td {
	padding: 6px;
}
.index-news table table td a {
	font-size: 16px;
	color: #777;
}
.index-news table table td:first-child {
	font-size: 16px;
	text-align: right;
	width: 35%;
	color: #777;
}
.index-news table table td:last-child {
	text-align: left;
}
.index-recommend h2, .index-new h2 {
	margin: 48px auto 64px;
}
.index-recent #recent td.itemBox {
	width: 25%;
}
.index-recent .line {
	display: none;
}
.index-rank ul {
	display: flex;
	align-items: baseline;
	justify-content: space-evenly;
}
.index-rank li {
	width: 20%;
	padding: 16px 0;
	position: relative;
}
.index-rank li:nth-child(n + 6) {
	display: none;
}
#index .item-list {
	margin-bottom: 40px;
}
.index-recommend .lims table tr.woong:nth-child(4) td a {
	font-size: 14px;
	margin-top: 0;
	color: #999;
}
.index-recommend .lims table tr.woong:nth-child(4) td a b {
	font-weight: normal;
}
.rank-number {
	position: absolute;
	left: 20px;
	top: 0;
	background: #429C80;
	color: #fff;
	line-height: 40px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	font-weight: bold;
	z-index: 1;
	font-size: 17px;
}
.rank-img img {
	width: auto;
}
/*****************************************************

    category

*****************************************************/

.main-contents#category h2 {
	color: #419a7e;
	font-size: 28px;
}
.list-sort {
	text-align: center;
	margin: 8px 0 32px;
}
.list-sort li {
	display: inline;
	margin: 0 4px;
}
.category-list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.category-list li {
	width: 25%;
	text-align: center;
	margin-bottom: 32px;
}
.sub-category {
	display: none;
}
.sub-category table {
	margin-bottom: 32px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.sub-category table td {
	padding: 8px 0;
}
.sub-category table table {
	border: none;
	margin-bottom: 0;
}
.sub-category table td td {
	paddnig: 0;
}
.sub-category .line, .item-list .line {
	display: none;
}
.matomegai {
	display: inline-block;
	margin-top: 4px;
}
.matomegai a {
	border: 1px solid #54B3DE;
	padding: 2px 5px;
	font-size: 11px;
	display: inline-block;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #54B3DE;
}
.matomegai a:hover {
	background: #54B3DE;
	color: #fff;
}
/* pager */
#category ul.M_pager, #search ul.M_pager {
	display: flex;
	justify-content: center;
	margin: 24px 0 80px;
}
#category ul.M_pager li, #search ul.M_pager li {
	margin-right: 8px;
}
#category ul.M_pager li a, #category ul.M_pager li.active, #search ul.M_pager li a, #search ul.M_pager li.active {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	padding: 8px 0;
	border: none;
	background: #d9ebe6;
	color: #429c80;
	font-size: 14px;
	box-sizing: border-box;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#category ul.M_pager li.active, #category ul.M_pager li a:hover, #search ul.M_pager li.active, #search ul.M_pager li a:hover {
	background: #419a7e;
	color: #fff;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#category ul.M_pager li.prev a, #category ul.M_pager li.next a, #search ul.M_pager li.prev a, #search ul.M_pager li.next a {
	background: none;
	width: auto;
	height: auto;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	color: #333;
}
#category ul.M_pager li.prev a:hover, #category ul.M_pager li.next a:hover, #search ul.M_pager li.prev a:hover, #search ul.M_pager li.next a:hover {
	color: #888;
	text-decoration: none;
}
#category ul.M_pager li.next, #search ul.M_pager li.next {
	display: none;
}
/*****************************************************

    search

*****************************************************/

.main-contents#search h2 {
	color: #419a7e;
	font-size: 28px;
}
.search-result {
	margin-bottom: 8px;
	text-align: center;
}
.search-result font {
	color: #333;
}
.item-search {
	border: 1px solid #ccc;
	background: #eee;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 16px;
	margin-bottom: 32px;
}
.item-search td {
	padding: 8px;
}
.item-search .btn-search {
	padding: 4px 16px;
}
#r_searchList {
	margin: 48px 0 40px;
}
/*****************************************************

    detail

*****************************************************/

#detail h2 {
	text-align: left;
	margin-top:40px;
	font-weight: bold;
	color: #434343;
}
p.shipping-day {
	font-size: 1.6rem;
	font-weight: bold;
}
span.blue {
	color: #0068b7;
}
#detail .saleBox .sale {
	padding: 12px;
	background-color: #EEE;
	text-align: center;
	margin-bottom: 32px;
}
#detail .saleBox .sale .sale-dcday {
	font-weight: bold;
}
#M_topicPathWrap {
	margin: 0 0 16px 16px;
}
.item-wrap {
	margin-bottom: 40px;
}
.item-wrap-top {
	display: flex;
	justify-content: space-between;
}
/*.item-img{
  width:600px;
    box-sizing:border-box;
  margin:0 auto;
}*/
.M_imageMainWrap .bx-wrapper .bx-viewport {
	box-shadow: none;
}
#detail .M_imageMainWrap .bx-wrapper {
	margin: 0 auto 16px;
}

/* IE11用ハック */
@media all and (-ms-high-contrast:none) {
.M_imageMainList {
	align-items: stretch;
}
}
.M_imageMainList {
	height: 100%;
	display: flex;
}
.M_imageMainList-item {
	height: auto;
	width: 600px !important;
	overflow: hidden;
	display: none;
}
.M_imageThumbnail {
	text-align: left;
}
.M_imageThumbnail-item {
	display: inline-block;
	margin-bottom: 12px;
}
.M_imageThumbnail-item:not(:nth-child(6n)) {
 margin-right:12px;
}
.M_imageThumbnail-item a {
	display: block;
	border: 3px solid #fff;
}
.M_imageThumbnail-item .active {
	border: 3px solid #419a7e;
}
.item-img .M_imageThumbnail-item img {
	width: 80px;
	height: auto;
}
.item-img .M_imageCatalog img, .item-img .M_imageThumbnail-item img {
	max-width: 80px;
	max-height: 80px;
}
.item-detail {
	text-align: left;
	/*margin:0 auto;*/
  /*padding-left:16px;*/
  /*max-width:48%;*/
	box-sizing: border-box;
	width: 1000px;
	background-image: url(https://gigaplus.makeshop.jp/firstprint/images/item-bg-mitusmori.jpg);
	background-repeat: no-repeat;
	background-size: 1000px 280px;
}
.item-detail h2 {
	margin-bottom: 24px;
	color: #000;
}
.item-detail-text, .item-detail-addtext {
	position: relative;
	text-align: left;
	clear: both;
	float: right;
}
.item-detail-point {
	color: #333;
	font-weight: normal;
	font-size: 16px;
	clear: both;
	float: right;
}
.item-detail-addtext {
	margin: 64px 0 0;
}
/*.item-detail-addtext:before{
  content:"";
  position:absolute;
  width:60px;
  height:6px;
    background-color:#419a7e;
  border-radius:5px;
    top:-35px;
}*/
.item-detail-info {
	margin-top: 24px;
}
#M_usualValue td, .item-detail-info td {
	font-size: 18px!important;
	width: auto;
}
#M_usualValue td {
	padding-bottom: 8px;
}
#M_usualValue font {
	color: #333;
}
.item-detail .price .saleRate {
	border: solid 1px #EF596F;
	color: #EF596F;
	font-weight: bold;
	margin-left: 8px;
	padding: 4px;
}
.item-detail .item-detail-price, .item-detail .item-detail-price #M_price1, .item-detail .item-detail-price #M_price2, .item-detail .icon-yen, .item-detail .member-price #M_member_price {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 28px;
	font-weight: bold;
	text-align: left;
	color: red;
}
div.item-detail-price {
	float: right;
	clear: both;
	margin-right: 30px;
}
.item-detail-mprice {
	margin-top: 15px;
}
.item-detail-mprice #M_memberValue .M_member_price_in, #M_memberValue .M_member_price_ex {
	font-size: 28px;
	font-weight: bold;
	color: #EF596F;
	text-align: left;
}
.item-detail-mprice .member-price span, .item-detail-mprice .member-price input {
	vertical-align: middle;
	line-height: 1.3;
}
.item-detail-mprice .member-price .member-price-title {
	background-color: #EF596F;
	padding: 5px;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	margin-right: 10px;
}
.item-detail-info table table td:first-child {
	width: 3em;
}
.item-detail-info font {
	color: #D42222;
}
.item-detail-info select {
	margin: 8px 0;
	padding: 4px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
	border: 1px solid #ccc;
	font-size: 16px;
}
input[name="amount"], input[name="brand_name_option_amount"] {
	padding: 4px 6px;
	width: 60px;
	border: 1px solid #ccc;
	font-size: 18px;
}
img[src$="basket_up.gif"], img[src$="basket_down.gif"] {
	display: none;
}
.item-detail-option .M_inventory {
	margin-top: 24px;
}
.item-detail-option .M_option-group {
	margin-top: 40px;
}
td.M_option-group {
	margin-top: 40px;
	width: 1000px;
	height: 230px;
	padding: 30px 0;
}
/*.item-detail-option .M_option-group{
    padding-top:32px;
}*/
.item-detail-option .M_inventory p.stockTitle span.hosoku {
	font-size: 16px;
	color: #666;
}
.M_inventory * {
	font-size: 15px;
}
.M_inventory p.stockTitle {
	display: block;
	line-height: 2.5;
	font-size: 16px;
	font-weight: bold;
	color: #999;
}
.M_inventory table.stockList th {
	color: #333;
}
.M_inventory table.stockList th, .M_inventory table.stockList td {
	padding: 6px !important;
}
.M_inventory span[class^="M_select-option"] {
	display: block;
	margin-top: 4px;
}
.M_inventory .M_select-option-soldout, .M_inventory .M_select-option-smallstock {
	color: #D42222;
}
.M_inventory .M_select-option-soldout {
	margin-bottom: 4px;
}
.M_select-option-restock-btn:link, .M_select-option-restock-btn:active, .M_select-option-restock-btn:visited {
	display: inline-block;
	padding: 0px 12px;
	background: #999;
	color: #fff;
	border-radius: 3px;
}
.M_select-option-restock-btn:hover {
	background: #666;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	text-decoration: none;
}
.item-basket-btn {
	margin: 24px 0 16px;
	clear: both;
	float: right;
}
.item-basket-btn a {
	width: 35%;
	/*font-size:18px; */
   /* padding:18px 0;*/
	text-align: center;
	/*font-weight:bold;*/
	min-width: 200px;
}
.item-basket-btn .soldout {
	background: #ddd;
	color: #666!important;
	width: 35%;
	font-size: 18px;
	padding: 18px 0;
	margin: 0 16px 0 0;
	min-width: 200px;
	cursor: default;
}
.item-sns li {
	display: inline;
	vertical-align: middle;
}
.item-sns iframe {
	height: 20px!important;
	;
}
.detail-recent h3 {
	text-align: center;
	margin: 16px auto 64px;
	font-size: 25px;
}
.item-addimg {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-top: 80px;
}
.item-addimg .addimg-content {
	max-width: 30%;
	margin: 0 auto 24px;
}
.item-addimg .addimg-content img {
	width: auto;
	max-width: 100%;
}
.item-addimg .addimg-content .addimg-caption {
	margin-top: 16px;
	text-align: left;
}
.item-detail-option {
	display: block;
	/*margin:16px 0;*/
	background-image: url(https://gigaplus.makeshop.jp/firstprint/images/item-bg-mitusmori.jpg);
	background-size: 1000px 310px;
}
.item-detail-quantity {
	display: block;
	margin-top: 320px;
	float: right;
}
.clearfix::after {
	content: '';
	display: block;
	clear: both;
}
.item-detail-quantity .M_item-stock-smallstock {
	font-size: 13px;
	color: #EF596F;
	margin-left: 8px;
}
.item-detail-quantity .quantity-label {
	display: block;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: bold;
	color: #999;
}
.item-detail-quantity .quantity-amount {
	position: relative;
	display: inline-block;
	padding-right: 24px;
	margin-right: 16px;
}
.item-detail-quantity .quantity-amount .amount-upcount, .item-detail-quantity .quantity-amount .amount-downcount {
	position: absolute;
}
.item-detail-quantity .quantity-amount .amount-upcount {
	top: 8px;
	right: 0;
}
.item-detail-quantity .quantity-amount .amount-downcount {
	bottom: 8px;
	right: 0;
}
.item-detail-option label {
	display: inline-block;
	line-height: 2.5;
	font-size: 16px;
	font-weight: bold;
	color: #999;
}
.item-detail-option select {
	display: block;
}
.item-detail-option select {
	font-size: 16px;
	padding: 8px;
	border-radius: 5px;
	height: 50px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ccc;
	margin: 170px 23px 30px 0;
	float: right;
}
.item-detail-quantity input {
	padding: 12px;
	font-size: 18px;
	border-radius: 5px;
	height: 50px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.item-detail-quantity a {
	text-decoration: underline;
}
.item-detail-quantity a:hover {
	text-decoration: none;
}
/*****************************************************

    basket

*****************************************************/

#basket h2 {
	color: #419a7e;
	font-size: 28px;
}
.basket-wrap {
	margin-bottom: 160px;
}
.basket {
	border-top: 1px solid #ccc;
	margin-bottom: 8px;
}
.basket tr {
	border-bottom: 1px solid #ccc;
}
.basket tr:nth-last-child(-n+2) {
	border-bottom: none;
}
.basket tr:first-child {
	border-bottom: 1px solid #ccc;
}
.basket td.basket-price {
	min-width: 75px;
}
.basket td.basket-point {
	min-width: 60px;
}
.basket th, .basket td {
	padding: 8px;
	text-align: center;
}
.basket td table td {
	padding: 0;
	border: none;
}
.basket .basket-img {
	padding: 24px 0;
}
.basket .basket-img img {
	width: auto;
	max-width: 120px;
}
.basket .basket-name {
	text-align: left;
}
.basket .basket-matomegai {
	margin-top: 4px;
	display: inline-block;
}
.basket .basket-matomegai a {
	border: 1px solid #54B3DE;
	padding: 2px 5px;
	font-size: 11px;
	display: inline-block;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #54B3DE;
}
.basket .basket-matomegai a:hover {
	background: #54B3DE;
	color: #fff;
}
.basket .basket-total {
	text-align: right;
	padding: 12px 16px;
	font-size: 18px;
}
.basket .basket-total a {
	color: #54b3de;
	text-decoration: underline;
	margin-left: 4px;
}
.basket .basket-total a:hover {
	text-decoration: none;
}
.basket .basket-total em {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.0;
}
.basket .total-wrap {
	width: 60%;
	margin: 0 0 0 auto;
}
.basket .total-item {
	float: left;
	clear: left;
	width: 60%;
	text-align: right;
}
.basket .matomegai-wrap {
	font-size: 15px;
	margin-bottom: 8px;
}
.btn-small {
	background: #888;
	font-size: 13px;
	padding: 6px 8px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.basket-option {
	margin-top: 8px;
}
.basket-option select {
	max-width: 140px;
	margin-right: 16px;
	border: #CCC solid 1px;
	padding: 8px;
	font-size: 14px;
}
.basket-option select:last-child {
	margin-right: 0;
}
.basket_option_mulopt_box {
	margin-left: 0 !important;
}
.quantity-wrap, .quantityWrap {
	display: table;
	margin: 0 auto;
}
.basket-quantity {
	width: 20px!important;
	font-size: 18px;
}
.basket-quantity input[name="amount"] {
	border-radius: 3px;
	text-align: center;
}
.basket-quantity, .basket-amend {
	min-width: 42px;
}
.basket-quantity, .basket-amend, .quantityInput, .quantityAmend {
	display: table-cell;
	vertical-align: middle;
	padding: 0 2px;
}
.basket-empty {
	margin: 56px 0;
}
.btn-wrap {
	margin-top: 24px;
}
.btn-wrap-back {
	float: left;
}
.btn-wrap-order {
	float: right;
}
.btn-wrap-back .btn {
	background: #888;
}
.btn-wrap-back .btn:not(:last-child) {
	margin-right: 8px;
}
.basket-btn a {
	border-radius: 50%;
	padding: 11px;
	box-sizing: border-box;
	background-color: #EEE;
}
.basketQunantity {
	display: none;
}
.basket-haisou .carriageWrap {
	text-align: right;
}
/* Amazonボタン */
.amazonButton {
	width: 230px;
	margin-left: 8px;
}
/*****************************************************

    news

*****************************************************/

#news h2 {
	color: #419a7e;
	font-size: 28px;
}
.main-contents#news {
	margin-top: -56px;
}
.main-contents#news h2 {
	margin: 0 auto 48px;
}
.news-head {
	font-size: 18px;
	margin-bottom: 32px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 16px;
}
.news-head .date {
	margin-right: 8px;
	font-size: 15px;
}
.news-contents {
	border-bottom: 1px solid #ccc;
	text-align: left;
	padding-bottom: 60px;
	line-height: 1.7;
	margin-bottom: 32px;
}
.news-list table tr:first-child {
	display: none;
}
.news-list table .lims {
	padding: 12px 8px;
	border-bottom: 1px solid #ccc;
}
/*****************************************************

    matomegai

*****************************************************/

#matomegai h2 {
	text-align: center;
	margin: 48px auto;
	font-size: 25px;
}
#matomegai .pankuzu, #matomegai .icon, #matomegai .name img, #matomegai .quantity, #matomegai .else, #matomegai .else + p, #matomegai .content, #matomegai .btnWrap, #matomegai .wishlistBtn {
	display: none;
}
#matomegai .listSort {
	text-align: center;
	margin: 8px 0 32px;
}
#matomegai .listSort li {
	display: inline;
	margin: 0 4px;
}
#matomegai .innerList li {
	width: 25%;
	float: left;
	text-align: center;
}
#matomegai .innerBox {
	padding: 16px;
}
#matomegai .imgWrap img {
	margin-bottom: 16px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#matomegai .innerBox a {
	font-size: 18px;
}
/* pager */
#matomegai ul.M_pager li a, #matomegai ul.M_pager li.active {
	display: inline-block;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	padding: 0;
	border: none;
	background: #D9D9D9;
	line-height: 28px;
	color: #999;
	font-size: 14px;
	margin: 0 3px;
}
#matomegai ul.M_pager li.active, #matomegai ul.M_pager li a:hover {
	background: #000;
	color: #fff;
}
#matomegai ul.M_pager li.prev a, #matomegai ul.M_pager li.next a {
	background: none;
	width: auto;
	height: auto;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	color: #333;
}
#matomegai ul.M_pager li.prev a:hover, #matomegai ul.M_pager li.next a:hover {
	color: #888;
	text-decoration: none;
}
/*****************************************************

    about

*****************************************************/

.main-contents#about {
	margin-top: -130px;
}
.main-contents#about h2 {
	color: #419a7e;
	font-size: 28px;
}
/*****************************************************

    guide

*****************************************************/

.main-contents#guide .M_guideContent {
	margin: 0 auto;
}
.main-contents#guide h2 {
	color: #419a7e;
	font-size: 28px;
}
.main-contents#guide .M_guideContent p {
	color: #777;
}
.main-contents#guide .M_txtTitle {
	margin: 0 auto 64px;
	padding-top: 96px;
}
.main-contents#guide .M_txtTitle::before {
	top: 140px;
}
.main-contents#guide .M_txtTitle::after {
	top: 144px;
}
.main-contents#guide .M_guideNav {
	margin-bottom: 0;
}
.main-contents#guide .M_guideNav li a {
	color: #FFF;
	background-color: #419a7e;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.main-contents#guide .M_guideNav li a:hover {
	background: #666;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
/*****************************************************

    contract

*****************************************************/

.contract {
	overflow: auto;
	box-sizing: border-box;
	border: 1px solid #ccc;
	width: 100%;
	height: 280px;
	margin-bottom: 24px;
	padding: 16px;
}
.contract pre {
	text-align: left;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;
}
/*****************************************************

    ordercontract

*****************************************************/

.main-contents#ordercontract {
	margin-top: -24px;
}
.main-contents#ordercontract h2 {
	color: #419a7e;
	font-size: 28px;
}
.ordercontract-list th, .ordercontract-list td {
	padding: 16px 8px;
	border-bottom: 1px solid #ccc;
}
.ordercontract-list th {
	white-space: nowrap;
}
.main-contents#ordercontract dt {
	margin-bottom: 8px;
	font-size: 21px;
}
.main-contents#ordercontract dd {
	margin-bottom: 24px;
	padding-bottom: 24px;
	color: #777;
	border-bottom: solid 1px #CCC;
}
/*****************************************************

    lostpass

*****************************************************/

.lostpass-table {
	margin: 32px auto 16px;
	width: 500px!important;
	border-top: 1px solid #ccc;
}
.lostpass-table th, .lostpass-table td {
	padding: 16px 8px;
	border-bottom: 1px solid #ccc;
	text-align: left;
}
.lostpass-table input {
	border: 1px solid #ccc;
	padding: 3px 6px;
	width: 250px;
}
/*****************************************************

    point

*****************************************************/

.point-data {
	text-align: center;
	font-size: 17px;
	margin-bottom: 16px;
}
.point-data strong {
	font-size: 28px;
	margin-left: 8px;
}
.point-data strong span {
	font-size: 17px;
	margin-left: 4px;
}
.point-date {
	text-align: right;
	font-size: 13px;
}
.point-history {
	margin-top: 32px;
}
.point-history tr:first-child td {
	padding: 4px 8px;
}
.point-history td {
	padding: 16px 8px;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
/*****************************************************

    footer

*****************************************************/

#footer {
	margin-top: 121px;
}
.footer-guide, .footer-nav {
	padding: 24px 0;
	text-align: left;
}
.footer-guide {
	border-top: 1px solid #ccc;
	color: #666;
	background: #eee;
}
.footer-guide-area, .footer-nav-area {
	box-sizing: border-box;
	padding: 16px;
	font-size: 13px;
}
.footer-guide-title {
	margin-bottom: 24px;
	font-weight: bold;
	font-size: 15px;
}
.footer-guide-list li {
	margin-bottom: 16px;
}
.footer-guide-list h6 {
	font-weight: bold;
	margin-bottom: 8px;
}
.page-top {
	position: absolute;
	left: 50%;
	top: -26px;
	display: block;
	width: 50px;
	height: 32px;
	background: #333 url("/images/original_design_default/samplesource/10/pagetop.png") no-repeat center center;
	text-indent: -9999em;
	margin-left: -16px;
}
.footer-nav {
	background: #f9f9f9;
	color: #777;
	font-size: 13px;
	position: relative;
}
.footer-nav a {
	color: #777;
}
.footer-nav a:hover {
	color: #FFF;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.footer-shop-name {
	font-weight: bold;
	margin-bottom: 4px;
	font-size: 16px;
}
.footer-nav-list {
	text-align: right;
}
.footer-nav-list li {
	display: inline;
	padding: 0 8px;
}
.footer-social-list {
	text-align: center;
	margin: 32px 0 8px;
}
.footer-social-list li {
	display: inline-block;
}
.footer-social-list li:not(:last-child) {
	margin-right: 16px;
}
.copyright {
	padding-top: 16px;
	margin-top: 8px;
}
address {
	text-align: center;
	color: #333;
	font-size: 11px;
	margin: 24px 0;
}
/*****************************************************

    会員移管

*****************************************************/

#M_shopMove {
	width: 60%;
}
#M_shopMove table {
	width: 60% !important;
}
#M_shopMove table th {
	font-size: 14px !important;
	width: 150px !important;
}
form[action="idinfo.html"] font.woong {
	display: block;
	text-align: center;
}
form[action="idinfo.html"] textarea {
	width: 60%;
	height: 200px;
	margin: 0 auto 48px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 13px;
	padding: 16px 24px;
	box-sizing: border-box;
}
