@charset  "utf-8";

/*-----------------------------------------------------------------------------------

Theme Name:     EC Theme
Template:       welcart_default
License:        GNU General Public Lic5ense

-----------------------------------------------------------------------------------*/

@-webkit-keyframes bugfix {
	from {
		padding: 0;
	}

	to {
		padding: 0;
	}
}

/*********************************************************************/
/* CSS Reset */
/*********************************************************************/
img {
	margin: 0;
	padding: 0;
	border-style: none;
}

/* -- ul, ol, li -- */
ul, ol, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

dd {
	margin: 0;
}

/* -- h -- */
h5 {
	margin: 10px 0 10px 0;
	font-size: 1.0em;
}

/* -- text -- */
.textleft,div.textleft {
	text-align: left;
}

.textright,div.textright {
	text-align: right;
}

.textcenter,div.textcenter {
	text-align: center;
}

/* -- float -- */
.alignleft,div.alignleft {
	margin: 0;
	padding: 0 10px 10px 0;
	float: left;
}

.alignright,div.alignright {
	margin: 0;
	padding: 10px 0 0 10px;
	float: right;
}

.aligncenter,div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

hr {
	border: 0;
	height: 1px;
	background: #ddd;
	margin: 30px 0;
}

/*********************************************************************/
/* Common */
/*********************************************************************/
#content {
	margin: 0;
	padding-top: 40px;
}

.home {
	padding: 0;
}

.one-column {
	margin-bottom: 70px;
	width: 100%;
	/*overflow: hidden;*/
}

.one-column .swiper-wrapper {
	margin-top:-20px\9;
	height:100%\9;
}

.one-column .swiper-slide {
	width: 300px\9;
	display: inline-block\9;
	margin: 20px 0 0 13px\9;
}

.alpha,beta {
	padding-bottom: 30px;
}

.two-column.itemsingle .alpha {
	width: 580px;
	float: left;
}

.two-column.itemsingle .beta {
	width: 320px;
	float: right;
}

.two-column.blog .alpha {
	width: 640px;
	float: left;
}

.two-column.blog .beta {
	width: 240px;
	float: right;
}

#fourClm.sidebar {
	clear: both;
	/*border-top: 2px dotted #eee;*/
	padding: 30px 0 20px 0;
}

ul#menu-main_menu > li {
	display: none;
}

.page section {
	margin-bottom: 50px;
}

h3 {
	margin-bottom: 20px;
	font-size: 1.3em;
	line-height: 1.5;
	font-weight: normal;
}

h4 {
	margin-bottom: 10px;
	font-size: 1.1em;
	font-weight: bold;
}

.center {
	text-align: center;
}

.red_text,
.red_text a,
a.red_text {
	color: #cc0000 !important;
}

.underline {
	text-decoration: underline;
}

.marker_yellow {
	background: linear-gradient(transparent 60%, #ffff66 60%);
}

.marker_lime {
	background: linear-gradient(transparent 60%, #66FFCC 60%);
}

.marker_water {
	background: linear-gradient(transparent 60%, #66ccff 60%);
}

.marker_pink {
	background: linear-gradient(transparent 60%, #ff66ff 60%);
}

.clear {
	clear: both;
}

.page .catbox a,
.single-post .storycontent a {
	text-decoration: underline;
}

.mark_text {
	color: #cc0000 !important;
	font-weight: bold;
}

/* Header news banner */
@-webkit-keyframes hvr-wobble-vertical {
	16.65% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
	33.3% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
	49.95% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}
	66.6% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}
	83.25% {
		-webkit-transform: translateY(1px);
		transform: translateY(1px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes hvr-wobble-vertical {
	16.65% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
	33.3% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
	49.95% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}
	66.6% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}
	83.25% {
		-webkit-transform: translateY(1px);
		transform: translateY(1px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

ul.child_ul_list li {
	margin: 0 0 5px 18px;
	list-style-type: disc;
}

img.lineat_button {
	width: 150px;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

/* スウィング */
@-webkit-keyframes swing {
	15% {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
	}
    30% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px);
	} 
    50% {
		-webkit-transform: translateX(3px);
		transform: translateX(3px);
	}
    65% {
		-webkit-transform: translateX(-3px);
		transform: translateX(-3px);
	}
    80% {
		-webkit-transform: translateX(2px);
		transform: translateX(2px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes swing {
	15% {
		-webkit-transform: translateX(5px);
		transform: translateX(5px);
	}
	30% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px);
	}
	50% {
		-webkit-transform: translateX(3px);
		transform: translateX(3px);
	}
	65% {
		-webkit-transform: translateX(-3px);
		transform: translateX(-3px);
	}
    80% {
		-webkit-transform: translateX(2px);
		transform: translateX(2px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

p.discprition {
	display: none;
}

.topbanner,.headerslider {
	margin: 25px 0 40px;
	width: auto;
	height: auto;
}

.headerslider .pika-thumbs {
	display: none;
}

.header_explanation,
.footer_explanation {
	padding: 10px 0;
	font-size: .9em;
	margin: 0 0 15px;
}

.header_explanation ul li.coupon_content {
	margin-bottom: 10px;
	font-size: 1.2em;
	color: #cc0000;
	font-weight: bold;
}

.no_cart {
	padding: 30px;
	font-size: 1.2em;
	text-align: center;
	border: solid 1px #333;
}

.footer_explanation {
	margin: 15px 0;
}

/* Sidebar widget */
/* -- widget -- */
#fourClm.sidebar {
	margin: 0 auto;
	width: 940px;
	overflow: hidden;
}

#fourClm.sidebar .clmwrap {
	width: 980px;
}

#fourClm.sidebar li.widget {
	padding: 0;
	width: 205px;
	margin: 0 40px 0 0;
	float: left;
}

#fourClm.sidebar li.widget:nth-child(4n) {
	margin-right: 0;
}

.sidebar .widget_title {
	width: auto;
	margin: 0 0 10px;
	padding: 5px 0;
	font-size: 1em;
	line-height: 1;
	font-weight: 700;
}

.sidebar .widget_tag_cloud .widget_title {
	padding: 5px 10px 0 5px;
	border: none;
}

.sidebar .widget_title>img {
	display: none;
/* hide default frumpy images */
}

.sidebar li ul,#calendar_wrap,.widget_tag_cloud div,.widget_search form {
	width: auto;
	margin: 0;
}

.sidebar li ul ul {
	border: none;
}

.sidebar li li {
	width: auto;
	height: auto;
	padding-bottom: 10px;
}

.welcart_widget_body {
}

.welcart_widget_body .post_list .title a {
	display: block;
}

.welcart_widget_body .post_list p {
	display: none;
}

.sidebar #calendar_wrap,.sidebar li.widget ul.welcart_featured_body,.sidebar li.widget ul.welcart_calendar_body,.sidebar li.widget ul.welcart_search_body,.sidebar li.widget ul.welcart_login_body {
	padding-top: 10px;
}

.sidebar #calendar_wrap,.sidebar .widget_tag_cloud div {
	padding: 0 10px;
}

.sidebar .usces_recent_entries li a,.sidebar .widget_archive li a,.sidebar .widget_categories li a,.sidebar .widget_pages li a,.sidebar .widget_meta li a,.sidebar .widget_links li a,.sidebar .widget_recent_comments li a,.sidebar .widget_recent_entries li a,.sidebar .widget_welcart_category li a,.sidebar .widget_welcart_post li a,.sidebar .widget_welcart_page li a,.sidebar .widget_welcart_bestseller li a {
	padding: 7px 0;
	display: block;
	line-height: 1;
	zoom: 1;
}

/* Widget Item category lists */
.sidebar .widget_welcart_category .widget_title {
	margin: 0;
}

.sidebar .widget_welcart_category li a {
	color: #555;
}

.sidebar .widget_welcart_category li ul.children {
	margin: 0;
}

.sidebar .widget_welcart_category li ul.children li a:before {
	content: "- ";
	color: #ddd;
}

.sidebar .widget_welcart_category li ul.children li a {
	line-height: 1;
	padding-left: 5px;
	font-weight: 400;
}

ul#menu-color_menu li {
	margin: 0 10px 10px 0;
	padding-bottom: 0;
	display: inline-block;
}

ul#menu-color_menu li a {
	text-indent: -9999px;
	padding: 0 !important;
	width: 35px;
	height: 35px;
	display: block;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2) inset;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

ul#menu-color_menu li a:hover {
	filter:alpha(opacity=70);
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.select_size::before,
.item_sort::before,
.m-frm-select::before,
#trust-form.contact-form .wpcf7-form-control-wrap.series::before,
#trust-form.contact-form .wpcf7-form-control-wrap.suitcase_bulk::before,
#trust-form.contact-form .wpcf7-form-control-wrap.color::before,
#trust-form.contact-form .wpcf7-form-control-wrap.suitcase_brand::before,
.refine_search_content li.select::before {
	width: 4px;
	height: 4px;
	margin: auto;
	position: absolute;
	top: 42%;
	right: 10px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	content: '';
}

.select_size,
.item_sort,
.m-frm-select,
#trust-form.contact-form .wpcf7-form-control-wrap .series,
#trust-form.contact-form .wpcf7-form-control-wrap select.suitcase_bulk,
#trust-form.contact-form .wpcf7-form-control-wrap .color,
#trust-form.contact-form .wpcf7-form-control-wrap .suitcase_brand,
.refine_search_content li {
	color: #333;
	position: relative;
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 4px;
	border: 1px solid #ccc;
	background: #fff;
}

/*.select_size select,
.item_sort select,
.m-frm-elem select,
#trust-form.contact-form select,
.refine_search_content select {
	padding: 10px 25px 10px 10px;
	width: 100%;
	margin: 0;
	font-size: 14px;
	text-align: left;
	outline: none;
	position: relative;
	z-index: 2;
	display: block;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	background: transparent;
	cursor: pointer;
}*/

/* Favorite page */
.wpfp-link:before {
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
}

.wpfp-link.add:before {
	margin-right: 3px;
	content: "\f004";
	color: #007ebe;
}

.wpfp-link.remove:before {
	margin-right: 3px;
	content: "\f2ed";
	color: #333;
}

.wpfp-link {
	margin-bottom: 10px;
	padding: 10px 17px !important;
	border: solid 1px #007ebe;
	color: #007ebe !important;
	display: block;
	text-align: center;
	text-decoration: none !important;
}

.wpfp-link:hover:before {
	color: #fff !important;
}

.wpfp-link:hover {
	background-color: #007ebe;
	color: #fff !important;
	text-decoration: none !important;
}

.wpfp-link.remove-parent:before {
	content: none;
}

a.all_clear.wpfp-link.remove-parent:before {
	margin-right: 4px;
	content: "\f2ed";
	color: #555;
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	font-size: inherit;
	position: relative;
	top: -1px;
}

.wpfp-link.remove,
.wpfp-link.remove-parent,
.wpfp-span .added_removed_text {
	margin: 10px 0;
	padding: 10px 17px !important;
	width: 100%;
	border: solid 1px #333;
	color: #333 !important;
	display: block;
	text-align: center;
}

.wpfp-link.remove {
	width: auto;
}

.wpfp-link.remove:hover,
.wpfp-link.remove-parent:hover {
	background-color: #333;
	color: #fff !important;
}

.wpfp-link.remove-parent.all_clear {
	margin: 0 auto;
	width: 50%;
}

.wpfp-span .navigation {
	display: none;
}

.wpfp-span .added_removed_text {
	background-color: #fff;
}

ul.item_social_button {
	margin: 5px 0 15px 0;
}

ul.item_social_button li {
	margin-right: 20px;
	display: inline-block;
}

ul.item_social_button li:last-child {
	margin-right: 0 !important;
}

ul.item_social_button li a {
	color: #333;
	font-size: 1.1em;
	display: block;
	text-decoration: none !important;
}

ul.item_social_button li a i {
	font-size: 1.2em;
}

ul.item_social_button li.line a i {
	font-size: 1.4em;
}

/* Item banner */
.full_width_banner {
	padding-top: 60px;
}

.full_width_banner.top {
	padding-top: 0;
}

.full_width_banner.page {
	padding: 50px 0;
}

.item_banner_content.item {
	margin-bottom: 40px;
}

dl.item_banner {
	margin: 0 20px 20px 0;
	width: 300px;
	height: 100%;
	display: inline-block;
}

.item_banner_content dl.item_banner:nth-child(3n) {
	margin: 0 0 20px 0;
}

dl.item_banner dt {
	margin-bottom: 10px;
}

dl.item_banner dt a {
	width: 300px;
	height: 150px;
	display: inline-block;
	position: relative;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	background-size: cover !important;
	border: solid 1px #ddd;
}

dl.item_banner dt a:hover {
	filter:alpha(opacity=70);
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
}

dl.item_banner dt a .banner_title {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 0 !important;
	width: 70%;
	height: 40px;
	line-height: 3;
	text-align: center;
	/*border: solid 1px #fff;*/
	font-weight: bold;
	color: #fff;
}

dl.item_banner dt a.visit_aday_1 {
	background: url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_aday-1visit.jpg) no-repeat center center;
}

dl.item_banner dt a.visits_1_3 {
	background: url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_1-2visits.jpg) no-repeat center center;
}

dl.item_banner dt a.visits_2_3 {
	background: url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_2-3visits.jpg) no-repeat center center;
}

dl.item_banner dt a.visits_3_5 {
	background: url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_3-5visits.jpg) no-repeat center center;
}

dl.item_banner dt a.visits_4_7 {
	background: url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_4-7visits.jpg) no-repeat center center;
}

dl.item_banner dt a.visits_8_10 {
	background: url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_8-10visits.jpg) no-repeat center center;
}

/* 商品別バナー */
dl.item_banner dt a.original_silver {
	background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_original-silver.jpg) center bottom no-repeat;
}

dl.item_banner dt a.classic {
	background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_classic.jpg) center bottom no-repeat;
}

dl.item_banner dt a.essential {
	background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_essential.jpg) center bottom no-repeat;
}

dl.item_banner dt a.essential-lite {
	background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_essential-lite.jpg) center bottom no-repeat;
}

dl.item_banner dt a.essential-sleeve {
	background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_essential-sleeve.jpg) center bottom no-repeat;
}

dl.item_banner dt a.hybrid {
	background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_hybrid.jpg) center bottom no-repeat;
}

dl.item_banner dt a.topas {
	background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_topas.jpg) center bottom no-repeat;
}

dl.item_banner dt a.topas-stealth {
	background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_topas-stealth.jpg) center bottom no-repeat;
}

dl.item_banner dt a.topas-titanium {
	background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_topas-titanium.jpg) center bottom no-repeat;
}

dl.item_banner dt a.classic-flight {
	background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_classic-flight.jpg) center bottom no-repeat;
}

dl.item_banner dt a.lufthansa {
	background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_lufthansa.jpg) center bottom no-repeat;
}

dl.item_banner dt a.limbo {
	background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_limbo.jpg) center bottom no-repeat;
}

dl.item_banner dt a.bolero {
	background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_bolero.jpg) center bottom no-repeat;
}

dl.item_banner dt a.bossa-nova {
	background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_bossa-nova.jpg) center bottom no-repeat;
}

dl.item_banner dt a.salsa {
	background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_salsa.jpg) center bottom no-repeat;
}

dl.item_banner dt a.salsa-deluxe {
	background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_salsa-deluxe.jpg) center bottom no-repeat;
}

dl.item_banner dt a.salsa-air {
	background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_salsa-air.jpg) center bottom no-repeat;
}

dl.item_banner dt a.pilot {
	background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_pilot.jpg) center bottom no-repeat;
}

dl.item_banner dt a.attache {
	background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_attache.jpg) center bottom no-repeat;
}

dl.item_banner dt a.rental {
	background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_rental.jpg) center bottom no-repeat;
}

dl.item_banner dt a.carry_on_ok {
	background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_carry-on-ok.jpg) center bottom no-repeat;
}

dl.item_banner dt a.e-tag {
	background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_e-tag.jpg) center bottom no-repeat;
}

dl.item_banner dt a.moncler {
	background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_moncler.jpg) center bottom no-repeat;
}

dl.item_banner dt a.porche {
	background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_porche.jpg) center bottom no-repeat;
}

dl.item_banner dt a.salsa-air_usa {
	background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_salsa-air_usa.jpg) center bottom no-repeat;
}

dl.item_banner dt a.thai {
	background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_thai.jpg) center bottom no-repeat;
}

dl.item_banner dt a.parts {
	background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_parts.jpg) center bottom no-repeat;
}

dl.item_banner dt a.accessories {
	background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_accessories.jpg) center bottom no-repeat;
}

dl.item_banner dt a.new-collection {
	background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_new-collection.jpg) center bottom no-repeat;
}

dl.item_banner dt a.fpm {
	background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_fpm.jpg) center bottom no-repeat;
}

dl.item_banner dt a.aviation_tag {
	background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_aviation-tag.jpg) center bottom no-repeat;
}

dl.item_banner dt a.used {
	background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_used.jpg) center bottom no-repeat;
}

dl.item_banner dt a.airportag {
	background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_airportag.jpg) center bottom no-repeat;
}

dl.item_banner dd {
	padding-bottom: 15px;
	border-bottom: solid 1px #eee;
	font-size: 0.8em;
	line-height: 1;
	color: #555;
	text-align: center;
}

/* Search page */
.refine_search_content {
	margin-bottom: 20px;
	padding: 40px;
	width: 100%;
	background-color: #eee;
	text-align: center;
}

.refine_search_content ul {
	margin: 0 auto;
	width: 100%;
}

.refine_search_content li {
	margin: 0 10px 10px 0
}

.refine_search_content li:nth-child(even) {
	margin-right: 0;
}

.refine_search_content li input {
	width: auto;
	border: none;
	color: #333;
	font-size: 1.2em;
}

.refine_search_content input[type="text"],
.refine_search_content select {
	padding: 10px;
	width: 300px;
}

.refine_search_content input[type="text"]:placeholder-shown {
	font-size: 1.0em;
	line-height: 1.5;
}

.refine_search_content li.sale_check {
	width: 300px;
	background: none;
	border: none;
	position: relative;
	top: -12px;
	text-align: left;
}

.refine_search_button {
	margin-top: 10px;
    width: 300px;
    display: block;
}

.refine_search_text {
	margin-bottom: 40px;
	font-size: 1.2em;
}

.no_result_content {
	margin-bottom: 30px;
	padding: 30px;
	background-color: #fff;
	border: solid 1px #ccc;
}

.no_result_content h3 {
	margin-top: 0;
}

/* Contents */
#content .storycontent a:hover {
	text-decoration: underline;
}

.categoryhead {
	margin: 0 0 30px;
}

#content .categoryhead span {
	font-size: .9em;
}

#content .blogindex h2 {
	padding: 5px 0;
	margin: 30px 0 10px;
	font-size: 1.17em;
	font-weight: 400;
	border-bottom: 1px solid #ccc;
}

#content .post h2 {
	/*padding: 5px 10px;*/
	margin: 40px 0 20px;
	font-size: 1em;
	font-weight: 400;
	background-color: #f9f9f9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#content .storymeta {
	padding: 5px 3px;
	text-align: right;
	font-size: 0.85em;
	margin: -20px 0 34px;
}

#content .blogindex .postsummary {
	margin: 0 0 100px;
}

#content p {
	padding: 0 0 .7em;
}

#content .post img,#content .blogindex img {
	max-width: 100%;
	height: auto;
}

/* catbox */
#content .catbox {
	width: auto;
	height: 100%;
}

/* page_box */
#content .page_box {
	width: auto;
	margin: 0;
	padding: 30px 20px;
	background-color: #FFF;
}

/* thumbnail_box */
.thumbindex {
	margin-bottom: 80px;
}

.home .thumbindex {
	width: 940px;
	margin-right: -20px;
}

