@charset "shift-jis";
@import "./styles-main.css";

/*

　このスタイルシートはコントロールパネル等の動作に関わる個所の設定をしております。
　通常は変更する必要はありません。
　フォームページの見栄えを変更するにはstyle-mail.cssを編集してください。

*/



/*　コントロールパネルのスタイル　*/
	#config .config {
		text-align:left;
		padding:0 1em;
		}
	#config .config dt {
		margin-top:1em;
		}
		#config dt {
		font-weight:bold;
		margin:0 0 5px 0;
		}
		#config dd {
	margin:0 0 3em 1em;
		font-size:80%;
		}
		#config input.text {
		 width:380px;
		}
		#config span.s {
		 font-size:10px;
		}
	#config a.s {
		font-size:10px;
		text-decoration:none;
		cursor:help;
		}
	#config h2.spl {
		color:#c33;
		margin-bottom:5px;
		}
	#config p {
		width:450px;
		font-size:90%;
		}
	#config p.spl {
		margin:2em 0;
		line-height:1.5;
		margin-top:5px;
		color:#c33;
		width:400px;
		font-size:small;
		}
	.netabare {
		display:none;margin-top:0.5em;
		}
	#config dd.setumei {
		color:#369;
		display:none;
		width:450px;
		font-size:small;
		margin:0 0 1em 1em;
		}
	#config div.setumei {
		color:#369;
		display:none;
		width:400px;
		font-size:small;
		margin:10px;
		}
	#config input,#config textarea {
		line-height:normal;
		padding:1px 3px;
		}
	#config textarea {
		width:94%;
		}



	address#copy {
		font-size:9px;
		font-style:normal;
		padding-top:10px;
		}
	address#copy a {
		text-decoration:none;
		color:#333;
		font-family:Verdana,Arial,sans-serif;
		}
	address#copy a:hover {
		color:#f00;
		position: relative;
		top:1px;left:1px;
		}