@charset "UTF-8";

/*************************************************
【忍者式メールフォーム自作CSS】
自作CSSを使用するには、HTMLとCSSの知識が必須です。
HTMLやCSSについては参考文献などを参照してください。
*************************************************/

/*メールフォーム全体を囲っているタグのid*/
#netchooja_top {
	width: 560px;
	height: auto;
	border: double #EAEAEA 10px;
	margin: 0px;
}

/*メールフォームのパーツや送信ボタンを囲っているタグのclass（タイトル、説明文以外）*/
#netchooja_top .main {
	font-size: 12px;
	color: #999999;
	margin-top: 25px;
	margin-bottom: 15px;	
}

/*メールフォームのタイトルを囲っているタグのclass*/
#netchooja_top .title{
    width: 560px;
	font-size: 12px;
	color: #999999;
	margin-top: 10px;
	text-align: center;
}

/*メールフォームの説明文を囲っているタグのclass*/
#netchooja_top .explain {

}

/*『name』パーツの表示名と入力項目を囲っているタグのclass*/
#netchooja_top .name_top {
	
}

/*『name』パーツの表示名を囲っているタグのclass（[ name ]の部分）*/
#netchooja_top .name_left{
    margin-left: 180px;
}

/*『name』パーツの入力項目を囲っているタグのclass*/
#netchooja_top .name_right {

}

/*『name』パーツの入力項目のclass（inputなどの部分）*/
#netchooja_top .name_parts {
	width: 200px;
	margin-left: 180px;
}

/*『mail』パーツの表示名と入力項目を囲っているタグのclass*/
#netchooja_top .mail_top {

}

/*『mail』パーツの表示名を囲っているタグのclass（[ mail ]の部分）*/
#netchooja_top .mail_left{
   margin-left: 180px;
}

/*『mail』パーツの入力項目を囲っているタグのclass*/
#netchooja_top .mail_right {

}

/*『mail』パーツの入力項目のclass（inputなどの部分）*/
#netchooja_top .mail_parts {
	width: 200px;
	margin-left: 180px;
}

/*『url』パーツの表示名と入力項目を囲っているタグのclass*/
#netchooja_top .url_top {

}

/*『url』パーツの表示名を囲っているタグのclass（[ url ]の部分）*/
#netchooja_top .url_left{
    margin-left: 180px;
}

/*『url』パーツの入力項目を囲っているタグのclass*/
#netchooja_top .url_right {

}

/*『url』パーツの入力項目のclass（inputなどの部分）*/
#netchooja_top .url_parts {
    width: 200px;
	margin-left: 180px;
}

/*『title』パーツの表示名と入力項目を囲っているタグのclass*/
#netchooja_top .title_top {

}

/*『title』パーツの表示名を囲っているタグのclass（[ title ]の部分）*/
#netchooja_top .title_left{
    margin-left: 180px;
}

/*『title』パーツの入力項目を囲っているタグのclass*/
#netchooja_top .title_right {

}

/*『title』パーツの入力項目のclass（inputなどの部分）*/
#netchooja_top .title_parts {
	width: 200px;
	margin-left: 180px;
}

/*『textarea』パーツの表示名と入力項目を囲っているタグのclass*/
#netchooja_top .textarea_top {

}

/*『textarea』パーツの表示名を囲っているタグのclass（[ textarea ]の部分）*/
#netchooja_top .textarea_left{
    margin-left: 80px;
}

/*『textarea』パーツの入力項目を囲っているタグのclass*/
#netchooja_top .textarea_right {

}

/*『textarea』パーツの入力項目のclass（inputなどの部分）*/
#netchooja_top .textarea_parts {
	width: 400px;
	height: 150px;
	margin-left: 80px;
}

/*メールフォームの送信ボタンを囲っているタグのclass*/
#netchooja_top .submit {
	margin-left: 275px;
	
}

/*メールフォームの送信ボタンのclass*/
#netchooja_top .submit_button {

}

/*エラーメッセージを囲っているタグのclass*/
#netchooja_top .error {

}

/*エラーメッセージのリトライボタンを囲っているタグのclass*/
#netchooja_top .error_submit {

}

/*エラーメッセージのリトライボタンのclass*/
#netchooja_top .error_submit_button {

}

/*送信完了メッセージを囲っているタグのclass*/
#netchooja_top .result {

}

/*送信完了メッセージの戻るボタンを囲っているタグのclass*/
#netchooja_top .result_submit {

}

/*送信完了メッセージの戻るボタンのclass*/
#netchooja_top .result_submit_button {

}
