@charset "Shift_JIS";

/*--------------------------------------------------------------------
contact.html	(お問い合わせ)
contact.css
--------------------------------------------------------------------*/


/*------------InHeaderのスタイル---------------------------------------------------------------*/
div#Header div#InHeader { padding: 0; }
div#Header div#InHeader h2 { width: 314px; }
div#Header div#InHeader h2 a { background: url(../../img/header_logo02.jpg) no-repeat left top; }


/*------------Side01のスタイル---------------------------------------------------------------*/
div#Side div#Side01 h2 { background: url(../../img/npo/side_t01.gif) no-repeat center top; }


/*------------Side03のスタイル---------------------------------------------------------------*/
div#Side div.Side03 h2 {
	height: 0;
	padding-top: 30px;
	background: url(../../img/side_logo02.jpg) no-repeat center top;
	overflow: hidden;
}
div#Side div.Side03 h3 span { border-left: 3px solid #5ec400; }


/*------------Footerのスタイル---------------------------------------------------------------*/
div#Footer div#FooterAdd h2 {
	height: 0;
	margin: 10px 0;
	padding-top: 34px;
	background: url(../../img/footer_logo02.jpg) no-repeat center top;
	overflow: hidden;
}



/*------------Titleのスタイル---------------------------------------------------------------*/
div#Title h2 { background-image: url(../../img/contact/title_npo.png); }



/*------------FormBoxのスタイル---------------------------------------------------------------*/
div#FormBox { margin-top: 0; }
div#FormBox h3 { background-image: url(../../img/contact/sub_t02.gif); }

/*フォームページ*/
div#FormBox span { color: #ed0000; }
div#FormBox table {
	width: 100%;
	margin: 5px 0 15px;
	border-collapse: collapse;
}
div#FormBox table {
	width: 100%;
	margin-top: 5px;
	border-collapse: collapse;
}
div#FormBox table tr th {
	width: 25%;
	padding: 8px 10px;
	background: #e6ecfb;
	border: 1px solid #aaa;
	text-align: left;
	vertical-align: top;
}
div#FormBox table tr td {
	width: auto;
	padding: 5px 10px;
	border: 1px solid #aaa;
	text-align: left;
	vertical-align: middle;
}
div#FormBox table tr td ul {
	width: 100%;
	overflow: hidden;
	list-style: none;
}
div#FormBox table tr td ul li {
	padding-right: 1em;
	float: left;
	white-space: nowrap;
}
div#FormBox table tr td .Inp01 { width: 97%; }
div#FormBox table tr td .Inp02 { width: 47%; }
div#FormBox table tr td .Inp03 { width: 17%; }
div#FormBox table tr td .Inp04 { vertical-align: -0.1em; }
div#FormBox table tr td textarea { height: 250px; }
div#FormBox div#Cautions {
	padding: 8px 10px;
	background: #e6ecfb;
	border: 1px solid #aaa;
}
div#FormBox div#Cautions h4 span {
	display: block;
	padding: 0.1em 0 0.1em 0.3em;
	border-left: 3px solid #0045db;
	font-weight: bold;
	color: #666;
}
div#FormBox div#Cautions ul li {
	list-style: none;
	margin-top: 5px;
	padding-left: 1em;
	text-indent: -1em;
}
div#FormBox div#Cautions ul li:before { content: "※"; }
div#FormBox div#Submit {
	margin-top: 15px;
	text-align: center;
}