#navbox,
#drawer,
#menu,
.sp,
#osusume_wrap2,
#osusume_wrap_lont_sm,
#xmas_smlist,
#navTgl,
#hung_menu,
#sm,
.sm_menu{
	display:none !important;
}
button{
	cursor: pointer;
}
#wraps {
	background-color:#fff;
	width:100%;
	margin: 0px;
	padding: 0px;
}
.wrap {
	width:1000px;
	margin: 0px auto;
	padding: 0px;
}
#go2 {
	position:fixed;
	right: 10px;
	bottom:10px;
	line-height:130%;
	z-index:999;
}
#go2 a{
	text-decoration:none;
	display:block;
	background-color:#93ca6f;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color:#fff;
	text-align:center;
	font-size:10px;
	padding: 5px;
}
#go2 a:hover{
	background-color:#5cb224;
}
#go2 a b{
	font-size:16px;
}
#footer,
.wrap,
#heads{
	min-width:1000px;
}
#pankz {
	font-size:11px;
	padding: 10px 0px 20px 0px;
	margin: 0px;
	clear:both;
}
#heads {
	width:100%;
	padding: 13px 0px;
	height: 57px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	background-image:url(../img/headback.png);
	position:fixed;
	top:0;
	left:0;
	z-index:999;
}
#heads h1{
	margin: 0px 30px;
	padding: 0px;
	line-height:0;
	float:left;
}
#heads h1 img{
	width:58px;
	height:auto;
}
#heads div#headnav {
	display:table;
	float:left;
	height: 50px;
}
#heads div#headnav dl{
	display:table-row;
}
#heads div#headnav dl dt{
	display:table-cell;
	vertical-align:middle;
}
#heads div#headnav dl dt a{
	color:#000000;
	display:block;
	padding: 10px;
	text-decoration: underline;
}
#heads div#headnav dl dt a:hover{
	text-decoration:none;
}
#heads p{
	float:right;
	margin: 5px 0px;
	padding: 0px;
}
#heads p img{
	width:35px;
	height:auto;
	margin: 5px;
}
#headline {
	border-bottom: 1px solid #e4e3e3;
	clear:both;
	margin: 80px 0px 0px 0px;
	height: 38px;
}
#headline h2{
	float:left;
	margin: 0px 30px;
	padding: 11px 0px;
	font-size:12px;
	font-weight:normal;
}
#headline div#sns{
	display:table;
	float:right;
	height: 33px;
	margin: 0px 30px;
}
#headline div#sns dl{
	display:table-row;
}
#headline div#sns dl dt{
	display:table-cell;
	vertical-align: middle;
	padding: 5px 0px;
}
#headline div#sns dl dt img{
	width:22px;
	height:auto;
	margin: 5px 3px;
}
#headline div#sns dl dt img:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#headline div#sns dl dd{
	margin: 0px;
	padding: 10px 0px;
	vertical-align:middle;
}
#headline div#sns dl dd input{
	padding: 1px;
	font-size:13px;
	margin: 0px 0px 0px 10px;
	line-height: normal;
	min-height: inherit;
	width: auto;
	font: revert;
}
#headline div#sns dl dd svg{
	width:10px;
	height: 10px;
}
/*--------------*/
footer {
	background-color:#efefef;
	padding: 50px 0px;
	text-align:center;
	clear:both;
	position:relative;
}
footer div#f_banar {
	display:table;
}
footer div#f_banar dl{
	display:table-row;
}
footer div#f_banar dl dt{
	display:table-cell;
	width:33%;
}
footer div#f_banar dl dt img{
	width: 90%;
	height:auto;
	margin:auto;
}
footer p{
}
footer p img{
	width:90px;
	height:auto;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
footer div#f_txt {
	display:table;
	margin:auto;
}
footer div#f_txt dl{
	display:table-row;
}
footer div#f_txt dl dt,
footer div#f_txt dl dd{
	display:table-cell;
	padding: 5px 10px;
}
footer div#f_txt dl dt a,
footer div#f_txt dl dd a{
	color:#000000;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
footer div#f_txt dl dt a:hover,
footer div#f_txt dl dd a:hover{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	text-decoration:none;
}
footer address{
	display:block;
	margin:auto;
	padding: 20px;
	color:#8a8a8a;
}
/*カゴの中------------------*/
#heads #cart_area {
	float:right;
	margin: 10px 30px 5px 5px;
	width:35px;
}
#heads #cart_area svg{
	width:35px;
	height:35px;
}
#heads #cart_area svg.cb-shopping-cart {
	background-image:url(../img/cart_off.png);
	background-size:35px;
	background-repeat:no-repeat;
}
#heads #cart_area svg.cb-close {
	display:none;
}
#heads #cart_area span.badge {
	display:block;
	background-color:#000000;
	color:#fff;
	text-decoration:none;
	position:relative;
	margin: -50px 0px 0px 25px;
	padding: 5px 7px 5px 7px;
	line-height:100%;
	float:right;
	font-size:10px;
	border-radius: 45px;
	-moz-border-radius: 45px;
	-webkit-border-radius: 45px;
	
	/*display:none;*/
}
#heads #cart_area a{
	
}
#searchform {
}
#searchform input{
	background-color:#f4f3f3;
	border-radius: 45px;
	-moz-border-radius: 45px;
	-webkit-border-radius: 45px;
	border:1px solid #DCDBDB;
	padding: 0px 10px;
}
#searchform button {
	border: none;
	width: 40px;
	height: 22px;
	background-image:url(../img/musimegane.png);
	background-repeat:no-repeat;
	background-size:15px;
	background-position:center 3px;
	background-color:#DCDBDB;
	border-radius: 45px;
	-moz-border-radius: 45px;
	-webkit-border-radius: 45px;
	float:right;
	<!-- margin: 0px 0px 0px -15px; -->
	position:relative;
	box-sizing: border-box;
}
#searchform button svg{
	display:none;
}
#member {
	margin: 0px;
	padding: 0px;
	float:right;
}
#member ul{
	margin: 0px;
	padding: 0px;
}
#member ul li{
	margin: 10px 5px;
	padding: 0px;
	list-style:none;
	float:right;
	background-size:35px;
	width:35px;
	position:relative;
}
#member ul li svg{
	width:35px;
	height: 35px;
	background-size:35px;
	background-repeat:no-repeat;
}
#member ul li svg.cb-heart-circle{
	background-image:url(../img/fav_off.png);
}
#member ul li svg.cb-lock-circle{
	background-image:url(../img/my_off.png);
}
#member ul li svg.cb-lock-circle-on{
	background-image:url(../img/my_off.png);
}
#member ul li svg.cb-log-circle{
	background-image:url(../img/key_off.png);
}
#member ul li svg.cb-log-circle-on{
	background-image:url(../img/key_on.png);
}
#member ul li a{
	color:#000000;
}
#member ul li a b:hover{
	text-decoration:none;
}
#member ul li a b{
	display:block;
	clear:both;
	font-size:10px;
	font-weight:normal;
	text-decoration:underline;
	text-align:center;
}
#main {
	width: 1000px;
	margin:auto;
}
/*商品詳細----------------------*/
#item_detail_left {
	float:left;
	width: 500px;
	margin: 0px 0px 100px 0px;
	padding: 0px;
}
/*-----------------*/
#item_detail_area {
	float:right;
	width: 450px;
	margin: 0px 0px 100px 0px;
}
#item_detail_area #detail_description_box__name {
	font-size:30px;
	line-height:130%;
	margin: 0px;
	padding: 0px;
}
#item_detail_area #detail_description_box__name2 {
	font-size:18px;
	color:#4d4d4d;
	font-weight:normal;
	margin: 20px auto 20px auto;
}
#item_detail_area p#detail_description_box__normal_price {/*通常価格*/
	display:none;
}
#item_detail_area p#detail_description_box__sale_price {/*販売価格*/
	clear:both;
	font-size:20px;
	border-bottom: 3px solid #000000;
	padding: 20px 0px 10px 0px;
	margin: auto auto 40px auto;
}
#item_detail_area p#detail_description_box__sale_price span.small{
	font-size:14px;
}
#item_detail_area p#detail_description_box__sale_price span.num{
	font-size:11px;
	display:block;
	float:left;
	padding: 3px 5px;
	margin: -5px 10px 0px 0px;
	border: 1px solid #BFBEBE;
	background-color:#f7f7f7;
}
#item_detail_area #relative_category_box {/*関連カテゴリ*/
}
#item_detail_area #relative_category_box p{
	display:none;
}
#item_detail_area #relative_category_box ol{
	margin: 0px;
	padding: 0px;
}
#item_detail_area #relative_category_box ol li{
	margin: 0px 5px 5px 0px;
	padding: 0px;
	list-style:none;
	float:left;
}
#item_detail_area #relative_category_box ol li a{
	display:block;
	margin: 0px;
	padding: 2px 8px;
	border: 1px solid #908f8f;
	text-decoration:none;
	font-size:10px;
	color:#676767;
}
#item_detail_area #detail_cart_box {/*買い物かご*/
	clear:both;
	margin: 30px 0px;
	
}
#item_detail_area #detail_cart_box dl{
	margin: 0px;
	padding: 0px;
	
}
#item_detail_area #detail_cart_box dl dt{
	float:left;
	margin: 0px;
	padding: 3px 10px;
}
#item_detail_area #detail_cart_box dl dd{
	float:left;
	margin: 0px;
	padding: 0px;
}
#item_detail_area div#detail_cart_box__button_area {
}
#item_detail_area div#detail_cart_box__button_area ul{
}
#item_detail_area div#detail_cart_box__button_area ul li{
}
#item_detail_area div#detail_description_box__body h3#detail_not_stock_box__description_title{/*商品説明タイトル*/
	font-size:20px;
	font-weight:normal;
	line-height:140%;
	margin: 0px;
	padding: 0px 0px 40px 0px;
}
#item_detail_area div#detail_description_box__body p#detail_not_stock_box__description_detail{/*商品説明*/
	margin: 0px;
	padding: 0px;
	font-size:14px;
}
#item_detail_area div#detail_description_box__body p.item_comment {
	line-height:200%;
}
#item_more_area1 {/*画像下の商品紹介１*/

}
#item_more_area2 {/*画像下の商品紹介２*/

}
#item_more_area2 h3{
	border-bottom: 3px solid #DBDADA;
	height: 30px;
}
#item_more_area2 h3 span{
	height: 30px;
	display:block;
	float:left;
	border-bottom: 3px solid #000;
}
/*写真----------------*/
#item_photo_area {
		position: relative;
		z-index:1;
}
#item_photo_area button.slick-prev,
#item_photo_area button.slick-next{
	width:50px;
	height:35px;
	background-size:15px 31px;
	background-repeat:no-repeat;
	background-position:center top;
	position:absolute;
	z-index: 10;
	top: 230px;
	text-indent:-9999px;
	border:none;
	background-color:transparent;
	
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#item_photo_area button:hover{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#item_photo_area button.slick-prev{
	background-image:url(../img/prev.png);
	left:0;
}
#item_photo_area button.slick-next{
	background-image:url(../img/next.png);
	right:0;
}
#item_photo_area img {
    text-align: center;
	width:100%;
	height:auto;
}
#item_photo_area img.soldout{

	position:absolute;
	width:120px;
	height:auto;
	top:350px;
	right:50px;
	z-index:10;

}
#item_photo_area img.soldout2{

	position:absolute;
	width:200px;
	height:auto;
	top:280px;
	right:30px;
	z-index:10;

}
#item_photo_area .slick-dots {
		margin: 0px 0px 0px -7px;
		padding: 0px;
		position: relative;
		bottom: 0;
		
	}
	#item_photo_area .slick-dots::after {
		content: "";
		display: table;
		clear: both;
	}

	#item_photo_area .slick-dots li {
		width: 62px; 
		height: auto;
		padding: 0px;
		margin: 0px 0px 10px 10px;
		float: left;
		list-style:none;
		line-height:0;
	}
	
#detail_image_box__slides {
	z-index:1;
}
#detail_image_box__slides div{
}
#detail_image_box__slides div:first-child{
}
#detail_image_box__slides div:first-child img{
	border: 1px solid #e3e3e3;
	width:99%;
	height:auto;
}
#detail_image_box__slides div:nth-child(odd){
	
}
#detail_image_box__slides div:nth-child(3){
	
}
#detail_image_box__slides div a{
	background-color:#fff;
}
/*----------------------*/
	.slick-dots li button.thumbnail {
		width: 100%; height: auto;
		padding: 0;
	}
	.slick-dots li button.thumbnail img {
		width: 100%; height: auto;
		opacity: 0.8;
	}
	.slick-dots li button.thumbnail:hover img,
	.slick-dots li.slick-active button.thumbnail img {
		opacity: 1;
	}
	.slick-dots li button.thumbnail::before {
		display: none;
	}
	#item_photo_area .slick-slide {
	text-align: center;
}
#item_photo_area .slick-slide img {
	display: inline-block;
}
.slick-dots{
	margin: 0px;
	padding: 0px;
}
.slick-dots li {
	padding: 0px;
}
.slick-dots li button.thumbnail{
border: 1px solid #E3E3E3;
background-color:#fff;
margin:0px;
padding:0px;
}
.slick-dots li button.thumbnail:hover{
border: 1px solid #FC7476;
}
.slick-dots li button.thumbnail img{
	margin: -1px -3px -4px -3px;
}