.home .swiper-container p, .home .thumbindex p, #content .thumbindex p {
	letter-spacing: normal;
}

.item_list_top_content .left,
.item_list_top_content .right {
	display: inline-block;
}

.item_list_top_content .left {
	margin-top: 5px;
	width: 60%;
	text-align: left;
	vertical-align: top;
}

.item_list_top_content .right {
	width: 40%;
	text-align: right;
}

.item_sort::before {
	top: 36%;
}

.item_sort {
	margin-bottom: 10px;
	width: 140px;
}

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

.category_child_menu ul {
	list-style: none;
}

.category_child_menu ul li {
	display: inline;
}

.category_child_menu ul li a {
	margin: 0 15px 15px 0;
	padding: 10px 15px;
	width: 30%;
	display: inline-block;
	border: solid 1px #333;
	text-align: center;
	color: #333;
}

.category_child_menu ul li a:hover {
	color: #fff;
	border-color: #3072b3;
	background-color: #3072b3;
}

.thumbnail_box {
	margin: 0 20px 30px 0;
	padding: 10px 0 20px 0;
	width: 300px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	letter-spacing: normal;
	*display: inline;
	*zoom: 1;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}

.thumbnail_box {
    margin-right: 13px\9;
}

.thumbnail_box a,
#content .swiper-slide .thumimg a {
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}

.thumbnail_box a:hover,
#content .swiper-slide .thumimg a:hover {
	filter:alpha(opacity=70);
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.thumbnail_box:nth-child(3n) {
	margin-right: 0;
}

.thumbnail_box .thumimg {
	vertical-align: bottom;
	overflow: hidden;
	margin: 0 0 15px;
	position: relative;
}

.swiper-slide .thumtitle,
.thumbnail_box .thumtitle {
	width: auto;
	text-align: center;
	margin: 5px 0;
}

.swiper-slide .thumtitle a,
.thumbnail_box .thumtitle a {
	text-decoration: none;
	white-space: normal;
	word-wrap: break-word;
	text-transform: uppercase;
}

.swiper-slide .thumtitle span,
.thumbnail_box .thumtitle span {
	display: block;
	margin: 4px 0 0;
}

.visit_guide {
	font-weight: bold;
}

.swiper-slide .price,
.thumbnail_box .price {
	font-size: .8em;
	text-align: center;
	color: #333;
	font-weight: bold;
	position: relative;
	top: -3px;
}

.swiper-slide .price.sale,
.thumbnail_box .price.sale {
	color: #cc0000;
}

.item_list_review {
	min-height: 21px;
}

.swiper-pagination-bullet {
	width: 8px !important;
	height: 8px !important;
	opacity: 1 !important;
}

.thumbnail_box .price.sale span {
	margin-left: 5px;
}

.swiper-container {
	height: 440px;
}

.swiper-container {
	height: auto\9;
}

.thumbnail_box a.detailbutton:active {
	outline: none;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
	bottom: 20px;
}

.pagination {
	clear: both;
	padding: 10px;
	margin: 0 0 40px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	position: relative;
	line-height: 1;
	text-align: center;
	font-size: 0.9em;
}

.pagination span,.pagination a {
	margin: 0 10px 0 0;
	padding: 16px 19px;
	width: auto;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-decoration: none !important;
	color: #fff;
	font-weight: bold;
	background: #3072b3;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.pagination .current {
	padding: 16px 19px;
	color: #aaa;
	font-weight: bold;
	background-color: #ddd;
}

.category_images img {
	display: block;
	vertical-align: bottom;
	margin: 0 0 30px;
	width: 100%;
	height: auto;
}

/* Form */
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
	border: 0;
	padding: 10px 6px;
	width: 90%;
	color: #444;
	border: solid 1px #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px rgba(255,255,255,0.5);
	-moz-box-shadow: 0 1px rgba(255,255,255,0.5);
	box-shadow: 0 1px rgba(255,255,255,0.5);
}

input[type="text"]:focus,input[type="password"]:focus,textarea,input[type="tel"]:focus {
	outline: 0;
}

#check_box {
	display: none;
}

.check_text {
	padding-left: 23px;
	position:relative;
	margin-right: 20px;
}

.check_text::before {
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #999;
	border-radius: 4px;
	background-color: #fff;
}

#check_box:checked + .check_text::after {
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	left: 5px;
	width: 7px;
	height: 14px;
	transform: rotate(40deg);
	border-bottom: 3px solid #0260bf;
	border-right: 3px solid #0260bf;
}

button,input[type="button"],input[type="reset"],input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	*overflow: visible;
}

input[type="button"],input[type="reset"],input[type="submit"],
.btn.btn-success,.btn.btn-warning {
	display: inline-block;
	padding: 13px 30px;
	background-color: #3072b3;
	font-weight: 700;
	border: none;
	color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-decoration: none !important;
	font-weight: 400;
	font-size: 1em;
	line-height: 1;
	cursor: pointer;
}

input[type="submit"].use_coupon_button {
	margin-right: 10px;
	background-color: #333;
}

/* Positive buttons （目立つボタン）*/
input[type="submit"].to_customerinfo_button,input[type="submit"].to_confirm_button,input[type="submit"].checkout_button,
.btn.btn-success {
	background-color: #3072b3;
}

/* Negative buttons （目立たなくて良いボタン）*/
input[type="submit"].back_to_customer_button,input[type="submit"].back_cart_button,input[type="submit"].back_to_delivery_button,input[type="submit"].delButton,input[type="button"].continue_shopping_button,.upbutton input[type="submit"],
.contact-form.contact-form-confirm .submit-container input[type="submit"]:first-child,
input[type="submit"].reset_coupon_button,
.btn.btn-warning {
	background: #c2c1be;
	border: none;
}

input[type="submit"].delButton,.upbutton input[type="submit"] {
	padding: 5px 15px;
}

.upbutton {
	text-align: right;
	font-size: 0.9em;
}

.thumimg .ribon.sale:after {
	background-position: 0 -96px;
}

.thumimg .ribon.outlet:after {
	background-position: 0 -96px;
}

.thumimg .ribon.used:after {
	background-position: 0 -192px;
}

.thumimg .ribon.rental:after {
	background-position: 0 -192px;
}

.thumimg .ribon.new-collection:after {
	background-position: 0 -48px;
}

.thumimg .ribon.carry_on_ok:after {
	background-position: 0 -288px;
}

.thumimg .ribon.limited:after {
	background-position: 0 -336px;
}

.thumimg .ribon.e_tag:after {
	background-position: 0 -384px;
}

.thumimg .ribon.weekend-sale:after {
	background-position: 0 -240px;
}

.thumimg .ribon.lufthansa:after {
	background-position: 0 -480px;
}

.ribon.weekly-sale:after {
	background-position: 0 -288px;
}

.ribon.black-friday:after {
	background-position: 0 -336px;
}

.ribon.dnk:after {
	background-position: 0 -384px;
}

.ribon:after {
	display: none\9;
}

/*********************
CLEARFIXIN'
*********************/
#content:after,.clearfix:after,section:after,.usccart_navi ol:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#content,.clearfix,section,.usccart_navi ol {
	display: inline-table;
	min-height: 1px;
}

* html .clearfix,* html #content,* html section,* html .usccart_navi ol {
	height: 1px;
}

.clearfix,#content,section,.usccart_navi ol {
	display: block;
}

section#content {
	margin-bottom: 50px;
}

.button_content {
	text-align: center;
}

.button_content {
	margin-top: 20px\9;
}

.button_content.top_text {
	margin: 20px 0;
}

.button_content.top_text .button {
	margin-bottom: 
}


h1#header_title a {
	text-decoration: underline;
	display: inline;
}

h1#header_title a:hover {
	text-decoration: none;
}

.top_page_link {
	text-align: center;
}

.top_page_link a {
	padding: 15px;
	border: solid 1px #555;
	font-size: 0.8em;
	color: #444;
	text-decoration: none !important;
}

.full_width_member {
	background: url(https://www.suitcase-mania.net/wp-content/uploads/bg_member.jpg) no-repeat center top;
	background-size: cover;
}

.full_width_social {
	padding: 20px 0;
	text-align: center;
}

.full_width_member {
	padding: 40px 0 25px 0;
	text-align: center;
	color: #fff;
}

.full_width_member h2 {
	color: #fff;
}

.wrap_banner {
	background-color: #111;
	overflow: hidden;
}

.wrap_banner img {
	width: 25%;
	float: left;
}

.wrap_banner a:hover img {
	filter:alpha(opacity=50);
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#fourClm.sidebar {
	width: 940px;
}

#fourClm.sidebar .searchform label {
	display: none;
}

#fourClm.sidebar ul.login li ul#menu-shop_menu li.login {
	display: none;
}

#fourClm.sidebar ul.logout li ul#menu-shop_menu li.logout {
	display: none;
}

.button, .button:visited {
	display: inline-block;
	padding: 13px 30px;
	font-weight: 700;
	border: solid 1px #383838;
	text-decoration: none !important;
	color: #383838;
	font-weight: 400;
	font-size: 1em;
	line-height: 1;
	cursor: pointer;
	text-align: center;
}

.button.large, .button.large:visited {
	font-size: 1.2em;
	line-height: 1.2;
}

.button:hover, .button:visited:hover, .button:focus, .button:visited:focus {
	border: solid 1px #3072b3;
	background: #3072b3;
	color: #fff;
	text-decoration: none;
}

.button.black, .button.black:visited {
	color: #fff;
	background-color: #383838;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.button.black:hover, .button.black:visited:hover, .button.black:focus, .button.black:visited:focus {
	background-color: #111;
}

.button.white, .button.white:visited {
	border: solid 1px #fff;
	color: #fff;
}

.button.white:hover, .button.white:visited:hover, .button.white:focus, .button.white:visited:focus {
	border: solid 1px #fff;
	background-color: #fff;
	color: #383838;
}

.button.red, .button.red:visited {
	border: solid 1px #d61531;
	background-color: #d61531;
	color: #fff;
}

.button.red:hover, .button.red:visited:hover, .button.red:focus, .button.red:visited:focus {
	border: solid 1px #d61531;
	background-color: #d61531;
	color: #fff;
}

.button.blue, .button.blue:visited {
	border: solid 1px #3072b3;
	background-color: #3072b3;
	color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border-bottom: solid 5px #296198;
}

dl.social_button {
	text-align: center;
}

h3.footer_social_content {
	text-align: center;
	font-size: 0.85em;
	font-weight: bold;
}

ul.social_button {
	margin-bottom: 15px;
	text-align: center;
}

ul.social_button li {
	margin-left: 15px;
	display: inline-block;
}

ul.social_button li:first-child {
	margin-left: 0 !important;
}

ul.social_button li a {
	width: 35px;
	height: 35px;
	border: solid 1px #cfcfcf;
	color: #787878;
	display: inline-block;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

ul.social_button li a i {
	font-size: 1.1em;
	position: relative;
	top: 8px;
}

ul.social_button li a.instagram i {
	font-size: 1.25em;
	top: 7px;
}

ul.social_button li a.hatena span {
	position: relative;
	top: 6px !important;
	font-family: Verdana;
	font-weight: bold;
}

ul.social_button li a:hover {
	color: #fff;
}

ul.social_button li a:hover {
	color: #fff;
}

ul.social_button li a.facebook:hover {
	background-color: #3e5c98;
	border-color: #3e5c98;
}

ul.social_button li a.instagram:hover {
	background-color: #c83c9b;
	border-color: #c83c9b;
}

ul.social_button li a.twitter:hover {
	background-color: #1da1f2;
	border-color: #1da1f2;
}

ul.social_button li a.google-plus:hover {
	background-color: #da4b42;
	border-color: #da4b42;
}

ul.social_button li a.hatena:hover {
	background-color: #47a2d9;
	border-color: #47a2d9;
}

#searchform .search_message {
	margin-top: 5px;
	width: 98%;
}

#searchform .search_message > p {
	font-size: 0.9em;
}

#searchform .search_message a.button {
	margin-top: 5px;
	font-size: 0.85em;
}

/*********************************************************************/
/* Page */
/*********************************************************************/
/* Top page */
.swiper-slider-container .swiper-slide {
	display: none\9;
}

.swiper-slider-container.rental .swiper-slide .text_box p {
	color: #333;
}

.swiper-slider-container.campaign .swiper-slide a {
	background-color: #4ea4a5;
	background: linear-gradient(271deg, #877ee9, #db6589);
}

.full_width_feature {
	padding: 50px 0;
	background-color: #fff;
	text-align: center;
}

dl.feature_box {
	margin: 0;
	padding: 0 20px;
	width: 310px;
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}

dl.feature_box dt {
	margin-bottom: 15px;
	text-align: center;
}

dl.feature_box dt i {
	width: 90px;
    height: 90px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #383838;
    background-color: #eee;
    line-height: 95px;
    font-size: 2.8em;
}

dl.feature_box dd .feature_title {
	margin-bottom: 10px;
	font-size: 1.1em;
	font-weight: bold;
}

dl.feature_box dd .feature_text {
	margin-bottom: 15px;
	line-height: 1.8;
}

.full_width_guide {
	margin-bottom: 60px;
	padding: 50px 0 1px 0;
	background-color: #fff;
}

ul.guide {
	margin: 0 15px 30px 0;
	display: inline-block;
	width: 220px;
}

ul.guide {
	margin : 0 11px 30px 0\9;
}

ul.guide:last-child {
	margin-right: 0;
}
    
ul.guide li {
	text-align: center;
	padding: 0 5%;
	box-sizing: border-box;
}

ul.guide li.icon {
    margin: 20px auto 15px;
    width: 88px;
    height: 88px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #eee;
    line-height: 88px;
}

ul.guide .icon i {
    font-size: 2.8em;
    vertical-align: middle;
    color: #353434;
}

ul.guide li.guide_text {
	margin-bottom: 10px;
}

ul.guide li.guide_text .title {
	margin-bottom: 5px;
	font-size: 1.0em;
	font-weight: bold;
}

dl.news_lists {
	margin: 0;
	padding: 20px;
	background-color: #fff;
	/*border-bottom: solid 1px #eee;*/
}

dl.news_lists:last-child {
	border-bottom: none;
}

dl.news_lists dt {
	font-weight: bold;
	float: left;
}

dl.news_lists dd {
	margin-left: 15px;
	display: inline;
	position: relative;
	top: 1px;
}

dl.news_lists dt .news_label {
	margin-left: 10px;
	padding: 5px 5px 4px 5px;
	width: 55px;
	font-size: 0.7em;
	color: #fff;
	position: relative;
	top: -2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-align: center;
	line-height: 1.2;
}

dl.news_lists dt .news_label.news {
	background-color: #a0d468;
}

dl.news_lists dt .news_label.top-news {
	background-color: #aa0000 !important;
}

dl.news_lists dt .news_label.blog {
	background-color: #75b3d1;
}

dl.news_lists dd a {
	color: #00599a;
}

dl.news_lists dd a:hover {
	text-decoration: underline;
}

.line_content,
.instagram_content {
	margin-bottom: 40px;
	width: 48%;
	display: inline-block;
}

.line_content {
	margin-right: 30px;
}

.line_content a,
.instagram_content a {
	padding: 30px;
	display: block;
	text-align: center;
	font-size: 0.95em;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.line_content a {
	background-color: #58c812;
	background: -moz-linear-gradient(45deg, #86e106 0%, #6fd40c 25%, #4fc315 50%, #47be17 75%, #37b61b 100%);
	background: -webkit-linear-gradient(45deg, #86e106 0%, #6fd40c 25%, #4fc315 50%, #47be17 75%, #37b61b 100%);
	background: linear-gradient(45deg, #86e106 0%, #6fd40c 25%, #4fc315 50%, #47be17 75%, #37b61b 100%);
}

.instagram_content a {
	background-color: #4e7fc1;
	background: -moz-linear-gradient(45deg, #4e7fc1, #95338e 100%);
	background: -webkit-linear-gradient(45deg, #4e7fc1, #95338e 100%);
	background: linear-gradient(45deg, #4e7fc1, #95338e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e7fc1', endColorstr='#95338e',GradientType=1 );
	/*background-color: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );*/
}

/* About page */
.page_image {
	padding: 0 !important;
	height: auto;
	border: solid 8px #fff;
	line-height: 0;
	/*-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);*/
}

.left_image {
	margin: 4px 20px 10px 3px;
	width: 300px;	
	float: left;
}

/* Fake product page */
.comparing_image_content dl {
	margin: 0 35px 15px 0;
	width: 442px;
	display: inline-block;
	vertical-align: top;
}

.comparing_image_content dl:last-child {
	margin-right: 0;
}

.comparing_image_content dl dt {
	margin-bottom: 8px;
}

.comparing_image_content dl dd {
	text-align: center;
	font-weight: bold;
}

dl.fake_product_list {
	margin-bottom: 30px;
}

dl.fake_product_list dt {
	margin-bottom: 7px;
	font-size: 1.2em;
	font-weight: bold;
}

dl.fake_product_list dd.rank {
	margin-bottom: 10px;
	padding: 10px;
	border: solid 1px #888;
	background: #fff;
	text-align: center;
	font-weight: bold;
}

/* Size page */
table.page_table {
	margin: 20px 0 40px 0;
	width: 100%;
	border-collapse: collapse;
}

table.page_table caption {
	margin-bottom: 5px;
	text-align: left;
	font-weight: bold;
}

table.page_table caption {
	margin-bottom: 10px;
	text-align: left;
	font-weight: bold;
}

table.page_table th,
table.page_table td {
	padding: 10px;
	border: solid 1px #ccc;
	background-color: #fff;
}

table.page_table th {
	color: #fff;
	background-color: #555;
}

table.page_table th.title {
	width: 300px;
}

/* TSA page */
.tsa_manual {
	margin-bottom: 20px;
	height: auto;
	overflow: hidden;
}

.tsa_manual dl {
	margin-left: 350px !important;
}

.tsa_manual dl dt {
	margin-bottom: 15px;
	font-size: 1.4em;
	line-height: 1;
}

.tsa_manual dl dd.caution {
	margin-top: 7px;
	padding: 10px;
	border: solid 1px #cc0000;
	color: #cc0000;
	text-align: center;
}

#itempage .video_content {
	margin: 20px 0;
}

.video_content {
	margin-bottom: 50px;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	position: relative;
	overflow: hidden;
}

.video_content iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* E-tag page */
h4.e_tag_title {
	font-size: 1.6em;
	margin: 50px 0 30px 0;
}

/* Celeb page */
.celeb_container {
	margin-bottom: 20px;
}

.celeb_container div {
	margin: 0 20px 20px 0;
	width: 168px;
	display: inline-block;
}

.celeb_container div:nth-child(5n) {
	margin-right: 0;
}

.celeb_container div p {
	padding-bottom: 0 !important;
	text-align: center;
	font-size: 0.9em;
}

.celeb_container div .small {
	font-size: 0.8em !important;
}

/* Shop page */
ul.store_menu li {
	margin: 0 20px 20px 0;
	display: inline-block;
}

ul.store_menu li:nth-child(6n) {
	margin: 0 0 20px 0;
}

ul.store_menu li a {
	padding: 10px 0;
	width: 138px;
	border: solid 1px #333;
	text-align: center;
	display: block;
	text-decoration: none !important;
}

h3.shop_prefecture {
	font-size: 1.6em;
}

h4.shop_name {
	margin-bottom: 10px;
}

dl.shop_content {
	margin: 0 0 15px 0;
	padding-bottom: 20px;
	border-bottom: dotted 1px #ccc;
}

dl.shop_content dt {
	margin-bottom: 7px;
	width: 70px;
	float: left;
}

dl.shop_content dd {
	margin-bottom: 7px;
	margin-left: 70px;
}

/* Purchase page */
/*.swiper-slider-container .swiper-slide.purchase {
	margin-bottom: 50px;
}*/

.full_width_feature.purchase {
	margin-bottom: 50px;
	padding: 50px 0 0 0;
}

dl.feature_box.purchase {
	margin-bottom: 30px;
	padding: 0 20px;
	width: 310px;
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
}


.purchase_pr_content {
	margin: 20px 0;
	padding: 50px;
	background: #fff;
	text-align: center;
}

.purchase_pr_title {
	margin: 15px 0 5px 0 0;
	font-size: 2.0em;
	font-weight: bold;
	color: #cc0000;
}

.purchase_caution_text {
	margin-bottom: 0;
	font-size: 0.85em;
}

h3.purchase_item_title {
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.6em;
}

section.full_width_content {
	margin-bottom: 0;
	padding-top: 30px;
	font-size: 1.4em;
}

section.full_width_content.purchase {
	height: 358px;
}

section.full_width_content.rental {
	height: 409px;
}

section.full_width_content.left {
	background-color: #fff;
}

section.full_width_content.left img.full_width_image {
	margin-right: 50px;
	float: left;
}

section.full_width_content.right img.full_width_image {
	margin-left: 50px;
	float: right;
}

section.full_width_content h3 {
	margin: 20px 0 15px 0;
	font-size: 1.3em;
	line-height: 1.2;
}

section.full_width_content .button {
	margin-top: 10px;
	font-size: 0.8em;
}

.purchase_case_content {
	margin: 0 20px 20px 0;
	padding: 20px 15px;
	width: 48.6%;
	min-height: 115px;
	background-color: #fff;
	display: inline-block;
	vertical-align: top;
}

.purchase_case_content:nth-child(even) {
	margin: 0 0 20px 0;
}

.purchase_case_content img {
	width: 200px;
	float: left;
}

.purchase_case_content dl {
	margin: 0 0 0  210px;
	font-size: 0.85em;
}

.purchase_case_content dl dt {
	margin-bottom: 5px;
	padding: 3px;
	width: 55px;
	text-align: center;
	font-size: 0.8em;
    font-weight: bold;
    color: #555 !important;
    background-color: #eee;
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.purchase_case_content dl dd {
	margin: 0 0 10px 0;
	margin-inline-start: 0;
	padding: 0;
}

.purchase_case_content .purchase_price {
	font-size: 1.2em;
	color: #cc0000;
	font-weight: bold;
	letter-spacing: 1px;
}

/* Item page */
.image_caution_text {
	margin-bottom: 15px;
	font-size: 0.85em;
	text-align: center;
}

table.used_rank_table {
	margin-top: 20px;
	width: 100%;
	border-spacing: 2px;
	border-collapse: separate;
	border-color: none;
}

table.used_rank_table td.rank_main {
	padding: 20px;
	width: 280px;
	color: #fff;
	background-color: #bbb;
	text-align: center;
	border-bottom: solid 1px #fff !important;
}

table.used_rank_table td {
	padding: 0 !important;
	border: none !important;
}

table.used_rank_table table {
	border-spacing: 0 !important;
}

table.used_rank_table table th {
	padding: 0 5px !important;
	width: 30px;
	border: none;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #ddd;
	border-bottom: solid 1px #fff !important;
	border-right: solid 1px #fff !important;
}

table.used_rank_table table th.check_rank {
	background-color: #bbb;
	border-right: solid 1px #fff !important;
}

table.used_rank_table table td {
	padding: 5px !important;
	color: #555;
	font-size: 0.85em;
}

table.used_rank_table table td.check_rank {
	background: #bbb;
	color: #fff;
	border-bottom: solid 1px #fafafa !important;
}

table.used_rank_table td .rank_alphabet {
	padding-bottom: 0 !important;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
}

#itempage .assistance_item {
	width: 740px;
}

#itempage .assistance_item ul {
	overflow: hidden;
	margin-right: -10px;
	width: 750px;
	_zoom: 1;
}

#itempage .assistance_item ul li {
	margin-right: 10px;
	width: 240px;
}

#itempage .assistance_item .listbox {
	overflow: hidden;
	margin-right: 0;
	height: 125px;
}

em.tax {
	color: inherit;
	text-decoration: none;
	letter-spacing: 0;
	font-weight: 400;
	font-style: normal;
	font-size: .8em;
}

dl.itemGpExp {
	margin: 0;
	padding: 0;
}

.stockstatus dl.itemGpExp dd {
	margin: 0;
	padding: 0 0 10px;
	text-align: right;
	position: relative;
}

#itempage .field {
	margin: 0;
	width: auto;
	height: auto;
}

#itempage .field hr {
	color: #CCC;
}

#itempage .field .field_name {
	text-align: left;
}

#itempage .field .field_price {
	margin: 0;
	padding: 0;
	width: auto;
	font-size: 1.4em;
	font-family: Helvetica;
}

