@charset "utf-8";

/* ############################################################################

 ベース書き換え

############################################################################# */

/* 入力、確認時のみヘッダー固定解除 */
#p_order-input #page-header,
#p_order-confirm #page-header {
	position: relative;
}
/* ヘッダー固定解除分、高さ調整 */
#p_order-input #mainContents,
#p_order-confirm #mainContents{
	margin-top: 0;
}
#p_order-input .top-sections > header,
#p_order-confirm .top-sections > header{
	margin-top: 30px;
}


/* 入力、確認時のみ フッター非表示 */
#p_order-input #page-footer,
#p_order-confirm #page-footer {
	display: none;
}

/* ### Resposive ############### */
@media screen and (max-width: 959px) {
}
/* ### Resposive ############### */
@media screen and (max-width: 500px) {
}











/* ############################################################################

  Share

############################################################################# */

hr {
	display: none;
}


.input_example {
	display: inline-block;
	line-height: 1.5;
	color: #0a0;
}
.input_example:before {
	content: '(例)　'
}
.input_remarks {
	font-size: 12px;
}
.input_atten {
	line-height: 1.5;
	color: #c00;
}

.input_restriction {
	display: inline-block;
	margin-top: 5px;
	border-radius: 10px;
	padding: 5px 10px;
	background: #00aa00;
	font-size: 0.8em;
	color: white;
}
input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=password],
input[type=file],
select,
textarea {
	font-size: 1.5em;
	margin-bottom: 10px;
	padding: 5px;
}
select {
	-webkit-appearance: menulist-button;
	height: 2em;
}
input::placeholder,
textarea::placeholder{
	color: #eee;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder{
	color: #eee;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{
	color: #eee;
}


/* 必須 */
span.input_required {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	padding: 5px;
	background: #CD2625;
	font-size: 0.8em;
	font-weight: normal;
	color: white;

}
/* 価格 */
.price {
	font-size: 1.5em;
	color: #a00;
}
/* 郵便番号 */
.postalMark {
	padding-right: 5px;
	font-size: 2em;
	font-weight: bold;
	color: #a00;
}

/* 通常メッセージ */
#explanation {
	width: 80%;
	margin: 30px auto 0;
	border: 1px solid #0a0;
	border-radius: 10px;
	padding: 20px;
}
#explanation > p {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #0a0;
}
#explanation article p {
	color: #0a0;
}
/* エラーメッセージ */
#errorMessages {
	width: 80%;
	margin: 30px auto 0;
	border: 1px solid #a00;
	border-radius: 10px;
	padding: 20px;
}
#errorMessages p {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #a00;
}
#errorMessages ul {
	padding-left: 30px;
}
#errorMessages ul li {
	color: #a00;
}

/* 郵便番号セット */
.input_address_set {
	-webkit-appearance: button;
	display: inline-block;
	padding: 10px;
	border: 1px solid #eee;
	border-color: #eee #aaa #aaa #eee;
	border-radius: 10px;
	font-size: 1em;
	/*background-image: -moz-linear-gradient(top, white, #eee);*/
	/*background-image: -webkit-linear-gradient(top, white, #eee);*/
	/*background-image: -ms-linear-gradient(top, white, #eee);*/
	background-image: -moz-linear-gradient(top, #e12928, #CD2625);
	background-image: -webkit-linear-gradient(top, #e12928, #CD2625);
	background-image: -ms-linear-gradient(top, #e12928, #CD2625);
	color: white;
	/*text-shadow: 2px 2px 2px rgba(255,255,255,1);*/
}
.input_address_set:hover {
	background-image: -moz-linear-gradient(top, #ee2b2a, #e32a29);
	background-image: -webkit-linear-gradient(top, #ee2b2a, #e32a29);
	background-image: -ms-linear-gradient(top, #ee2b2a, #e32a29);
	cursor: pointer;
}



/* ### Resposive ############### */
@media screen and (max-width: 959px) {

}
@media screen and (max-width: 500px) {
	.input_restriction {
		margin-left: 10px;
	}
	.responsive {
		display: none;
	}
}

/* ----------------------------------------------------------------------------
  テーブル全体
---------------------------------------------------------------------------- */

form,
#confirmTable {
	margin: 0;
	padding: 30px 0 80px;
	background: white;
}


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



table#inputForm {
	border-spacing: 0;
	width: 80%;
	margin: 0 auto;
}
table#inputForm > tbody > tr > th,
table#inputForm > tbody > tr > td {
	position: relative;
	padding: 30px 30px;
	border-bottom: 1px solid #ccc;
}

table#inputForm > tbody > tr > th {
	white-space: nowrap;
	background: #fafafa;
	text-align: center;
}

table#inputForm > tbody > tr.formHeader > th {
	padding: 50px 10px 10px;
	background: white;
	text-align: left;
}
table#inputForm > tbody > tr.formHeader h2 {
}

