﻿@charset "UTF-8";


/*--全体を囲むボックス--*/
DIV#ninmail{
text-align: left;
width: 250px; /*--ここの幅を変えると全体の幅が変更できます--*/
padding: 2px
border: 1px solid #ff0000;
background-color : #cccccc;
}

/*忍者メール広告*/
#shinobi_jp_text{
padding: 2px
text-align: right;
}

/*--メールフォームのタイトル部分--*/
div.title{
color: #666666;
text-align: center;
}

/*--メールフォームの説明文--*/
div.explain{
font-size:10px;
margin-bottom:5px;
text-align: left;
padding: 0 10px 3px 10px;
color: #362F2D;
}

/*--フォーム内容のブロック--*/
div.main{
text-align: left;
padding: 0 15px;
}
/*--改行指定--*/
div.main br{
line-height: 5px;
}


/*--他フォーム名称部分のボックス--*/
.text_left, .address_left, .tel_left, .mobile_left,
.sex_left, .age_left{
font-size : 10px;
color:#362F2D;
font-weight: bold;
text-align: left;
padding: 0 30px;
}

/*--他フォーム表示部分のボックス--*/
.text_right, .address_right, .tel_right, .mobile_right,
.sex_right, .age_left{
text-align: left;
padding: 0 30px;
}

/*--一行テキストエリア--*/
div.main input {
background: #F8F8EC;
border : 1px solid #ff3399;
font-size: 13px;
color: #3B2027;
width: 210px;
}

/*--テキストエリア--*/
div.main textarea {
background: #ffffff;
border : 1px solid #ff3399;
font-size: 13px;
line-height: 130%;
color: #666666;
width: 210px;
height:100px;
}

/*--送信ボタン部分ボックス--*/
div.submit{
text-align: right;
padding: 5px;
}
/*--送信ボタン--*/
div.main input.submit_button {
color: #fff;
margin : 0;
background: #999999;
font-size: 10px;
border : 1px solid #ff6699;
width: 80px;
line-height: 100%;
}

/*--送信完了画面--*/
div.result{
padding:20px;
}

/*--送信完了後戻るボタンのボックス--*/
div.result_submit{
margin-bottom:10px;
text-align: center;
}