#content h2.item_page_title {
	margin: 0 0 5px;
	color: #333;
	font-size: 1.4em;
	line-height: 1.3;
}

#itempage .item_code {
	margin-bottom: 10px;
	font-size: 0.75em;
}

.sale_description {
	margin-bottom: 20px;
    padding: 15px 15px 10px 15px;
    font-size: 0.9em;
    color: #fff;
	background-color: #cc0000;
}

.item_description {
	margin-bottom: 10px;
}

:first-child+html .item_description {
	display: inline;
}

#itempage section.orderitem {
	margin: 10px 0;
}

#itempage section.orderitem .stockstatus {
	margin-bottom: 20px;
}

.stockstatus dl {
	position: relative;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
}

.stockstatus dl dt {
	font-size: .9em;
	font-weight: 700;
}

.stockstatus dl dd {
	position: absolute;
	top: 9px;
	right: 0;
}

.stockstatus dl dd .last_stock_num {
	font-weight: bold;
	color: #cc0000;
}

.stockstatus dl dd.field_cprice,
.stockstatus dl dd.field_oprice,
.stockstatus dl dd.field_price {
	font-weight: 100;
	font-size: 1.7em;
	font-family: helvetica;
}

.stockstatus dl dd.field_cprice {
	color: #808080;
	font-weight: 100 !important;
	text-decoration: line-through;
}

.stockstatus dl dd.field_oprice {
	color: #cc0000;
	font-weight: 400 !important;
}

dl dd.field_price .tax_price {
	margin-left: 10px;
	font-size: 0.6em;
	color: #333;
}

#itempage form {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}

#itempage .itemmainimg img {
	margin: 0;
	max-width: 750px;
}

#itempage .itemsubimg {
	margin: 0 0 40px;
}

#itempage .itemsubimg img {
}

#itempage .skuform {
	width: 100%;
}

#itempage .skuform .skuquantity {
	padding-right: 4px;
	padding-left: 4px;
	width: 50px;
	text-align: right;
}

#itempage table {
	width: 100%;
	border-spacing: 2px;
	border-collapse: separate;
	border-color: gray;
}

#itempage table th,#itempage table td {
	padding: 15px 0;
	font-weight: 400;
	font-size: .9em;
}

#itempage table td input,#itempage table td select {
	padding: 5px 0;
	width: 100%;
	font-size: 1.1em;
}

#itempage table td input[type="radio"] {
	width: auto;
}

.ui-datepicker {
	width: auto !important;
}

#itempage #datepicker_start table th,
#itempage #datepicker_end table th,
#itempage #datepicker_start table td,
#itempage #datepicker_end table td {
	padding: 0;
	border-bottom: none;
}

dl.another_color_item  {
	margin-top: 20px;
	text-align: center;
}

dl.another_color_item dt {
	margin-bottom: 15px;
	text-align: center;
	font-size: 1.2em;
	text-transform: uppercase;
}

dl.another_color_item dd {
	margin: 0 5px;
	padding-bottom: 2px;
	display: inline-block;
	line-height: 1;
	border-bottom: solid 1px #ddd;
}

dl.another_color_item dd img {
	width: 70px;
}

dl.another_color_item dd a img {
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}

dl.another_color_item dd a:hover img {
	filter:alpha(opacity=70);
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.off_selling_price {
	font-size: 0.9em;
}

/* SKU SINGLE */
#itempage table.skusingle,#itempage table.item_option {
	margin: 0 0 10px;
	padding: 0;
}

#itempage table.skusingle td,#itempage table.item_option td {
	margin: 0;
	padding: 3px 10px 3px 0;
}

.addtocart {
	padding: 15px;
	background: #f0f0f1;
}

.addtocart.rental {
	margin-bottom: 20px;
}

#itempage .skuform .skuquantity {
	margin: 0 5px 0 10px;
	padding: 5px;
	width: 1em;
	text-align: center;
	letter-spacing: 1px;
	font-size: 1em;
	font-family: helvetica;
}

.addtocart input[type=submit] {
	padding: 15px 0;
	width: 100%;
	font-size: 1.05em !important;
}

.cart_bottom_text {
	margin-top: 14px;
	padding: 0 !important;
	text-align: center;
	line-height: 1;
	color: #333;
	font-size: 0.9em;
}

a.cart_contact_button {
	margin-bottom: 10px;
	padding: 10px 20px;
	text-align: center;
	background-color: #3072b3;
	color: #fff;
	text-decoration: none !important;
	font-size: 0.9em;
	display: block;
}

a.cart_contact_button i {
	margin-right: 5px;
}

.rental_term_check {
	margin-bottom: 15px;
	padding: 20px;
	border: solid 1px #f6cf60;
	background-color: #f6e3ac;
}

.addtocart input[type=submit][disabled] {
	background:#ccc;
	cursor:not-allowed; /* 禁止カーソル */
}

/* Lufthansa page */
.swiper-slider-container.lufthansa {
	margin-bottom: 70px;
}

.swiper-slider-container.lufthansa .swiper-slide .text_box p {
	color: #fff;
}

a.image_link {
	color: #fff;
}

/* FPM page */
ul.item_list {
	margin: 10px 0 30px 17px;
}

ul.item_list li {
	margin-bottom: 10px;
	list-style-type: disc;
}

.item_none {
	margin: 30px 0;
	padding: 20px;
	text-align: center;
	border: solid 1px #555;
	background-color: #fff;
}

.item_none p {
	padding: 5px 0 !important;
}

/* Rental page */
.m-frm-elem-wrap {
	width: 100%;
	display: table;
}

.m-frm-elem {
	padding: 0 0 0 10px;
	display: table-cell;
	vertical-align: middle;
}

.m-frm-elem:first-of-type {
	padding-left: 0;
}

.m-frm-elem > * {
	width: 100% !important;
	display: table !important;
	box-sizing: border-box;
}

.m-frm-select select {
	padding: 0 10px;
}

.full_width_rental_form {
	padding: 40px 0;
	text-align: center;
	background-color: #efefef;
}

.rental_form_content {
	margin: 0 auto;
	padding: 20px;
	width: 50%;
	text-align: center;
}

.screen-reader-text {
	margin-bottom: 15px;
	display: block;
	font-size: 1.4em;
}

input#flt_start_date,
input#flt_end_date {
	padding: 10px;
	width: 37%;
	display: inline-block;
}

input#flt_start_date {
	margin-right: 7px;
}

div#ui-datepicker-div.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
	width: 300px !important;
}

#filterForm #searchsubmit:before {
	margin-right: 3px;
	content: "\f002";
	color: #fff;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
}

#filterForm #searchsubmit {
	margin-top: 20px;
	width: 100%;
	display: block;
}

dl.order_flow_box {
	margin-right: 42px;
	width: 30%;
	display: inline-block;
	vertical-align: top;
}

dl.order_flow_box.rental {
	margin-right: 57px;
	width: 20%;
	display: inline-block;
	vertical-align: top;
}

dl.order_flow_box.purchase {
	margin: 0 20px 30px 0;
	width: 23%;
}

dl.order_flow_box.purchase_flow {
	margin: 0 20px 30px 0;
	width: 30%;
}

dl.order_flow_box.last {
	margin-right: 0;
}

dl.order_flow_box dt {
	margin-bottom: 10px;
	text-align: center;
}

dl.order_flow_box dt i {
	font-size: 3.5em;
	color: #555;
}

dl.order_flow_box dd {
	margin: 0;
	text-align: center;
}

dl.order_flow_box dd .step_title {
	padding-bottom: 5px !important;
	font-size: 1.3em;
	font-weight: bold;
}

dl.order_flow_box dd span.step_text_title {
	font-size: 0.9em;
	font-weight: normal;
}

dl.order_flow_box dd span.step_text_number {
	margin: 0 7px 0 5px;
	font-size: 1.1em;
	font-weight: normal;
}

/*dl.order_flow_box:after {
	padding: 2px 0 0 1px;
	width: 29px;
	height: 28px;
	content: "\f105";
	font: normal normal normal 26px/1 FontAwesome;
	position: relative;
	top: -285px;
	right: -38px;
	color: #999;
	float: right;
	background-color: #eee;
	text-align: center;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}*/

dl.order_flow_box.rental:after {
	top: -240px;
	right: -48px;
}

dl.order_flow_box.purchase:after {
	content: none;
}

dl.order_flow_box.last:after {
		content: none;
}

.full_width_purpose_button {
	padding: 30px 0;
	height: auto;
	overflow: hidden;
}

ul.purpose_buttons li {
	margin-left: 20px;
	list-style-type: none;
	float: left;
}

.full_width_purpose_button ul.purpose_buttons li:nth-child(1) {
	margin-left: 0;
}

ul.purpose_buttons li a {
	padding: 10px 0;
	width: 218px;
	border: solid 1px #333;
	text-align: center;
	display: block;
}

ul.purpose_buttons li a i {
	margin-right: 5px;
}

ul.purpose_buttons li a:hover {
	color: #fff;
	background-color: #3072b3;
	border-color: #3072b3;
}

.full_width_feature.rental {
	padding: 50px 0 10px 0;
}

dl.feature_4_box {
	margin: 0 40px 40px 0;
	width: 445px;
	box-sizing: border-box;
	display: inline-block;
	text-align:left;
}

.full_width_feature dl.feature_4_box:nth-child(odd) {
	margin: 0 0 40px 0;
}

dl.feature_4_box dt {
	margin-bottom: 15px;
	font-size: 1.5em;
}

dl.feature_4_box dt i {
    color: #383838;
 	margin-right: 10px;
	color: #383838;
	font-size: 1.0em;
}

dl.feature_4_box dt .feature_title {
	margin-bottom: 10px;
	font-size: 1.1em;
	font-weight: bold;
}

dl.feature_4_box dd .feature_text {
	margin-bottom: 15px;
	line-height: 1.8;
}

section.full_width_content .purchase_content .caution {
	margin-top: 10px;
	font-size: 0.75em;
	line-height: 1.5;
}

section.full_width_content .purchase_content a {
	text-decoration: underline;
}

section.full_width_content .purchase_content .purchase_price {
	margin-top: 5px;
	font-size: 0.9em;
	font-weight: bold;
}

ul.calendar_status {
	margin: 10px 0 15px 0;
	height: auto;
	overflow: hidden;
}

ul.calendar_status li {
	width: 33.3333%;
	float: left;
	font-size: 0.85em;
	text-align: center;
}

ul.calendar_status li:before {
	margin: 0 auto 3px auto;
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border: solid 1px #999;
	background-color: #fff;
}

ul.calendar_status li.status1:before {
	background-color: #f8f8f8;
}

ul.calendar_status li.status2:before {
	background-color: #ededed;
}

ul.calendar_status li.status3:before {
	background-color: #ff0084;
}

.topas_caution_text {
	font-size: 0.9em;
}

ul.rental_caution_list {
	margin-bottom: 10px;
	padding: 20px;
	background-color: #eee;
	font-size: 0.9em;
}

ul.rental_caution_list li {
	margin-bottom: 10px;
}

ul.rental_caution_list li a {
	text-decoration: underline;
}

table.rental_price {
	margin: 20px 0 40px 0;
	width: 100%;
	border-spacing: 0 !important;
	border-collapse: collapse !important;
	border: solid 1px #ccc;
	font-size: 0.9em;
}

table.rental_price th,
table.rental_price td {
	padding: 5px !important;
	border: solid 1px #ccc;
	background-color: #fff;
	text-align: center;
}

table.rental_price th {
	background-color: #555;
	color: #fff;
	font-weight: bold;
}

table.rental_price td:nth-child(2) {
	color: #cc0000;
	font-weight: bold !important;
}

table.rental_price tr:nth-child(11) td,
table.rental_price tr:nth-child(12) td {
	background-color: #f5f5f5;
}

.rental_schedule_image {
	text-align: center;
}

.rental_schedule_image img {
	margin-bottom: 15px;
}

.rental_schedule_image p {
	font-size: 0.85em;
}

#itempage table td input {
	background-color: #fff;
}

#itempage table td input:focus {
	background-color: #fdf1c3;
}

table.skusingle tr:nth-child(2) input[type="text"],
table.skusingle tr:nth-child(3) input[type="text"] {
	padding: 5px !important;
	font-size: 0.9em !important;
	line-height: 1.5;
}

dl.rental_campaign {
	padding: 25px;
	background-color: #81ae53;
	border: solid 1px #7aa44e;
	text-align: center;
	color: #fff;
}

dl.rental_campaign dt {
	margin-bottom: 20px;
	font-size: 1.6em;
}

table.skusingle tbody tr:nth-child(1) {
	display: none;
}

table.rental_compare tr th {
	background-color: #ddd;
	color: #333;
	font-weight: normal
}

table.rental_compare tr td {
	text-align: center;
}

table.rental_compare tr:nth-child(2) th,
table.rental_compare tr:nth-child(2) td {
	font-weight: bold !important;
	background-color: #ffefc0;
}

.rental_terms_content {
	margin: 20px 0;
	padding: 20px;
	font-size: 0.85em;
	border: solid 1px #eab00d;
	background-color: #eac14d;
	display: block;
}

.rental_terms_content p {
	padding: 0 !important;
}

.rental_terms_content a {
	text-decoration: underline;
}

.rental_accessory_terms_content {
	margin-bottom: 10px;
	padding: 20px;
	font-size: 0.85em;
	color: #fff;
	border: solid 1px #4fa6ea;
	background-color: #4fa6ea;
}

.swiper-container.customer_voice {
	height: 350px;
}

.swiper-container.customer_voice .swiper-slide {
	text-align: center
}

.swiper-container.customer_voice .swiper-slide .customer_name {
	margin-bottom: 5px;
	font-weight: bold;
}

h2.wiki_title,
h3.wiki_title {
	margin-bottom: 30px;
	padding: 15px;
	background-color: #eee;
	text-align: left;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.5;
}

h2.wiki_title.top {
	padding: 15px 0;
	background-color: transparent;
}

h3.wiki_subtitle {
	margin: 30px 0;
	padding-left: 10px;
	border-left: solid 3px #333;
	font-size: 1.4em;
}

.center_image img {
	width: 500px;
}

dl.top_link_content {
	padding: 20px;
	background-color: #fff;
}

dl.top_link_content dt a {
	text-decoration: underline;
}

dl.outband_link {
	margin-top: 20px;
}

dl.outband_link dt a {
	text-decoration: underline;
}

dl.outband_link dd {
	font-weight: bold;
}

/* SKU MULTI */
.skumultibox {
	padding: 0 0 40px;
}

.skumultibox + div.skumultibox {
	padding: 0;
}

#content .post .skumultibox h3 {
	margin: 0;
	margin: 0 0 15px;
	padding: 10px;
	background: #f3f3f3;
	color: #444;
	font-size: 1.2em;
	line-height: 1em;
}

#content .post .skumultibox h3 span {
	padding-left: 1em;
	font-weight: 400;
	font-size: 0.9em;
}

#itempage table.skumulti {
	margin: 0;
	padding: 0;
	width: 100%;
	border: 1px solid #CCC;
	border-collapse: collapse;
}