@-moz-document url-prefix() {
	.slick-dots li button.thumbnail img{
		margin: -1px -5px -4px -5px;
	}
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
use {
    display: none;
}
/*-----------------*/
#ichiran_wrap {
}
.ichiran_box {
	display: table;
	width:100%;
	margin: 0px 0px 0px -20px;
}
.ichiran_box > dl{
	margin: 0px;
	padding: 0px;
}
.ichiran_box > dl dt:nth-child(4n+1) {
    clear: both;
}
.ichiran_box dl dt{
	display: table-cell;
	float: left;
    width: 230px;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 50px 0px;
	position:relative;
}
.ichiran_box dl dt img{
	width:100%;
	height:auto;
}
.ichiran_box dl dt img.soldout{
	position:absolute;
	width:120px;
	height:auto;
	top:55px;
	right:55px;
	z-index:10;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.ichiran_box dl dt img.soldout2{
	position:absolute;
	width:120px;
	height:auto;
	top:55px;
	right:55px;
	z-index:10;
}
.ichiran_box dl dt a.ichi_img {
	border: 1px solid #e9e8e8;
	line-height:0;
	display:block;
	margin: 0px 0px 10px 0px;
}
.ichiran_box dl dt ol{
	margin: -35px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	position:relative;
	height: 35px;
}
.ichiran_box dl dt ol li{
	margin: 0px 5px 0px 0px;
	padding: 3px 5px;
	list-style:none;
	float:left;
	font-size:10px;
	line-height:100%;
	background-color:#fff;
}
.ichiran_box dl dt h2{
	clear:both;
	font-size:14px;
	padding: 10px 0px 0px 0px;
	margin: 0px;
}
.ichiran_box dl dt h2 a{
	color:#000000;
	text-decoration:none;
}
.ichiran_box dl dt h2 a:hover{
	text-decoration:underline;
}
.ichiran_box dl dt p.price{
	margin: 0px;
	padding: 0px;
	clear:both;
}
/*------------------*/

.pager {
	text-align:center;
	margin: 0px auto;
	display:table;
	clear:both;
}
.pager ul{
	margin: 0px 0px;
	padding: 0px;
	display:table-row;
}
.pager ul li{
	margin: 20px 0px 20px 0px;
	padding: 0px;
	float:left;
	list-style:none;
	display:table-cell;
}
.pager ul li.no{
}
.pager ul li.p_no{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	pointer-events:none;
}
.pager ul li.p_no span{
	display:block;
	border: 1px solid #e2e2e2;
	margin: 0px 5px;
	padding: 3px 7px;
	text-decoration:none;
	color:#000000;
}
.pager ul li a{
	display:block;
	border: 1px solid #e2e2e2;
	margin: 0px 5px;
	padding: 3px 7px;
	text-decoration:none;
	color:#000000;
}
.pager ul li a:hover,
.pager ul li#fix a{
	background-color:#fffadf;
}
.pager ul li.current span{
	display:block;
	border: 1px solid #747575;
	margin: 0px 5px;
	padding: 3px 7px;
	background-color:#f3f3f3;
	font-weight:bold;
}
#page_now_top {
	text-align:center;
	clear:both;
	margin: -10px auto 20px auto;
}
#page_now_btm {
	text-align:center;
	clear:both;
	margin: 30px auto -10px auto;
}
#ichiran_title {
	text-align:center;
	/*border-bottom: 1px solid #000000;*/
}
#ichiran_title h1{
}
#ichiran_title h2{
	font-size:14px;
	font-weight:normal;
}
/*-----------*/
.toptitle {
	text-align:center;
	clear:both;
	border-top: 1px solid #e4e3e3;
	margin: 100px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}
/*-----------*/
.toptitle2 {
	text-align:center;
	clear:both;
	margin: 100px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}
.toptitle h2{
}
.toptitle h3,
.toptitle2 h3{
	font-size: 12px;
	font-weight:normal;
	color:#727171;
}
#top_newitem {
}
#top_newitem div.table{
	display: table;
	width:100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#top_newitem div.table dl{
	margin: 0px;
	padding: 0px;
	display:table-row;
}
#top_newitem div.table > dl dt:nth-child(1) {
	margin: 0px 0px 0px 0px;
}
#top_newitem div.table dl dt{
	display:table-cell;
	float:left;
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 30px 0px;
	
}
#top_newitem div.table dl dt img{
	width:100%;
	height:auto;
}
#top_newitem div.table dl#first{
}
#top_newitem div.table dl#first dt{
	width: 313.3px;
}
#top_newitem div.table dl#second{
}
#top_newitem div.table dl#second dt{
	width: 227.5px;
}
#top_newitem div.table dl#third{
}
#top_newitem div.table dl#third dt{
	width: 227.5px;
}
#top_newitem div.table dl dt ol{
	margin: -30px 0px 0px 10px;
	padding: 0px;
	position:relative;
}
#top_newitem div.table dl dt ol li{
	margin: 0px 5px 0px 0px;
	padding: 3px 5px;
	list-style:none;
	float:left;
	font-size:10px;
	line-height:100%;
	background-color:#fff;
}

#top_newitem div.table dl dt h2{
	clear:both;
	font-size:14px;
	padding: 20px 0px 0px 0px;
	margin: 0px;
}
#top_newitem div.table dl dt h2 a{
	color:#000000;
	text-decoration:none;
}
#top_newitem div.table dl dt h2 a:hover{
	text-decoration:underline;
}
#top_newitem div.table dl dt p.price{
	margin: 0px;
	padding: 0px;
	clear:both;
}
#top_newitem div.table dl dt a.ichi_img{
	display:block;
	border: 1px solid #fff;
	line-height:0;
}
#top_newitem div.table dl dt a.ichi_img:hover{
	border: 1px solid #fe9898;
}
/*------------------*/
#osusume_wrap,
#osusume_wrap_lont {
	 margin-left: 40px;
  width: 920px;
  height: 300px;
  overflow: hidden;
  clear: both;
  margin-bottom:-50px;
}
.osusume_box {
}
.osusume_box dl{
	margin: 0px;
	padding: 0px;
}
.osusume_box dl dt{
	margin: 0px;
	padding: 0px 10px;
	float:left;
	width:100px;
}
.osusume_box dl dt:nth-child(1){
	margin: 0px 0px 0px 10px;
	
}
.osusume_box dl dt img{
	width:100%;
	height:auto;
}
.osusume_box dl dt h2,
#ranking_wrap .ranking_box dl dt h2{
	font-size:12px;
	margin: 0px;
	padding: 0px;
	clear:both;
	line-height:150%;
}
.osusume_box dl dt h2 a,
#ranking_wrap .ranking_box dl dt h2 a{
	color:#000000;
	text-decoration:none;
}
.osusume_box dl dt h2 a:hover,
#ranking_wrap .ranking_box dl dt h2 a:hover{
	text-decoration:underline;
}
.osusume_box dl dt p{
	font-size:11px;
	margin: 0px;
	padding: 0px;
	color:#737272;
}
.osusume_box dl dt ol,
#ranking_wrap .ranking_box dl dt ol{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	
	display:none;
}
.osusume_box dl dt ol li,
#ranking_wrap .ranking_box dl dt ol li{
	margin: 0px 5px 5px 0px;
	padding: 2px 5px;
	list-style:none;
	float:left;
	font-size:9px;
	line-height:100%;
	background-color:#fff;
}
/*------------------*/
#ranking_wrap {
}
#ranking_wrap .ranking_box {
	display:table;
}
#ranking_wrap .ranking_box dl{
	display:table-row;
}
#ranking_wrap .ranking_box dl dt{
	display:table-cell;
	position:relative;
	vertical-align:top;
	padding: 10px;
}
#ranking_wrap .ranking_box dl dt img{
	width:100%;
	height:auto;
	line-height:0;
}
#ranking_wrap .ranking_box dl dt h3{
	position:absolute;
	top:0;
	left:0;
	z-index:5;
	border: 1px solid #000000;
	background-color:#fff;
	width:20px;
	height: 20px;
	font-weight:normal;
	text-align:center;
	font-size:12px;
}
/*----------------*/
#checked_wrap {
}
#checked_wrap .checked_box {
	display:table;
	margin: 0px 0px 100px 10px;
}
#checked_wrap .checked_box ul{
	display:table-row;
}
#checked_wrap .checked_box ul li{
	display:table-cell;
	padding: 0px;
	width:125px;
	text-align:center;
}
#checked_wrap .checked_box ul li a{
	display:block;
	width:100px;
	line-height:0;
	border: 1px solid #E5E4E4;
	margin:auto;
	line-height:0;
}
#checked_wrap .checked_box ul li a img{
	width:100%;
	height:auto;
	line-height:0;
	margin: -8px 0px 0px 0px;
}
#checked_wrap .checked_box ul li p{
    display: none;
}

#checked_wrap .checked_box ul#worn_item_area li p{
    display: block;
    text-align: left;
    line-height: 150%;
    width: 85%;
    margin: 5px auto;
}
#checked_wrap .checked_box ul#worn_item_area li p span{
    display: block;
    clear: both;
    color: gray;
}
#checked_wrap .checked_box ul#worn_item_area li {
    padding-top: 15px;
}
#main_bottom {
	clear:both;
}


.container-fluid {
	clear:both;
	
    }
    .row {
		/*
        margin-left: -16px;
        margin-right: -16px;
        padding-bottom: 16px;
		*/
    }
.flowline {
    position: relative;
    margin: 20px 0;
    padding: 8px 0 16px 0;
    border-bottom: 1px dotted #fff;
}
.flowline ul {
    position: relative;
    margin: 0 auto;
	padding: 0px;
}
.flowline ul::before {
    content: "";
    height: 4px;
    background: #e4e4e4;
    position: absolute;
    top: 13px;
    margin: 0;
    border-radius: 2px;
    z-index:0;
}
.flowline.step3 ul::before {
    width: 66.66666666%;
    left: 16.6666666%;
}
.flowline.step4 ul::before {
    width: 75%;
    left: 12.5%;
}
.flowline ul li {
    float: left;
    position: relative;
    text-align: center;
    white-space: nowrap;
    font-size: 11px;
    font-weight: bold;
    z-index:1;
	list-style:none;
	font-weight:normal;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
.flowline.step3 ul li {
    width: 33.33333333333333%;
}
.flowline.step4 ul li {
    width: 25%;
}
.flowline li .flow_number {
    line-height: 30px;
    width: 30px; height: 30px;
    margin-bottom: 5px;
    font-size: 10px;
    background: #e4e4e4;
    color: #000;
    top: 0; left: 18px;
    display: inline-block;
    margin-bottom: 5px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
}
.flowline li.active {
	color:#000;
	font-weight:bold;
}
.flowline li.active .flow_number {
    background: #000;
	color:#fff;
}
#cart_item_info {
	clear:both;
	width:90%;
	padding: 5px 0px;
	margin:auto;
	text-align:center;
	border-top: 1px solid #ccdfe9;
	border-bottom: 1px solid #ccdfe9;
}
#cart_box__flow_state_list{
	width:50%;
	margin:auto;
}
#confirm_flow_box__flow_state_list {
	width:60%;
}
#complete_flow_box__flow_state{
	width:50%;
	margin:auto;
}
.bg-danger {
	border: 1px dashed #A8A7A7;
	clear:both;
	text-align:center;
	width:400px;
	padding: 50px;
	margin:auto;
	font-weight:bold;
}
.errormsg svg{
	display:none;
}
h1.page-heading {
	text-align:center;
	padding: 30px 0px 0px 0px;
	margin: 30px auto;
	font-size: 16px;
}