table#inputForm > tbody > tr > td > table.inputSubForm > tbody > tr > th,
table#inputForm > tbody > tr > td > table.inputSubForm > tbody > tr > td {
	padding: 10px 20px 10px 0;
}
table#inputForm > tbody > tr > td > table.inputSubForm > tbody > tr > th {
	/*white-space: nowrap;*/
}

table#inputForm label {
	padding-left: 0.5em;
	font-size: 1.2em;
	line-height: 2;
}

.formOrderPayType label {
	display: inline-block !important;
	margin-bottom: 10px;
	border-radius: 10px;
	padding: 5px 20px 5px 10px !important;
	background: #e5effd;
	cursor: pointer;
}



/* 送信確認ボタン */
#formSubmitArea {
	z-index: 10;
	position: fixed;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	width: 100%;
	height: 80px;
	border-top: 1px solid #ccc;
	padding: 10px;
	margin: 0;

	background-color: white;
	background-color: rgba(255, 255, 255, 0.98);
	box-shadow: 0 -5px 5px 0 rgba(204,204,204,0.4);
	text-align: center;
}

/* ### Resposive ############### */
/* Android - キーボード表示時のfixedフッター移動対策 */
@media screen and (max-height: 500px) {
	#formSubmitArea {
		position: relative;
	}
}


/* ### Resposive ############### */
@media screen and (max-width: 959px) {
	fieldset {
		padding: 0 10px;
	}
	table#inputForm {
		width: 100%;
	}

	table#inputForm > tbody > tr > th {
		padding-right: 10px;
	}

}
@media screen and (max-width: 800px) {
	table#inputForm > tbody > tr > th,
	table#inputForm > tbody > tr > td {
		display: block;
	}
	table#inputForm > tbody > tr > th {
		border-bottom: none;
		padding: 30px 5px 20px 20px;
		text-align: left;
	}
	table#inputForm > tbody > tr > th br {
		display: none;
	}
	table#inputForm > tbody > tr.formHeader > th {
		border-bottom: 1px solid #ccc;
	}

	/* サブテーブル */
	table#inputForm > tbody > tr > td > table.inputSubForm > tbody > tr > th,
	table#inputForm > tbody > tr > td > table.inputSubForm > tbody > tr > td {
		display: block;
	}

}

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

	input,
	select,
	textarea {
		/*font-size: 1em;*/
		margin-bottom: 10px;
		padding: 5px;
	}
	select {
		-webkit-appearance: menulist-button;
		height: 2em;
	}

	table#inputForm > tbody > tr > th {
	}

	table#inputForm > tbody > tr.formHeader > th {
		padding: 50px 10px 10px 0;
	}
	table#inputForm > tbody > tr.formHeader h2 {
	}

	/* サブテーブル */
	table#inputForm > tbody > tr > td > table {
		width: 100%;
	}

	table#inputForm > tbody > tr > td > table.inputSubForm > tbody > tr > th,
	table#inputForm > tbody > tr > td > table.inputSubForm > tbody > tr > td {
		padding-right: 0;
	}
	table#inputForm > tbody > tr > td > table.inputSubForm > tbody > tr > th {
		padding: 30px 0 0 0;
	}

}


/* ----------------------------------------------------------------------------
  各項目
---------------------------------------------------------------------------- */

/* --- ご注文枚数 --------------- */
#formTicketNum {

}
/* すし券合計金額 */
#formTicketTotalPrice {
}
/* お支払方法 */
table#inputForm .formOrderPayType label {
	display: inline-block;
	padding: 0 0 10px 0;
	font-weight: bold;
}
.formOrderPayType label input {
	margin-right: 15px;
}


/* クレジット */
#formOrderPayTypeCredit_img01 {
	width: 100%;
	max-width: 300px;
}


/* --- ご依頼主情報 ------------- */

