/* ページ全体 98%→130%テスト中*　#70923A　/
* {
    font-size : 98% ;
    margin : 0 ;
    margin-bottom : 30 ;
    padding : 0 ;
}

/* body全体 70%→130%テスト中→50%*/
body {
    font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    text-align : left ;
    font-size : 50% ;
}


/* メールフォーム全体を囲うidタグ 枠を全体的に四角に囲む*/
#contents_wrapper {
    width : 98% ;
    margin : 0 auto 0px ;
    padding : 0px 0px 0 ;
    background : #ffffff;
    border-top : 1px solid #ffffff ;
    border-left : 1px solid #ffffff ;
    border-right : 1px solid #ffffff ;
    border-bottom : 1px solid #ffffff ;
}

/* 入力フォームを囲うclassタグ */
.setting_section {
    margin-bottom : 25px ;
}

/* ボタンを囲うclassタグ */
.button_box {
    clear : both ;
    padding : 8px ;
    text-align : center ;
}

/* 赤文字を表示するためのclassタグ */
.red_txt {
    color: #ff2323;
}

/* 左詰の文字を表示するためのclassタグ */
.left_txt {
    text-align : left;
}

/* 説明文を表示するためのidタグ トップタイトル下の説明文*/
#txt_explain {
    font-size : 130% ;
    color: #000000;
}

/* コンテンツ内の[p]タグ */
#contents p {
    margin-bottom : 1em ;
    text-align : left ;
}

/* コンテンツ内の[h3]タグ トップタイトル*/
#contents h3 {
    border-left : 10px solid #70923A;
    border-bottom : 1px solid #70923A;
    background : #70923A;
    color: #ffffff;
    padding : 10px 10px 10px 6px ;
    text-align : left ;
    font-size : 150% ;
    margin-bottom : 10px ;
}

/* コンテンツ内の内部タグ　フォーム内上下左右スペース幅 TEST 10→5　*/
#contents .inner {
    padding : 0 5px ;
}

/* コンテンツ内のフォームに使用する[table]タグ フォーム周辺一括囲み　*/
#contents table {
    width : 100% ;
    border-collapse : collapse ;
    border-left : 1px solid #b3b3b3 ;
    border-top : 1px solid #b3b3b3 ;
    border-right : #b3b3b3 ; 
    border-bottom : #b3b3b3 ;
}

/* コンテンツ内のフォームに使用する[th]タグ　フォーム質問毎囲み　*/
#contents table th {
    border-right : 1px solid #b3b3b3 ;
    border-bottom : 1px solid #b3b3b3 ;
    border-top : none ; 
    border-left : none ;
    width : 250px ;
    font-size : 160% ;
    background : #ffffff;
    color: #70923A;
    padding : 3px 5px ;
}

/* コンテンツ内のフォームに使用する[td]タグ フォーム質問毎囲み　*/
#contents table td {
    border-right : 1px solid #b3b3b3 ;
    border-bottom : 1px solid #b3b3b3 ;
    border-top : none ; 
    border-left : none ;
    font-size : 160% ;
    padding : 3px 5px ;
    text-align : left ;
}

/* フォーム全体 */
#main_table * {
	font-family : sans-serif ;
}

/* フォーム内の入力欄 入力欄の幅全体　98%→95pxテスト中*/
#main_table input {
    width : 95% ;
}

/* フォーム内の入力欄 右入力欄の幅　*/
#main_table textarea {
    width : 200px ;
}