@charset "UTF-8";

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

#THIS_FILE {
	--------------------------------------------
	filename: style.css;
	--------------------------------------------
}

#CONTENT {
	[+000]
	共通で使用する大枠のスタイル
	--------------------------------------------
	+ 1: XXXX;
	+ 2: XXXX;
	+ 3: XXXX;
	+ 4: XXXX;
	--------------------------------------------
}

#KEY {
	ファイル内管理
	--------------------------------------------
	Search key "+" + "n"
	--------------------------------------------
}

#FONT_SIZE {
	-- Yahoo UI Library Fonts CSS ver.2.3.1
	Font-size Adjustment
	--------------------------------------------
	77% = 10px	|	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|
	--------------------------------------------
}
	
**************************************************************/



/* ==============================================================

	[+1] form
	
============================================================== */

.unit p span,
.unit table th span{
color:#F00;
}

.unit table {
font-size:100%;
}
  .unit table th,
  .unit table td {
  padding:15px 20px;
  border-bottom:1px dashed #CCC;
  }
  .unit table th.last,
  .unit table td.last {
  border:none;
  }

input#name1,
input#name2,
input#address,
input#tel,
input#fax,
input#mailaddress,
textarea {
width:200px;
}
input#zip1,
input#age {
width:50px;
}
input#zip2 {
width:80px;
}

.unit .submitbtn {
text-align:center;
padding:40px 0 0 0;
}
  .unit .submitbtn input {
  width:130px;
  padding:3px;
  }