/*-----------*/
#form_cart {
	clear:both;
	width: 800px;
	margin:20px auto;
}
.thead {
	display:table;
	width:100%;
	border-top: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
}
.thead ol{
	display:table-row;
}
.thead ol li{
	display:table-cell;
	border-bottom: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	text-align:center;
	background-color:#f7f7f7;
	padding: 5px 0px;
}
.thead ol li#cart_item_list__header_cart_remove{
	width:80px;
}
.thead ol li#cart_item_list__header_product_detail{
	width: 450px;
}
.thead ol li#cart_item_list__header_total{
	width:100px;
}
.thead ol li#cart_item_list__header_sub_total{
}
/*------------*/
.item_box {
	border-bottom: 1px solid #e4e4e4;
}
.tbody {
	display:table;
	width:100%;
}
.tbody div.tr{
	display:table-row;
}
.tbody div.td{
	display:table-cell;
	vertical-align:middle;
	/*border-bottom: 1px solid #e4e4e4;*/
	height: 130px;
}
#cart_item_list__body img{
	width:70px;
	height:auto;
}
#cart_box_list div.item_photo {
	padding: 15px 10px 0px 0px;
}
#cart_box_list dl.item_detail {
	padding: 0px 0px 0px 10px;
}
.item_photo {
	float:left;
	width:100px;
	padding: 8px 0px 0px 0px;
}
#cart_item_list__item .item_detail {
	float:left;
	width:350px;
}
#cart_item_list__item div.table,
#cart_item_list__item div.icon_edit,
#cart_item_list__item div.item_quantity,
#cart_item_list__item div.item_subtotal,
#cart_box_list div.table{
	border-bottom: 1px solid #e4e4e4;
}

.item_detail dt{
	margin: 20px 0px 0px 0px;
	padding: 0px;
	font-size:14px;
}
.item_detail dt a{
	color:#000000;
	text-decoration:none;	
}
.item_detail dt a:hover{
	text-decoration:underline;
}
.item_detail dd{
	margin: 0px;
	padding: 0px;
	color:#777676;
}
.item_quantity {
	width:100px;
	text-align:center;
}
.item_subtotal {
	width:170px;
	text-align:right;
	font-weight:bold;
}
#cart_item_list__cart_remove {
	width:80px;
    text-align: center;
    padding: 0;
	margin: 0px;
}
#cart_item_list__cart_remove svg{
	width:50px;
	height:50px;
}
#login_box .column  .icon svg {
	vertical-align: middle;
}
/*-----------*/
.item_quantity ul {
	float:left;
	margin: 0px;
	padding: 0px;
}
.item_quantity ul li{
	margin: 0px;
	padding: 0px;
	float:left;
	width:50%;
	list-style:none;
}
.item_quantity ul li a{
}
.item_quantity ul li svg{
	width:50px;
	height:50px;
}
.item_detail .item_subtotal{
	display:none;
}
/*---------*/
.total_box {
	display:table;
	clear:both;
	float:right;
}
.total_box dl{
	display:table-row;
}
.total_box dl dt{
	display:table-cell;
	width:630px;
	text-align:right;
	padding: 10px 0px;
}
.total_box dl dd{
	display:table-cell;
	text-align:right;
	width:170px;
	padding: 25px 0px;
	font-size:18px;
	font-weight:bold;
}
.total_box .btn_group {
	float:right;
	clear:both;
	margin: 0px 0px 50px 0px;
}
.total_box .btn_group p{
	clear:both;
	margin: 10px -170px 0px 0px;
}
.total_box .btn_group p a{
	display:block;
	width:250px;
	padding: 10px 0px;
	text-align:center;
	text-decoration:none;
	font-size:14px;
}
.total_box .btn_group p#total_box__next_button a{
	color:#fff;
	background-color:#000;
	border: 2px solid #000;
}
.total_box .btn_group p#total_box__top_button a{
	border: 2px solid #000;
	color:#000;
}
#cart_item__info {
	font-size:14px;
	text-align:center;
	padding: 15px 0px;
}
#cart_item__point_info {
	color:#e94a4a;
	text-align:center;
	padding: 0px 0px;
}

/* svg icon */
#svgicon {
    display: block;
    width: 0; height: 0; overflow: hidden;
}
#login_box .column  .icon svg {
	vertical-align: middle;
}
/*------------*/
#login_wrap {
	width:1000px;
	margin:auto;
}

#customer_box {
	width:65%;
	float:left;
	margin: 0px;
	padding: 0px;
	background-color:#f7f7f7;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#customer_box .icon{
	width:50px;
	margin:50px auto 10px auto;
}
#customer_box .icon svg,
#mypage_login_box .icon svg{
	width:50px;
	height:50px;
	background-image:url(../img/usericon.png);
	background-repeat:no-repeat;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border: 1px solid #D4D4D4;
}
#customer_box .form-group {
	width:60%;
	margin:auto;
}
#customer_box .form-group input{
	padding: 10px;
	border: 1px solid #ACAAAA;
	margin: 5px;
}
#customer_box__login_email input,
#customer_box__login_pass input{
	width:90%;
}
input#login_memory{
	width: 10px;
}
#customer_box__login_button {
	width:60%;
	margin:10px auto auto auto;
}
#customer_box__login_button p{
	float:left;
	width:200px;
}
#customer_box__login_button p button{
	padding: 10px;
	background-color:#000;
	border:none;
	color:#fff;
	width:90%;
	font-size:14px;
	cursor: pointer;
}
#customer_box__login_button ul{
	float:left;
	margin: 7px 0px;
	padding: 0px 0px 30px 0px;
}
#customer_box__login_button ul li{
	margin: 3px 0px;
	padding: 0px;
	list-style:none;
}

/*--------------------*/
#detail_box__body {
	margin:auto;
}
.dl_table {
	display:table;
	border-top: 1px dashed #C9C9C9;
	clear:both;
}
.dl_table dl{
	display:table-row;
}
.dl_table dl dt{
	display:table-cell;
	border-bottom: 1px dashed #C9C9C9;
	padding: 20px 0px;
	width:25%;
}
.dl_table dl dd{
	display:table-cell;
	border-bottom: 1px dashed #C9C9C9;
	padding: 20px 0px;
}
.dl_table dl dd svg{
	width:20px;
	height:20px;
}
.dl_table dl dd input{
	font-size:16px;
	padding: 5px;
}
#detail_flow_box__flow_state{
	width: 500px;
	margin:auto;
}
#confirm_flow_box__flow_state{
	width: 900px;
	margin:auto;
}
#detail_box__footer {
	text-align:center;
}
#detail_box__next_button button{
	display:block;
	width:250px;
	padding: 10px 0px;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	color:#fff;
	background-color:#000;
	border: 2px solid #000;
	margin:auto;
}
#detail_box__back_button a{
	display:block;
	width:250px;
	padding: 10px 0px;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	border: 2px solid #000;
	color:#000;
	margin:auto;
}
/*----------------*/
#sankaku {
	color:#f6ebb3;
	margin: 20px 130px -10px 0px;
	padding: 0px;
	float:right;
	clear:both;
	font-size:40px;
	line-height:0;
}
#deliveradd_input {
	clear:both;
}
#deliveradd_input_box {
	text-align:center;
	width:60%;
	margin: 20px auto;
}
#shopping_confirm {
	clear:both;
}
#shopping_confirm #cart_box{
	border: 3px solid #f6ebb3;
	padding: 10px 30px;
	margin: 20px 0px;
}
#shopping_confirm #cart_box h3{
	font-size:14px;
	text-align:center;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	color:#ec7f09;
}
#confirm_main {
	width:65%;
	float:left;
}
#confirm_main .heading02{
	font-size:14px;
	background-color:#f7f7f7;
	padding: 10px;
	margin: 0px;
}
#confirm_wrap,
#shopping_confirm {
	width:1000px;
	margin:auto;
	clear:both;
}
#confirm_side {
	border: 3px solid #f6ebb3;
	float:left;
	width:250px;
	background-color:#fcf8e3;
	margin: 0px 0px 0px 25px;
	padding: 20px 30px;
	height: 380px;
	position:relative;
}
#cart_box_list img{
	width: 100px;
	height:auto;
}
#cart_box_list div.table {
	display:table;
}
#cart_box_list div.item_photo {
}
#cart_box_list div.item_photo dl{
	display:table-row;
}
#cart_box_list div.item_photo dl dt{
	display:table-cell;
}
#cart_box_list div.item_photo dl dd{
	display:table-cell;
}

.pager_btn {
	clear:both;
	margin: 0px 0px 0px 0px;
}
.pager_btn img{
	width:25px;
	height:auto;
	margin: 80px 0px -100px 0px;
}
.pager_btn img.rev{
	float:left;
}
.pager_btn img.next{
	float:right;
}
.pager_btn a{
}
/*-----------*/
#pager_txt1 {
	padding: 0px 0px 50px 0px;
}

.pager_txt {
	text-align:right;
	font-size:11px;
	color:#8E8C8C;
	float:right;
	margin: -35px 0px 0px 0px;
	padding: 0px;
}
/*
div.osusume_box{
	margin:auto;
  width: 890px;
  height: 250px;
  overflow: hidden;
  clear: both;
}
*/
/*-----------*/
#navi_list_box {
	display:table;
	width: 1000px;
	margin:auto;
	border-top: 1px solid #BCBBBB;
	border-right: 1px solid #BCBBBB;
}
#navi_list_box ul{
	display:table-row;
}
#navi_list_box ul li{
	display:table-cell;
	border-bottom: 1px solid #BCBBBB;
	border-left: 1px solid #BCBBBB;
}
#navi_list_box ul li a{
	display:block;
	text-decoration:none;
	padding: 10px 0px;
	width:100%;
	text-align:center;
	color:#000;
}
#navi_list_box ul li.active a{
	color:#000;
	background-color:#FCFAF3;
	font-weight:bold;
}
#welcome_message {
	text-align:center;
	font-size:14px;
}
.txt_center {
	text-align:center;
	font-size:14px;
	margin: 15px auto;
}

#favorite_lst__total_item_count {
	text-align:center;
}
#favorite_list_box {
	width:1000px;
	margin:auto;
}
#favorite_list__list svg{
	width:20px;
	height: 20px;
	background-image:url(../img/f_close.png);
	background-repeat:no-repeat;
	background-size: 20px 20px;
	cursor: pointer;
	margin:auto;
}
#favorite_list__list div.col-sm-3{
	margin: 0px 0px 0px 15px;
}
#favorite_list__list div.product_item {
	position:relative;
	float:left;
	width:110px;
	height: 200px;
	margin: 0px 0px 30px 30px;
}
#favorite_list__list div.product_item a{
	color:#000000;
	text-decoration:none;
	line-height:130%;
}
#favorite_list__list div.product_item div.item_photo{
	text-align:center;
	width:110px;
}
#favorite_list__list div.product_item div.item_photo img{
	margin:auto;
	width:100%;
	height:auto;
}
#favorite_list__list button{
	width:20px;
	height: 20px;
	position:absolute;
	right:-10px;
	top:-2px;
	text-align:center;
	background-color:transparent;
	border: none;
}
#favorite_list__list dl{
	margin: 0px;
	padding: 0px;
	clear:both;
}
#favorite_list__list dl dt{
	margin: 0px;
	padding: 0px;
}
#favorite_list__list dl dd{
	margin: 10px 0px;
	padding:10px 0px;
	color:#747373;
	border-top: 1px dashed #C9C9C9;
}
/*----------------*/
dl#detail_cart_box__cart_quantity {
	
}
dl#detail_cart_box__cart_quantity dt{
	vertical-align:middle;
}
dl#detail_cart_box__cart_quantity dd{
	vertical-align:middle;
}
dl#detail_cart_box__cart_quantity dd input#quantity{
	font-size:16px;
	width:50px;
}
/*----------------*/
#detail_cart_box__button_area {
	position:relative;
}
#detail_cart_box__button_area button.btn-block{
	background-color:#000000;
	color:#fff;
	border:none;
	width:100%;
	text-align:center;
	padding: 10px 30px;
	margin: 20px 0px;
	font-weight:bold;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
button#favorite2{
	position:absolute;
	right:75px;
	top:20px;
	display:block;
	width:35px;
	height: 35px;
	background-size:35px;
	background-image:url(../img/fav_off.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	background-color:#fff;
	border:none;
}
a#favorite2{
	position:absolute;
	right:75px;
	top:20px;
	display:block;
	width:35px;
	height: 35px;
	background-size:35px;
	background-image:url(../img/fav_on.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	background-color:#fff;
	border:none;
}
#detail_cart_box__button_area ul{
	margin: 0px;
	padding: 0px;
	float:left;
}
#detail_cart_box__button_area ul li{
	margin: 0px;
	padding: 0px;
	list-style:none;
}
#detail_cart_box__button_area ul#detail_cart_box__insert_button{
	margin: 0px 10px;
}
#detail_cart_box__button_area ul#detail_cart_box__insert_button li{
}
#detail_cart_box__button_area ul#detail_cart_box__insert_button li button{
	display:block;
	border:none;
	width: 200px;
	background-color:#575757;
	color:#fff;
	text-align:center;
	margin: -5px 0px 0px 0px;
	padding: 10px 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/*----------------*/