/* ご依頼主 お名前 */
#formClientName {
	width: 400px;
}
/* ご依頼主 お名前 かな */
#formClientNameKana {
	width: 400px;
}
/* ご依頼主 郵便番号 */
#formClientPostalCode {
	width: 6em;
}
/* ご依頼主 住所 都道府県 */
#fromClientAddressPrefecture {
}
/* ご依頼主 住所 市区郡町域 */
#formClientAddress1 {
	width: 400px;
}
/* ご依頼主 住所 町村番地 */
#formClientAddress2 {
	width: 400px;
}
/* ご依頼主 住所 マンション名など */
#formClientAddress3 {
	width: 400px;
}
/* ご依頼主 電話番号 */
#formClientPhoneNumber {
	width: 400px;
}
/* ご依頼主 メールアドレス */
#formClientEmail {
	width: 420px;
}
/* ご依頼主 メールアドレス 確認 */
#formClientEmailConfirm {
	width: 420px;
}
/* キャリアメール説明 */
#careers_mail_tips {
	box-sizing: border-box;
	border: 1px solid #c00;
	border-radius: 15px;
	padding: 15px;
	font-size: 0.9em;
}



/* ### Resposive ############### */
@media screen and (max-width: 959px) {
	#formClientName {
		width: 80%;
	}
	#formClientNameKana {
		width: 80%;
	}

}
@media screen and (max-width: 500px) {
	/* ご依頼主 お名前 */
	#formClientName {
		width: 100%;
	}
	/* ご依頼主 お名前 かな */
	#formClientNameKana {
		width: 100%;
	}
	/* ご依頼主 郵便番号 */
	#formClientPostalCode {
		width: 5em;
	}
	/* ご依頼主 住所 都道府県 */
	#fromClientAddressPrefecture {
	}
	/* ご依頼主 住所 市区郡町域 */
	#formClientAddress1 {
		width: 100%;
	}
	/* ご依頼主 住所 町村番地 */
	#formClientAddress2 {
		width: 100%;
	}
	/* ご依頼主 住所 マンション名など */
	#formClientAddress3 {
		width: 100%;
	}
	/* ご依頼主 電話番号 */
	#formClientPhoneNumber {
		width: 90%;
	}
	/* ご依頼主 メールアドレス */
	#formClientEmail {
		width: 100%
	}
	/* ご依頼主 メールアドレス 確認 */
	#formClientEmailConfirm {
		width: 100%
	}

}






/* --- お届け先情報 ------------- */

/* お届け先 お名前 */
#formShippingName {
	width: 400px;
}
/* お届け先 お名前 かな */
#formShippingNameKana {
	width: 400px;
}
/* お届け先 郵便番号 */
#formShippingPostalCode {
	width: 6em;
}
/* お届け先 住所 都道府県 */
#fromShippingAddressPrefecture {
}
/* お届け先 住所 市区郡町域 */
#formShippingAddress1 {
	width: 400px;
}
/* お届け先 住所 町村番地 */
#formShippingAddress2 {
	width: 400px;
}
/* お届け先 住所 マンション名など */
#formShippingAddress3 {
	width: 400px;
}
/* お届け先 電話番号 */
#formShippingPhoneNumber {
	width: 400px;
}
/* お届け先へのメッセージ */
#formShippingMessage {
	width: 80%;
	height: 5em;
}


/* ### Resposive ############### */
@media screen and (max-width: 959px) {
	#formShippingName {
		width: 80%;
	}
	#formShippingNameKana {
		width: 80%;
	}

}
@media screen and (max-width: 500px) {
	/* お届け先 お名前 */
	#formShippingName {
		width: 100%;
	}
	/* お届け先 お名前 かな */
	#formShippingNameKana {
		width: 100%;
	}
	/* お届け先 郵便番号 */
	#formShippingPostalCode {
		width: 5em;
	}
	/* お届け先 住所 都道府県 */
	#fromShippingAddressPrefecture {
	}
	/* お届け先 住所 市区郡町域 */
	#formShippingAddress1 {
		width: 100%;
	}
	/* お届け先 住所 町村番地 */
	#formShippingAddress2 {
		width: 100%;
	}
	/* お届け先 住所 マンション名など */
	#formShippingAddress3 {
		width: 100%;
	}
	/* お届け先 電話番号 */
	#formShippingPhoneNumber {
		width: 90%;
	}
	/* お届け先へのメッセージ */
	#formShippingMessage {
		width: 100%;
		height: 8em;
	}

}





/* --- 梱包 ------------- */

/* 梱包の種類 */
#formPackingType_img01 {
	width: 100%;
	max-width: 400px;
	margin-top: 20px;
	vertical-align: bottom;
}

/* 印字書体 */
#formPackingPrintFont_img01 {
	width: 100%;
	max-width: 400px;
	margin-top: 20px;
	vertical-align: bottom;
}

/* 印字内容 */
#formPackingPrintContents {
	width: 90%;
	height: 5em;
}
#packingPrintContensExample1 {
	width: 90%;
	border: 1px solid #00aa00;
	padding: 10px;
	background: #daf9df;
	color: #008800
}