#itempage table.skumulti th {
	margin: 0;
	padding: 3px;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background-color: #E6E6E6;
	text-align: center;
	font-weight: 400;
	font-size: 0.9em;
}

#itempage table.skumulti th.thborder {
	border-bottom: 2px solid #CCC;
}

#itempage table.skumulti td {
	margin: 0;
	padding: 3px;
	border: 1px solid #D9D9D9;
}

#itempage table.skumulti td.subborder {
	border-bottom: 3px solid #D9D9D9;
}

#itempage table.skumulti td.skudisp {
	color: red;
	font-weight: 700;
}

.zaiko_status {
	margin-bottom: 15px;
	padding: 15px 25px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #cecece;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	font-size: 1em;
	line-height: 1;
	display: block;
}

#itempage .assistance_item {
	padding: 0;
	width: auto;
}

#itempage .assistance_item h3 {
	margin-bottom: 10px;
	margin-left: 0;
	padding: 3px 5px;
	height: 18px;
	background-color: #999;
	color: #FFF;
	font-size: 1.2em;
	line-height: 18px;
}

#itempage .assistance_item ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#itempage .assistance_item li {
	float: left;
	margin: 0;
	padding: 0 0 10px;
	width: 312px;
}

#itempage .assistance_item .listbox {
	margin-right: 10px;
	padding: 10px;
	width: auto;
	border: 1px solid #ccc;
	background-color: #f9f9f9;
}

#itempage .assistance_item .slit {
	float: left;
	overflow: hidden;
	width: 100px;
	height: 100px;
	background-image: url(image/no_img.gif);
	background-repeat: no-repeat;
}

#itempage .assistance_item .detail {
	margin: 0;
	padding-top: 5px;
	padding-left: 115px;
	width: auto;
}

#itempage .assistance_item h4 {
	margin: 0 0 5px;
	padding: 0;
	color: #600;
	font-weight: 700;
	font-size: 0.9em;
	line-height: 150%;
}

#itempage .assistance_item .detail p {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 0.8em;
	line-height: 150%;
}

.page_content {
	padding: 10px;
}

.caution_news_content {
	margin-bottom: 20px;
	padding: 20px;
	font-size: 0.85em;
	text-align: center;
	text-decoration: none !important;
	border: solid 1px #eab00d;
	background-color: #eac14d;
	display: block;
}

#itempage h2.item_page_title {
	margin: 0;
	font-size: 1.4em;
	line-height: 1.4;
	text-transform: uppercase;
}

#itempage h2.item_page_title.parts {
	text-transform: lowercase;
}

.visit_days {
	font-size: 1.1em;
}

.review_link {
	padding-left: 5px;
	color: #007ebe;
	font-size: 0.8em;
	display: inline-block !important;
	text-decoration: none !important;
	position: relative;
	top: -2px;
}

a.review_link:hover {
	text-decoration: underline !important;
}

.crfp-rating {
	display: inline-block;
}

#itempage .swiper-container {
	height: auto;
	cursor: pointer;
}

.one-column .swiper-pagination-bullet {
	background: #ddd !important;
}

.one-column .swiper-pagination-bullet-active {
	background: #333 !important;
}

.swiper-button-next, .swiper-button-prev {
	background-image: none !important;
}

#itempage .swiper-button-next:before,
#itempage .swiper-button-prev:before {
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	position: absolute;
	top: 46%;
	margin-top: -4px;
}

#itempage .swiper-button-next:before {
	left: 28%;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#itempage .swiper-button-prev:before {
	left: 41%;
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);	
}

#itempage .swiper-button-next,
#itempage .swiper-button-prev {
	width: 40px !important;
	height: 40px !important;
	font-size: 3.0em;
	color: #fff;
	background-color: #000;
	filter:alpha(opacity=70);
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 10px !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 10px !important;
}

.swiper-button-next {
	display: none\9;
}

.swiper-button-prev {
	display: none\9;
}

.swiper-button-next i,
.swiper-button-prev i {
	position: relative;
	top: -3px;
}	

.swiper-button-next i {
	right: -15px;
}

.swiper-button-prev i {
	left: 10px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	display: none;
}

.swiper-pagination.swiper-pagination-fraction {
	margin: 0 0 5px -25px;
	padding: 1px 3px;
	width: 53px;
	text-align: center;
	background-color: #fff;
	left: 50%;
	font-size: 0.8em;
	border-radius: 40px;
	filter:alpha(opacity=50);
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
}

dd.field_price {
	font-size: 1.5em !important;
	color: #333;
	/*color: #3072b3;
	font-weight: 400 !important;*/
}

dd.field_price.tax_price {
	color: #383838;
}

.shipping_gift_content {
	margin: 15px 0 5px 0;
}

.shipping_gift_content > span {
	margin: 0 3px 10px 0;
	padding: 4px 9px 3px 9px;
	font-size: 0.8em;
	color: #888;
	text-align: center;
	background-color: #ededed;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
}

.shipping_gift_content span i {
	margin-right: 4px;
	font-size: 1.1em;
}

.orderitem .shipping_text {
	margin-bottom: 10px;
	padding: 10px !important;
	font-size: 0.9em;
	color: #333;
	background-color: #fff;
	text-align: center;
}

.orderitem .shipping_text.sale {
	/*color: #3072b3;*/
	color: #cc0000;
	font-weight: bold;
}

.laundry_bag_campaign_text {
	margin-bottom: 10px;
	padding: 10px !important;
	border: solid 1px #4fb1d6;
	text-align: center;
}

.laundry_bag_campaign_text i {
	margin-right: 3px;
	font-size: 1.1em;
}

.laundry_bag_campaign_text a {
	color: #4fb1d6;
	text-decoration: none !important;
	display: block;
	font-size: 0.9em;
}

.item_payment_content {
	margin: 10px 0;
	font-size: 0.9em;
	color: #555;
}

.item_payment_content dt {
	margin-bottom: 3px;
	font-weight: bold;
}

.payment_off_text {
	margin: 10px 0;
	font-weight: bold;
}

.common_detail_text {
	font-size: 0.9em !important;
}

.common_detail_text i {
	margin-right: 6px;
	display: inline-block;
	font-size: 1.3em;
	position: relative;
	top: 1px;
}

.no_return_label {
	margin-bottom: 20px;
	padding: 1px 0;
	width: 125px;
	font-size: 0.75em;
	color: #555;
	text-align: center;
	background-color: #f0f0f0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

dl.item_content {
	margin-top: 20px;
	padding: 20px 20px 15px 20px;
	background: #fff;
	border: solid 1px #eee;
}

dl.item_content dt {
	margin-bottom: 15px;
	font-weight: bold;
}

dl.item_content dd p {
	font-size: 0.9em !important;
}

.item_detail {
	margin-top: 10px;
	padding: 20px;
	background: #f0f0f0;
}

dl.detail_content {
	margin: 0 0 5px;
	clear: both;
	font-size: 0.8em;
}

dl.detail_content dt {
	margin: 0;
	width: 90px;
	float: left;
	font-weight: 700;
}

dl.detail_content dd {
	margin-left: 90px;
}

dl.detail_content.detail_text dt {
	margin-bottom: 5px;
}

dl.detail_content.detail_text dd {
	margin-left: 0;
	clear: both;
}

.orderitem .guarantee_button_content {
	border-top: 1px solid #d7d5d5;
	margin-top: 20px;
	padding-top: 20px;
	text-align: center;
	font-size: 1.2em;
}

.orderitem .guarantee_button_content dt {
	margin-bottom: 15px;
	text-align: center\9;
	letter-spacing: normal;
}

.orderitem .guarantee_button_content dd {
	margin-left: 0;
	display: inline-block;
	width: 150px\9;
	letter-spacing: normal;
}

.orderitem .guarantee_button_content dd:first-of-type {
	margin-right: 8px;
}

.orderitem .guarantee_button_content dd:last-child {
	margin-left: 8px;
}

.orderitem .guarantee_button_content dd a {
	font-size: 0.7em;
}

.orderitem .guarantee_button_content dd a:hover {
	background: #383838;
	color: #fff !important;
	text-decoration: none !important;
}

.orderitem .guarantee_button_content dd a i {
	margin-right: 5px;
	display: inline-block;
	font-size: inherit;
}

dl.item_caution {
	margin-top: 20px;
	padding: 20px;
	font-size: 0.85em !important;
	border: solid 1px #ccc;
}

dl.item_caution.used {
	border: solid 1px #eab00d;
    background-color: #eac14d;
}

dl.item_caution dt {
	font-weight: bold;
}

#comments {
	clear: both;
}

ul#comments-list li {
	margin: 0 10px 20px 0;
	padding: 20px;
	width: 422px;
	min-height: 115px;
	background-color: #fff;
	display: inline-block;
	vertical-align: top;
}

ul#comments-list li .says,
ul#comments-list li .comment-meta {
	display: none;
}

ul#comments-list li p {
	padding: 5px 0 3px 0 !important;
	font-size: 0.9em !important;
}

ul#comments-list li:nth-child(even) {
	margin-right: 0;
}

ul#comments-list li .rating {
	margin: 0 !important;
}

.swiper-related-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.swiper-related-container .swiper-slide .thumimg img {
	width: 100%;
	height: auto;
}

.swiper-related-pagination {
	margin-top: 10px;
	text-align: center;
}

.relatedbox {
	clear: both;
	margin-bottom: 50px;
}

.relatedbox h3,
.item_banner_menu h3 {
	letter-spacing: 1px;
	border-bottom: 1px solid #eee;
	padding: 0 0 10px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.2em;
	margin-bottom: 20px;
}

a.item_contact_button {
	margin-bottom: 10px;
}

a.item_contact_button {
	padding: 10px 20px;
	text-align: center;
	background-color: #666;
	color: #fff;
	text-decoration: none !important;
	display: block;
	border: solid 1px #555;
}

a.item_contact_button:hover {
	background-color: #333;
	text-decoration: none !important;
}

a.item_contact_button i {
	margin-right: 5px;
	font-size: 1.2em;
	position: relative;
	top: 2px;
}

#itempage .video_content {
	margin: 20px 0;
}

/* Genuine guarantee page */
dl.guarantee_box {
	margin: 5px;
	padding: 20px 15px;
	width: 20%;
	height: auto;
	border: solid 1px #ccc;
	background-color: #fff;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

dl.guarantee_box dt {
	margin-bottom: 10px;
	font-size: 1.2em;
}

dl.guarantee_box dt i {
	margin-bottom: 10px;
	font-size: 2.4em;
}

dl.refund_flow {
	margin-bottom: 38px;
	padding: 25px 30px 0 30px;
	border: solid 1px #ccc;
	background-color: #fff;
	font-weight: bold;
	text-align: center;	
}

dl.refund_flow:after {
	content: "\f107";
	font: normal normal normal 25px/1 FontAwesome;
	position: relative;
	top: 38px;	
}

dl.refund_flow.last {
	margin-bottom: 0;
	padding-bottom: 25px;
}

dl.refund_flow.last:after {
	content: none;
}

dl.refund_flow dt {
	margin-bottom: 7px;
	font-weight: bold;
	font-size: 1.3em;
}

.contact_content {
	margin: 0 auto;
	width: 700px;
	border: solid 1px #ccc;
	background-color: #fff;
	text-align: center;
}

.contact_content a {
	text-decoration: none !important;
}

.contact_content .contact_tel {
	margin: 0 auto;
	padding: 10px 0 6px 0;
	width: 250px;
	vertical-align: middle;
	text-align: left;
	line-height: 1.2;
	font-size: 1.1em;
}

.contact_content .contact_tel i {
	margin-right: 8px;
	font-size: 2.4em;
	float: left;
	position: relative;
	top: 8px;
}

.contact_content .contact_tel .tel {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
}

.contact_content .business_time_title {
	padding: 4px 10px 2px;
	color: #fff;
	background-color: #848b90;
}

.contact_content .business_time {
	padding: 4px 10px 2px;
	border-color: #e6e6e6;
	border-style: solid;
	border-width: 0;
	border-top-width: 1px;
	color: inherit;
	background-color: #eee;
	font-size: 1.2em;
}

.footer_contact_box {
	margin-bottom: 30px !important;
}

.footer_contact_box dl:last-child {
	float: right;
}

dl.contact_content {
	margin: 0 auto;
	width: 49%;
	display: inline-block;
	border: solid 1px #ccc;
	background-color: #fff;
	text-align: center;
}

dl.contact_content dt a {
	display: block;
	text-decoration: none !important;
}

dl.contact_content dt {
	margin: 0 auto;
	padding: 10px 0 6px 0;
	width: 250px;
	vertical-align: middle;
	text-align: left;
	line-height: 1.2;
	font-size: 1.1em;
}

dl.contact_content dt i {
	margin-right: 8px;
	font-size: 2.4em;
	float: left;
	position: relative;
	top: 8px;
}

dl.contact_content.mail dt {
	padding: 24px 0 21px 0;
	width: 310px;
}

dl.contact_content.mail dt i {
	margin-right: 5px;
	font-size: 2.0em;
	position: relative;
	top: -9px;
}

dl.contact_content dt .tel {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
}

dl.contact_content dd.business_time_title {
	padding: 4px 10px 2px;
	color: #fff;
	background-color: #c6d1dd;
}

dl.contact_content.mail dd.business_time_title {
	background-color: #c6dddb;
}

dl.contact_content dd.business_time {
	padding: 4px 10px 2px;
	border-color: #e6e6e6;
	border-style: solid;
	border-width: 0;
	border-top-width: 1px;
	color: inherit;
	background-color: #eee;
	font-size: 1.1em;
}

/* Cart page */
input[type="submit"].back_cart_button,
input[type="submit"].to_deliveryinfo_button,
input[type="submit"].to_reganddeliveryinfo_button,
input[type="submit"].back_to_customer_button,
input[type="submit"].to_confirm_button,
input[type="submit"].back_to_delivery_button,
input[type="submit"].checkout_button {
	margin: 0 5px;
}

.send {
	margin: 20px 0 30px;
	padding: 30px;
	width: auto;
	border: 1px solid #dedede;
	background: #f0f0f1;
	text-align: center;
	position: relative;
}

#content h2.cart_page_title {
	margin: 0 0 30px;
	color: #333;
	font-size: 2em;
	line-height: 1;
}

.usccart_navi {
	margin: 0 0 30px;
}

.usccart_navi ol {
	margin: 0 0 20px;
	padding: 0;
	width: auto;
}

div.usccart_navi li.ucart {
	width: 24.9%;
	float: left;
	margin: 0;
	height: 40px;
	line-height: 40px;
	background-color: #eeeeef;
	color: #333;
	font-weight: 700;
	font-size: 0.9em;
	counter-increment: item;
	position: relative;
}

div.usccart_navi li:before {
	content: counter(item) "";
	background: #fff;
	color: #d5d5d5;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	font-size: 0.8em;
	height: 18px;
	width: 18px;
	margin: -2px 6px 0 20px;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

div.usccart_navi li.usccart_cart,div.usccart_navi li.usccart_customer,div.usccart_navi li.usccart_delivery,div.usccart_navi li.usccart_confirm {
	background: #3072b3;
	color: #fff;
}

div.usccart_navi li.usccart_cart:before,div.usccart_navi li.usccart_customer:before,div.usccart_navi li.usccart_delivery:before,div.usccart_navi li.usccart_confirm:before {
	background: #fff;
	color: #3072b3;
}

div.usccart_navi li.usccart_cart:after,div.usccart_navi li.usccart_customer:after,div.usccart_navi li.usccart_delivery:after {
	content: '';
	position: absolute;
	top: 12px;
	right: -6px;
	width: 15px;
	height: 15px;
	transform: scale(0.707) rotate(45deg);
	-webkit-transform: scale(0.707) rotate(45deg);
	-moz-transform: scale(0.707) rotate(45deg);
	z-index: 1;
	background: #3072b3;
}

div.usccart_navi li:last-child:after {
	content: none;
}

#cart_table {
	margin: 20px 0;
	width: 100%;
	border-collapse: collapse;
}

#cart_table {
	table-layout: fixed\9;
}

/*IE8 img width hacking*/
#cart_table th,#cart_table td {
	padding: 10px 8px;
	vertical-align: middle;
	line-height: 150%;
}

#cart_table th {
	border: 1px solid #dedede;
	background-color: #f0f0f1;
	color: #555;
	white-space: nowrap;
	font-weight: 700;
	font-size: 0.85em;
}

#cart_table td {
	border: 1px solid #dedede;
	background: #fff;
	color: #666;
	text-align: center;
	font-size: .9em;
}

#cart_table td.aleft {
	text-align: left;
	font-size: 0.85em;
	line-height: 2em;
}

#cart_table .aright {
	text-align: right;
}

#cart_table td img {
	margin: 0;
	min-width: 50px !important;
	height: auto;
	text-align: center;
}

#cart_table td input.quantity {
	padding: 4px;
	width: 2em;
	text-align: center;
}

#cart_table tfoot {
	padding: 10px;
	background: #fff;
	background-color: #fdfcfa;
	font-size: 1em;
}

#cart_table tfoot th {
	font-size: 1em;
}

#cart_table tfoot th.aright+th.aright {
	color: #cc0000;
}

#point_table {
	margin: 30px 0 30px auto;
	width: 400px;
	border: 2px solid #dfdfdf;
	border-collapse: collapse;
}

#point_table th,#point_table td {
	padding: 12px 15px;
	line-height: 150%;
}

#point_table td {
	border-top: 1px dotted #eae9e6;
	border-bottom: 1px dotted #eae9e6;
	background-color: #f0f0f1;
	color: #4c4c4c;
	text-align: right;
}

#point_table td input.used_point {
	margin: 0 5px 0 0;
	padding: 5px;
}

#inside-cart .post {
	margin-top: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: auto;
}

#inside-cart h2 {
	margin: 0 0 15px;
	padding: 0 0 0 10px;
	height: 32px;
	border-bottom: 2px solid #ffe679;
	background-color: #fc0;
	color: #fff;
	font-weight: 700;
	font-size: 1.2em;
	line-height: 32px;
}

#inside-cart p {
	margin: 0;
	padding: 15px 0 0;
	color: #333;
	font-size: 0.85em;
	line-height: 24px;
}

.shipping_free_announce {
	margin: 5px 0 0 0;
	padding: 10px 0;
	text-align: center;
	font-size: 1.2em;
	background: #fcfae9;
	border: solid 1px #e6e6e6;
	color: #cc0000;
}

/* Customer page */
#customer-info .post {
	margin-top: 10px;
	padding: 15px 0;
	width: auto;
}

.error_message {
	color: #cc0000;
	font-weight: bold;
	font-weight: 400;
	font-size: 1.1em;
	line-height: 2em;
}

#customer-info form {
	margin: 0;
	padding: 0;
}

#customer-info table,#delivery-info table.customer_form,#newmember table.customer_form {
	margin-top: 10px;
	width: 100%;
	border-collapse: collapse;
	border-right: 1px solid #e6e6e6;
}

#customer-info th,#customer-info td,#delivery-info table.customer_form th,#delivery-info table.customer_form td,#newmember table.customer_form th,#newmember table.customer_form td {
	padding: 12px 15px;
	line-height: 150%;
}

#customer-info th,#delivery-info table.customer_form th,#newmember table.customer_form th,table#confirm_table th {
	width: 25%;
	border: 1px solid #dedede;
	background-color: #f0f0f1;
	color: #555;
	text-align: right;
	white-space: nowrap;
	font-weight: 700;
	font-size: 0.85em;
}

#customer-info td,#delivery-info td,#newmember table.customer_form td,table#confirm_table td {
	/*border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;*/
	border: 1px solid #e6e6e6;
	background: #fff;
	color: #4c4c4c;
}

