/* 必須
-----------------------------------------*/
.ex_essential{
	color:#CC0000;
	font-weight:normal;
}

/* フォームレイアウト
-----------------------------------------*/
.mod_form{
	margin:0 auto;
	margin-bottom:0px;
	padding:0px;

	border:solid 5px #EEE;
}
.mod_form p.point{
	text-align:right;
}
.mod_form table{
	width:100%;
	border-collapse:separate;
	border-spacing:2px;
	color: #333;
}
.mod_form table tr th{
	padding:2px;
	white-space: nowrap;
	font-weight:bold;
	vertical-align: top;
	border-bottom:solid 1px #C1D0E3;
	background-color:#EBF0F6;
}
.mod_form table tr td{
	padding:2px;
	border-bottom:solid 1px #B6D1F5;
	font-family: "Trebuchet MS", Verdana, Helvetica, arial, sans-serif;
	font-size: 12px;
}

/* フォームレイアウト１
-----------------------------------------*/
.mod_form1{
	margin:0 auto;
	margin-bottom:0px;
	padding:0px;

	border:solid 0px #EEE;
}
.mod_form1 p.point{
	text-align:right;
}
.mod_form1 table{
	width:100%;
	border-collapse:separate;
	border-spacing:8px;
}
.mod_form1 table tr th{
	padding:2px;
	white-space: nowrap;
	font-weight:bold;
	vertical-align: top;
	border-bottom:solid 1px #C1D0E3;
	background-color:#EBF0F6;
}
.mod_form1 table tr td{
	padding:2px;
	border-bottom:solid 2px #E3E9D0;
}

/* フォームレイアウト２
-----------------------------------------*/
.mod_form2{
	margin:0 auto;
	margin-bottom:0px;
	padding:0px;

	border:solid 0px #EEE;
}
.mod_form2 p.point{
	text-align:right;
}
.mod_form2 table{
	width:100%;
	border-collapse:separate;
	border-spacing:2px;
}
.mod_form2 table tr th{
	padding:10px;
	white-space: nowrap;
	font-weight:bold;
	vertical-align: top;
	border-bottom:solid 0px #C1D0E3;
	border-right:5px solid #663300;
	background-color:#EBF0F6;
}
.mod_form2 table tr td{
	width:30%;
	padding:1px;
	border-bottom:solid 0px #B6D1F5;
}

/* テーブルレイアウト２
-----------------------------------------*/
.table_02 {
	border: #2D0F09 1px solid;
	border-collapse: collapse;
	font-size: 11px;
	width: 100%;
	color: #F6ECEF;	
} 
.table_02 th.t_top {
	border: #A84673 1px dashed;
	background-color: #35140C;
	text-align: left;
	padding: 10px;
	font: bold;
} 
.table_02 td.t_line01 {
	border: #A84673 1px dashed;
	background-color: #601A32;
	vertical-align: top;
	text-align: left;
	padding: 10px;
}
.table_02 td.t_line02 {
	border: #A84673 1px dashed;
	background-color: #752241;
	vertical-align: top;
	text-align: left;
	padding: 10px;
}

/* テーブルレイアウト３
-----------------------------------------*/
.table_03 {
  width:100%;margin:0px 0px 5px 0px;padding:0px;
  border-collapse:collapse;
  border:solid 2px #EEE;
}
.table_03 th {
  width:25%;padding:2px 2px 2px 4px;
  text-align:left;vertical-align:top;color:#3366CC;
  background-color:#99CCFF;
  border:1px solid #6699CC;	
}
.table_03 td {
  padding:2px 2px 2px 4px;
  border-bottom:1px solid #C1D0E3;
  border-right:1px solid #C1D0E3;
}

/* フォームレイアウト３ストライプ
-----------------------------------------*/
.tablestripe {
  width: auto;
  border-spacing: 0;
  font-size:14px;
}
.tablestripe th {
  color: #fff;
  padding: 8px 15px;
  background: #258;
  background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
  font-weight: bold;
  border-left:1px solid #258;
  border-top:1px solid #258;
  border-bottom:1px solid #258;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(34,85,136,0.9);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
.tablestripe th:first-child {
  border-radius: 5px 0 0 0;	
}
.tablestripe th:last-child {
  border-radius:0 5px 0 0;
  border-right:1px solid #258;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}
.tablestripe tr td {
  padding: 8px 15px;
  border-bottom: 1px solid #84b2e0;
  border-left: 1px solid #84b2e0;
  text-align: center;
}
.tablestripe tr td:last-child {
  border-right: 1px solid #84b2e0;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
.tablestripe tr {
  background: #fff;
}
.tablestripe tr:nth-child(2n+1) {
  background: #f1f6fc;
}
.tablestripe tr:last-child td {
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
.tablestripe tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
.tablestripe tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
.tablestripe tr:hover {
  background: #bbd4ee;
  cursor:pointer;
}
