﻿/* color */
.tt span { color:#088e4c }
.tt_conf span { color:#088e4c }
.value_conf { color:#444444 }
form.contact span.supplement { color:#808080 }
hr { color:#8fbc8f }

/* display */
form.contact input { display:inline }
form.contact select { display:inline }
form.contact textarea { display:inline }

/* float */
.tt { float:left }
.tt_conf { float:left }
.value { float:left }
.value_conf { float:left }


/* height */

/* ime-mode */
#email { ime-mode:disabled }
#emailC { ime-mode:disabled }
#tel1 { ime-mode:disabled }
#tel2 { ime-mode:disabled }
#tel3 { ime-mode:disabled }

/* line-height */
.tt span { line-height:34px }
.tt_conf span { line-height:24px }
//.value_conf { line-height:24px }

/* margin-bottom */
form.contact { margin-bottom:0px }
form.contact input { margin-bottom:2px }
form.contact select { margin-bottom:2px }
form.contact textarea { margin-bottom:2px }
hr { margin-bottom:15px }

/* margin-right */

/* margin-top */
hr { margin-top:15px }

/* overflow */
.row { overflow:hidden }

/* position */
.radio { position:relative }
.radio span { position:relative }

/*marigin-left */
.tt {margin-left:5px }
.tt_conf {margin-left:5px }
.value {margin-left:5px }
.value_conf {margin-left:5px }

/* text-align */
.tt { text-align:left }
.tt_conf { text-align:left }
.value { text-align:left }
.value div { text-align:left }
.value_conf { text-align:left }

/* top */
.radio { top:-5px }
.radio span { top:2px }

/* width */
#email { width:270px }
#emailC { width:270px }
#co_name{width:400px}
#section{width:400px}
#name1 { width:200px }
#tel1 { width:60px }
#tel2 { width:60px }
#tel3 { width:60px }
.value_conf { width:60% }

textarea {
width: 100%;
//height: 7em;
line-height: 1.5em;
}