#customer-info .customer_form input,#newmember table.customer_form input {
	margin: 0 8px 0 4px;
	font-size: 1em;
}

#customer-info .customer_form input[type="text"],#newmember table.customer_form input[type="text"] {
	width: 50%;
}

.hidden,
table#delivery_table tbody tr#fax_row {
	display: none !important;
}

.actionform .iopt_label {
	display: none;
}

#customer-info .customer_form tr.inp1 input {
	width: 40%;
}

#customer-info .customer_form tr.inp2 input {
	margin-right: 8px;
	margin-left: 0;
	width: 65%;
}

.cart_customer_member_text {
	margin-bottom: 20px;
	padding: 20px;
	border: solid 1px #e6e6e6;
	text-align: center;
	background-color: #fcfae9;
	font-size: 1.1em;
	line-height: 1.5;
}

#customer-info th, #customer-info td, #delivery-info table.customer_form th, #delivery-info table.customer_form td, #newmember table.customer_form th, #newmember table.customer_form td {
	padding: 12px 10px !important;
}

#customer-info .customer_form input[type="password"],
#newmember table.customer_form input[type="password"] {
	width: 50%;
}

#customer-info .customer_form input#zipcode,
#memberpages .customer_form input#zipcode {
	width: 80px;
}

#customer-info .customer_form input[type="tel"],
#newmember table.customer_form input[type="tel"] {
	width: 20%;
}

#customer-info table.customer_form tr:nth-child(10),
#memberinfo table.customer_form tr:nth-child(7),
table#confirm_table tr:nth-child(8),
table#confirm_table tr:nth-child(16),
#newmember table.customer_form tr:nth-child(10) {
	display: none;
}

span.input_label {
	margin-right: 8px;
	padding: 4px 5px 4px 5px !important;
	text-align: center;
	line-height: 1 !important;
	border-radius: 3px;
	font-weight: normal;
	font-size: 10px;
	color: #fff !important;
}

span.input_label.required {
	background: #ba0000;
}

span.input_label.optional {
	background: #008bba;
}

/* Delivery page */
#delivery-info .post {
	margin-top: 10px;
	padding: 15px 0;
	width: auto;
}

#delivery-info .customer_form dl {
	margin: 0;
	padding: 0;
	width: auto;
}

#delivery-info .customer_form dt {
	padding-top: 5px;
	width: auto;
	color: #333;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 150%;
}

#delivery-info .customer_form dd {
	margin: 0;
	padding: 3px 0 35px 20px;
	color: #333;
	font-size: 0.8em;
	line-height: 150%;
}

/*#delivery-info .customer_form dd.payment_1 {
	padding-bottom: 0;
}*/

/*#delivery-info .customer_form dd a img {
    position: relative;
    right: 10px;
    bottom: 5px;
}*/

#delivery-info .customer_form dd p a {
	position: relative;
	bottom: 10px;
	left: 4px;
}

#delivery-info #delivery_table input {
	margin-right: 3px;
	width: 50%;
}

#delivery-info #delivery_table tr.inp1 input {
	margin-right: 0;
	margin-left: 3px;
	width: 83%;
}

#delivery-info #delivery_table tr.inp2 input {
	margin-right: 3px;
	margin-left: 0;
	width: 76%;
}

#delivery-info .customer_form .button {
	width: 24px;
}

#delivery-info #time {
	margin-top: 10px;
}

#delivery-info #notes_table textarea,#delivery-info #time textarea {
	padding: 8px 6px;
	width: 94%;
	height: 100px;
	font-size: 0.9em;
}

.order_delivery_text {
	padding: 20px !important;
	border: 1px solid #3072b3;
	color: #3072b3;
	text-align: center;
	background-color: #fff;
}

.creditcard_logo img {
	width: 210px;
	height: auto;
}

.creditcard_text {
	font-size: 0.9em;
	font-weight: bold;
}

.creditcard_copy {
	margin-bottom: 5px;
	padding-bottom: 0 !important;
	color: #216abc;
	font-weight: bold;
}

.confirm_notice {
	margin-bottom: 10px;
	font-size: 0.9em;
}

#info-confirm .post {
	margin-top: 10px;
	padding: 15px 0;
	width: auto;
	background-color: #fff;
}

.order_confirm_text {
	padding: 20px !important;
	border: 1px solid #cc0000;
	color: #cc0000;
	text-align: center;
}

#info-confirm form {
	margin: 0;
	padding: 0;
}

#info-confirm #confirm_table {
	margin-top: 10px;
	width: 100%;
	border-collapse: collapse;
	border-right: 1px solid #e6e6e6;
}

#confirm_table h3 {
	margin: 0;
	padding: 0;
	font-weight: 700;
	font-size: 0.9em;
	line-height: normal;
}

#confirm_table th,#confirm_table td {
	padding: 12px 15px;
	line-height: 150%;
}

#confirm_table .ttl td,#confirm_table .ttl {
	background: #e4e4e4;
}

#confirm_table .bdc td {
	background: #fcffcc;
}

#wc_confirm #cart_table th.action,
#wc_confirm #cart_table td.action,
#wc_confirm #cart_table thead th:nth-child(4),
#wc_confirm #cart_table tbody td:nth-child(4),
#wc_confirm #cart_table tfoot th:nth-child(3),
#wc_confirm #cart_table tfoot tr th:nth-child(3),
#wc_confirm #cart_table tfoot tr td:nth-child(3) {
	display: none;
}

table.customer_form input {
	margin: 0 5px 0 0;
	padding: 5px;
	color: #555;
	font-size: 1.2em;
	position: relative;
	top: 1px;
}

.ssl_message {
	text-align: center;
}

.ssl_message i {
	margin-right: 5px;
	position: relative;
	top: -1px;
}

.AmazonPayButton {
	display: inline;
	position: relative;
	top: 18px;
	left: 20px;
}

table#time .rental_date_text {
	margin-left: 10px;
	font-size: 0.9em;
}

table.customer_form tr.delivery_date {
	display: none;
}

/* Amazon Pay page */
.page-template-page-amzpay .form-horizontal {
    margin-bottom: 120px;
}

.btn.btn-warning {
	margin-right: 10px;
}

/* Completion page */
#wc_ordercompletion h3 {
	font-size: 2.5em;
	text-align: center;
}

#wc_ordercompletion p {
	text-align: center;
}

.contact_caution_text.completion {
	margin-top: 20px;
}

/* Member page */
#memberpages #memberinfo ul {
	margin-top: 20px;
	width: 100%;
	text-align: center;
	display: inline-block;
}

#memberpages #memberinfo li {
	display: inline-block;
}

#memberpages #memberinfo li:last-child {
	margin-left: 20px;
}

#memberpages #memberinfo li strong {
	color: #c00;
}

#memberpages div.loginbox {
	width: 400px;
	margin: 0 auto;
}

#memberpages div.loginbox form {
	margin: 0 auto;
	padding: 10px 30px 20px;
	background: #efefef;
}

#memberpages input.loginmail,#memberpages input.loginpass {
	padding: 10px;
	width: 315px;
	font-size: 1.2em;
}

#memberpages .loginbox p {
	margin: 0;
	padding: 15px 0 0;
	color: #333;
	line-height: 24px;
}

#memberpages .loginbox p.submit,
.new_member_nav {
	text-align: center;
}

#memberpages .loginbox p#nav {
}

#memberinfo table {
	margin-top: 10px;
	width: 99%;
	border-collapse: collapse;
	border-right: 1px solid #e6e6e6;
}

#memberinfo table .num {
	font-size: 0.9em;
}

#memberinfo table .num + td {
	display: none;
	border-left: 1px solid #e6e6e6;
}

#memberinfo table .rightnum,#memberinfo table .date {
	padding: 10px 5px;
	border-left: 1px solid #e6e6e6;
	text-align: right;
	white-space: nowrap;
}

#memberinfo th,#memberinfo td {
	padding: 12px 15px;
	line-height: 150%;
	background: #fff;
}

#memberinfo th {
	width: 25%;
	border: 1px solid #dedede;
	background-color: #f0f0f1;
	border-right: none;
	color: #555;
	text-align: right;
	white-space: nowrap;
	font-weight: 700;
	font-size: 0.9em;
}

#memberinfo th.historyrow {
	background-color: #f3f3f3;
	text-align: center;
	white-space: nowrap;
	font-size: 0.85em;
}

#memberinfo td {
	border-top: 1px solid #e6e6e6;
	border: 1px solid #e6e6e6;
	color: #4c4c4c;
}

#memberinfo td.retail {
	padding: 10px 10px 40px;
	border-left: 1px solid #e6e6e6;
	background-color: #fcfcfc;
}

#memberinfo td.retail table {
	margin: 0;
	width: 100%;
	background: #fff;
}

#memberinfo td.retail table th {
	padding: 5px;
	width: auto;
	background: #f3f3f3;
	text-align: center;
	font-size: 0.9em;
}

#memberinfo td.retail table td {
	padding: 5px;
	border-left: 1px solid #e6e6e6;
	text-align: center;
	font-size: .9em;
}

#memberinfo td.retail table td.aleft {
	text-align: left;
}

#memberinfo td.retail table td img {
	margin: 0;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	vertical-align: bottom;
}

#memberinfo h3 {
	margin: 50px 0 20px;
	padding: 3px 0;
	border-bottom: 1px solid #777;
	font-weight: 400;
	font-size: 1.2em;
}

#memberinfo .customer_form input {
	margin: 0 8px;
	width: 50%;
	font-size: 1em;
}

#memberinfo .customer_form input#zipcode {
	margin-left: 8px;
	width: 80px;
}

#memberinfo .customer_form input#address1,#memberinfo .customer_form input#address2,#memberinfo .customer_form input#address3 {
	margin-right: 8px;
	margin-left: 0;
	width: 75%;
}

.input_caution_text {
	margin: 3px 0px 0px 5px;
	font-size: 0.9em;
}

a.back_to_top_button {
	text-decoration: none;
}

.currency_code {
	display: none;
}

/* Repair page */
ul.repair_list {
	margin: 5px 0 15px 0;
}

ul.repair_list li {
	margin: 0 0 10px 23px;
	list-style-type: decimal;
}

#repair .page_table {
	margin: 0 0 40px 0;
}

#repair .page_table th:nth-child(1),
#repair .page_table td:nth-child(1) {
	width: 300px;
}

#repair .page_table th:nth-child(2),
#repair .page_table td:nth-child(2) {
	width: 200px;
}

.before_after_content {
	margin: 0 30px 30px 0;
	width: 450px;
	display: inline-block;
	position: relative;
}

.before_after_content h4 {
	margin: 10px 0;
	text-align: center;
}


.before_after_content:nth-child(odd) {
	margin-right: 0;
}

.before_after_content .before {
	margin-right: 25px;
}

.before_after_content .before:after {
	font-family: "Font Awesome 5 Pro";
	font-size: 1.3em;
	font-weight: 600;
	content: "\f356";
	color: #333;
	position: absolute;
	top: 47%;
	left: 46%;
}

.before_after_content > div {
	width: 200px;
	display: inline-block;
}

.before_after_content img {
	width: 100%;
}

.before_after_content .title {
	font-size: 0.9em;
	text-align: center;
}

/* Shopping guide page */
.shopping_guide_navi_content {
	margin-bottom: 80px;
}

.shopping_guide_navi_content a {
	margin-right: 12px;
    display: inline-block;
	text-decoration: none !important;
}

.shopping_guide_navi_content a {
    margin-right: 8px\9;
}

.shopping_guide_navi_content a:last-child {
	margin-right: 0;
}

dl.shopping_guide_navi_box {
	margin: 0 0 10px 0;
	padding: 20px 0;
	width: 220px;
	height: auto;
	border: solid 1px #ccc;
	background-color: #fff;
	color: #999;
	text-align: center;
	display: inline-block;
}

dl.shopping_guide_navi_box dt {
	margin-bottom: 15px;
	font-size: 1.0em;
	color: #555;
	font-weight: bold;
}

dl.shopping_guide_navi_box dt span {
	font-size: 0.9em;
	font-weight: normal;
	color: #aaa;
}

dl.shopping_guide_navi_box dd {
	margin-top: 40px;
}

dl.shopping_guide_navi_box dd i {
	font-size: 3.5em;
	color: #333;
}

.payment_content dl {
	margin-bottom: 40px;
	padding-right: 15px;
	width: 460px;
    display: inline-block;
    vertical-align: top;
}

.payment_content dl.payment_list:nth-child(even) {
	padding-right: 0;
}

.payment_content dt {
	margin-bottom: 7px;
	font-weight: bold;
}

.payment_content dd {
	margin: 0;
}

.payment_content dd img {
	margin-bottom: 10px;
}

dl.delivery_list {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: solid 1px #e6e6e6;
}

dl.delivery_list dt {
	width: 130px;
	float: left;
	font-weight: bold;
}

dl.delivery_list dd {
	margin-left: 180px;
}

dl.delivery_list dd ul {
	width: 500px;
}

dl.delivery_list dd ul li {
	margin: 2px 2px 5px 2px;
	padding: 5px 5px 3px 5px;
	width: 135px;
	border: solid 1px #ccc;
	background-color: #fff;
	text-align: center;
	font-size: 0.85em;
	font-weight: bold;
	display: inline-block;
}

dl.shipping_flow {
	width: 45%;
	display: inline-block;
	vertical-align: top;
}

dl.shipping_flow.domestic {
	float: right;
}

dl.shipping_flow dt {
	margin-bottom: 15px;
	font-size: 1.2em;
	text-align: center;
}

dl.shipping_flow dd p {
	margin-bottom: 3px;
	width: 100%;
	padding: 10px 0 !important;
	color: #555;
	font-size: 1.2em;
	text-align: center;
	background-color: #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

dl.shipping_flow dd.flow1 p {
	background-color: #9cdb73;
}

dl.shipping_flow dd.flow2 p {
	background-color: #ade3ef;
}

dl.shipping_flow dd.flow3 p {
	background-color: #efcbad;
}

dl.shipping_flow dd.flow4 p {
	background-color: #efc3ad;
}

dl.shipping_flow dd:after {
	margin: 0 47%;
	font-family: "Font Awesome 5 Pro";
	font-size: 1.3em;
	font-weight: 600;
	content: "\f063";
	color: #555;
	position: relative;
	clear: both;
}

dl.shipping_flow.overseas dd:last-child {
	margin-top: 15px;
}

dl.shipping_flow dd:nth-child(5):after,
dl.shipping_flow dd:last-child:after {
	content: none;
}

dl.return_list dt {
	margin-bottom: 20px;
	float: left;
	font-weight: bold;
}

dl.return_list dd {
	margin: 0 0 20px 180px;
}

/* FAQ page */
dl.faq_list {
	padding: 15px;
	background: #fff;
	border: solid 1px #ccc;
}

dl.faq_list dt {
	font-size: 1.1em;
	font-weight: bold;
}

dl.faq_list dd {
	margin: 15px 0 0 0;
	padding-left: 1px;
	background: #fff;
}

dl.faq_list dt:before {
	margin-right: 8px;
	font-family: "Font Awesome 5 Pro";
	font-size: 1.3em;
	font-weight: 300;
	content: "\f059";
	float: left;
}

dl.faq_list dd:before {
	margin-right: 8px;
	font-family: "Font Awesome 5 Pro";
	font-size: 1.3em;
	font-weight: 300;
	content: "\f4a3";
	float: left;
	position: relative;
	top: 3px;
}

/* Privacy page */
dl.privacy_dl_list dt {
	margin-bottom: 7px;
	font-size: 1.1em;
	font-weight: bold;
}

dl.privacy_dl_list dd {
	margin-bottom: 30px;
}

ul.privacy_ul_list {
	margin: 5px 0 15px 0;
}

ul.privacy_ul_list li {
	margin: 0 0 7px 15px;
	list-style-type: disc;
}

/* Company page, Law page */
dl.company_list,
dl.law_list {
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: solid 1px #e6e6e6;
}

dl.company_list dt,
dl.law_list dt {
	float: left;
	font-weight: bold;
}

dl.company_list dd {
	margin-left: 110px;
}

dl.law_list dd {
	margin-left: 220px;
}

#map_area {
	margin-top: 10px;
	width: 100%;
	height: 250px;
}

dl.law_list dd dl.law_child_list dt {
	margin-bottom: 5px;
	float: none;
}

dl.law_list dd dl.law_child_list dd {
	margin: 0 0 15px 0;
	padding: 0;
}

ul.shop_gallery li {
	margin: 0 10px 10px 0;
	width: 263px;
	display: inline-block;
}

ul.shop_gallery li:nth-child(3n) {
	margin-right: 0;
}

/* Contacts page */
dl.business_hour {
	margin: 0 0 40px 0;
	padding: 20px;
	border: solid 1px #ccc;
	font-size: 1.0em;
	line-height: 1.8;
}

dl.business_hour dt {
	float: left;
	font-weight: bold;
}

dl.business_hour dd.caution {
	font-size: 0.9em;
	color: #cc0000;
}

dl.holiday_content {
	margin-bottom: 20px;
	padding: 20px;
	border: solid 1px #f6cf60;
	background-color: #f6e3ac;
}

dl.holiday_content dt {
	margin-bottom: 5px;
	font-weight: bold;
}

.contacts_content {
	margin-bottom: 30px;
}

.contacts_content dl:nth-child(2n) {
	margin-right: 0;
}

dl.contact_box {
	margin: 0 32px 35px 0;
	padding: 25px;
	width: 48%;
	height: 230px;
	border: solid 1px #ccc;
	background-color: #fff;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

dl.contact_box dt {
	margin-bottom: 10px;
	font-size: 1.4em;
}

dl.contact_box dt i {
	margin-bottom: 10px;
	font-size: 2.5em;
	color: #444;
	line-height: 1;
}

dl.contact_box dt i.ms-Icon--Phone {
	font-size: 2.3em;
}

dl.contact_box dt img {
	margin: 15px 0 14px 0;
}

dl.contact_box dd .tel {
	padding: 0 0 .5em !important;
}

dl.contact_box dd .tel a {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
	line-height: 1;
}

dl.contact_box dd .business_time {
	padding: 0 !important;
}

/* Contact page */
.contact_caution_text {
	margin-bottom: 20px;
	padding: 20px;
	border: solid 1px #eee;
	background: #fff;
	line-height: 1.7;
}

.contact_caution_text a {
	text-decoration: underline;
}

#trust-form {
	margin-bottom: 50px;
    width:100%;
    height: auto;
}

#trust-form table {
	margin-bottom: 2em;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

div#trust-form.contact-form table th {
	padding: 20px 20px 10px 0 !important;
	width: 35%;
	border-bottom: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}

#trust-form.contact-form table td {
	padding: 20px 0 !important;
	border-bottom: 1px solid #ccc;
	text-align: left;
	vertical-align: middle;
}

div#trust-form.contact-form table .formErrorContent {
	padding: 4px 10px 4px 10px !important;
}


div#trust-form.contact-form table td div {
	padding: 0 !important;
}

div#trust-form.contact-form table td .wpcf7-not-valid-tip {
	margin-top: 5px;
	display: block;
    color: #cc0000;
    font-weight: bold;
}

div#trust-form.contact-form div.submessage {
	font-size: 0.9em !important;
	font-weight: normal;
}

#trust-form ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* ContactForm7に移行したらいらない */
#trust-form ul li {
	margin-bottom: 7px !important;
	list-style: none;
	margin: 0;
	padding: 0;
}

#trust-form.contact-form .submit-container input {
	margin: 5px;
}

#trust-form.contact-form input[type="checkbox"],
div#trust-form.contact-form input[type="radio"] {
	margin-right: 8px !important;
}

