@charset "utf-8";
/* CSS Document */

.___________________PC-MAIL_FORM____________________{}



.common-table {
	border-top: 1px solid #dedede;
 margin-bottom: 15px;
 width: 100%;
}

.common-table th,
.common-table td {
	border-bottom: 1px solid #dedede;
 display: block;
}

.common-table th {
	background: #f0f4f9;
	text-align: center;
	font-weight: normal;
 padding-top: 10px;
 padding-bottom: 10px;
}

.common-table td {
	line-height: 24px;
 padding-top: 10px;
 padding-bottom: 25px;
 padding-left: 10px;
}

.common-table tr {
	background: #FFFFFF;

}

/*奇数行*/
.common-table  tr.odd {
	background: #f5f5f5;
}

/*偶数行*/
.common-table  tr.even {
	background: #f5f5f5;
}

/*テキスト*/
.common-table input[type="text"] {
	font: 12px Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	padding: 5px;
 width: 90%;
}

/*ラジオボタン*/
.common-table label {
 display: block;
 margin-bottom: 10px;
}

.common-table input[type="radio"] {
	font: 12px Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin-right: 5px;
}

/*チェックボックス*/
.common-table ul li {
	display: block;
}

.common-table input[type="checkbox"] {
	font: 12px Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin-right: 5px;
	margin-bottom: 10px;
}

/*ファイル*/
.common-table input[type="file"] {
	font: 12px Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	padding-top: 1px;
	padding-bottom: 1px;
}

/*テキストエリア*/
.common-table textarea {
	font: 12px Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	height: 135px;
	padding: 5px;
 width: 90%;
}

/*セレクト*/
.common-table select{
	font: 12px Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}


/*サブミット*/
.submit {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
}

.submit input[type="submit"] {
	width: 150px;
	cursor: pointer;
	font: 12px Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	padding: 10px;
}

/*必須*/
.required{
	color: #c63d77;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 11px;
	font-weight: bold;
}


/*トップページに戻る*/

#back_home {
  text-align: center;
}

#back_home a{
	display: inline-block;
	color: #FFF;
	background: #765281;
	padding: 15px;
	font-size: 11px;
	line-height: 14px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-decoration: none;
}









