@charset "UTF-8";

/**************************************************/
/* お問い合わせ */
/**************************************************/
li#hd-gm5 a{background-position:-645px -35px;}

/* CSSスタイル設定 */
div#dummy{padding:0 20px 20px;}
div#dummy p{height:500px;}

form div{padding:2px 20px;}

.labelfocus{color:#f39 }

.textbox, textarea, .dropdown{
    border:1px solid #777;
    padding: 5px;
/*    color: #999; */
    background: #fff;
    border-radius: 5px;
    
    /* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#eee),
        to(#fff)
        );
    
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px #fff;
    
    /* Firefox */
    background: -moz-linear-gradient(
        top,
        #eee,
        #fff
        );
    
    -moz-border-radius: 5px;
    -moz-box-shadow: 1px 1px 1px #fff;
    
    /* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffeeeeee,endColorstr=#ffffffff);
    zoom: 1;
}

.submit,.reset{
    border:1px solid #777;
    padding: 4px 10px;
    color: #fff;
    cursor: pointer;
    background: #428ec9;
    border-radius: 5px;
    
    /* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#99c9e5),
        to(#428ec9)
        );
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px #fff;
    
    /* Firefox */
    background: -moz-linear-gradient(
        top,
        #99c9e5,
        #428ec9
        );
    -moz-border-radius: 5px;
    -moz-box-shadow: 1px 1px 1px #fff;
    
    /* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ff99c9e5,endColorstr=#ff428ec9);
    zoom: 1;
}

.checkbox,.radio{
    z-index: -1;
    position: absolute;
}
.CheckBoxLabelClass{
    background: url("../img/checkbox.png") no-repeat top left;
    margin-right:20px;
    padding-left:22px;
}

.radiolabel{
    background: url("../img/radio.png") no-repeat top left;
    margin-right:20px;
    padding-left:22px;
}
.LabelSelected,.RadioSelected{
    background-position: bottom left;
}

/**************************************************/