#trust-form.contact-form span.require {
	padding: 3px 4px 4px 4px;
	font-size: 0.6em;
	font-weight: bold;
	color: #fff !important;
	background-color: #cc0000;
	border-radius: 3px;
	position: relative;
	top: -2px;
	left: 3px;
}

#trust-form.contact-form span.require.optional {
	background-color: #008bba;
}

#trust-form.contact-form textarea {
	height: 150px;
}

div#trust-form.contact-form table tr:hover {
	background-color: transparent !important;
}

div#trust-form #confirm-button {
	text-align: center;
}

.grecaptcha-badge { visibility: hidden; }

/* ContactForm7 */
.screen-reader-response {
	font-weight: bold;
}

.screen-reader-response ul {
	margin: 10px 0;
}

.screen-reader-response ul li {
	margin-bottom: 5px;
	color: #cc0000;
}

.wpcf7-response-output {
	margin: 15px 0 30px 0;
	padding: 20px;
	text-align: center;
	font-weight: bold;
}

.wpcf7-mail-sent-ok {
	color: #fff;
	border: solid 2px #39e766;
	background-color: #bae7c5;
}

.wpcf7-validation-errors {
	color: #fff;
	border: solid 2px #cc0000;
	background-color: #e61414;
}

.contact_header_text.complete {
	height: 150px;
}

div#trust-form.contact-form label,
div#trust-form.contact-form .wpcf7-list-item {
	margin: 0 0 7px 0;
	display: block;
	width: 100%;
}

.contact_header_text.complete {
	height: 150px;
}

.ssl_message.contact {
	margin-bottom: 30px;
}

/* Sitemaps page */
ul#sitemap_list li {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: dotted 1px #999;
}

ul#sitemap_list li a {
	text-decoration: none;
	font-size: 1.1em;
}

ul#sitemap_list li ul.children {
	margin: 20px 0 25px 20px;
}

ul#sitemap_list li ul.children li {
	padding-bottom: 0;
	border-bottom: none;
}

ul#sitemap_list li ul.children li a {
	font-size: 1.0em;
}

ul#sitemap_list li ul.children li a:before {
	margin-right: 5px;
	content: "\f101";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
}

/* Unsubscribe page */
.unsubscribe_content {
	margin-bottom: 30px;
	text-align: center;	
}

/* 404 page */
.image_404 {
	margin: 20px auto 20px auto;
	text-align: center;
}

.image_404 i {
	font-size: 15em;
	color: #3072b3;
}

/* Footer */
#footer {
	width: auto;
	border-top: 1px solid #eee;
	padding: 20px 0;
	text-align: center;
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer p.copyright {
	font-size: 0.9em;
	color: #a5a6a7;
	line-height: 1;
}

#footer p.credit {
	margin-top: 20px;
	font-size: 0.8em;
	text-align: center;
}

#footer ul.footernavi {
	padding: 0;
	margin: 0;
}

#footer li {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0 20px;
	font-size: .9em;
}

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

.footer_favorite_post_value {
	margin: auto;
	padding: 10px 10px 10px 5px;
	width: 230px;
	display: block;
	position: fixed;
	right: 0;
	left: 0;
	z-index: 9999;
	font-size: 0.8em;
	text-align: center;
	color: #fff;
	line-height: 1;
	background-color: #333;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	filter:alpha(opacity=70);
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.footer_favorite_post_value.pc {
	bottom: 0;
}

ul#footer_button {
	display: block;
	position: fixed;
	bottom: 20px;
	left: 40px;
	z-index: 9999;
	text-align:center
}

ul#footer_button li {
	margin-right: 9px;
	display: inline-block;
	vertical-align: top;
}

ul#footer_button li a {
	padding: 5px;
	width: 37px;
	height: 37px;
	position: relative;
	display: block;
	color: #fff;
	font-size: 1.1em;
	line-height: 28px;
	background-color: #111 !important;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
	filter:alpha(opacity=80);
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
}

ul#footer_button li.search a {
	font-size: 1.1em;
}

ul#footer_button li.favorite a {
	font-size: 1.2em;
}

ul#footer_button li.favorite a i {
	position: relative;
	top: 1px;
}

ul#wiki_social_button {
	padding-right: 1px;
	bottom: 20px;
	right: 39px;
	position: fixed;
	z-index: 9999;
}

ul#wiki_social_button li {
	margin-left: 15px;
	display: inline-block;
}

ul#wiki_social_button li:first-child {
	margin-left: 0 !important;
}

ul#wiki_social_button li a {
	width: 40px;
	height: 40px;
	position: relative;
	color: #fff;
	display: inline-block;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	vertical-align: top;
	filter:alpha(opacity=90);
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity: 0.9;
}

ul#wiki_social_button li a i {
	font-size: 1.3em;
	position: relative;
	top: 11px;
}

ul#wiki_social_button li a.facebook {
	background-color: #3e5c98;
}

ul#wiki_social_button li a.instagram {
	background-color: #c83c9b;
}

ul#wiki_social_button li a.twitter {
	background-color: #1da1f2;
}

ul#wiki_social_button li a.google-plus {
	background-color: #da4b42;
}

ul#wiki_social_button li a.hatena {
	background-color: #008fde;
}
	
ul#wiki_social_button li a.hatena span {
	position: relative;
	top: 9px;
	font-size: 1.1em;
	font-family: Verdana;
	font-weight: bold;
}

#footer_contacts_button {
	bottom: 10px;
	right: 40px;
	text-align: center;
	position: fixed;
	z-index: 9999;
}

#footer_contacts_button a {
	padding: 10px 14px 10px !important;
	height: 80px;
	width: 197px;
	font-size: 1.0em;
	color: #fff;
	position: relative;
	background-color: #000 !important;
	-webkit-border-radius: 20px !important;
	-moz-border-radius: 20px !important;
	border-radius: 20px !important;
	filter:alpha(opacity=80);
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#footer_contacts_button.page a {
	background-color: #3072b3 !important;
	filter:alpha(opacity=90);
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity: 0.9;
}

#footer_contacts_button a i {
	margin-right: 3px;
	position: relative;
	top: 1px;
	font-size: 1.19em;
}

.footer_menu_title {
	margin-top: 40px;
}

ul.footer_menu_content li {
	margin: 0 20px 20px 0;
	width: 220px;
	display: inline-block;
	vertical-align: top;
}

ul.footer_menu_content li:nth-child(4n) {
	margin: 0 0 20px 0;
}

ul.footer_menu_content li a {
	color: #484848;
	text-decoration: none !important;
}

ul.footer_menu_content li a:hover {
	text-decoration: underline !important;
}

ul.footer_menu_content li a img {
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

ul.footer_menu_content li a:hover img {
	filter:alpha(opacity=70);
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
}

ul.footer_menu_content li dl {
	margin: 0;
}

ul.footer_menu_content li dd p {
	font-size: 0.85em;
}

ul.footer_menu_content li dd .title {
	padding: 0 0 3px 0 !important;
	font-size: 0.9em;
}

/*********************************************************************/
/* suitcase-mania.net Original */
/*********************************************************************/
.animenu ul li .banner_text {
	display: none;
}

.mainnavi li.sale_menu ul {
	width: 250px;
	left: -88px;
	color: #cc0000;
}

.mainnavi li.visit_days_menu ul {
	width: 250px;
	left: -76px;
}

.mainnavi li.use_for_menu ul {
	width: 250px;
	left: -90px;
}

.mainnavi li.model_menu ul {
	width: 250px;
	left: -81px;
}

.mainnavi li.lufthansa_menu ul {
	width: 250px;
	left: -94px;
}

.mainnavi li.rental_menu ul {
	width: 250px;
	left: -101px;
}

.mainnavi li.wiki_menu ul {
	width: 250px;
	left: -106px;
}

.mainnavi li.contact_menu ul {
	width: 250px;
	left: -88px;
}

.full_width_fake {
	padding: 40px 0 45px 0;
	background-color: #eac14d;
	text-align: center;
}

.full_width_fake h2 {
	font-size: 1.5em;
}

.full_width_fake h2 i {
	margin-right: 5px;
}

.full_width_fake a {
	text-decoration: underline;
}

.full_width_fake a.button {
	margin-top: 10px;
}

span.bulk,
span.e_tag,
span.carry_on_ok {
	margin: 0 0 0 5px !important;
	display: inline-block !important;
}

/*　シルバー */
ul#menu-color_menu li#menu-item-8077 a {
	background-color: #dddfde;
}

/*　ゴールド */
ul#menu-color_menu li#menu-item-8076 a {
	background-color: #e2d0bb;
}

/*　グリーン */
ul#menu-color_menu li#menu-item-8074 a {
	background-color: #a3bc92;
}

/*　イエロー */
ul#menu-color_menu li#menu-item-8072 a {
	background-color: #dedc23;
}

/* グレー */
ul#menu-color_menu li#menu-item-8075 a {
	background-color: #a1a5ab;
}

/* パープル */
ul#menu-color_menu li#menu-item-8078 a {
	background-color: #b69cdc;
}

/* ピンク */
ul#menu-color_menu li#menu-item-7132 a {
	background-color: #dba8a1;
}

/* ブラウン */
ul#menu-color_menu li#menu-item-8079 a {
	background-color: #836751;
}

/* ブラック */
ul#menu-color_menu li#menu-item-8080 a {
	background-color: #606172;
}

/* ブルー */
ul#menu-color_menu li#menu-item-8081 a {
	background-color: #30c3e6;
}

/* ホワイト */
ul#menu-color_menu li#menu-item-8082 a {
	background-color: #f4f3f1;
}

/* レッド */
ul#menu-color_menu li#menu-item-8083 a {
	background-color: #f2483b;
}

/* オレンジ */
ul#menu-color_menu li#menu-item-8073 a {
	background-color: #f56357;
}

