@charset "utf-8";
/* CSS Document */

/* ========== smartphone ========== */

@media screen and (max-width: 480px) {
	
    /* ========== grid ========== */
    
.row{width:90%}.subcolumn{width:auto !important;float:none;margin:0px 0px 10px 0px;clear:both}
	
    /* ========== content ========== */
	.access .cart span {
	display: none;	
	}
	#baseband ul, .thumbs, .details, #cartscreen, #blog, #rightcol {
		max-width: 100%;
	}
	#baseband li {
		float: none;
		margin: 15px auto;
		text-align: center;
	}
	#baseband li:after {
		content: none;
	}
	#baseband .gallereo {
		float: none;
		margin: 30px auto 10px auto;
		display: table;
	}
	.swiper {
		height: 400px;
	}
	select.formsfixed, input.formsfixed, .formsmulti {
		width: 100%;
	}
	.details .formtext {
		width: 100%;
		text-align: center;
	}
	.details select {
		width: 100%;
	}
	.details input {
		margin: 0 auto;
		display: table;
	}
	.details .mainbutton {
		position: relative;
		margin: 30px auto 10px auto;
		right: auto;
		bottom: auto;
		float: none;
	}
}