#detail_cart_box__button_area ul#detail_cart_box__favorite_button{
	margin: -21px 0px 0px 0px;
	padding: 0px;
}
#detail_cart_box__button_area ul#detail_cart_box__favorite_button li{
	margin: 0px;
	padding: 0px;
}
#detail_cart_box__button_area ul#detail_cart_box__favorite_button li button{
	display:block;
	width:35px;
	height: 35px;
	background-size:35px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	background-color:#fff;
	border:none;
}
#detail_cart_box__button_area ul.btn_on li a{
	background-image:url(../img/fav_on.png);
	display:block;
	width:35px;
	height: 35px;
	background-size:35px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	background-color:#fff;
	border:none;
	margin: 20px 0px 0px 0px;
}
#detail_cart_box__button_area ul.btn_off li button{
	background-image:url(../img/fav_off.png);
}
#detail_cart_box__button_area ul#detail_cart_box__favorite_button li img{
	width:35px;
	height: 35px;
}
#detail_size {
	clear:both;
}
#detail_size a{
	display:block;
	background-color:#878787;
	color:#fff;
	text-decoration:none;
	text-align:center;
	padding: 10px;
	margin: 10px 0px;
}
#detail_size a:hover{
	background-color:#000;
}
/*-------------*/
#mypage_login_box {
	margin: 0px auto 100px auto;
	padding: 20px 0px;
	background-color:#f7f7f7;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
ul#mypage_login__login_menu {
	margin: 0px;
	padding: 0px;
	float:left;
}
#mypage_login_box .icon{
	width:80px;
	height: 80px;
	margin:10px auto;
}
#customer_box .icon svg,
#mypage_login_box .icon svg{
	width:80px;
	height:80px;
	background-image:url(../img/usericon.png);
	background-repeat:no-repeat;
	background-size: 80px;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border: 1px solid #D4D4D4;
}
#mypage_login_box .form-group {
	width:70%;
	margin:auto;
}
#mypage_login_box .form-group input{
	padding: 10px;
	border: 1px solid #ACAAAA;
	margin: 5px;
	font-size:14px;
}
#mypage_login_box__login_email input,
#mypage_login_box__login_pass input#login_pass{
	width:90%;
}
#mypage_login_box {
	width:70%;
	margin:10px auto 100px auto;
}
#mypage_login__login_button {
	width:70%;
	margin:10px auto 100px auto;
}
#mypage_login__login_button p{
	float:left;
}
#mypage_login__login_button button{
	font-size:14px;
}
#mypage_login_box p{
	float:left;
	width:200px;
}
#mypage_login_box p button{
	padding: 10px;
	background-color:#000;
	border:none;
	color:#fff;
	width:90%;
	margin: 0px 0px 0px 10px;
}
#mypage_login_box ul{
	float:left;
	margin: 7px 0px;
	padding: 0px;
}
#mypage_login_box ul li{
	margin: 3px 0px;
	padding: 0px;
	list-style:none;
}
/*-------------------*/
#ff_service {
	margin:auto;
	display:table;
	width:1000px;
}
#ff_service dl{
	display:table-row;
}
#ff_service dl dt{
	display:table-cell;
	width:47%;
	text-align:left;
}
#ff_service dl dt h4{
	color:#8c4800;
	font-size:13px;
	clear:both;
}
#ff_service dl dt h5{
	font-size:13px;
	margin: 30px 0px 0px 0px;
	font-weight: bold;
}
#ff_service dl dt .red1 {
	background-color:#fff;
	padding: 10px 20px;
	margin: 0px 0px 20px 0px;
	color:#fb2424;
}
#f_tel b{
	font-size:16px;
}
.f_waku{
	border: 1px solid #d4d3d3;
	padding: 10px 20px;
}
.f_waku_red {
	border: 1px solid #fb2424;
	padding: 10px 20px;
}
.f_waku_red strong{
	color:#fb2424;
}
#ff_service dl dt #calendar {
}
#ff_service dl dt #calendar table{
	width: 47.5%;
	margin: 0px 0px 30px 0px;
	float:left;
	margin: 0px 5px;
	border-top: 1px solid #d4d3d3;
	border-right: 1px solid #d4d3d3;
	background-color:#fff;
}
#ff_service dl dt #calendar table th{
	border-bottom: 1px solid #d4d3d3;
	border-left: 1px solid #d4d3d3;
	text-align:center;
	font-weight:normal;
	background-color:#dfdfdf;
}
#ff_service dl dt #calendar table td{
	border-bottom: 1px solid #d4d3d3;
	border-left: 1px solid #d4d3d3;
	text-align:center;
	padding: 5px;
}
.calendar_title{
	display:none;
}
#ff_address {
	display:block;
	background-color:#dadada;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding: 10px 0px;
}
footer hr{
	border:solid #c7c7c7;
   border-width:1px 0 0 0;
   height:1px;/* for IE6 */
   clear:both;/* for IE6 */
   margin: 50px 0px;
}
#f_cate_banar {
	display:table;
	clear:both;
	margin: 0px auto -7px auto;
	padding: 100px 0px 0px 0px;
	width:100%;
	max-width:1280px;
}
#f_cate_banar2 {
	display:table;
	clear:both;
	margin: 0px auto -7px auto;
	width:100%;
	max-width:1280px;
}
#f_cate_banar dl,
#f_cate_banar2 dl{
	display:table-row;
}
#f_cate_banar dl dt,
#f_cate_banar2 dl dt{
	display:table-cell;
	padding: 0px 1px 0px 0px;
	line-height: 0;
}
#f_cate_banar dl dt img,
#f_cate_banar2 dl dt img{
	width:100%;
	height:auto;
	line-height:0;
}
/*----------*/
#detail_description_box__body ol{
	margin: 0px;
	padding: 0px;
}
#detail_description_box__body ol li{
	margin: 10px 5px 5px 0px;
	list-style:none;
	float:left;
	padding: 5px 8px;
	border: 1px solid #908f8f;
	text-decoration:none;
	font-size:10px;
	color:#676767;
	line-height:100%;
}
#detail_description_box__body ol li a{
}
.sns_button {
	clear:both;
}
#contents_top img{
	padding: 0px 0px 30px 0px;
}
/*-------------------*/
#item_detail_area #detail_cart_box table#classes {
	border-top: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	margin: 0px 0px 20px 0px;
}
#item_detail_area #detail_cart_box table#classes tr{
}
#item_detail_area #detail_cart_box table#classes tr td{
	border-bottom: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	padding: 5px 20px;
	vertical-align:top;
	text-align:center;
}
#item_detail_area #detail_cart_box table#classes tr th{
	background-color:#f7f7f7;
	border-bottom: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	padding: 5px 5px;
	font-weight:normal;
}

/*--------------------*/
#guest_box {
	background-color:#f7f7f7;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float:right;
	width:30%;
	padding: 0px;
	text-align:center;
	margin: 0px 0px 100px 0px;
}
#guest_box p#guest_box__message {
	font-size:14px;
	width:70%;
	margin:95px auto auto auto;
}
#guest_box p#guest_box__confirm_button {
}
#guest_box p#guest_box__confirm_button a{
	padding: 10px;
	background-color:#fff;
	border:2px solid #6f6f6f;
	text-decoration:none;
	display:block;
	margin:auto;
	color:#000;
	width:70%;
}
/*------------*/
#favorite_list__pagination {
	clear:both;
	padding: 20px 0px;
}
.pagination{
	display:table;
	margin: 10px auto;
	clear:both;
}
.pagination ul{
	display:table-row;
}
.pagination ul li{
	display:table-cell;
	padding: 0px 3px;
}
.pagination ul li.pagenation__item{
}
.pagination ul li.pagenation__item a{
	border: 1px solid #CBC8C8;
	text-decoration:none;
}
.pagination ul li.active a{
	border: 1px solid #000;
	background-color:#000000;
	color:#fff;
}
.pagination ul li a{
	display:block;
	padding: 6px 10px;
	color:#000000;
}
.pagination ul li.pagenation__item a:hover{
	border: 1px solid #000;
}
.pagination ul li.pagenation__item-previous {
}
.pagination ul li.pagenation__item-next {
}
.pagination ul li.pagenation__item-previous:hover,
.pagination ul li.pagenation__item-next:hover{
	text-decoration:none;
	font-weight:bold;
}
#result_info_box__item_count {
	text-align:center;
}
.restock,
.sainyuka{
	background-color:#f34444;
	font-size:15px;
	color:#fff;
	padding: 20px;
	text-align:center;
	font-weight:bold;
	margin: 0px 0px 20px 0px;
}
/*-------------------------------*/
#page_product_list_16 #wraps{
	background-image:url(../img/waiha.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#e4f9f9;
}
#page_product_list_16 #wraps #result_info_box {
	height: 400px;
}
/*-------------------------------*/
#page_product_list_17 #wraps{
	background-image:url(../img/rakugaki.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
#page_product_list_17 #wraps #result_info_box {
	height: 400px;
}
/*-------------------------------*/
#page_product_list_18 #wraps{
	background-image:url(../img/home.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
#page_product_list_18 #wraps #result_info_box {
	height: 400px;
}
#page_product_list_18 #wraps #result_info_box__item_count {
	color:#fff;
}
/*-------------------------------*/
#page_product_list_19 #wraps{
	background-image:url(../img/kcsj.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
#page_product_list_19 #wraps #result_info_box {
	height: 400px;
}
/*-------------------------------*/
/*#page_product_list_20 #wraps{*/
.fs-body-category-tshirts #wraps{
	background-image:url(../img/t_collection.jpg);
	background-position:center 50px;
	background-repeat:no-repeat;
}
/*#page_product_list_20 #wraps #result_info_box {
	height: 400px;
}*/
.fs-body-category-tshirts .fs-c-productList__controller:nth-of-type(1)::after {
	content: "";
	display: block;
	height: 360px;
}
#cartcart{
	padding: 0px 0px 20px 0px;
}
.text-danger {
	color:#FB0307;
	font-weight:bold;
}

.more_img img{
	width:100%;
	height:auto;
}



#topslider {
	width:100%;
	height: 100%;
}

/* 設定 */
.container {width: 100%; height: 100%; overflow-x: hidden;}
.slide_all {width: 800px; margin: 0 auto; height: 250px; position: relative;}
.slide_wrap {width: 2400px; position: absolute; left: 50%; margin-left: -1200px;}
.slide_body {width: 100%;}
.slide {width: 800px; padding: 10px; border: 1px solid #E5E5E5; margin: 0px -1px 0px 0px;}
.slide img {width: 100%; vertical-align: bottom;}
/* 装飾 */
.bx-controls-direction,.bx-pager {text-align: center;height: 25px;}
.bx-controls-direction a,.bx-pager-item {display: inline-block;}
.bx-pager-item a{display: block; height: 10px; width: 10px; text-indent: -9999px; background: #000; border-radius: 10px; margin:10px 2px 0 2px;}
.bx-pager-item a.active {opacity: 0.3;}
.bx-controls-direction a{text-decoration: none; color: #000; padding:0 5px;}
.bx-controls {position: absolute;bottom: 5px;z-index: 100;width: 100%;}

.bx-pager img{
	width:100px;
	height:auto;
}
/*--------------------------------------*/
  #image-bloc {
    height: 440px;
  }
  .bx-viewport {
    overflow: visible!important;
    width: 1026px!important;
  }
  .main-container { 
    overflow: hidden;
    padding-bottom: 150px;
  }
  .slider {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .slider li {
    width: 800px!important;
    margin: 0;
    padding: 0;
  }

/*-------------*/
#history_list .item_box {
	border-top: 1px solid #e4e4e4;
	border-bottom:none;
	margin: 25px 0px -25px 0px;
}
#history_list .item_box dt{
	width:100%;
}
.item_history_list {
    height: auto!important;
}
.message {
	text-align:center;
	clear:both;
}
#history_list {
	width: 1000px;
	margin:auto;
}
#history_list div#history_list__body{
}
#history_list div#history_list__body p#history_list__total_count{
	width:100%;
	border-top: 1px dashed #A09F9F;
	border-bottom: 1px dashed #A09F9F;
	margin: 0px;
	padding: 10px 0px;
}
#history_list div#history_list__body h3 {
	clear:both;
}
#history_list__body .col-sm-4 {
	float:left;
	width: 27%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	clear:both;
}
#history_list__body .historylist_column h3{
	font-size:12px;
	margin: 20px 0px;
}
#history_list__body .historylist_column dl{
	margin: 0px;
	padding: 0px;
}
#history_list__body .historylist_column dt{
	width:30%;
	margin: 0px;
	padding: 0px;
	float:left;
	clear:both;
}
#history_list__body .historylist_column dd{
	width:40%;
	margin: 0px;
	padding: 0px;
	float:left;
}
#history_list__body .historylist_column a{
	display:block;
	border:1px solid #d7dadd;
	clear:both;
	margin: 20px 0px;
	float:left;
	text-decoration:none;
	padding: 10px 20px;
	background-color:#f5f7f8;
	font-size:14px;
	color:#000000;
}
#history_list__body .historylist_column .table{
	display:table;
	width:70%;
	float:right;
}
#history_list__body .historylist_column .tr{
	display:table-row;
}
#history_list__body .historylist_column .td{
	display:table-cell;
	vertical-align:middle;
}
#history_list__body .historylist_column .item_photo img{
	margin: 10px 0px 0px 0px;
	width:70px;
	height:auto;
}
#history_list__body .item_detail{
	display:table;
	width:100%;
}
#history_list__body .item_detail dt{
	display: table-cell;
	float:left;
	width:30%;
}
#history_list__body .item_detail dd{
	display: table-cell;
	float:left;
	width:30%;
}

