@charset "UTF-8";
/* CSS Document */
#make h3 {
  background: url(../img/back_make.gif) repeat-x 0 bottom;
  color: #6A3906;
  font-size: 2.57em;
  margin-bottom: 40px;
}

#make h3 img {
  position: relative;
  bottom: 10px;
}

#make h3 .title {
  position: relative;
  bottom: 20px;
  margin-left: 30px;
}

#make .orderNumber,
#make .privacyInfo {
  font-size: 2em;
  width: 597px;
  margin: 0 auto;
}

#make .orderNumber p {
  position: relative;
  margin-bottom: 10px;
}

#make .orderNumber p .inputTextLeft {
  position: absolute;
  left: 10px;
  bottom: 10px;
}

#make .orderNumber p .inputTextRight {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

#make input {
  width: 597px;
  height: 47px;
}
#poster_switch input {
	width: 47px;
}

#make .orderNumber p input.bdrBr,
#make .privacyInfo p input, .privacyInfo textarea {
  border: 1px solid #946134;
}

#make .orderNumber .dot {
  position: relative;
  top: -10px;
  left: -15px;
}

#make .orderNumber input[type="number"],
#make .orderNumber input[type="text"], .privacyInfo textarea {
  font-size: 1.6em;
  padding: 0 50px 0 160px;
  width: 100%;
  box-sizing: border-box;
  text-align: right;
}

#make .submitBtn {
	background: url(../img/tyumon.gif) no-repeat;
	text-align: center;
	vertical-align: middle;
	font-size: 50px;
	line-height: 70px;
	font-weight: 600;
	color: #fff;
	border: none;
	margin-bottom: .5em;
}
#make .backBtn {
	background: url(../img/back.gif) no-repeat;
}

#make .submitBtn:hover {
  cursor: pointer;
}

#make .privacyInfo {
	margin-top: 0.5em;
}
#make .privacyInfo p {
	margin-bottom: 0.5em;
}
#make .privacyInfo span {
	line-height: 1em;
}
#make .privacyInfo ::-webkit-input-placeholder {
    opacity: 0.5;
}
/* Firefox 18- */
#make .privacyInfo :-moz-placeholder {
    opacity: 0.5;
}
/* Firefox 19+ */
#make .privacyInfo ::-moz-placeholder {
    opacity: 0.5;
}
/* IE 10+ */
#make .privacyInfo :-ms-input-placeholder {
    opacity: 0.5;
}
#make .privacyInfo p input, .privacyInfo textarea {
	text-align: left;
	font-size: 1em;
	padding: 0 0 0 5px;
	box-sizing: border-box;
}

.makeFlow > p:nth-child(1) {
	max-width: 70%;
	padding: 1em 2.5em;
	text-align: justify;
	margin: 0 auto 1em;
	background-color: #FFF2DF;
	font-size: 1.35em;
	line-height: 1.7em;
}
.makeFlow > p:nth-child(1) > span {
	display: block;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  #make h3 {
    padding-left: 10px;
    font-size: 1.6em;
  }
  #make h3 img {
    width: 35px;
    height: 48px;
  }
  #make h3 span.title {
    margin-left: 10px;
    bottom: 13px;
  }
#make .orderNumber,
#make .privacyInfo {
    min-width: 310px;
    width: 100%;
	box-sizing: border-box;
    margin: 0 auto;
  }
  #make .orderNumber p .inputTextLeft, #make .orderNumber p .inputTextRight {
    font-size: 0.8em;
  }
  #make .orderNumber img.dot {
    min-width: 280px;
    min-height: 1px;
    width: 100%;
    height: auto;
    left: 0;
  }
  #make .orderNumber input[type="number"],
  #make .orderNumber input[type="text"] {
    min-width: 155px;
    width: 100%;
	box-sizing: border-box;
    padding: 0 33px 0 122px;
  }
  #make .privacyInfo input, .privacyInfo textarea {
    min-width: 155px;
    width: 100%;
	box-sizing: border-box;
    padding: 0 0 0 5px;
  }
  #make .submitBtn {
    min-width: 310px;
    height: 1.5em;
	line-height: 1.5em;
	font-size: 1.3em;
    width: 100%;
    background-size: cover;
    background-position: center center;
    padding-bottom: 5%;
  }
	.makeFlow > p:nth-child(1) {
		max-width: 100%;
		padding: 0.5em 1em;
		font-size: 1.0em;
	}

}

@media screen and (min-width: 769px) {
  #make h3 {
    padding-left: 80px;
  }
  #make .submitBtn {
    width: 765px;
    height: 75px;
    position: relative;
    left: -84px;
  }
}