/* マルチカラー */
ul#menu-color_menu li#menu-item-7137 a {
	background-image: -moz-linear-gradient(top, #ffe930, #96ffa0);
	background-image: -ms-linear-gradient(top, #ffe930, #96ffa0);
	background-image: -o-linear-gradient(top, #ffe930, #96ffa0);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffe930), to(#96ffa0));
	background-image: -webkit-linear-gradient(top, #ffe930, #96ffa0);
	background-image: linear-gradient(top, #ffe930, #96ffa0);
}

/* グリーン */
ul#menu-color_menu li#menu-item-7137 a {
	background-color: #a1daaa;
}

/* 固定ページDLリスト */
dl.common_dl_list {
	margin-bottom: 20px;
	text-align: left;
}

dl.common_dl_list dt {
	margin-bottom: 7px;
	font-size: 1.1em;
	font-weight: bold;
}

dl.common_dl_list dd {
	margin-bottom: 30px;
	height: auto;
	overflow: hidden;
}

dl.common_dl_list dd.common_dd_image {
	margin-bottom: 5px;
}

ul.common_ul_list {
	margin: 5px 0 15px 0;
	text-align: left;
}

ul.common_ul_list li {
	margin: 0 0 7px 15px;
	list-style-type: disc;
}

ol.common_ol_list li {
	margin: 0 0 7px 15px;
	list-style-type: decimal;
}

dl.child_dl_list dd {
	margin-bottom: 20px;
}

.youtube {
	margin-left: 20px;
	width: 47%;
	height: 250px;
	display: inline-block;
}

/*
 *  Remodal - v1.0.7
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
}

/* Anti FOUC */

.remodal, [data-remodal-id] {
	display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
	position: fixed;
	z-index: 9999;
	top: -5000px;
	right: -5000px;
	bottom: -5000px;
	left: -5000px;
	display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
	position: fixed;
	z-index: 10000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	overflow: auto;
	text-align: center;
	-webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
	display: inline-block;
	height: 100%;
	margin-left: -0.05em;
	content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay, .remodal-wrapper {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
	position: relative;
	outline: none;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
.remodal-is-initialized {
	/* Disable Anti-FOUC */
	display: inline-block;
}

/*
 *  Remodal - v1.0.7
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */

.remodal-bg.remodal-is-opening, .remodal-bg.remodal-is-opened {
	-webkit-filter: blur(3px);
	filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
	background: rgba(43, 46, 56, 0.9);
}
.remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
	-webkit-animation-name: remodal-overlay-opening-keyframes;
	animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
	-webkit-animation-name: remodal-overlay-closing-keyframes;
	animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
	padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */

.remodal {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;
	padding: 35px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	color: #2b2e38;
	background: #fff;
}
.remodal.remodal-is-opening, .remodal.remodal-is-closing {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
	-webkit-animation-name: remodal-opening-keyframes;
	animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
	-webkit-animation-name: remodal-closing-keyframes;
	animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal, .remodal-wrapper:after {
	vertical-align: middle;
}

/* Close button */

.remodal-close {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	overflow: visible;
	width: 35px;
	height: 35px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	text-decoration: none;
	color: #95979c;
	border: 0;
	outline: 0;
	background: transparent;
}
.remodal-close:hover, .remodal-close:focus {
	color: #2b2e38;
}
.remodal-close:before {
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
	font-size: 25px;
	line-height: 35px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 35px;
	content: "\00d7";
	text-align: center;
}

/* Dialog buttons */

.remodal-confirm, .remodal-cancel {
	font: inherit;
	display: inline-block;
	overflow: visible;
	min-width: 110px;
	margin: 0;
	padding: 12px 0;
	cursor: pointer;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border: 0;
	outline: 0;
}
.remodal-confirm {
	color: #fff;
	background: #81c784;
}
.remodal-confirm:hover, .remodal-confirm:focus {
	background: #66bb6a;
}
.remodal-cancel {
	color: #fff;
	background: #e57373;
}
.remodal-cancel:hover, .remodal-cancel:focus {
	background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner, .remodal-cancel::-moz-focus-inner, .remodal-close::-moz-focus-inner {
	padding: 0;
	border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
	from {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		opacity: 0;
	}
	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}
@keyframes remodal-opening-keyframes {
	from {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		opacity: 0;
	}
	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}
@-webkit-keyframes remodal-closing-keyframes {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	to {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
		opacity: 0;
	}
}
@keyframes remodal-closing-keyframes {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	to {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
		opacity: 0;
	}
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes remodal-overlay-opening-keyframes {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes remodal-overlay-closing-keyframes {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 641px) {
	.remodal {
		max-width: 700px;
	}
}

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
	background: #2b2e38;
}
.lt-ie9 .remodal {
	width: 700px;
}

/*********************************************************************/
/* Responsive */
/*********************************************************************/
h1#site-title,div#site-title,.wrap,#leftbar,.two-colmn {
	transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}

/* Mobile Portrait Size to Mobile Landscape Size ( iPhone6 ) */
@media only screen and (max-width: 479px) {
	/* Common */
	h3 {
		margin-bottom: 10px !important;
	}
	
	h1#site-title,div#site-title {
		font-size: 25px;
		padding: 0 0 5px;
	}

	.site-logo img {
		max-width: 160px;
	}
	
	.full_width_fake {
		padding-top: 35px !important;
	}
	
	.full_width_fake h2 {
		line-height: 1.5;
	}
	
	.button_content {
		margin-top: 10px !important;
	}

	.button, .button:visited {
		padding: 17px 24px !important;
		width: 100%;
	}
		
	input[type="button"], input[type="reset"], input[type="submit"] {
		font-size: 0.8em !important;
	}
	
	.topbanner,.headerslider {
		margin: 15px 0 20px;
		width: auto;
		height: auto;
	}
	
	.sp-arrow {
		display: none !important;
	}
	
	.home h3 {
		padding: 0 0 5px;
		font-size: 1.3em;
		text-align: center;
	}

	.thumbnail_box,
	.home .item_slider .thumbnail_box {
		vertical-align: top;
		width: 47% !important;
		display: inline-block;
		height: auto;
		margin-right: 6% !important;
		margin-bottom: 10px;
		padding: 10px 0 0px 0 !important;
		border-bottom: none !important;
	}
	
	.thumbnail_box:nth-child(even),
	.home .item_slider .thumbnail_box:nth-child(even) {
		margin: 0 !important;
	}
	
	.thumbnail_box:nth-child(odd) {
		margin-right: 20px !important;
	}

	.thumbnail_box .thumimg {
		margin-bottom: 5px !important;
		width: 100%;
		height: auto;
	}

	.thumbnail_box .thumimg img {
		width: 100%;
		height: auto;
	}
	
	.thumimg .ribon:after {
		width: 54px !important;
		height: 32px !important;
		background-size: 100% !important;
	}
	
	.thumimg .ribon.sale:after {
		background-position: 0 -65px;
	}
	
	.thumimg .ribon.outlet:after {
		background-position: 0 -65px;
	}
	
	.thumimg .ribon.used:after {
		background-position: 0 -129px;
	}
	
	.thumimg .ribon.new-collection:after {
		background-position: 0 -32px;
	}
	
	.thumimg .ribon.weekend-sale:after {
		background-position: 0 -162px;
	}
	
	.ribon.weekly-sale:after {
		background-position: 0 -194px !important;
	}
	
	.ribon.black-friday:after {
		background-position: 0 -226px;
	}
	
	#memberpages div.loginbox {
		width: auto !important;
	}
	
	#fourClm.sidebar {
		padding: 30px 0 0 0 !important;
	}
	
	#fourClm.sidebar .clmwrap {
		width: auto;
	}

	#fourClm.sidebar li.widget {
		padding: 0;
		width: auto;
		margin: 0;
		float: none;
	}
	
	.entry {
		height: 100%;
		margin-bottom: 20px;
	}
	
	#content.two-column.itemsingle .alpha,#content.two-column.itemsingle .beta,#content.two-column.blog .alpha,#content.two-column.blog .beta {
		width: 100%;
		float: none;
	}
	
	.topbanner img {
		max-width: 100%;
		height: auto;
	}
	
	#content .catbox {
		margin-bottom: 30px;
	}
	
	#content .post img,#content .blogindex img {
		max-width: 100%;
		height: auto;
	}

	.home .swiper-container, .home .thumbindex, #content .thumbindex {
		width: 100%;
	}

	.swiper-slide .thumtitle,
	.thumbnail_box .thumtitle {
		height: 60px;
		float: none;
		margin-bottom: 6px;
		font-size: 0.8em;
		line-height: 1.7;
	}
	
	.swiper-slide .thumtitle span,
	.thumbnail_box .thumtitle span {
		margin: 0 !important;
		line-height: 1.5;
	}
	
	.swiper-slide .price,
	.thumbnail_box .price {
		top: -6px !important;
		font-size: 0.85em !important;
		line-height: 1.5;
	 }
	
	.thumbnail_box .price .tax,
	.thumbnail_box .price.sale .tax {
		font-size: 0.75em;
	}
	
	.thumbnail_box .price.sale {
		line-height: 1.4;
	}
	
	.swiper-slide .price.sale span,
	.thumbnail_box .price.sale span {
		margin-left: 0 !important;
		font-size: 0.75em;
	}

	.send button,.send input[type="button"],.send input[type="reset"],.send input[type="submit"] {
		display: block;
		width: 100%;
		font-weight: 700;
	}
	
	.send {
		height: 140px;
	}
	
	#customer-info .send {
		height: 190px;
	}
	
	 .send.member {
		height: auto !important;
	}
	
	/* カート関連ページの次へボタン */
	input[type="submit"].to_customerinfo_button,
	input[type="submit"].to_deliveryinfo_button,
	input[type="submit"].to_reganddeliveryinfo_button,
	input[type="submit"].to_confirm_button,
	input[type="submit"].checkout_button {
		margin: 0 auto;
		position: absolute;
		top: 20px;
		left: 0;
		right: 0;
		width: 80%;
	}

	input[type="submit"].to_reganddeliveryinfo_button {
		top: 75px;
	}
		
	/* カート関連ページの戻るボタン */
	.send input[type="button"].continue_shopping_button,
	input[type="submit"].back_cart_button,
	input[type="submit"].back_to_customer_button,
	input[type="submit"].back_to_delivery_button {
		margin: 0 auto;
		position: absolute;
		bottom: 20px;
		left: 0;
		right: 0;
		width: 80%;
	}
	
	.one-column {
		margin-bottom: 50px;
	}
	
	.post p {
		font-size: 1.0em;
	}
	
	.swiper-slider-container.rental .swiper-slide .text_box p {
		color: #fff !important;
	}
	
	/* Lufthansa page */
	.swiper-slider-container.lufthansa {
		margin-bottom: 40px !important;
	}
	
	#content {
		padding: 20px 0 10px 0 !important;
	}
	
	.mobile_menu_searchform .widget_title,
	.mobile_menu_searchform #searchsubmit {
		display: none;
	}

	.mobile_menu_searchform input[type="text"] {
	    margin: 10px;

		width: 85%;
	}
	
	#searchform .search_message {
	    margin: 0 auto;
		width: 90% !important;
	}
		
	.clearfixrcmnd > div:last-child {
		margin-right: 0 !important;
	}
	
	dl.item_content {
		margin-top: 10px !important;
	}
	
	dl.item_content dt {
		display: none;
	}
	
	.topas_caution_text {
		margin-top: 10px;
	}
	
	.home .swiper-container {
		height: 400px !important;
	}
	
	.top_page_link {
		margin-top: 5px !important;
	}
	
	#itempage section.orderitem .stockstatus {
		float: none;
		width: auto;
	}

	#itempage section.orderitem .actionform {
		float: none;
		width: auto;
	}
	
	.rental_term_check .check_text::before {
		top: 0 !important;
	}
	
	.actionform {
		margin: 10px 0 0;
	}

	#memberpages input.loginmail,#memberpages input.loginpass {
		width: 92% !important;
	}

	div.usccart_navi li.ucart,div.usccart_navi li:before {
		font-size: 0.78em;
	}

	#cart_table th,#cart_table td,#memberinfo th,#memberinfo td {
		padding: 6px 3px;
		white-space: normal;
	}

	#memberinfo table .date,#memberinfo th.historyrow {
		white-space: normal;
	}
	
	.image_caution_text {
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
		font-size: 0.75em !important;
	}
	
	ul#footer_button {
		left: 20px !important;
	}
	
	ul#footer_button li.search a {
		line-height: 1.8 !important;
	}
	
	ul#wiki_social_button {
		right: 19px !important;
	}
	
	ul#wiki_social_button li {
		margin-left: 13px !important;
	}
	
	ul#wiki_social_button li a.line {
		text-transform: uppercase;
		font-weight: bold;
		font-size: 0.65em;
		background-color: #2cbf13;
		border-color: #2cbf13;
		vertical-align: top;
	}
	
	ul#wiki_social_button li a.line span {
		position: relative;
		top: 10px;
	}
	
	#footer_contacts_button {
		right: 20px !important;
	}
	
	/* Item banner */
	.full_width_banner {
	    padding: 40px 0 10px 0 !important;
	}
		
	dl.item_banner {
	    margin: 0 20px 20px 0 !important;
		width: 47% !important;
		vertical-align: top;
	}
	
	dl.item_banner:nth-child(odd) {
		margin: 0 20px 20px 0 !important;
	}
	
	dl.item_banner:nth-child(even) {
		margin: 0 0 20px 0 !important;
	}
	
	dl.item_banner:nth-child(3) {
		margin: 0 20px 20px 0 !important;
	}
	
	dl.item_banner dt {
	    margin-bottom: 0 !important;
    }
	
	dl.item_banner dt a {
		width: 100% !important;
		height: 80px !important;
	}
	
	dl.item_banner dt a.visit_aday_1 {
		background: url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_aday-1visit-640.jpg) no-repeat center center !important;
		background-size: cover !important;
	}
	
	dl.item_banner dt a.visits_1_3 {
		background: url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_1-2visits-640.jpg) no-repeat center center !important;
		background-size: cover !important;
	}
	
	dl.item_banner dt a.visits_2_3 {
		background: url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_2-3visits-640.jpg) no-repeat center center !important;
		background-size: cover !important;
	}
	
	dl.item_banner dt a.visits_3_5 {
		background: url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_3-5visits-640.jpg) no-repeat center center !important;
		background-size: cover !important;
	}
	
	dl.item_banner dt a.visits_4_7 {
		background: url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_4-7visits-640.jpg) no-repeat center center !important;
		background-size: cover !important;
	}
	
	dl.item_banner dt a.visits_8_10 {
		background: url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_8-10visits-640.jpg) no-repeat center center !important;
		background-size: cover !important;
	}
	
	/* 商品別バナー */
	dl.item_banner dt a.original_silver {
		background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_original-silver-640.jpg) no-repeat center bottom !important;
		background-size: cover !important;
	}
	
	dl.item_banner dt a.classic {
		background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_classic-640.jpg) no-repeat center bottom !important;
		background-size: cover !important;
	}
	
	dl.item_banner dt a.essential {
		background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_essential-640.jpg) no-repeat center bottom !important;
		background-size: cover !important;
	}
	
	dl.item_banner dt a.essential-lite {
		background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_essential-lite-640.jpg) no-repeat center bottom !important;
		background-size: cover !important;
	}
	
	dl.item_banner dt a.essential-sleeve {
		background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_essential-sleeve-640.jpg) no-repeat center bottom !important;
		background-size: cover !important;
	}
	
	dl.item_banner dt a.hybrid {
		background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_hybrid-640.jpg) no-repeat center bottom !important;
		background-size: cover !important;
	}
	
	dl.item_banner dt a.topas {
		background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_topas-640.jpg) no-repeat center bottom !important;
		background-size: cover !important;
	}
	
	dl.item_banner dt a.topas-stealth {
		background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_topas-stealth-640.jpg) no-repeat center bottom !important;
		background-size: cover !important;
	}
	
	dl.item_banner dt a.topas-titanium {
		background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_topas-titanium-640.jpg) no-repeat center bottom !important;
		background-size: cover !important;
	}
	
	dl.item_banner dt a.classic-flight {
		background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_classic-flight-640.jpg) no-repeat center bottom !important;
		background-size: cover !important;
	}
	
	dl.item_banner dt a.lufthansa {
		background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_lufthansa-640.jpg) no-repeat center bottom !important;
		background-size: cover !important;
	}
	
	dl.item_banner dt a.limbo {
		background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_limbo-640.jpg) no-repeat center bottom !important;
		background-size: cover !important;
	}
	
	dl.item_banner dt a.bolero {
		background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_bolero-640.jpg) no-repeat center bottom !important;
		background-size: cover !important;
	}
	
	dl.item_banner dt a.bossa-nova {
		background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_bossa-nova-640.jpg) no-repeat center bottom !important;
		background-size: cover !important;
	}
	
	dl.item_banner dt a.salsa {
		background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_salsa-640.jpg) no-repeat center bottom !important;
		background-size: cover !important;
	}
	
	dl.item_banner dt a.salsa-deluxe {
		background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_salsa-deluxe-640.jpg) no-repeat center bottom !important;
		background-size: cover !important;
	}
	
	dl.item_banner dt a.salsa-air {
		background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_salsa-air-640.jpg) no-repeat center bottom !important;
		background-size: cover !important;
	}
	
	dl.item_banner dt a.pilot {
		background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_pilot-640.jpg) no-repeat center bottom !important;
		background-size: cover !important;
	}
	
	dl.item_banner dt a.attache {
		background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_attache-640.jpg) no-repeat center bottom !important;
		background-size: cover !important;
	}
	
	dl.item_banner dt a.rental {
		background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_rental-640.jpg) no-repeat center bottom !important;
		background-size: cover !important;
	}
	
	dl.item_banner dt a.carry_on_ok {
		background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_carry-on-ok-640.jpg) no-repeat center bottom !important;
		background-size: cover !important;
	}
	
	dl.item_banner dt a.e-tag {
		background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_e-tag-640.jpg) no-repeat center bottom !important;
		background-size: cover !important;
	}
	
	dl.item_banner dt a.thai {
		background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_thai-640.jpg) no-repeat center bottom !important;
		background-size: cover !important;
	}
	
	dl.item_banner dt a.parts {
		background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_parts-640.jpg) no-repeat center bottom !important;
		background-size: cover !important;
	}
	
	dl.item_banner dt a.accessories {
		background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_accessories-640.jpg) no-repeat center bottom !important;
		background-size: cover !important;
	}
	
	dl.item_banner dt a.new-collection {
		background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_new-collection-640.jpg) no-repeat center bottom !important;
		background-size: cover !important;
	}
	
	dl.item_banner dt a.fpm {
		background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_fpm-640.jpg) no-repeat center bottom !important;
		background-size: cover !important;
	}
	
	dl.item_banner dt a.aviation_tag {
		background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_aviation-tag-640.jpg) no-repeat center bottom !important;
		background-size: cover !important;
	}
	
	dl.item_banner dt a.used {
		background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_used-640.jpg) no-repeat center bottom !important;
		background-size: cover !important;
	}
	
	dl.item_banner dt a.airportag {
		background: #fff url(https://www.suitcase-mania.net/wp-content/uploads/bg_banner_airportag-640.jpg) no-repeat center bottom !important;
		background-size: cover !important;
	}
	
	dl.item_banner dt a .banner_title {
		width: 80% !important;
		height: 20px !important;
		font-size: 0.7em;
	}
	
	dl.item_banner dd {
    	padding-bottom: 5px !important;
	}
	
	.item_sort select {
		padding: 8px 25px 8px 10px !important;
	}
	
	.category_child_menu {
		margin: 10px 0 !important;
	}
	
	.category_child_menu ul li a {
		margin: 0 3% 15px 0 !important;
		padding: 8px 0 !important;
		font-size: 0.85em !important;
	}
	
	.category_child_menu ul li:nth-child(3n) a {
		margin-right: 0 !important;
	}
	
	/* Top page */	
	dl.feature_box {
		padding: 0 10px !important;
		width: 32% !important;
	}
	
	dl.feature_box dt {
		margin-bottom: 10px !important;
	}
	
	dl.feature_box dd .feature_title {
		font-size: 0.86em !important;
	}
	
	dl.feature_box dd .feature_text {
		display: none;
	}
	
	dl.feature_box dd a.button {
		padding: 13px 10px !important;
		font-size: 0.76em !important;
	}
	
	dl.feature_box dt i {
		width: 70px !important;
		height: 70px !important;
		line-height: 72px !important;
		font-size: 2.0em !important;
	}
	
	/*.home .thumbindex, #content .thumbindex {*/
	.home .thumbindex {
		margin-bottom: 60px !important;
	}
	
	#content .thumbindex {
		margin-bottom: 30px !important;
	}
	
	.home .swiper-container,
	.page-id-14499 .swiper-container {
    	height: 280px !important;
	}
	
	.swiper-slide .thumimg img {
		width: 100%;
		height: auto;
	}
	
	ul.guide {
	    margin: 0 0 10px 0 !important;
		width: 49%;
	}
	
	ul.guide li.icon {
		width: 80px !important;
		height: 80px !important;
		line-height: 80px !important;
	}
	
	ul.guide .icon i {
		font-size: 2.4em !important;
	}
	
	ul.guide .icon i.fa.fa-truck,
	ul.guide .icon i.fa.fa-question {
		position: relative;
		right: 2px;
	}
	
	ul.guide li a.button {
		padding: 10px 15px !important;
		font-size: 0.85em;
	}
	
	.line_content,
	.instagram_content {
		margin: 0 0 20px 0 !important;
		width: 100% !important;
	}
	
	.line_content a,
	.instagram_content a {
		padding: 20px;
		font-size: 0.9em !important;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	
	.line_content a img,
	.instagram_content a img {
		width: 200px;
		height: 49px;
	}
	
	h2.wiki_title {
		margin-bottom: 20px !important;
	}
	
	h3.wiki_subtitle {
		padding-left: 10px !important;
		text-align: left !important;
	}
	
	/* About page */
	.page_image {
		margin: 15px auto 20px auto !important;
		width: 100% !important;
		float: none !important;
		text-align: center;
	}

	.page_image img {
		width: 320px;
	}
	
	/* Fake product page */
	.comparing_image_content dl {
		margin: 0 0 20px 0 !important;
		width: 100% !important;
	}
	
	.comparing_image_content dl dt {
		margin-bottom: 0 !important;
	}
	
	.comparing_image_content dl dt img.page_image {
		margin: 10px 0 5px 0 !important;
	}
	
	/* Purchase page */
	.full_width_feature.purchase {
		padding: 40px 0 0 0 !important;
	}
	.purchase_pr_content {
		padding: 20px !important;
	}
	
	h3.purchase_item_title {
		font-size: 1.3em !important;
	}
	
	.purchase_pr_title {
		margin: 0 0 5px 0 !important;
		font-size: 1.6em !important;
	}
	
	section.full_width_content {
		/*margin-top: 10px !important;*/
		padding-top: 10px;
		height: 260px !important;
		font-size: 1.0em !important;
	}
	
	img.full_width_image {
		width: 244px;
		height: 250px;
		position: absolute;
	}

	section.full_width_content.left img.full_width_image {
		margin-right: 30px !important;
		left: -100px;
	}
	
	section.full_width_content.right img.full_width_image {
		margin-left: 30px !important;
		right: -100px;
	}

	section.full_width_content.left .purchase_content {
		padding: 10px 0 0 150px !important;
	}

	section.full_width_content.right .purchase_content {
		padding: 10px 150px 0 0px !important;
	}
	
	section.full_width_content h4 {
		margin: 0 0 10px 0 !important;
		font-size: 1.1em !important;
		line-height: 1.3;
	}
	
	section.full_width_content .purchase_content .caution {
		display: none;
	}
	
	section.full_width_content .purchase_content p {
		font-size: 1.0em;
		line-height: 1.6 !important;
	}
	
	section.full_width_content .button {
		margin-top: 5px !important;
		padding: 10px 30px !important;
		font-size: 0.9em !important;
	}
	
	.purchase_case_content {
		margin: 0 0 20px 0 !important;
		width: 100% !important;
		min-height: 115px;
	}
	
	.purchase_case_content img {
		width: 150px !important;
		height: 200px !important;
	}
			
	.purchase_case_content dl {
		margin-left: 160px !important;
	}
	
	.purchase_case_content dl dt {
		margin-bottom: 3px !important;
		padding: 0 !important;
		width: 50px !important;
		font-size: 0.75em !important;
	}
	
	.purchase_case_content dl dd {
		margin: 0 0 3px 0 !important;
	}
	
	/* Item page */
	ul#comments-list li {
		margin-right: 0 !important;
		width: 100% !important;
		min-height: auto !important;
	}
	
	ul#comments-list li p {
		font-size: 0.85em !important;
	}
	
	table.used_rank_table td.rank_main {
		padding: 20px !important;
		width: 100px !important;
	}
	
	table.used_rank_table td.rank_main .rank_title_text {
		font-size: 0.9em !important;
	}
	
	.relatedbox {
		padding-top: 10px !important;
	}
	
	.relatedbox h3,
	.item_banner_menu h3 {
		margin-bottom: 20px !important;
		padding-bottom: 15px !important;
		text-align: center;
	}
	
	dl.news_lists {
		padding: 10px !important;
		font-size: 0.9em;
	}

	dl.news_lists dt {
		margin-right: 10px !important;
		font-size: 0.85em;
	}
	
	dl.news_lists dt .news_label {
		padding: 5px 0 6px 0 !important;
		width: 45px !important;
	}
	
	dl.news_lists dd {
		margin-left: 0 !important;
		top: 0 !important;
	}
	
	#content #content:last-child {
		margin-bottom: 0 !important;
	}
	
	ul.social_button li a.line {
		text-transform: uppercase;
		font-weight: bold;
		font-size: 0.65em;
		position: relative;
		top: -2px;
	}

	ul.social_button li a.line span {
		position: relative;
		top: 7px;
	}

	ul.social_button li a.line:hover {
		background-color: #2cbf13;
		border-color: #2cbf13;
	}
	
	.full_width_member {
		background: url(https://www.suitcase-mania.net/wp-content/uploads/bg_member_mobile.jpg) no-repeat center 0 !important;
		background-size: cover !important;
	}
	
	ul.social_button li a i {
		top: 7px !important;
	}
	
	ul.social_button li a i.fa.fa-facebook {
		left: 0 !important;
	}
	
	ul.social_button li a i.fa.fa-instagram {
		left: 0 !important;
	}
		
	#fourClm.sidebar {
		width: 90% !important;
	}
	
	.sidebar .widget_search input#footer_s {
    	margin: 0 !important;
		padding: 10px 8px !important;
    	width: 70% !important;
    	font-size: 1.2em !important;
    	line-height: 1.4 !important;
	}
	
	.sidebar .widget_search #footer_searchsubmit,
	.sidebar .widget_welcart_search #footer_searchsubmit,
	.sidebar .widget_ucart_search #footer_searchsubmit,
	.remodal #searchsubmit {
		padding: 12px 13px !important;
		font-size: 1.4em !important;
		vertical-align: top !important;
	}
	
	.search_message p {
		display: none;
	}
	
	.categoryhead {
    	margin: 0 0 10px 0 !important;
	}
	
	.result_count {
		margin-bottom: 20px;
		font-size: 0.9em;
		text-align: left;
	}
	
	.item_list_top_content .left {
		margin-top: 10px !important;
		width: 55% !important;
	}
	
	.item_list_top_content .right {
		width: 45% !important;
	}
	
	.item_sort {
		width: 140px !important;
	}
	
	.swiper-button-next, .swiper-button-prev {
		top: 48% !important;
	}
	
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
		left: 10px !important;
	}
	
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
		right: 10px !important;
	}
		
	/* Repair setting page */
	.youtube {
		margin-left: 0 !important;
		margin-bottom: 15px;
		width: 100% !important;
		height: 190px !important;
	}
	
	/* Repair page */
	.table_info_text {
		font-size: 0.8em;
	}
	
	.table_info_text i {
		margin-right: 7px !important;
	}
	
	.scroll_table {
		margin-bottom: 20px;
		width: 100%;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		position: relative;
		white-space: nowrap;
	}
	
	.before_after_content {
		margin: 0 0 10px 0 !important;
		width: 100% !important;
	}
	
	.before_after_content .before {
		/*margin-right: 27px !important;*/
		margin-right: 8% !important;
	}
	
	.before_after_content .before:after {
		font-size: 1.3em;
		top: 46% !important;
		left: 47.5% !important;
	}
	
	.before_after_content > div {
		width: 46% !important;
	}
	
	.before_after_content .title {
		font-size: 0.9em;
		text-align: center;
	}
	
	/* Shopping guide page */
	.shopping_guide_navi_content {
		margin-bottom: 40px !important;
	}
	
	.shopping_guide_navi_content a {
		margin-right: 10px !important;
	}
	
	.shopping_guide_navi_content a:nth-child(2n) {
		margin-right: 0 !important;
	}
	
	dl.shopping_guide_navi_box {
		margin-bottom: 15px !important;
		width: 159px !important;
	}
	
	/* Payment page */
	.payment_content dl {
		margin-bottom: 20px !important;
		padding: 0 !important;
		width: auto !important;
		display: block !important;
	}
	
	dl.order_flow_box:after {
		content: none;
	}
	
	.payment_content dd img {
		margin-bottom: 5px !important;
	}
	
	dl.delivery_list,
	dl.return_list {
		margin-bottom: 20px !important;
		padding-bottom: 5px !important;
	}
	
	dl.delivery_list dt,
	dl.return_list dt {
		margin-bottom: 5px;
		width: auto !important;
		float: none !important;
	}
	
	dl.delivery_list dd,
	dl.return_list dd {
		margin-left: 0 !important;
	}
	
	dl.delivery_list dd ul li {
		margin: 4px 2px !important;
		width: 150px !important;
	}
	
	dl.shipping_flow {
		width: 100% !important;
	}
	
	dl.shipping_flow.domestic {
		float: none !important;
	}
	
	/* Company page, Law page */
	dl.company_list, dl.law_list {
		margin-bottom: 10px !important;
		padding-bottom: 10px !important;
	}
	
	dl.company_list dt, dl.law_list dt {
		margin-bottom: 5px;
		float: none !important;
	}
	
	dl.company_list dd,
	dl.law_list dd {
		margin-left: 0 !important;
	}
	
	/* Genuine guarantee page */
	dl.guarantee_box {
		margin: 8px 5px !important;
		padding: 20px 10px !important;
		width: 134px !important;
		height: 180px !important;
		vertical-align: top;
	}
	
	dl.guarantee_box dd {
		font-size: 0.9em;
	}
	
	dl.refund_flow:after {
		top: 35px !important;
	}
	
	.contact_content {
		width: auto !important;
	}

	.footer_contact_box dl.contact_content:last-child {
		margin-bottom: 0 !important;
		float: none !important;
	}
	
	dl.contact_content {
		margin-bottom: 15px;
		width: 100% !important;
		display: block !important;
	}
	
	dl.contact_content.mail dt {
		padding: 22px 0 22px 0 !important;
		width: 92% !important;
		font-size: 1.0em !important;
	}
	
	dl.contact_content.mail dt i {
		margin-right: 7px !important;
		top: -7px !important;
	}
	
	/* Repair guarantee page */
	dl.repair_box {
		margin: 5px 0 !important;
		width: auto !important;
	}
	
	dl.repair_list {
    	margin-bottom: 30px !important;
	}
	
	dl.repair_list dd {
    	margin-bottom: 10px;
	}
	
	/* FAQ page */
	dl.faq_list dt:before {
		margin-right: 8px;
		top: 0 !important;
	}
	
	dl.faq_list dt {
		font-size: 0.9em !important;
	}
		
	/* TSA page */
	.tsa_manual {
		margin-bottom: 0 !important;
	}
	
	.tsa_manual dl {
		margin-left: 0 !important;
	}
	
	.tsa_manual dl dt {
		font-size: 1.2em !important;
		line-height: 1.2;
	}
	
	/* Celeb page */
	.celeb_container div {
		margin: 0 10px 10px 0 !important;
		width: 102px !important;
	}
	
	.celeb_container div:nth-child(3n) {
		margin-right: 0 !important;
	}
	
	.celeb_container div:nth-child(5) {
		margin-right: 10px !important;
	}
	
	.celeb_container div p {
		font-size: 0.8em !important;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	
	/* Contacts page */
	dl.business_hour {
		margin: 0 0 20px 0 !important;
		font-size: 1.0em !important;
		line-height: 1.5 !important;
	}
	
	dl.business_hour dt {
		width: auto !important;
		float: none !important;
		font-weight: bold;
	}
	
	dl.contact_box {
		margin: 5px 0 !important;
		padding: 25px 20px !important;
		width: auto !important;
		height: auto !important;
	}
	
	dl.contact_box dt {
		margin-bottom: 5px !important;
	}
	
	dl.contact_box dt i {
		margin-bottom: 10px;
		font-size: 2.5em;
	}
	
	dl.contact_box dt img {
		margin: 5px 0 10px 0 !important;
	}
		
	/* Contact page */
	#trust-form table {
		border: none !important;
	}
	
	.contact_caution_text {
		font-size: 0.8em !important;
	}
	
	div#trust-form table {
		margin: 10px auto !important;
	}
	
	div#trust-form table tr:last-child td {
		padding: 5px 0 10px 0 !important;
	}
	
	#trust-form.contact-form table th {
		padding: 0 !important;
		width: 100% !important;
		border-bottom: none !important;
	}
	
	div#trust-form table th {
		background-color: transparent !important;
	}
	
	div#trust-form.contact-form table div {
		padding: 0 !important;
	}
	
	#trust-form.contact-form table td {
		padding: 5px 0 20px 0 !important;
		border-bottom: none !important;
	}
	
	#trust-form.contact-form table input[type="text"],
	#trust-form.contact-form table input[type="password"],
	#trust-form.contact-form table input[type="tel"]
	#trust-form.contact-form table [type="email"],
	#trust-form.contact-form table textarea {
		width: 95% !important;
	}
	
	div#trust-form table ul li {
		line-height: 2.0em !important;
	}
	
	.submessage .input_form,
	.submessage .example_text,
	.submessage .caution_text {
		padding-bottom: 5px !important;
		font-size: 1.0em !important;
	}
	
	.ssl_message {
		font-size: 0.85em !important;
	}
	
	/* Search page */
	.refine_search_content {
		padding: 20px !important;
	}
	
	.refine_search_content li {
		margin: 0 0 10px 0 !important;
	}
	
	.refine_search_content li {
		width: 100% !important;
	}
	
	.refine_search_content li.sale_check {
		margin-top: 18px !important;
	}
	
	.refine_search_button {
		width: 100% !important;
	}
	
	/* Favorite page */
	.wpfp-link.remove, .wpfp-link.remove-parent {
		width: 98% !important;
		font-size: 0.8em;
	}
	
	.wpfp-link.remove-parent.all_clear {
		margin-top: 20px !important;
		width: 70% !important;
	}
	
	.wpfp-span + p {
		font-size: 0.9em !important;
	}
	
	/* 404 page */
	.image_404 i {
		font-size: 10em !important;
	}
	
	/* Sidebar, Footer */
	#fourClm.sidebar li.widget {
		margin-bottom: 30px !important;
	}
	
	.sidebar .widget_title {
		margin-bottom: 10px !important;
	}

	#footer {
		margin: 0 auto;
		width: auto;
		padding: 0 0 75px 0;
		text-align: left !important;
	}
	
	#footer ul.footernavi {
		margin: 0 auto;
		padding: 0;
		float: none;
		width: 90%;
		padding-right: 0;
		display: block;
	}
	
	.sidebar ul {
		position: relative;
	}

	.sidebar li li,
	#footer li {
		width: 48%;
		padding: 0 !important;
		display: inline-block;
	}

	.sidebar li:nth-child(odd),
	#footer li:nth-child(odd) {
		margin-right: 2%;
	}
	
	.sidebar li li a,
	#footer li a {
		padding: 8px 0 7px 3px !important;
		display: block;
		border-bottom: solid 1px #eee;
		font-size: 0.9em;
	}
	
	.sidebar li li.small a,
	#footer li.small a {
		font-size: 0.75em !important;
	}
	
	#footer p.copyright {
		font-size: 0.75em !important;
		text-align: center;
	}
	
	ul#menu-color_menu li {
		margin: 0 15px 15px 0 !important;
		width: 30px !important;
	}
	
	ul.footer_menu_content li {
		margin: 0 10px 10px 0 !important;
		width: 48% !important;
	}
	
	ul.footer_menu_content li:nth-child(2n) {
		margin: 0 0 10px 0 !important;
	}
	
	ul.footer_menu_content li dl dt img {
		width: 100%;
		height: auto;
	}
	
	ul.footer_menu_content li dd .title {
		font-size: 0.85em !important;
		font-weight: bold;
	}
	
	/* Welcart */
	.formError {
		left: 100px !important;
	}
	
	div.usccart_navi ol li.ucart {
		border-bottom: 1px solid #fff;
		width: 50%;
	}
	
	input[type="submit"].delButton {
		padding: 5px;
	}

	#point_table {
		margin: 20px 0;
		width: auto;
	}

	#customer-info th,#delivery-info table.customer_form th,#newmember table.customer_form th {
		padding: 5px !important;
		width: 25%;
		font-size: .9em;
		white-space: normal;
		text-align: left !important;
	}
	
	#cart_table th, #cart_table td, #memberinfo th, #memberinfo td {
    	padding: 6px 3px !important;
    	white-space: normal !important;
	}
	
	/*#cart_table th:nth-child(4),
	#cart_table td:nth-child(4),
	#cart_table th.stock,
	#cart_table td.stock,
	#cart_table tfoot th:nth-child(3) {
		display: none !important;
	}*/
	
	#wc_cart #cart_table thead th:nth-child(4),
	#wc_cart #cart_table tbody th:nth-child(4),
	#wc_cart #cart_table tbody td:nth-child(4),
	#wc_cart #cart_table tfoot th:nth-child(3),
	#wc_cart #cart_table th.stock,
	#wc_cart #cart_table td.stock {
		display: none !important;
	}
	
	#customer-info .customer_form input,#newmember table.customer_form input,#customer-info .customer_form tr.inp2 input {
		margin: 0 0 4px !important;
		display: block;
		width: 95% !important;
	}

	#customer-info .customer_form input[type="text"]#name1, #newmember table.customer_form input[type="text"]#name1,
	#customer-info .customer_form input[type="text"]#name2, #newmember table.customer_form input[type="text"]#name2,
	#customer-info .customer_form input[type="text"]#name3, #newmember table.customer_form input[type="text"]#name3,
	#customer-info .customer_form input[type="text"]#name4, #newmember table.customer_form input[type="text"]#name4 {
		width: 88% !important;
	}
	
	#customer-info .customer_form input#zipcode, #memberpages .customer_form input#zipcode {
		width: 40% !important;
	}
	
	#customer-info .customer_form input[type="text"]#address2, #newmember table.customer_form input[type="text"]#address2 {
		width: 40% !important;
	}
	
	#confirm_table h3 {
		margin-bottom: 0 !important;
	}
	
	#coupon_table {
		width: 100% !important;
	}
	
	#coupon_table td, #cart #coupon_table td {
		height: 60px !important;
	}
	
	input[type="text"].used_coupon {
		width: 100% !important;
	}
	
	#coupon_table tr:nth-child(2) td {
		text-align: center;
	}
	
	.ssl_message {
		font-size: 0.9em;
	}
	
	table#time .rental_date_text {
		margin: 5px 0 0 0 !important;
		display: block;
	}
	
	.AmazonPayButton {
		display: block !important;
		top: 10px !important;
		left: auto !important;
	}
		
	/* Member page */
	.input_caution_text {
		margin-left: 0 !important;
	}
	
	.member_completion_text {
		padding: 40px 0;
		border: solid 1px #e6e6e6;
		background-color: #fff;
		text-align: center;
	}
	
	/* Blog page */
	#content .storymeta {
		margin: 0px 0 23px !important;
		text-align: center !important;
		font-weight: bold;
	}
	
	input#flt_start_date,
	input#flt_end_date {
		margin-bottom: 10px;
		width: 92% !important;
		display: block !important;
	}
	
	input#flt_start_date {
		margin-left: 0 !important;
	}
	
	/* Rental page */
	.full_width_rental_form {
		padding: 10px 0 !important;
	}
	
	.screen-reader-text {
		margin-bottom: 0 !important;
	}
	
	.sb-init .m-frm-elem-wrap {
	}
	
	.sb-init .m-frm-elem {
		width: 100%;
		margin: 10px 0 0;
		padding: 0;
		display: block;
	}
	
	.sb-init .m-frm-elem:first-of-type {
		margin-top: 20px;
	}
	
	.sb-init .m-frm-elem input#flt_start_date,
	.sb-init .m-frm-elem input#flt_end_date {
		width: 100% !important;
	}
	
	.full_width_purpose_button {
		background-color: #fff;
	}
	
	dl.order_flow_box {
		margin: 0 0 30px 0 !important;
		width: auto !important;
	}
	
	dl.order_flow_box dt {
		margin-right: 10px;
		margin-bottom: 0 !important;
		text-align: left !important;
		float: left;
	}
	
	dl.order_flow_box dt img {
		width: 100px;
		height: auto !important;
	}
	
	dl.order_flow_box dd {
		margin: 0 0 0 115px;
		text-align: left !important;
	}
	
	dl.order_flow_box dd .step_title {
		padding-bottom: 0 !important;
		font-size: 1.2em !important;
	}
	
	ul.purpose_buttons li {
		margin: 0 8px 10px 0 !important;
		list-style-type: none;
		float: left;
	}
	
	.full_width_purpose_button ul.purpose_buttons li:nth-child(2n) {
		margin: 0 !important;
	}
	
	.full_width_purpose_button ul.purpose_buttons li:nth-child(3),
	.full_width_purpose_button ul.purpose_buttons li:nth-child(4) {
		margin-bottom: 0 !important;
	}
		
	ul.purpose_buttons li a {
		padding: 10px 0 !important;
		width: 160px;
		font-size: 0.75em;
	}
	
	section.full_width_content.left .purchase_content.rental {
		padding: 10px 0 0 150px !important;
	}

	section.full_width_content.right .purchase_content.rental {
		padding: 10px 180px 0 0px !important;
	}
	
	section.full_width_content.left img.full_width_image.rental {
	    margin-right: 30px !important;
	    left: -80px;
	    bottom: 0px;
	}
	
	section.full_width_content.right img.full_width_image.rental {
	    margin-left: 30px !important;
	    right: -80px;
	    bottom: 0px;
	}
	
	section.full_width_content .purchase_content .caution {
		margin-top: 5px !important;
	}
	
	.swiper-container.customer_voice {
		height: 350px !important;
	}
	
	.swiper-container.customer_voice .swiper-slide img {
		width: 100% !important;
		height: auto !important;
	}
	
	ul.sb-slidebar {
		background-color: #222 !important;
		-webkit-overflow-scrolling: touch;
	}
	
	ul.sb-slidebar li a {
		padding: 15px 10px 15px 15px;
		display: block;
		border-bottom: solid 1px #444;
		color: #fff;
	}
	
	ul.sb-slidebar li ul li a {
		padding-left: 16px;
		font-weight: normal;
		background-color: #555 !important;
	}
	
	.menu-item-has-children .sub-menu {
		display: none;
	}
	
	.menu-item-has-children > a {
		cursor: pointer;
		padding: 10px;
	}
	
	.menu-item-has-children > a:before {
		content: "\f107";
		font-family: "Font Awesome 5 Pro";
		position: relative;
	}
	
	.menu-item-has-children > a.active:before {
		content: "\f106";
	}
	
	ul.sb-slidebar.login li.mobile_menu_login {
		display: none;
	}
	
	ul.sb-slidebar.logout li.mobile_menu_logout {
		display: none;
	}
	
	ul.sb-slidebar li a:before {
		margin-right: 15px;
		width: 10px;
		display: inline-block;
		font-family: "Font Awesome 5 Pro";
		color: #fff;
		font-weight: 400;
		position: relative;
		left: 3px;
	}
	
	ul.sb-slidebar li.mobile_menu_sale a:before {
		content: "\f02b";
		color: #fff;
	}
	
	ul.sb-slidebar li.mobile_menu_search a:before {
		content: "\f002";
	}
	
	ul.sb-slidebar li.mobile_menu_favorite a:before {
		content: "\f004";
		left: 1px;
	}
	
	ul.sb-slidebar li.mobile_menu_rental a:before {
		content: "\f5c1";
	}
	
	ul.sb-slidebar li.mobile_menu_cart a:before {
		content: "\f07a";
		left: -2px;
	}
	
	ul.sb-slidebar li.mobile_menu_login a:before {
		content: "\f090";
		left: -1px;
	}
	
	ul.sb-slidebar li.mobile_menu_logout a:before {
		content: "\f08b";
		left: -1px;
	}
	
	ul.sb-slidebar li.mobile_menu_mailmag a:before {
		content: "\f1d8";
		left: 1px;
	}
	
	ul.sb-slidebar li.mobile_menu_instagram a:before {
		content: "\f57e";
		left: 1px;
	}
	
	ul.sb-slidebar li ul.sub-menu li a:before {
		content: none !important;
	}
	
	ul.sb-slidebar li.mobile_menu_sale a {
		padding: 15px 0 15px 15px;
		background-color: #555;
	}
	
	ul#menu-color_menu li:nth-child(7n) {
		margin-right: 0 !important;
	}
}