/*------------*/
#delivery_list_box {
	width:1000px;
	margin:auto;
}
#delivery_address_list__list {
	display:table;
	margin:30px auto auto 20px;
}
#delivery_address_list__list div.tr{
	display:table-row;
}
#delivery_address_list__list div.icon_edit{
	display:talbe-cell;
	border-bottom: 1px solid #c9c8c8;
}
#delivery_address_list__list div.is-edit{
	display:talbe-cell;
	width:1000px;
}
#delivery_address_list__list div.is-edit p.address{
	float:left;
	width:80%;
}
#delivery_address_list__list div.is-edit p.btn_edit{
	float:right;
	width:20%;
}
#delivery_address_list__list button{
	float:right;
}
#delivery_address_list__list svg{
	width:50px;
	height: 50px;
}
#entry_birth select{
	width:100px;
}

#detail_box__body_inner dl dt{
	vertical-align:middle;
}
#page_shopping_shipping_edit div#detail_box {
	margin: 0px;
	padding: 0px;
}
#page_shopping_shipping_edit div#detail_box div#detail_box__body,
div#detail_box div#detail_box__body,
#page_mypage_delivery_new div#detail_box div#detail_box__body,
#page_mypage_delivery_edit div#detail_box div#detail_box__body{
	width:1000px;
	margin:auto;
}
#page_shopping_shipping_edit dl{
	margin: 0px;
	padding: 0px;
}
#page_shopping_shipping_edit div#detail_box div#detail_box__body dt{
	margin: 0px;
	padding: 0px;
	width:30%;
	vertical-align:middle;
}
#page_mypage_delivery_new div#detail_box div#detail_box__body dt{
	vertical-align:middle;
}
#page_shopping_shipping_edit dd{
	margin: 0px;
	padding: 0px;
}
#page_shopping_shipping_edit div#detail_box div#detail_box__body #shopping_shipping_name_name01,
#page_shopping_shipping_edit div#detail_box div#detail_box__body #shopping_shipping_kana_kana01,
#page_mypage_delivery_new div#detail_box div#detail_box__body #customer_address_name_name01,
#page_mypage_delivery_new div#detail_box div#detail_box__body #customer_address_kana_kana01,
#page_mypage_delivery_edit #customer_address_name_name01,
#page_mypage_delivery_edit #customer_address_kana_kana01
{
	margin: 0px 10px 0px 0px;
}
dl#detail_box__birth {
	margin: 0px;
	padding: 0px;
	width:100%;
}
dl#detail_box__birth select{
	padding: 10px;
	font-size:14px;
}

#detail_box__body_inner dl dt{
	vertical-align:middle;
}
dl#detail_box__birth dt{
	width:30%;
}
#rapidssl{
	float:right;
	margin: -10px 0px 0px 0px;
}

.not_required {
	margin: 0px;
	padding: 0px;
	width:100%;
}
#detail_box__edit_button,
#page_mypage_delivery_new #detail_box__insert_button,
#page_mypage_delivery_edit #detail_box__insert_button{
	text-align:center;
	margin: auto;
}
#detail_box__edit_button button{
	padding: 15px 50px;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	color:#fff;
	background-color:#000;
	border:none;
	margin: 20px auto;
}
dl#detail_box__job select{
	font-size:14px;
	padding: 10px;
}
#detail_box__insert_button{
	margin: auto;
	width:100%;
	text-align:center;
}
#detail_box__insert_button button{
	padding: 15px 50px;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	color:#fff;
	background-color:#000;
	border:none;
	margin: 20px auto;
}
#page_mypage_delivery div.column{
	border-bottom: 1px solid #C9C8C8;
}
#delivery_list_box__customer_addresses {
	padding: 0px 0px 0px 14px;
}
#delivery_list_box__body {
	margin: 0px 0px 0px -14px;
}
#delivery_box__new_button {
	padding: 0px 0px 20px 0px;
	clear:both;
	margin: 0px 0px 0px 15px;
	border-bottom: 1px solid #c9c8c8;
	width:1000px;
}
#delivery_box__new_button button {
	margin:auto;
}
#page_mypage_withdraw div#withdraw_box__body_inner{
	font-size:14px;
}
#page_mypage_withdraw div#withdraw_box__body_inner div.icon {
	width:130px;
	height:130px;
	margin: 20px auto;
}
#page_mypage_withdraw div#withdraw_box__body_inner div.icon{
	background-image:url(https://www.sogensha.co.jp/template/default/common/img/icon_taikai.png);
	background-repeat:no-repeat;
	background-size:130px auto;
}
#withdraw_box__confirm_button button{
	padding: 15px 50px;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	color:#fff;
	background-color:#636262;
	border:none;
	margin: 0px auto 50px auto;
}
#page_cart p.errormsg{
	color:#000000;
}
/*--------------*/
ul.bxslider {
	margin: 0px;
	padding: 0px;
}
ul.bxslider li{
	margin: 0px -1px 20px 0px;
	padding: 15px;
	border: 1px solid #e4e3e3;
	text-align:center;
}
ul.bxslider li img{
	margin:auto;
	width:100%;
	height:auto;
}
ul.bxslider li img.sm{
	display:none;
}
div.bx-pager {
}
div.bx-pager a{
}
div.bx-pager a img{
}

.bx-wrapper {
	overflow: hidden;
	width:100%
}
.bx-controls-direction {
    position: relative;
    top: -180px;
    left: 0px;
      margin: 0 auto;
	  width: 1100px;
}
.bx-viewport{
      margin: 0 auto;
}

/*#page_user_data_form_noritake #wraps{*/
#wraps:has(.from_noritake_content) {
	background-image:url(../img/fromnoritake.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#fffff3;
}
#wraps:has(.from_noritake_content) #wrapper {
	height: 600px;
}
#wraps:has(.from_noritake_content) h1,
#wraps:has(.from_noritake_content) #noritake{
	display:none;
}

.cb {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
}
.cb-close{
	background-image:url(../img/btn_close.png);
	background-repeat:no-repeat;
}
.cb-minus{
	background-image:url(../img/btn_mainasu.png);
	background-repeat:no-repeat;
}
.cb-plus{
	background-image:url(../img/btn_plus.png);
	background-repeat:no-repeat;
}
.cb-user-circle {
	background-image:url(../img/usericon.png);
	background-repeat:no-repeat;
	background-size:50px 50px;
}
#customer_detail_box {
	position:relative;
}
/*
.btn_edit a{
	display:block;
	width:50px;
	border:1px solid #d7dadd;
	background-color:#f5f7f8;
	text-align:center;
	padding: 10px;
	font-size:13px;
	color:#000000;
	text-decoration:none;
}
*/
#haiso .btn_edit a{
	display:block;
	width:50px;
	border:1px solid #d7dadd;
	background-color:#fff;
	text-align:center;
	padding: 5px;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}
#customer_detail_box div.mod-button {
	margin: 20px 0px;
	position:relative;
	color:#fff;
}
#customer_detail_box div.mod-button span#customer-ok button{
	position:inherit;
	float:left;
	margin: 0px 10px 0px 0px;
	background-color:#fffaed;
	color:#fff;
	padding: 10px 20px;
	font-weight:bold;
	color:#000000;
}
#customer_detail_box div.mod-button span#customer-cancel button{
	position:inherit;
	background-color:#fffaed;
	color:#fff;
	padding: 10px 20px;
	font-weight:bold;
	color:#000000;
}
/*-----------------*/
#customer_detail_box input{
	padding: 5px;
	font-size:14px;
}
/*-----------------*/
#customer_detail_box button{
	display:block;
	border:1px solid #d7dadd;
	background-color:#f5f7f8;
	position:absolute;
	right:0;
	top:0;
	text-align:center;
	padding: 15px 20px;
	font-size:14px;
	color:#737272;
	text-decoration:none;
	font-weight:normal;
}
/*-----------*/
#detail_wrap div#detail_box{
	width:100%;
}
#detail_wrap div#detail_box div#detail_box__body_inner {
	display:table;
	width:100%;
	margin:auto;
}
#detail_wrap div#detail_box div#detail_box__body_inner dl{
	display:table-row;
	clear:both;
}
#detail_wrap div#detail_box div#detail_box__body_inner dt{
	display:talbe-cell;
	padding: 10px 0px;
	width:30%;
}
#detail_wrap div#detail_box div#detail_box__body_inner dd{
	display:talbe-cell;
	padding: 10px 0px;
	width: 70%;
	vertical-align:top;
}
/*----------------*/

#page_mypage_history_ #detail_box{
	margin: 0px auto 30px auto;
	height: 110px;
}
#page_mypage_history_ #detail_box dl{
	clear:both;
	margin: 0px;
	padding: 0px;
	border-top: 1px dotted #928F8F;
}
#page_mypage_history_ #detail_box dt{
	margin: 0px;
	padding: 10px 0px;
	float:left;
	width:15%;
	text-align:left;
	font-weight:bold;
	border-bottom: 1px dotted #928F8F;
}
#page_mypage_history_ #detail_box dd{
	margin: 0px;
	padding: 10px 0px;
	float:left;
	width:85%;
	border-bottom: 1px dotted #928F8F;
}
#page_mypage_history_ #detail_box__top_button {
	clear:both;
	width:1000px;
	margin:auto;
	text-align:center;
}
#page_mypage_history_ #detail_box__top_button a{
	display:block;
	border:1px solid #d7dadd;
	text-decoration:none;
	padding: 10px 30px;
	margin: 20px 0px 80px 0px;
	width:100px;
	float:left;
	background-color:#f5f7f8;
	font-size:14px;
	color:#000000;
}
#page_mypage_history_ div#detail_list_box__list dl.item_detail {
	display:block;
	margin: -10px 0px 0px 0px;
	padding: 0px;
	float:left;
}
#shopping_confirm #summary_box__summary{
	width: 240px;
}
#shipping_confirm_box--0 div.cart_item {
	display:table;
}
.td{
	display:table-row;
}
div.item_photo {
	display:table-cell;
}
div.item_photo img{
	width:70px;
	height:auto;
}
#summary_box__total_box{
	margin:20px auto;
}
#summary_box__total_box dl#summary_box__subtotal{
	clear:both;
	margin: 0px;
	padding: 0px;
	width:100%;
}
#summary_box__total_box dl dt{
	width:30%;
}
#summary_box__total_box dl dd{
	width:70%;
}
#summary_box__result{
	width:100%;
	margin:20px auto;
	padding: 0px 0px 10px 0px;
}
#summary_box__result p#summary_box__total_amount {
	width:95%;
	margin:-19px auto 0px auto;
	background-color:#fff;
	padding: 20px 6px;
}
#summary_box__confirm_button {
	float:right;
	margin: 0px;
	clear:both;
	width:100%;
}
#summary_box__confirm_button button{
	padding: 15px 0px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	background-color:#f95353;
	width:100%;
	border: none;
	font-size:16px;
	cursor: pointer;
}
#summary_box__total_box h2{
	font-size: 12px;
	clear:both;
	margin: 0px 0px 0px 0px;
}
#summary_box {
	width:80%;
	margin:20px 30px;
}
#summary_box dl{
	clear:both;
	margin: 0px;
	padding: 0px;
}
#summary_box dt,
#summary_box__total_box dt{
	text-align:left;
	vertical-align:top;
	padding: 7px 0px;
	margin: 0px;
	float:left;
	width:70px;
	border-bottom: 1px solid #dbdbdb;
}
#summary_box dd,
#summary_box__total_box dd{
	float:left;
	text-align:right;
	font-size:14px;
	vertical-align:top;
	padding: 7px 0px;
	margin: 0px;
	font-weight:normal;
	width: 160px;
	border-bottom: 1px solid #dbdbdb;
}
#summary_box__reorder_button {
	float:right;
	margin: 0px;
	clear:both;
	font-size:16px;
	width:100%;
}
#summary_box__reorder_button a{
	padding: 10px 0px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	background-color:#54b431;
	width:100%;
	border: none;
	display:block;
}
#shopping_confirm #summary_box__summary{
	width: 240px;
}
#favorite_list__not_found_message {
	text-align:center;
}
.total_amount {
	text-align:right;
}
.total_price strong{
	font-size:16px;
}
span.small{
	font-weight:normal;
	font-size:12px;
}
#cart_form_chui {
	clear:both;
	background-color:#f95353;
	color:#fff;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding: 20px 0px;
}
#cart_form_guide {
	clear:both;
	margin: 10px 0px;
	padding: 10px 0px;
	text-align:left;
	font-size:11px;
}
#page_shopping_ #cart_box .table{
	width:100%
}
#contact_message {
}
#contact_message textarea{
	width:99%;
	margin: 5px 0px;
	border: 1px solid #D1D0D0;
}

