body {
	font-family: 'Meiryo',"ヒラギノ角ゴ Pro W3","Osaka", sans-serif;
	background: url(../../img/1908/bg.jpg) no-repeat 0 0;
	background-attachment: fixed;
	background-size: cover;
}
#contents {
	width: 750px;
	margin: 0 auto;
	background: #fff;
}
#contents h1 {
	margin: 0;
}
#contents .sec03 {
	background: url(../../img/1908/bg_03_about.jpg) no-repeat 0 0;
	background-size: contain;
	margin: -17% 0 0;
}
#contents .sec05 {
	margin: -1.1% 0 0;
}
#contents .sec07 .ttl02 {
	text-align: center;
	padding: 5% 5% 2% 5%;
}
#contents .sec07 .step01,
#contents .sec07 .step02,
#contents .sec07 .step03,
#contents .sec07 .step04,
#contents .sec07 .step05 {
	position: relative;
}
#contents .sec07 .step01 {
	padding: 0 0 8%;
}
#contents .sec07 .step03 {
	padding: 0 0 7%;
}
#contents .sec07 .step04 {
	padding: 0 0 7%;
}
#contents .sec07 .step05 {
	padding: 0 0 7%;
}
#contents .sec07 .seibun_btn {
	cursor: pointer;
	font-size: 1em;
	border: 1px solid #000;
	padding: 3% 7% 3% 5%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	transition: all 0.5s ease;
}
#contents .sec07 .seibun_btn:hover {
	opacity: .5;
}
#contents .sec07 .step01 .seibun_btn:after,
#contents .sec07 .step02 .seibun_btn:after,
#contents .sec07 .step03 .seibun_btn:after,
#contents .sec07 .step04 .seibun_btn:after,
#contents .sec07 .step05 .seibun_btn:after {
	position: absolute;

	display: block;
	content: "";
	top: 50%;
	right: 5%;
	width: 0;
	height: 0;
	margin: -5px 0 0;
	border: 5px solid transparent;
	border-left: 5px solid #000;
}
#contents .sec07 .step01 .seibun_btn {
	position: absolute;
	left: 5%;
	bottom: 1%;
}
#contents .sec07 .step02 .seibun_btn {
	position: absolute;
	right: 5%;
	bottom: 5%;
}
#contents .sec07 .step03 .seibun_btn {
	position: absolute;
	left: 5%;
	bottom: 5%;
}
#contents .sec07 .step04 .seibun_btn {
	position: absolute;
	right: 5%;
	bottom: 7%;
}
#contents .sec07 .step05 .seibun_btn {
	position: absolute;
	left: 5%;
	bottom: 16%;
}
#contents .sec09 {
	margin: -1% 0 5%;
}
#contents .sec11 {
	margin: 5% 0 0;
	padding: 15% 2% 1% 2%;
	background: url(../../img/1908/bg_faq.jpg) no-repeat 0 0;
	line-height: 1.6;
}
#contents .sec11 .ttl {
	width: 60%;
	margin: 0 auto -5% auto;
	text-align: center;
}
@-webkit-keyframes flash {
  0% {
		background-position: -100% 0;
	}
  20% {
		background-position: 300% 0;
	}
  100% {
		background-position: 300% 0;
	}
}
#contents .cv {
	position: relative;
}
#contents .cv .btn {
	position: absolute;
	z-index: 3;

	left: 0;
	bottom: 2%;
	width: 100%;
	text-align: center;

	transition: all 0.5s ease;
	opacity: 1;

	padding: 0;
	background: none;
	border: 0;
	-webkit-box-shadow:none;
	box-shadow: none;
}
#contents .cv .btn img {
	position: relative;
	z-index: -1;
}
#contents .cv .btn:hover {
	opacity: .7;
}
#contents .cv .btn span {
  display: block;
	height: 5%;
  background: url(../../img/1908/light.png) -100% 0 no-repeat;
	animation-delay: 2s;
  -webkit-animation-duration: 15s;
  -webkit-animation-timing-fanction: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: flash;
}
#contents .cv .caution a {
	color: #f23c74;
}
#contents .cv._pt02 {
	margin: -3% 0 0;
}
#contents .cv._pt02 .btn {
	position: absolute;
	left: 0;
	bottom: 10%;
}
#contents .cv .caution {
	position: absolute;
	left: 0;
	bottom: 2%;

	width: 100%;
	text-align: center;
	font-size: 1.3em;
	line-height: 1.6;
}
#contents #footer {
	width: 100%;
	background: url(../../img/1908/bg_footer.jpg) no-repeat 0 0;
	background-size: cover;
	text-align: center;
}
#contents #footer .copy {
	padding: 1.45% 0;
	color: #fff;
}
#contents #footer .menu {
	width: 70%;
	padding: 8.5% 0;
	margin: 0 auto;

	line-height: 1.8;
}
#contents #footer .menu a {
	color: #fff;
}
#contents #footer .menu li {
	display: inline-block;
	padding: 0 5%;
	margin: 3% 0;
	line-height: 1;
}
#contents #footer .menu li:nth-child(2n+1) {
	background: url(../../img/1908/pipe.png) no-repeat 100% 50%;
}