#packingPrintContensExample2 {

}
#packingPrintContensExample2 table {
	border-spacing: 0;
	border-collapse: collapse;
}
#packingPrintContensExample2 table th,
#packingPrintContensExample2 table td {
	border: 1px solid #00aa00;
	padding: 10px;
}
#packingPrintContensExample2 table th {
	background: #daf9df;
	color: #080;
	white-space: nowrap;
}
#packingPrintContensExample2 table td {
	color: #080;
}



/* --- 通信欄 -------------- */
table#inputForm .fromCommunicationContents {
	/*text-align: center;*/
}
#fromCommunicationContents {
	width: 90%;
	height: 8em
}



/* ### Resposive ############### */
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 500px) {
	/* 印字内容 */
	#formPackingPrintContents {
		width: 100%;
		height: 8em;
	}
	/* 通信欄 */
	#fromCommunicationContents {
		width: 100%;
		height: 8em
	}

}



/* ----------------------------------------------------------------------------
  confirm
---------------------------------------------------------------------------- */


#controlReturn {
	padding-top: 20px;
	line-height: 1.5;
	text-align: center;
}
#controlReturn {
	display: inline-block;
	/*width: 150px;*/
	min-width: 100px;
	margin-right: 5px;
	padding: 15px 10px;
	border: 1px solid #eee;
	border-color: #eee #aaa #aaa #eee;
	border-radius: 10px;
	font-size: 1em;
	background-image: -moz-linear-gradient(top, white, #eee);
	background-image: -webkit-linear-gradient(top, white, #eee);
	background-image: -ms-linear-gradient(top, white, #eee);
	text-shadow: 2px 2px 2px rgba(255,255,255,1);
}
#controlReturn:hover {
	background-image: -moz-linear-gradient(top, #cff, #8ee);
	background-image: -webkit-linear-gradient(top, #cff, #8ee);
	background-image: -ms-linear-gradient(top, #cff, #8ee);
	text-decoration: none;
}

#formSubmit {
	-webkit-appearance: button;
	display: inline-block;
	/*width: 150px;*/
	min-width: 120px;
	padding: 15px 10px;
	border: 1px solid #eee;
	border-color: #eee #aaa #aaa #eee;
	border-radius: 10px;
	font-size: 1em;
	/*background-image: -moz-linear-gradient(top, white, #eee);*/
	/*background-image: -webkit-linear-gradient(top, white, #eee);*/
	/*background-image: -ms-linear-gradient(top, white, #eee);*/
	background-image: -moz-linear-gradient(top, #e12928, #CD2625);
	background-image: -webkit-linear-gradient(top, #e12928, #CD2625);
	background-image: -ms-linear-gradient(top, #e12928, #CD2625);
	color: white;
	/*text-shadow: 2px 2px 2px rgba(255,255,255,1);*/
}
#formSubmit:hover {
	background-image: -moz-linear-gradient(top, #ee2b2a, #e32a29);
	background-image: -webkit-linear-gradient(top, #ee2b2a, #e32a29);
	background-image: -ms-linear-gradient(top, #ee2b2a, #e32a29);
	cursor: pointer;
}


/* ----------------------------------------------------------------------------
  contract
---------------------------------------------------------------------------- */

#formReturnArea {
	margin-top: 50px;
	text-align: center;
}
#controlTop {
	padding-top: 20px;
	line-height: 1.5;
	text-align: center;
}
#controlTop span {
	color: white;
}
#controlTop {
	display: inline-block;
	width: 150px;
	padding: 15px 0;
	border: 1px solid #eee;
	border-color: #eee #aaa #aaa #eee;
	border-radius: 10px;
	font-size: 1em;
	/*background-image: -moz-linear-gradient(top, white, #eee);*/
	/*background-image: -webkit-linear-gradient(top, white, #eee);*/
	/*background-image: -ms-linear-gradient(top, white, #eee);*/
	background-image: -moz-linear-gradient(top, #e12928, #CD2625);
	background-image: -webkit-linear-gradient(top, #e12928, #CD2625);
	background-image: -ms-linear-gradient(top, #e12928, #CD2625);
	color: white;
	/*text-shadow: 2px 2px 2px rgba(255,255,255,1);*/
}
#controlTop:hover {
	background-image: -moz-linear-gradient(top, #ee2b2a, #e32a29);
	background-image: -webkit-linear-gradient(top, #ee2b2a, #e32a29);
	background-image: -ms-linear-gradient(top, #ee2b2a, #e32a29);
	text-decoration: none;
}