/*------------*/
#deliveradd_input_box__message {
	text-align:center;
	/*
	padding: 40px;
	width:550px;
	*/
	margin:auto;
}
#deliveradd_input_box__top_button {
	text-align:center;
	padding: 0px 0px 60px 0px;
}
#confirm_box__quantity_edit_button {
	display:block;
	width:230px;
	border:1px solid #d7dadd;
	text-decoration:none;
	text-align:center;
	background-color:#f5f7f8;
	padding: 10px 0px;
	font-size:14px;
	color:#000000;
	margin: 0px 0px 50px 0px;
}
#confirm_main {
	width:100%;
}
#confirm_main .heading02{
	font-size:14px;
	background-color:#f7f7f7;
	padding: 10px;
	margin: 0px;
}
#page_homepage_ #main_bottom .toptitle{
	/*border:none;*/
}
#fs_Top #main_bottom #newtitle{
	border:none;
}
/*---------------*/
#haiso {
	border: 3px solid #fff8d4;
	float:left;
	width:250px;
	background-color:#fcf8e3;
	padding: 20px 30px;
	height: 380px;
}
#siharai {
	border: 3px solid #fff8d4;
	float:left;
	width:250px;
	background-color:#fcf8e3;
	margin: 0px 0px 0px 25px;
	padding: 20px 30px;
	height: 380px;
}
.block_d {
	border: 3px solid #f7f7f7;
	float:right;
	padding: 20px 30px;
	clear:both;
}
.block_d h3{
	text-align:center;
	font-size:14px;
	color:#F8494C;
}
.block_d h3 b{
	display:block;
	clear:both;
	font-weight:normal;
}
#haiso h2,
#haiso h3,
#siharai h2{
	font-size:14px;
	text-align:center;
	margin: 0px;
	padding: 5px;
	background-color:#ffd4a5;
}
#haiso div.form-group {
	border-top:1px solid #ffd4a5;
	padding: 5px 0px;
}
#haiso div.form-group hr{
	border:solid #ffd4a5;
   border-width:1px 0 0 0;
   height:1px;/* for IE6 */
   clear:both;/* for IE6 */
}
#siharai ul{
	margin: 0px 0px;
	padding: 10px 0px;
}
#siharai ul li{
	margin: 0px;
	padding: 5px 0px;
	list-style:none;
	font-size:14px;
}
/*----------------------*/
#shopping-form #shopping_confirm_box__button_edit_multiple {
	display:none;
}
#top_box__body,
#confirm_box__body{
	width: 650px;
	margin:auto;
}
#top_box__body #top_box__body_inner,
#confirm_box__body_inner{
	width:100%;
}
#top_box__body #top_box__body_inner input#login_email {
	width: 100%;
}
#top_box__body #top_box__next_button button{
	display:block;
	margin: 20px auto;
	background-color:#000000;
	color:#fff;
	padding: 10px 40px;
	border:none;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#complete_box__message {
	text-align:center;
}
#top_box__address_detail input,
#top_box__email input,
#top_box__password input{
	margin: 5px 0px;
}
#top_box__address input#addr01,
#top_box__address input#addr02,
#top_box__email input,
#top_box__password input{
	width:100%;
}
#top_box__tel input,
#top_box__fax input{
	width:25%;
}
#top_box__birth select{
	font-size:16px;
}
#top_box__agreement {
	text-align:center;
	padding: 10px 0px;
}
#top_box__footer {
	text-align:center;
}
#top_box__footer button{
	display:block;
	margin: auto;
	background-color:#000000;
	color:#fff;
	padding: 10px 0px;
	border:none;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:40%;
}
#top_box__footer a.btn-block{
	display:block;
	margin: auto;
	border: 2px solid #000000;
	color:#000;
	padding: 10px 0px;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:39.5%;
}
#shopping_confirm dl.item_detail{
}
#shopping_confirm dl.item_detail dt{
}
#shopping_confirm dl.item_detail dd{
}
#top_box__contents {
}
#top_box__contents textarea {
	width:100%;
}
#confirm_box__button_menu button{
	display:block;
	margin: 20px auto;
	padding: 10px 0px;
	width: 40%;
	border:none;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#confirm_box__button_menu p#confirm_box__confirm_button button{
	background-color:#000000;
	color:#fff;
}
#confirm_box__button_menu p#confirm_box__back_button button{
	border: 1px solid #000000;
	color:#000000;
	background-color:#fff;
}
/*-------------*/
#shop {
	display:table;
	font-size:14px;
	line-height:180%;
}
#shop dl{
	display:table-row;
}
#shop dl dt{
	display:table-cell;
	width: 40%;
}
#shop dl dt img{
	width:90%;
	height:auto;
}
#shop dl dd{
	display:table-cell;
	vertical-align:top;
	padding: 0px 0px 50px 0px;
}
#shop dl dd h2{
	margin: 0px 0px 10px 0px;
	padding: 15px 0px;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
}
#shop dl dd table{
	border-top: 1px solid #CFCFCF;
	width:100%;
	clear:both;
}
#shop dl dd table th{
	border-bottom: 1px solid #CFCFCF;
	padding: 10px 0px;
	font-weight:normal;
	color:#767676;
}
#shop dl dd table td{
	border-bottom: 1px solid #CFCFCF;
	padding: 10px 0px;
}
#shop_message {
	border: 3px solid #DBDADA;
	padding: 20px;
	text-align:center;
	font-size:14px;
	line-height:180%;
	font-weight:bold;
}

#deliver_wrap {
	width:800px;
	margin:auto;
}
#list_box__add_button {
}
#list_box__add_button a,
#delivery_box__new_button button{
	display:block;
	border:1px solid #d7dadd;
	text-decoration:none;
	text-align:center;
	background-color:#f5f7f8;
	padding: 10px 20px;
	font-size:14px;
	color:#000000;
	margin: 0px 0px 30px 0px;
	float:left;
}
#list_box__list_body{
	display:table;
	clear:both;
	width:100%;
	border-top:1px solid #e4e4e4;
}
#delivery_address_list{
	display:table;
	clear:both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
}
#list_box__list_body div.addr_box,
#delivery_address_list div.addr_box{
	width:100%;
	display:table;
	clear:both;
}
#list_box__list_body div.tbody,
#delivery_address_list div.tbody{
	display:table-row;
}
#list_box__list_body div.tbody div.icon_radio,
#delivery_address_list div.tbody div.icon_radio{
	display:table-cell;
	height:100px;
	border-bottom:1px solid #e4e4e4;
}
#list_box__list_body div.tbody div.column,
#delivery_address_list div.tbody div.column{
	display:table-cell;
	height:100px;
	border-bottom:1px solid #e4e4e4;
}
#delivery_address_list p.btn_edit{
	position:relative;
	text-align:center;
	padding: 0px 0px 50px 0px;
}
#delivery_address_list p.btn_edit a{
	border:none;
}
#delivery_address_list p.btn_edit button{
	display:block;
	width:100%;
	padding: 15px 0px;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	color:#000;
	background-color:#f5f7f8;
	border:none;
	margin:auto;
	position:absolute;
	top:0px;
	right:0;
	border: 1px solid #d7dadd;
}
#list_box__confirm_button,
#list_box__back_button,{
	text-align:center;
}
#list_box__confirm_button button{
	display:block;
	width:250px;
	padding: 15px 0px;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	color:#fff;
	background-color:#000;
	border:none;
	margin:auto;
}
#list_box__back_button a{
	display:block;
	width:250px;
	padding: 7px 0px;
	margin:auto;
	text-align:center;
	text-decoration:none;
	font-size:12px;
	border: 1px solid #000;
	color:#000;
}
#top_allink {
	display:block;
	clear:both;
	float:right;
	background-color:#000000;
	color:#fff;
	padding: 5px 40px;
	margin: 0px;
	text-decoration:none;
}
/*-----------------*/
#type_box {
	font-size:13px;
}
#type_box h2{
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	margin: 0px;
	padding: 10px 0px;
	text-align:center;
}
#type_box h3{
	color:#EC4A4D;
	font-size:16px;
	text-align:center;
	padding: 20px 0px;
	margin: 20px auto;
	border: 2px solid #EC4A4D;
}
#type_box h5{
	font-size:16px;
}
#type_box h6{
	font-size:14px;
	background-color: #676767;
	color:#fff;
	padding: 10px;
}
.typebox {
	display:table;
}
.typebox dl{
	display:table-row;
}
.typebox dl dt{
	display:table-cell;
	vertical-align:top;
	width: 40%;
}
.typebox dl dt img{
	width:85%;
}
.typebox dl dd{
	display:table-cell;
	vertical-align:top;
}
.typebox dl dd table{
	border-top: 1px solid #DCDADA;
	border-right: 1px solid #DCDADA;
	width:100%;
}
.typebox dl dd table th{
	background-color:#f7f7f7;
	border-bottom: 1px solid #DCDADA;
	border-left: 1px solid #DCDADA;
	padding: 5px 0px;
	font-weight:normal;
	line-height: 140%;
}
.typebox dl dd table td{
	border-bottom: 1px solid #DCDADA;
	border-left: 1px solid #DCDADA;
	text-align:center;
	padding: 5px;
	line-height: 140%;
}
/*-----------*/
.typebox img{
	width: 100%;
	height:auto;
	border: 1px solid #D8D8D8;
}
#hikakuhyo {
	width:80%;
	margin:auto;
	border: 1px solid #DBDBDB;
}
#hikakuhyo th{
	background-color:#fed8d8;
	padding: 7px 0px;
	text-align:center;
}
#hikakuhyo td{
	padding: 10px 0px;
	text-align:center;
	font-size:14px;
}
#hikakuhyo tr.gll td{
	background-color:#f7f6f6;
}
#omosachui{
	width:80%;
	margin:auto;
	text-align:right;
}
/*--------------*/
#guide_box__body{
	font-size:14px;
}
#guide_box__body h4{
	font-size:16px;
	color:#e83232;
	border-bottom: 1px solid #FDACAD;
	padding: 10px 0px;
}
#guide_box__body h5{
	font-size:16px;
}
.guidetablebox {
	display:table;
	border-top: 1px solid #E0DEDE;
	border-right: 1px solid #E0DEDE;
}
.guidetablebox dl{
	display:table-row;
}
.guidetablebox dl dt{
	display:table-cell;
	vertical-align:top;
	border-bottom: 1px solid #E0DEDE;
	border-left: 1px solid #E0DEDE;
	width: 15%;
	padding: 10px;
	background-color:#f7f7f7;
}
.guidetablebox dl dd{
	display:table-cell;
	vertical-align:top;
	border-bottom: 1px solid #E0DEDE;
	border-left: 1px solid #E0DEDE;
	padding: 10px;
}
/*------------*/

