@charset "utf-8";

/*/////////////////////////////////////////////////////////////

	取り扱い商品募集のご案内フォーム

/////////////////////////////////////////////////////////////*/

/*====================================
	ヘッダー
====================================*/
header.supplier {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	background: url(../../common/img/bg_header.png) no-repeat 370px bottom;
}
header.supplier p.title {
	padding: 40px 0 15px;
}
header.supplier p.text {
	position: absolute;
	top: 56px;
	right: 0;
	display: table;
	font-size: 12px;
	line-height: 1.4;
}

/*====================================
	メインビジュアル
====================================*/
.mv {
	position: relative;
	margin-bottom: 80px;
	padding: 30px;
	border: 20px solid #e8e3d7;
	border-radius: 4px;
	background-color: #fff;
}
.mv h1 {
	padding-bottom: 10px;
}
.mv h2 {
	font-size: 21px;
	font-weight: bold;
	letter-spacing: -0.1ex;
}
.mv p {
	font-size: 16px;
	letter-spacing: -0.1ex;
	line-height: 1.5;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}

.mv::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -80px;
	right: 0;
	left: 0;
	height: 37px;
	margin: auto;
	background: url(../img/img_arrow.png) center 0 no-repeat;
}


h1.ttl-form {/* ページタイトル */
	padding: 21px 0 61px 37px;
	border-top: 1px solid #FFF;
	background: #F0F0F0 url(../img/bg_form.png) no-repeat 0px 100%;
}
p.txt {
	width: 700px;
	margin: 0 auto 10px;
	font-size: 12px;
}

/*====================================
	フォームテーブル
====================================*/
table#form {
	margin: 0 auto 30px;
	border: 3px #ccc solid;
	border-collapse: collapse;
	border-spacing: 0;
}

table#form th {/* 項目表示欄 */
	width: 220px;
  padding: 10px;
  border: #ccc solid;
  border-width: 0 0 1px 1px;
  background: #fafafa;
  font-weight: normal;
  line-height: 1.3;
  text-align: left;
	vertical-align: middle;
}
table#form th.must {/* 必須項目欄 */
	background: #ffeeee;
	font-weight: bold;
}
table#form th span {/* 注釈 */
	font-weight: normal;
	font-size: 12px;
}
table#form th span.required {/* 必須※ */
	color: #F00;
	font-size: 9px;
	vertical-align: super;
}
table#form td {
  padding: 10px;
  border: 1px #ccc solid;
  border-width: 0 0 1px 1px;
  text-align: left;
	vertical-align: middle;
}
table#form td input {
	padding: 3px;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 2px #eee inset;
}
table#form td input.checkbox {
	padding: 0;
}
table#form td label {
	display: inline-block;
	width: 125px;
	padding-left: 5px;
	font-size: 12px;
}
table#form td.must {/* 必須入力欄 */
	background: #fff5f5;
}
table#form td.must input {
	border: 1px solid #aaa;
}
table#form td input:focus {
	border: 1px solid #fc0;
}
label {
	cursor: pointer;
}
table#form td label#ck_ex {
	width: auto;
	margin: 5px 0;
	color: #B81616;
	font-size: 16px;
	font-weight: bold;
}
table#form td label#ck_gp,
table#form td label#ck_gpvc {
	width: auto;
	margin-bottom: 10px;
	color: #618F15;
	font-size: 16px;
	font-weight: bold;
}
table#form td ul {
	width: 430px;
}
table#form td li {
	float: left;
	width: 143px;
}
input.content-l {
	width:400px;
}
input.content-m {
	width:150px;
}
input.content-s {
	width:100px;
}
input.content-zip1 {
	width:50px;
}
input.content-zip2 {
	width:70px;
}
textarea.content-another {
	width:420px;
	height: 200px;
}

/* ================================
個人情報表記
================================*/
h2.privacy {
	width: 620px;
	margin: 0 auto 10px;
	padding: 5px 0;
	font-weight: bold;
	text-align: center;
	background: #ffeeee;
	border-radius: 20px;
}
h2.privacy span {
	font-weight: normal;
	font-size: 12px;
}
.law {/* 個人情報取扱い内容 */
	overflow: auto;
	width: 600px;
	height: 300px;
	margin: 0 auto 50px;
	padding: 10px;
	border: 1px solid #aaa;
	font-size: 12px;
	background: #F9F3E4;
}
.law h2 {
	margin-bottom: 1em;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

/* 送信ボタン
------------------------------------------------------*/
.button {
	margin: 30px 0 0;
	text-align: center;
}
.button input,
.button img {
	margin: 0 10px;
	vertical-align: middle;
}
article#content p.thanks {
	margin-bottom: 150px;
}
dl#error {
	margin: 0 30px 1em;
}
dl#error dt {
	padding-left: 25px;
	font-size: 16px;
	font-weight: bold;
	background: url(../img/ico_error_attention.png) no-repeat 0px 50%;
}
dl#error dd ul {
	margin-left: 16px;
}
dl#error dd ul li {
	padding-left: 25px;
	background: url(../img/ico_error.png) no-repeat 0px 50%;
	color: #F00;
}
