/*============================ 
　　コンタクトフォーム付セミナーページのCSS調整を追加
============================ */
#contact {
	width:780px;
	margin:0 auto;
}
#contact table {
	border-top:3px double #D2D4E3;
	border-bottom:3px double #D2D4E3;
}
#contact table th {
font-weight: normal;
background: #D2CEFF;
width: 33%;
padding: 5px;
border: solid #fff 4px;
text-align: center;
}
.ss_user_notnull {
	color:red;
}
.heading02 {
background: #cdc9ff;
background: -moz-linear-gradient(top,  #cdc9ff 0%, #ffffff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdc9ff), color-stop(100%,#ffffff));
background: -webkit-linear-gradient(top,  #cdc9ff 0%,#ffffff 100%);
background: -o-linear-gradient(top,  #cdc9ff 0%,#ffffff 100%);
background: -ms-linear-gradient(top,  #cdc9ff 0%,#ffffff 100%);
background: linear-gradient(to bottom,  #cdc9ff 0%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdc9ff', endColorstr='#ffffff',GradientType=0 );
margin-bottom: 1.25em;
padding: 13px 14px 8px;
font-size:1.2em;
border-bottom:solid 3px #9691FF;
}
.heading03 {
font-size:1em;
font-weight: bolder;
padding-left: 15px;
border-left-width: 5px;
border-left-style: double;
border-left-color: #9691FF;
border-bottom:solid 2px #D2D4E3;
margin-bottom:20px;
}
