@charset "utf-8";

/* サンプル発送の入力 */
.sample_input_param {
    height: 20px;
    background-color: #e4e9ef;
    font-size: 12px;
    font-weight: bold;
    padding-top: 10px;
    padding-left: 5px;
    width: 421px;
}

/* 必須項目 */
.sample_orange_color {
    color: #FF5555;
    font-size: 15px;
}
/* サンプル発送の入力確認 */
.sample_left {
    text-align:center;
    line-height:25px;
    float:left;
    background-color:#E1F7F7;
    width:150px;
    height:25px;
    margin:2px 0px 0px 0;
}

/* サンプル発送の入力項目タグ */
.sample_seimei {
    line-height: 23px;
    height: 25px;
    width: 30px;
    padding:2px 0px 0px 25px;
    float:left;
}

/* サンプル発送の入力項目(名前) */
.sample_seimei_input {
    line-height: 23px;
    height: 25px;
    width: 90px;
    color: blue;
    padding:2px 0px 0px 25px;
    float:left;
}
/* サンプル発送の入力項目(その他) */
.sample_other_input {
    line-height: 23px;
    height: 25px;
    width: 320px;
    color: blue;
    padding:2px 0px 0px 25px;
    float:left;
}

#sample_error {
	padding:10px 0px 10px 5px;
	margin:0px;
    width: 98%;
}