@charset "utf-8";

.att{
	margin:0;
}

.red
{
    color:#FF7F00;
}

#inquiry_form table
{
    clear:both;
    width: 525px;
    border-collapse:collapse;

}

#inquiry_form td, th
{
    border-bottom:1px dotted #CCCCCC;
    color: #666666;
    
}

#inquiry_form th
{
    font-weight:normal;
    text-align:left;
    width:175px;
    vertical-align:middle;
    padding-left:0.2em
}

#inquiry_form td div
{
    padding-top:0.1em;
}

#inquiry_form th span
{
    float:right;
    !margin-top: -20px;
}

#inquiry_right td span
{
    margin-left:0.2em;
    
}

/** 入力フォーム **/

#inquiry_form input, textarea, select
{
    color:#666666;
    font-family: "Arial", Sans-Serif;
    font-size:13px;
}

/*
 フォーム関連
*/

#f_company
{
    width:20em;
}

#f_name
{
    width:16em;
}

#f_kana
{
    width:16em;
}

#f_mail
{
    width:16em;
}

#f_tel1
{
    width:4em;
}

#f_tel2
{
    width:4em;
}

#f_tel3
{
    width:4em;
}

#f_teamid
{
    width:16em;
}

#f_team_name
{
    width:16em;
}

#f_subject
{
    width:20em;
}

#f_msg
{
    width:25em;
}

#conf_tbl tr {
	height: 2.5em;
}

#conf_tbl {
    border-top:1px dotted #CCCCCC;
}
