@charset "utf-8";
/*----------------------------------------------------------------------------*/
/* mailform.php */
/* CSS Document */
/* フォーム部デザイン */
/*-------|---------|---------|---------|---------|---------|---------|--------*/
/* frame | フォームブロック骨格 --------------------------------------------- */
#FormFrame{
	position: relative;
	width: 100%;
	margin: 0px auto;
	}
#FormBoxMargin {
	width: 556px;
	margin: 0;
	}
/* DispResult | リザルトページ骨格 ------------------------------------------ */
	div.ReturnLink {
		margin: 100px 0;
		}
/* form --------------------------------------------------------------------- */
	input, textarea { border: 1px solid #cccccc; }
	input { font-size: 12px; }
	input.formWidth250px  { width: 200px; }
	textarea { width: 300px; font-size: 12px; letter-spacing: -2; }
	#Submit { text-align: center; }
	#Submit input {
		margin: 20px 0 0;
		width: 100px;
		font-size: 14px;
		padding: 5px 0 4px;
		}
/* header | 本文見出し ------------------------------------------------------ */
#FormFrame h3 {
	font-size: 18px;
	text-align: center;
	border: none;
	}
/* List Table ----------------------------------------------------------------*/
	#FormFrame table {
		line-height: 1.5;
		border-collapse: collapse;
		}
	#FormFrame caption {
		text-align: right;
		margin-bottom: 5px;
		}
	#FormFrame th {
		padding: 0 15px;
		border: 1px solid #cccccc;
		border-right: none;
		background-color: #efefef;
		}
	#FormFrame th div { width: 110px; }
	#FormFrame td {
		padding: 20px 15px;
		border: 1px solid #cccccc;
		border-left: none;
		}
	#FormFrame td div { width: 386px; }
	#FormFrame td.view { padding: 20px 15px; }
	#FormFrame td p {
		margin-top: 2px;
		font-size: 0.9em;
		line-height: 1.1;
		}
/* NoticeMSG | 必須表示・エラーメッセージ --------------- */
	#FormFrame strong {
		color: #FF0000;
		font-weight: normal;
		font-size: 0.9em;
		letter-spacing: -1px;
		}
	#FormFrame caption strong {
		font-size: 1.0em;
		letter-spacing: 0;
		}
	#FormFrame th strong { display: block; }
/* Privacy | 個人情報の扱いについて ----------------------------------------- */
/* ColumnBox | コラムボックス --------------------------- */
	#FormFrame #Privacy {
		border: 1px solid #cccccc;
		border-left: none;
		border-right: none;
		margin-bottom: 15px;
		}
	#FormFrame #Privacy #PolicyText {
		 border: 1px solid #cccccc;
		 height: 150px;
		 padding: 2px 15px 10px;
		 overflow: auto;
		}
	#FormFrame #Privacy div.Text { padding: 15px 0; }
/* header | 見出し -------------------------------------- */
	#FormFrame #Privacy h3 {
		font-size: 1.4em;
		text-align: left;
		}
	#FormFrame #Privacy h3 div {
		margin: 0.5em 0 0.5em 0;
		padding-left: 0;
		}
/* TextBox | 本文段落ボックス内リスト ------------------- */
	#FormFrame #Privacy dl.Privacy {
		margin: 0;
		}
	#FormFrame #Privacy dl.Privacy dt {
		margin: 0.5em 0 0.5em 0;
		color: #333333;
		font-size:1.1em;
		font-weight: bold;
		}
	#FormFrame #Privacy dl.Privacy dd {
		margin: 0 0 0 1.5em;
		}
/* インデント */
	#FormFrame #Privacy dl.Privacy dd div {
		margin: 0.5em 0 0.5em 2em;
		}
/*----------------------------------------------------------------------------*/
/* End */
/*----------------------------------------------------------------------------*/