.henpinbox {
	display:table;
	border-top: 1px solid #E0DEDE;
	border-right: 1px solid #E0DEDE;
}
.henpinbox dl{
	display:table-row;
}
.henpinbox dl dt{
	display:table-cell;
	vertical-align:top;
	border-bottom: 1px solid #E0DEDE;
	border-left: 1px solid #E0DEDE;
	padding: 10px 20px;
	background-color:#f7f7f7;
}
.henpinbox dl dd{
	display:table-cell;
	vertical-align:top;
	border-bottom: 1px solid #E0DEDE;
	border-left: 1px solid #E0DEDE;
	padding: 10px 20px;
}
/*------------------------*/
#page_shopping_confirm_ #cart_box_list .table{
	width:100%;
}
#modoru3 {
	display:none;
}
#activate_box__message {
	width: 50%;
	margin:auto;
	background-color:#F7F7F7;
	padding: 20px 0px;
	text-align:center;
}
#cart_coments {
	float:left;
	margin: 0px 0px -100px 0px;
	padding: 10px 0px;
	width: 45%;
	position:relative;
}
/*-----------------*/
.colorsize {
	display:table;
	width:100%;
	margin: 0px 0px 15px 0px;
}
.colorsize dl{
	display:table-row
}
.colorsize dl dt{
	display:table-cell;
	vertical-align:top;
	padding: 15px 10px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 13%;
	font-size:11px;
	color:#6C6B6B;
    background-color: #e7e7e7;
}
.colorsize dl dd{
	display:table-cell;
	vertical-align:top;
	padding: 15px 10px;
	border-bottom: 2px solid #fff;
    background-color: #f3f3f3;
}
.colorsize dl dd table{
	border-top: 1px solid #DCDADA;
	border-right: 1px solid #DCDADA;
	width:100%;
    background-color: white;
}
.colorsize dl dd table th{
	background-color:#f7f7f7;
	border-bottom: 1px solid #DCDADA;
	border-left: 1px solid #DCDADA;
	padding: 5px 0px;
	font-weight:normal;
	line-height: 140%;
}
.colorsize dl dd table td{
	border-bottom: 1px solid #DCDADA;
	border-left: 1px solid #DCDADA;
	text-align:center;
	padding: 5px;
	line-height: 140%;
	font-size:14px;
}
#f_1_banar{
	margin: 0px auto -107px auto;
	text-align:center;
}
#f_1_banar .sm{
	display:none;
}
/*----------------*/
#gw {
	font-size:14px;
	text-align:center;
	margin: 20px 0px;
	float:left;
	width:100%;
}
#gw strong{
	text-align:center;
}
#gw2{
	float:left;
}
.sai_mail {
	text-align:center;
}
.sai_mail a{
	display:block;
	background-color:#858484;
	color:#fff;
	width:100%;
	text-decoration:none;
	padding: 17px 0px;
	font-size: 14px;
	line-height:100%;
}
.sai_mail img{
	width:18px;
	height:auto;
}
#otodoke_chui {
	font-size:11px;
	line-height:130%;
	margin: 5px 0px;
	padding: 0px;
}
/*---------------*/
.newtables {
	display:table;
}
.newtables dl{
	display:table-row;
}
.newtables dl dd{
	display:table-cell;
	width:22px;
}
.newtables dl dt{
	display:table-cell;
	padding: 0px 0px 45px 0px;
}
.newtables dl dt img{
	width:100%;
}
.newtables dl dt ol{
	margin: -30px 0px 0px 10px;
	padding: 0px;
	position:relative;
}
.newtables dl dt ol li{
	margin: 0px 5px 0px 0px;
	padding: 3px 5px;
	list-style:none;
	float:left;
	font-size:10px;
	line-height:100%;
	background-color:#fff;
}

.newtables dl dt h2{
	clear:both;
	font-size:13px;
	padding: 20px 0px 0px 0px;
	margin: 0px;
}
.newtables dl dt h2 a{
	color:#000000;
	text-decoration:none;
}
.newtables dl dt h2 a:hover{
	text-decoration:underline;
}
.newtables dl dt p.price{
	margin: 0px;
	padding: 0px;
	clear:both;
	color:#737272;
}
.newtables dl dt a.ichi_img{
	display:block;
	border: 1px solid #d7d6d6;
	line-height:0;
}
.newtables dl dt a.ichi_img:hover{
	border: 1px solid #fe9898;
}
#top_newitem2 dl dt:nth-child(1),
#top_newitem2 dl dt:nth-child(3),
#top_newitem2 dl dt:nth-child(5){
	
}
#top_newitem2 dl dt:nth-child(8),
#top_newitem2 dl dt:nth-child(7){
	border: 1px solid #000000;
}

/*--------------*/
#topnews {
	display:table;
	clear:both;
	width:100%;
	background-color:#f7f7f7;
	margin: 70px 0px 30px 0px;
}
#topnews dl{
	display:table-row;
}
#topnews dl dt{
	display:table-cell;
	width: 20%;
	padding: 40px 0px 30px 0px;
	vertical-align:top;
	font-size:18px;
	text-align:center;
}
#topnews dl dd{
	display:table-cell;
	padding: 40px 0px 30px 0px;
	vertical-align:top;
}
#topnews dl dd table{
	border-left: 1px solid #d2d2d2;
}
#topnews dl dd table th{
	padding: 0px 10px 5px 60px;
	font-weight:normal;
	color:#52af80;
}
#topnews dl dd table td{
}
#topnews dl dd table td a:hover{
	text-decoration:none;
}
#navbox, #drawer, #menu, .sp, #osusume_wrap2 {
    display: none!important;
}
.remaining{
	font-size:11px;
	margin: 0px -10px;
}
.nokori{
	font-size:11px;
	margin: 0px -10px;
	color:#166de3;
}
video {
	width:500px;
	height:auto;
}
textarea#contact_contents {
	height: 120px;
}

/*-----------------*/
#special_wrap {
	width:1000px;
	margin:auto;
}
.box3 {
	display: table;
	width:1000px;
	margin: 0px auto;
}
#rank45 {
	width:650px;
	margin: -80px auto 0px auto;
}
.box3 dl{
	display:table-row;
}
.box3 dl dd{
	width:50px;
	display: table-cell;
}
.box3 dl dt{
	display: table-cell;
    width: 300px;
	margin: 0px;
	padding: 0px 0px 50px 0px;
}
.box3 dl dt img{
}
.box3 dl dt a.ichi_img {
	border: 1px solid #66bd37;
	line-height:0;
	display:block;
	margin: 0px 0px 10px 0px;
	width:100%;
	height:auto;
	position:relative;
}
.box3 dl dt a.ichi_img img{
	width:100%;
	height:auto;
}
.box3 dl dt ol{
	margin: -35px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	position:relative;
	height: 35px;
}
.box3 dl dt ol li{
	margin: 0px 5px 0px 0px;
	padding: 3px 5px;
	list-style:none;
	float:left;
	font-size:10px;
	line-height:100%;
	background-color:#fff;
}
.box3 dl dt h2{
	clear:both;
	font-size:14px;
	padding: 10px 0px 0px 0px;
	margin: 0px;
}
.box3 dl dt h2 a{
	color:#000000;
	text-decoration:none;
}
.box3 dl dt h2 a:hover{
	text-decoration:underline;
}
.box3 dl dt p.price{
	margin: 0px;
	padding: 0px;
	clear:both;
}
/*
#page_user_data_xmas #wraps{
	
	background-image:url(https://kinashi-cycle.com/user_data/save_image/xmasimage2018.jpg);
	background-repeat:no-repeat;
	background-size: auto 500px;
	background-position:center 40px;
}
#page_xmas_list #wraps{
	background-image:url(https://kinashi-cycle.com/user_data/save_image/xmasimage_list.jpg);
	background-repeat:no-repeat;
	background-size: auto 250px;
	background-position:center 40px;
}
#page_user_data_xmas #wraps #pankz,
#page_user_data_xmas #wraps #pankz a,
#page_xmas_list #wraps #pankz,
#page_xmas_list #wraps #pankz a{
	color:#fff;
}
#page_user_data_xmas #wraps #ichiran_title,
#page_xmas_list #wraps #ichiran_title {
	color:#fff;
}
#page_xmas_list #ichiran_title{
	margin: auto auto 120px auto;
}
#xmasimage {
	width:100%;
	text-align:center;
	position:relative;
}
	*/
.sptitle {
	width:235px;
	margin:auto;
	text-align:center;
}
.sptitle img{
	width:100%;
	height:auto;
}
#sprank {
	margin: 100px auto -100px auto;
	z-index:10;
}
a#sp_linkother {
	display:block;
	background-color:#416431;
	color:#fff;
	text-decoration:none;
	margin: 100px auto;
	padding: 20px;
	width: 400px;
	text-align:center;
	font-size: 16px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	clear:both;
}
.sp_banar {
	width: 1000px;
	margin:auto;
}
.sp_banar img{
	width:100%;
	height:auto;
}
#sp_rank_wrap {
	clear:both;
	width:1260px;
	background-color:#ededed;
	margin:auto -130px -100px -130px;
	padding: 0px 0px 100px 0px;
	background-image:url(https://kinashi-cycle.com/user_data/save_image/yukiback.jpg);
	background-repeat:no-repeat;
	background-size: 100% auto;
}
#sp_rank_wrap .box3{
}
.container{
	width:500px;
	margin:auto;
}
.rankimg{
	text-align:center;
	margin: 120px auto auto auto;
}
.rankimg img{
	width:70px;
	height:auto;
}
.container select{
	font-size:16px;
}
.box3 dl dt a.ichi_img img.giftxmas{
	position:absolute;
	width:70px;
	height:auto;
	top:220px;
	right:10px;
	z-index:10;
}
.ichiran_box dl dt img.giftxmas{
	position:absolute;
	width:70px;
	height:auto;
	top:150px;
	right:10px;
	z-index:10;
}
#item_photo_area img.giftxmas{

	position:absolute;
	width:120px;
	height:auto;
	top:360px;
	right:20px;
	z-index:10;

}
.newtables dl dt img.giftxmas{
	position:absolute;
	width:70px;
	height:auto;
	top:150px;
	right:10px;
	z-index:10;
}
#rap_txt {
	font-weight:bold;
	color: #EB4144;
	font-size:12px;
	line-height:140%;
}
/*--------------*/
#narabikae {
	text-align:center;
	border-bottom: 1px solid #000000;
	margin: 0px 0px 30px 0px;
}
#narabikae div{
	display:table;
	margin:auto;
	color:#6B6B6B;
}
#narabikae div dl{
	display:table-row;
}
#narabikae div dl dt{
	display:table-cell;
	padding: 0px;
	border-right: 1px solid #C1BEBE;
}
#narabikae div dl dt#left{
	border-left: 1px solid #C1BEBE;
}
#narabikae div dl dd#title{
	background-color:#f7f7f7;
	padding: 0px 20px;
	border-left: 1px solid #C1BEBE;
}
#narabikae div dl dd{
	display:table-cell;
	padding: 0px;
}
#narabikae div dl dt a{
	color:#000000;
	display:block;
	padding: 5px 20px;
}
#narabikae div dl dd a{
	color:#000000;
	display:block;
	padding: 5px 10px;
}
#narabikae div dl dt a:hover,
#narabikae div dl dd a:hover{
	text-decoration:none;
	background-color:#f4f4f4;
}
#narabikae div dl dt a#fix{
	color:#fff;
	background-color:#000000;
	text-decoration:none;
}
#mailbanar {
	text-align: center;
	margin:  30px auto auto auto;
}
#mailbanar img{
	width: 80%;
	height: auto;
	margin: auto:
}
/*-----------------*/
#xmas_txt{
	font-size:14px;
	text-align:center;
}
#xmas_txt b{
	background-color:#FCFB93;
}
/*-----------------*/
#xmas_table01,
#xmas_table02 {
	display:table;
	position:relative;
	width:100%;
	margin: 50px 0px;
	clear:both;
}
#xmas_table01 dl,
#xmas_table02 dl{
	display:table-row;
}
#xmas_table01 dl dt,
#xmas_table02 dl dt{
	display:table-cell;
	width: 560px;
	vertical-align:top;
}
#xmas_table01 dl dt img,
#xmas_table02 dl dt img{
	width: 540px;
	height: auto;
}
#xmas_table02 dl dt img{
	float:right;
}
#xmas_table01 dl dd,
#xmas_table02 dl dd{
	display:table-cell;
	vertical-align:top;
}
#xmas_table01 dl dd ul,
#xmas_table02 dl dd ul{
	margin: 0px;
	padding: 0px;
	clear:both;
}
#xmas_table01 dl dd ul li,
#xmas_table02 dl dd ul li{
	margin: 0px;
	padding: 0px 0px 30px 0px;
	clear:both;
	list-style:none;
}
#xmas_table01 dl dd ul li img,
#xmas_table02 dl dd ul li img{
	border: 1px solid #CFCCCC;
}
/*-----------------------*/
#xmas_table01 dl dd ul li img.sum{
	float:left;
	margin: 0px 10px 30px 0px;
	padding: 0px;
	width: 93px;
	height:auto;
}
#xmas_table01 dl dd ul li img.fix{
	display: none;
	position:absolute;
	top:0;
	left:0;
	width: 540px;
	height: auto;
	z-index:10;
}
/*-----------------------*/
#xmas_table02 dl dd ul li img.sum{
	float:right;
	margin: 0px 0px 30px 10px;
	padding: 0px;
	width: 93px;
	height:auto;
}
#xmas_table02 dl dd ul li img.fix{
	display: none;
	position:absolute;
	top:0;
	right:0;
	width: 540px;
	height: auto;
	z-index:10;
}
/*-----------------------*/
#xmas_table01 dl dd ul li a:hover .fix,
#xmas_table02 dl dd ul li a:hover .fix{
	display:block;
}
#xmas_table01 dl dd ul li div,
#xmas_table02 dl dd ul li div{
}
#xmas_table01 dl dd ul li div h3,
#xmas_table02 dl dd ul li div h3{
	margin: 0px;
	padding: 0px;
	font-size:16px;
}
#xmas_table01 dl dd ul li div a,
#xmas_table02 dl dd ul li div a{
	color:#000000;
}
#xmas_table01 dl dd ul li div a:hover,
#xmas_table02 dl dd ul li div a:hover{
	text-decoration:none;
}
#xmas_table01 dl dd ul li div h4,
#xmas_table02 dl dd ul li div h4{
	font-weight:normal;
	font-size:12px;
	margin: 0px;
	padding: 0px;
}
#xmas_table01 dl dd ul li div h5,
#xmas_table02 dl dd ul li div h5{
	font-weight:normal;
	font-size:12px;
	margin: 0px;
	padding: 0px;
}
/*----------------*/
.xms_h4 {
	border-radius: 110px;
	-moz-border-radius: 110px;
	-webkit-border-radius: 110px;
	border: 5px solid #416431;
	width: 110px;
	height: 110px;
	margin:auto;
	text-align:center;
	font-size:14px;
	line-height:0;
	color:#416431;
}
.xms_h4 span{
	display:block;
	margin: 55px auto auto auto;
}
/*--------------------*/
.xmaslist {
	display:table;
	margin: 20px auto;
}
.xmaslist dl{
	display:table-row;
}
.xmaslist dl dt{
	display:table-cell;
	text-align:center;
	width: 173px;
}
.xmaslist dl dt img{
	width: 95%;
	height:auto;
	margin:auto;
	border: 1px solid #CFCCCC;
}
#torenar dl dt{
	/*
	width: 255px;
	height:auto;
	*/
}
.xmaslist dl dt a{
	color:#000000;
	text-decoration:none;
}
.xmaslist dl dt a b{
	display:block;
	clear:both;
	font-weight:normal;
}
.xmasmore {
	clear:both;
}
.xmasmore a{
	display:block;
	margin:auto auto 50px auto;
	background-color:#B1B0B0;
	padding: 5px 0;
	color:#fff;
	text-align:center;
	text-decoration:none;
	width: 200px;
	clear:both;
	border-radius: 110px;
	-moz-border-radius: 110px;
	-webkit-border-radius: 110px;
}
#page_product_detail_784 div#classes_wrap table th.radio_0 {
	width:80px;
}
div#classes_wrap table td{
	vertical-align:middle;
}
.nokori {
	line-height:150%;
}
/*-----------*/
#page_user_data_xmas #wraps{
	background-color:#c9c9ca;
}
#page_user_data_xmas #wraps #headline {
	background-color:#fff;
}