/* Mobile Portrait Size to Mobile Landscape Size ( iPhone5 ) */
@media only screen and (max-width: 374px) {
	p.feature_title {
	    height: 70px;
	}

	.full_width_purpose_button ul.purpose_buttons li:nth-child(2n) {
		margin: 0 !important;
		width: auto;
	}

	.full_width_purpose_button ul.purpose_buttons {
		margin: 0 auto;
		width: 100%;
	}
	
	.full_width_purpose_button ul.purpose_buttons li a {
		width: 138px !important;
		font-size: 0.7em !important;
	}
	
	.full_width_purpose_button ul.purpose_buttons li:nth-child(2) {
		margin: 0 0 10px 0 !important;
	}
	
	section.full_width_content {
	    padding-top: 0px;
	    height: 290px !important;
	    position: relative;
	}
	
	section.full_width_content .purchase_content .purchase_text {
		display: none;
	}
	
	section.full_width_content.right .purchase_content.rental {
	    padding: 10px 150px 0 0px !important;
	}
	
	.top_page_link a {
	    padding: 10px 5px;
	    font-size: 0.8em;
	}

	dl.shopping_guide_navi_box {
	    margin-bottom: 7px !important;
	    width: 137px !important;
	}
	
	.shopping_guide_navi_content a {
	    margin-right: 2px !important;
	}

	dl.order_flow_box dd {
	    margin: 0 0 0 110px;
	}
	
	.genuine_button a.button.black, .repair_button a.button.black {
	    padding: 13px 22px;
	}
	
	ul#menu-color_menu li {
	    margin: 0 12px 15px 0 !important;
	}
	
	.page_image {
	    width: 94% !important;
	}
	
	dl.delivery_list dd ul li {
	    width: 125px !important;
	}
	
	dl.guarantee_box {
	    width: 109px !important;
	    height: 200px !important;
	}
	
	ul#menu-color_menu li:nth-child(6n) {
	    margin-right: 0 !important;
	}
	
	ul#menu-color_menu li:nth-child(7n) {
	    margin-right: 15px !important;
	}
	
	ul#menu-color_menu li {
    		margin: 0 15px 15px 0 !important;
	}
	
	a.item_contact_button {
	    padding: 10px 5px;
	    font-size: 0.8em;
	}
	
	.full_width_member {
		background: url(https://www.suitcase-mania.net/wp-content/uploads/bg_member.jpg) no-repeat -831px 0 !important;
	}
	
	.wpfp-link.remove-parent.all_clear {
		width: 100%!important;
	}
	
	/* Top page */
	.swiper-slider-container .swiper-slide .text_box {
		width: 80% !important;
		height: 42% !important;
	}
	
	/* Celeb page */
	.celeb_container div {
		margin: 0 10px 10px 0 !important;
		width: 47% !important;
	}
	
	.celeb_container div:nth-child(3n) {
		margin: 0 10px 10px 0 !important;
	}

	.celeb_container div:nth-child(2n) {
		margin: 0 0 10px 0 !important;
	}
	
	#cart {
		overflow: auto;
		white-space: nowrap;
	}

	#cart::-webkit-scrollbar {
		height: 5px;
	}
	
	#cart::-webkit-scrollbar-track {
		background: #f1f1f1;
	}
	
	#cart::-webkit-scrollbar-thumb {
		background: #8c8c8c;
	}
}

@media only screen and (max-width:600px) {
	div#trust-form table {
		margin: 2em auto;
		border: 1px solid #ccc;
		border-bottom-width: 0;			
	}
	
	div#trust-form table th,
	div#trust-form table td {
		padding: 0;
		float: left;
		clear: both;
		width: 100%;
	}
	
	div#trust-form table th {
		background-color: #f4f4f4;
	}
	
	div#trust-form table ul li {
		line-height: 3.5em;
	}
	
	div#trust-form.contact-form table tr:hover {
		background: #fff;
	}
}