@charset "utf-8";

.cont h1 {
	background-image: url(../images/title.png);
}

/*============================
form
============================*/
form {
	margin: 0px;
	text-align: left;
}

fieldset {
	padding: 0px;
	border: none;
}

input,
textarea,
select {
	line-height: 130%;
	padding: 10px;
	font-weight: normal;
	border: solid 1px #bababa;
	border-radius: 6px;
}

select {
	/*width: 160px;*/
	height: 40px;
	font-size: 14px;
	text-align: center;
	background: #fff;
}

input[type="radio"],
input[type="checkbox"] {
	width: auto !important;
	margin-left: 2px;
	margin-right: 3px;
}

input:hover,
textarea:hover,
select:hover,
input:focus,
textarea:focus,
select:focus {
	background: #fff;
}

:placeholder-shown {
 color: #565656;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
 color: #c3c3c3;
}

/* Firefox 18- */
:-moz-placeholder {
 color: #c3c3c3;
}

/* Firefox 19+ */
::-moz-placeholder {
 color: #c3c3c3;
}

/* IE 10+ */
:-ms-input-placeholder {
 color: #c3c3c3;
}

label.error {
	font-size: 12px;
	color: #df2500;
	display: inline-block;
	line-height: 1.2;
	padding-top: 6px;
}

.required {
	background: #de4b4b;
	color: #fff;
	font-size: 10px;
	padding: 3px 8px;
	border-radius: 3px;
	margin-left: 5px;
	display: inline-block;
}

/*============================
entry
============================*/
#entry p span a {
	display: block;
	padding-top: 10px;
	color: #006fc3;
}

form {
	padding-top: 15px;
}

.formTable {
	width: 100%;
}

.formTable tr:first-child {
	border-top: 1px solid #dedede;
}

.formTable tr {
	display: block;
	border-bottom: 1px solid #dedede;
}

.formTable th {
	width: 220px;
	padding-left: 16px;
	vertical-align: middle;
	background: #f2f2f2;
}

.formTable td {
	padding: 15px 0;
	width: 480px;
	padding-left: 20px;
}

.formTable td p {
	font-size: 13px;
	padding-bottom: 5px;
	padding-top: 8px;
}

input#zip {
	width: 200px !important;
}

.formTable td p:first-child {
	padding-top: 0;
}

.formTable input,
.formTable textarea {
	width: 100%;
}

.formBtn {
	text-align: center;
	margin-top: 30px;
}

.formBtn li {
	display: inline-block;
	margin: 0 5px;
}

.formBtn li input {
	width: 210px;
	padding: 15px 0;
	font-weight: bold;
	color: #fff;
	border: none;
	margin: 0 auto;
	background: #313131;
}

/*============================
confirm
============================*/
#confirm .notice {
	padding-bottom: 15px;
}

#confirm table p {
	padding: 0;
}

#confirm .formTable th {
	padding: 15px;
}

/*============================
complete
============================*/
#complete p span {
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 18px;
}

#complete h3 {
	border: none;
	padding: 0;
	margin-top: 0;
	font-weight: bold;
	padding-bottom: 10px;
}

/*============================
privacy
============================*/
#privacy {
	font-size: 10px;
	padding: 20px;
	overflow: hidden;
	border: 1px solid #ccc;
	margin-top: 30px;
}

#privacy p {
	padding-bottom: 0;
}

#privacy h3 {
	font-weight: bold;
	border: none;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}

#privacy dt {
	font-weight: bold;
	padding-top: 10px;
}

#privacy li {
	float: right;
}

@media only screen and (max-width: 768px) {

.cont h1 {
	background-image: url(../images/title_sp.png);
}

/*============================
form
============================*/
form {
	margin: 0px;
	text-align: left;
}

fieldset {
	padding: 0px;
	border: none;
}

input,
textarea,
select {
	line-height: 130%;
	padding: 10px;
	font-weight: normal;
	border: solid 1px #bababa;
	border-radius: 6px;
}

select {
	/*width: 160px;*/
	height: 40px;
	font-size: 14px;
	text-align: center;
	background: #fff;
}

input[type="radio"],
input[type="checkbox"] {
	width: auto !important;
	margin-left: 2px;
	margin-right: 3px;
}

input:hover,
textarea:hover,
select:hover,
input:focus,
textarea:focus,
select:focus {
	background: #fff;
}

:placeholder-shown {
 color: #565656;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
 color: #c3c3c3;
}

/* Firefox 18- */
:-moz-placeholder {
 color: #c3c3c3;
}

/* Firefox 19+ */
::-moz-placeholder {
 color: #c3c3c3;
}

/* IE 10+ */
:-ms-input-placeholder {
 color: #c3c3c3;
}

label.error {
	font-size: 12px;
	color: #df2500;
	display: inline-block;
	line-height: 1.2;
	padding-top: 6px;
}

.required {
	background: #de4b4b;
	color: #fff;
	font-size: 10px;
	padding: 3px 8px;
	border-radius: 3px;
	margin-left: 5px;
}

/*============================
entry
============================*/
#form {
	margin-top: 10px;
}

.formTable {
	width: 100%;
}

.formTable tr:first-child {
	border-top: none;
}

.formTable tr {
	padding: 10px 0 18px;
}

.formTable tr:last-child {
	border: none;
}

.formTable th {
	width: 100%;
	padding: 0;
	vertical-align: inherit;
	background: none;
	display: block;
	padding-bottom: 5px;
	position: relative;
}

.formTable th:before {
	content: "■ ";
}

.formTable td {
	padding: 0;
	width: 100%;
	display: block;
}

.formTable td p {
	font-size: 13px;
	padding-bottom: 5px;
	padding-top: 8px;
}

input#zip {
	width: 200px !important;
}

.formTable td p:first-child {
	padding-top: 0;
}

.formTable input,
.formTable textarea {
	width: 100%;
}

.formBtn {
	margin-top: 20px;
}

.formBtn li {
	width: 100%;
	margin: auto;
}

.formBtn li input {
	width: 100%;
	font-size: 18px;
	padding: 12px 0;
}

#privacy {
	margin-top: 0;
}

#privacy h3 {
	font-size: 12px !important;
}

#privacy ul {
	padding-top: 10px;
}

/*============================
confirm
============================*/
#confirm .notice {
	line-height: 1.6;
	padding-top: 4px;
}

#confirm .formTable tr {
	padding: 12px 0;
}

#confirm .formTable th {
	padding: 0;
}

#confirm .formBtn {
	overflow: hidden;
}

#confirm .formBtn li {
	width: 48%;
	float: left;
	margin-left: 4%;
}

#confirm .formBtn li:first-child {
	margin-left: 0;
}
	
	#confirm .formBtn li input {
		font-size: 13px;
	}

/*============================
complete
============================*/

#complete p span {
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 18px;
}
}