#xmaswrap{
	position:relative;
	background-color:#fff;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	float:left;
	width:100%;
	margin: -10px 0px 0px 0px;
}
#xmaswrap #pankz {
	position:absolute;
	top:0;
	color:#fff;
	padding: 10px 20px;
}
#xmaswrap #pankz a{
	color:#fff;
}
#xmaswrap img.sm{
	display:none;
}
#xmas2019back{
	background-image:url(https://kinashi-cycle.com/user_data/save_image/xmas2019.jpg);
	background-repeat:no-repeat;
	background-size: 100% auto;
	background-position: center top;
	height:2356px;
	width:100%;
	position:relative;
}
#xmas2019back a{
	position:absolute;
	display:block;
}
#xmas2019back a:hover{
	background-image:url(https://kinashi-cycle.com/user_data/save_image/xmaslinkwhback.png);
}
#xmas2019back a span,
#xmaswrap #ichiran_wrap {
	display:none;
}
#xmas2019back a#link01{
	width:325px;
	height:100px;
	top:150px;
	left:350px;
}
#xmas2019back a#link02{
	width:180px;
	height:100px;
	top:480px;
	left:70px;
}
#xmas2019back a#link03{
	width:170px;
	height:100px;
	top:400px;
	left:690px;
}
#xmas2019back a#link04{
	width:320px;
	height:90px;
	top:615px;
	left:480px;
}
#xmas2019back a#link05{
	width:215px;
	height:100px;
	top:823px;
	left:415px;
}
#xmas2019back a#link06{
	width:230px;
	height:90px;
	top:1020px;
	left:255px;
}
#xmas2019back a#link07{
	width:180px;
	height:90px;
	top:1030px;
	left:640px;
}
#xmas2019back a#link08{
	width:270px;
	height:100px;
	top:1270px;
	left:700px;
}
#xmas2019back a#link09{
	width:240px;
	height:100px;
	top:1410px;
	left:30px;
}
#xmas2019back a#link10{
	width:300px;
	height:100px;
	top:1730px;
	left:505px;
}
#xmas2019back a#link11{
	width:215px;
	height:100px;
	top:1970px;
	left:280px;
}
#xmas2019back a#link12{
	width:160px;
	height:100px;
	top:2155px;
	left:710px;
}
/*------------------*/
#xmasprebox1 {
	margin: 30px auto;
	width:85%;
}
#xmasprebox1 th{
	width:100px;
	vertical-align:top;
	text-align:left;
}
#xmasprebox1 th img{
	width:90%;
	height:auto;
}
#xmasprebox1 td{
	font-size:14px;
}
#xmasprebox1 td h3{
	color:#913523;
	font-size:20px;
	margin: 0px;
	padding: 0px;
}
/*------------*/
#xmas_footerhukuro {
	display:table;
	width:85%;
	margin:auto auto 50px auto;
	border:2px solid #FF0004;
}
#xmas_footerhukuro dl{
	display:table-row;
}
#xmas_footerhukuro dl dt{
	display:table-cell;
	vertical-align:top;
	text-align:left;
	width:80%;
}
#xmas_footerhukuro dl dt table{
}
#xmas_footerhukuro dl dt table th{
	width:100px;
	vertical-align:top;
	text-align:left;
	padding: 20px 20px 0 20px;
}
#xmas_footerhukuro dl dt table th img{
	width:90%;
	height:auto;
}
#xmas_footerhukuro dl dt table td{
	font-size:14px;
	padding: 10px 0;
}
#xmas_footerhukuro dl dd{
	display:table-cell;
	vertical-align:top;
	text-align:left;
	padding: 20px;
}
#xmas_footerhukuro dl dd img{
	width:130px;
	height:auto;
	float:right;
}
#xmas_txt1 {
	padding: 0 20px;
	margin:0;
	font-size:14px;
}
#xmas_txt1 img{
	display:none;
}
#xmas_otherlink {
	clear:both;
	display:block;
	background-color:#10335f;
	color:#fff;
	text-decoration:none;
	text-align:center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size:16px;
	width:500px;
	padding: 10px 0;
	margin: 50px auto auto auto;
}
#xmasbtn {
	margin: 0px auto 50px auto;
	clear:both;
}
/*---------*/
#sizelinkwrap {
	display: table;
	width: 100%;
	margin: 20px 0;
	clear: both;
}
#sizelinkwrap dl{
	display: table-row;
}
#sizelinkwrap dl dd{
	display: table-cell;
	width: 2%;
}
#sizelinkwrap dl dt{
	display: table-cell;
	width: 15%;
}
#sizelinkwrap dl dt img{
	width: 100%;
	height: auto;
}
#sizetxt{
	text-align: right;
	clear: both;
	width: 100%;
}

/*-------------*/
#top_newitem{
    
}
#top_newitem ul li div{
    padding: 15px;
}
#top_newitem ul{
    display: block;
    margin: 0px;
    padding: 0px;
}
#top_newitem ul li{
    margin: 0px;
    padding: 0px 0 20px 0;
    list-style: none;
    float: left;
    width: 33%;
}
#top_newitem ul li img{
    width: 100%;
    height: auto;
	border: 1px solid #d7d6d6;
	line-height:0;
}
#top_newitem ul li span{
    display: block;
    float: left;
    clear: both;
	font-size:10px;
	line-height:100%;
    padding: 5px;
    margin: -32px 0 0 5px;
    position: relative;
    z-index: 5;
	background-color:#fff;
    color: red;
}
#top_newitem ul li h2{
	clear:both;
	font-size:13px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
#top_newitem ul li h2 a{
    color: black;
    text-decoration: none;
    text-decoration: none;
}
#top_newitem ul li p{
	margin: 0px;
	padding: 0px;
	clear:both;
	color:#737272;
}
#top_newitem ul li:nth-child(4),
#top_newitem ul li:nth-child(5){
    width: 50%;
}
#top_newitem ul li:nth-child(6),
#top_newitem ul li:nth-child(7),
#top_newitem ul li:nth-child(8),
#top_newitem ul li:nth-child(9),
#top_newitem ul li:nth-child(10){
    width: 20%;
}
#top_newitem ul li:nth-child(4),
#top_newitem ul li:nth-child(6){
    clear: both;
}
/*-------------*/
#top_newitem2021_2{
    
}
#top_newitem2021_2 ul li div{
    padding: 15px;
}
#top_newitem2021_2 ul{
    display: block;
    margin: 0px;
    padding: 0px;
}
#top_newitem2021_2 ul li{
    margin: 0px;
    padding: 0px 0 20px 0;
    list-style: none;
    float: left;
    width: 33%;
}
#top_newitem2021_2 ul li img{
    width: 100%;
    height: auto;
	border: 1px solid #d7d6d6;
	line-height:0;
}
#top_newitem2021_2 ul li span{
    display: block;
    float: left;
    clear: both;
	font-size:10px;
	line-height:100%;
    padding: 5px;
    margin: -32px 0 0 5px;
    position: relative;
    z-index: 5;
	background-color:#fff;
    color: red;
}
#top_newitem2021_2 ul li h2{
	clear:both;
	font-size:13px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
#top_newitem2021_2 ul li h2 a{
    color: black;
    text-decoration: none;
    text-decoration: none;
}
#top_newitem2021_2 ul li p{
	margin: 0px;
	padding: 0px;
	clear:both;
	color:#737272;
}
#top_newitem2021_2 ul li:nth-child(4),
#top_newitem2021_2 ul li:nth-child(5){
    width: 50%;
}
#top_newitem2021_2 ul li:nth-child(6),
#top_newitem2021_2 ul li:nth-child(7),
#top_newitem2021_2 ul li:nth-child(8),
#top_newitem2021_2 ul li:nth-child(9),
#top_newitem2021_2 ul li:nth-child(10){
    width: 20%;
}
/*-----------*/
#topcirclebanar{
	display: table;
	margin: auto auto -50px auto;
    
    display: none;
}
#topcirclebanar dl{
	display: table-row;
}
#topcirclebanar dl dt{
	display: table-cell;
	line-height: 0;
	padding: 0 30px;
	font-size: 12px;
	text-align: center;
}
#topcirclebanar dl dt a{
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	display: block;
	overflow: hidden;
	width: 100px;
	height: 100px;
	margin: 100px 0px 0 0;
	border: 1px solid #000;
}
#topcirclebanar dl dt a img{
	width: 100%;
	height: auto;
}
#topcirclebanar dl dt span{
	display: block;
	clear: both;
	margin: auto;
	padding: 13px 0 0 0;
}
#topcirclebanar dl dt#golf a{
	background-color: #0c1532;
}
#topcirclebanar dl dt#out a{
	background-color: #000;
}
/*-----------*/

                    #xmas_txtwrap{
                        border: 3px solid red;
                        clear: both;
                        margin: 20px 0;
                    }
                    #xmas_txtwrap table{
                        margin: 20px auto;
                        width: 80%;
                    }
                    #xmas_txtwrap table td{
                        font-size: 14px;
                    }
                    #xmas_txtwrap table td img{
                        width: 70px;
                        height: auto;
                        float: left;
                        margin: 0 10px 10px 0;
                    }
                    #xmas_txtwrap table td p{
                        clear: both;
                    }
                    #xmas_txtwrap table th{

                    }
                    #xmas_txtwrap table th img{
                        width: 150px;
                        height: auto;
                        float: left;
                        margin: 0 10px 10px 0;
                    }
/*----------*/
/*
body#page_product_list_46 div#ichiran_title{
    background-image: url(/user_data/common/slideimage/hawaiisouvenir.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 520px;
    text-indent: -9999px;
}
*/
#item_more_area1{
    padding-top: 15px;
}
#item_more_area1 ul{
    margin: 0px;
    padding: 0px;
    width: 100%;
}
#item_more_area1 ul li{
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
    width: 33%;
}
#item_more_area1 ul li a{
    
}
#item_more_area1 ul li a img{
    width: 95%;
    height: auto;
}
#style_ichiran{
    width: 125%;
    margin-left: -12.5%;
}