@media all and (max-width: 1100px) {
	#contents {
		width: inherit;
	}
	#contents img {
		width: 100%;
	}
	#contents .cv .btn {
		position: absolute;
		width: 100%;
		bottom: 3%;
	}
	#contents .cv .btn img {
		width: 95%;
	}
	#contents .cv .btn span {
		height: 4%;
	  -webkit-animation-duration: 7s;
	}
	#contents .cv._pt02 .btn {
		bottom: 9%;
	}
	#contents .sec02 {
		margin: -5% 0 0;
	}
	#contents .sec07 .seibun_btn {
		font-size: .8em;
		padding: 4% 7% 4% 5%;
	}
	#contents .sec11 {
		padding: 15% 5% 0 5%;
		background-size: contain;
	}
	#contents .cv .caution {
		position: absolute;
		left: 0;
		bottom: .5%;

		width: 100%;
		text-align: center;
		font-size: .8em;
		line-height: 1.6;
	}
	#contents #footer {
		font-size: .7em;
	}
	#contents #footer .copy {
		font-size: .7em;
	}
	#contents #footer .menu {
		width: 80%;
	}
}

@media all and (max-width: 700px)  {
	#contents #footer .menu {
		width: 90%;
		padding: 5.5% 0;

    line-height: 1.2;
		font-size: 1.2em;
	}
	#contents .sec11 {
		padding: 15% 5% 1% 5%;
		background-size: contain;
	}
}











#Contents div.column {
	width: auto;
	float: none;
}
#dvUserBox {
	min-width: auto !important;
	width: auto !important;
}
.orderBox {
	background: none;
}
.orderBox h3 {
	background: none;
	display: none;
}
.orderBox h4 {
	border: none;
	background: #eee;
	padding-left: 5px 10px;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}
.userList,
.list {
	border: 1px solid #eee;
	padding: 10px;
}

.orderBox div.bottom {
	background: none;
}
/*
#ctl00_ContentPlaceHolder1_rCartList_ctl00_rMemos_ctl02_tbMemo {
	height: auto !important;
	width: auto !important;
}
*/
#cv .btn {
	background: none;
	border: none;
}
.LandingOrderPage #Contents div.main, .LandingOrderPage #Contents div.submain {
	width: auto !important;
	background: none;
}
.LandingOrderPage .userBox dt {
	margin: 0;
	padding: 5px 10px;
}
.LandingOrderPage .userBox dd {
	border: 1px solid #eee;
	padding:10px;
}
.productList {
	display: none;
}
#Contents div.main h2 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin: 40px 0 0;
}
#Contents h2.ttlA {
	display: none;
}
#sec12 p {
	font-size: 18px;
	line-height: 1.5;
}
div.btmbtn ul {
	position: relative;
	text-align: center;
}
.list textarea {
	width: 100% !important;
	height: 200px !important;
}

.orderBox dl.list {
	padding: 0;
}
.orderBox div.list > dl.list {
	border: none;
}
.orderBox div.list dt {
	padding: 5px 10px !important;
}
#CartList div.btmbtn .btn-large {
}
div.btmbtn.below ul {
	top: 0;
}
.input_border {
	border-radius: 3px;
}
.input_widthA {
	width: 200px;
}
.input_widthB {
	width: 100px;
}
.input_widthD {
	width: 500px;
}
.input_widthE {
	width: 400px;
}
#ctl00_ContentPlaceHolder1_ucInputForm_rCartList_ctl00_tbOwnerZip1,
#ctl00_ContentPlaceHolder1_ucInputForm_rCartList_ctl00_tbOwnerZip2 {
    width: 50px;
}
.btn_add_sea {
    margin-left: 10px;
}
.btn_add_sea a {
    line-height: 1.0;
}
#ctl00_ContentPlaceHolder1_rCartList_ctl00_rPayment_ctl00_divCreditCardNoToken p {
	text-align: left;
}
#CartList div.btmbtn {
	border-top: none;
}

.cart-unit {
	display: none;
}
.FULLWIDTH input {
	width: 49%;
}
.order-form select,
.order-form textarea {
	border: 1px solid #ccc;
	padding: 5px;
}

input {
	padding: 5px 3px;
	background: #fffef3;
}
input_border {
	border: #AAAAAA solid 1px;
}

#Contents {
	margin: 0;
}
.btmbtn {
	margin: 20px 0;
}

.order-form .card-nums input {
	/*width: 20% !important;*/
}
.order-form.memo textarea {
	width: 100% !important;
}

@media (min-width: 960px) {
	#form-order {
		width: 750px;
		margin: 0 auto;
		padding: 0 2%;
		background: #fff;
		box-sizing: border-box;
	}
}

.formlp-front-section-form {
  width: 100%;
}
#Contents div.main {
  width: 100% !important;
  padding: 0;
}
body {
  height: auto;
}
#Contents div.columnLeft,
#Contents div.columnRight {
  float: none;
  width: 100% !important;
}
#Contents div.submain {
  width: 100% !important;
}
#Contents div.column {
  width: 100% !important;
}
.st-accordion ul li {
  cursor: default !important;
  font-size: 16px !important;
}

.shipping h3,
.order-unit h3 {
  display: none;
}
dt.title label {
    color: #fff;
}
.order-form .zip input {
  width: 3em;
}
