@charset "utf-8";



#nav{
	display:none;
}

body{
    margin:0;
}

* html table{
    font-size: 8px;
}
/******************************************************* タイプセレクタ **/


h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
    line-height:1.25;
}

ul, li {
    list-style-type: none;
}


img {
    border: none;
    vertical-align: bottom;
}

a {
    color: #3366cc;
}

a:hover{
    text-decoration: none;
    color: #5a88e4;
}

/**************************************************************** hide **/

.hide {
    display: none !important;
}


/************************************************************ clearfix **/

.clearfix:after {
    content: url(/images/common/clearfix.gif);
    display: block;
    clear: both;
    height: 0;
}

.clearfix { display: inline-block; }
.clearfix { display: block; }

/**********************************************header*/

#headerOuter{
    width: 100%;
    height: 95px;
    position: fixed;
    z-index: 101;
    background-color: #FFF;
    border-bottom: 3px solid #27559a;
}


#headerInner{
    width:950px;
    margin:0 auto;
    height: 65px;
}

#header_left{
    float: left;
    padding-top: 25px;
}

#header_right{
    float: right;
    padding:45px 0 10px 0;
}

#header_right ul.gnavi > li{
    float: left;
    margin-right: 1px;
}

#header_right ul li.last{
    border-right: 1px solid #d9d9d9;
    margin-right: none;
}

#header_right ul li ul.naviInner{
    background-color: #1357A2;
    padding: 25px 0;
}

#header_right ul li ul.naviInner li{
    font-size: 11px;
}

#header_right ul li ul.naviInner li a{
    color: #FFF;
    text-decoration: none;
    display: block;
    padding: 10px 75px 0 40px;
    background: url("/images/arrow_gnavion.png") 25px 14px no-repeat;
}

#header_right ul li ul.naviInner li a:hover{
    color: #FFFF00;
    background: url("/images/arrow_gnavion_on.png") 25px 14px no-repeat;
}


/**********************************************content**/
#container{
    width:700px;
    margin: 0 auto;

}
#contents{
    font-size: 14px;
}
#pagetype{
    margin:20px 22px;
}
#bkntype{
    margin:0px 26px;
    height:45px;
    line-height:40px;
    font-weight:bold;
    background:url(/all/images/form/bg_bkntype.jpg) no-repeat;
}
#bkntype img{
    margin-right:20px;
}

/*path*/
#path{
    width:640px;
    margin: 35px auto;
}
#introduction{
    width:640px;
    margin:5px auto;
    text-align:right;
    font-size:12px;
}
#form{
    width:640px;
    margin: 0 auto;
}
#requiredcategory{
    margin:0px 5px 15px;
    color:red;
    background:url(/all/images/form/bg_ttlbar.jpg) no-repeat right;
    font-weight: bold;
}
#requiredcategory span{
    margin-right:7px;
}

#optionalcategory{
    margin:15px 5px;
    background:url(/all/images/form/bg_ttlbar.jpg) no-repeat right;
    font-weight: bold;
}
#optionalcategory span{
    margin-right:7px;
}


#requiredtable,#optionaltable{
    width:640px;
    margin: 0 auto;
}
#requiredtable th,#optionaltable th,#requiredtable td,#optionaltable td{
    border-bottom:solid 1px #cccccc;
}
#kikkake th,#area th,#address th,#kikkake td,#area td,#address td{
    border-bottom:none;
}
#form th{
    width:160px;
    background-color:#f7f7f7;
    vertical-align: top;
    text-align: left;
    padding:7px 10px;
    font-weight:normal;
}
#form select{
    background-color:#ffffff;
}

#requiredtable td{
    padding:5px;
}
#optionaltable td{
    padding:5px;
}
#addr1,
#addr2{
    width: 330px;
}

#address td{
    width:initial;
    padding:0px;
}
#kikkake td{
    width:initial;
    padding:0px;
}
#kikkaketext{
    width:100px;
}
#area td{
    width:initial;
    padding:0px;
}
.requiredmark{
    font-size:12px;
    color:red;
}
span.explain{
    font-size:12px;
    padding-left:5px;
}
div.explain{
    font-size:12px;
    padding:3px;
}
#button{
    text-align:center;
    padding:30px 0px;
}
#button input,
#button2 input{
    cursor: pointer;
    margin:0px 30px;
}
#date,#number{
    width:80px;
}
#phone,#email{
    width:200px;
}
#budget,#job,#income,#residence{
     width:11em;
}
div.windowclose{
    text-align: center;
    margin:50px auto;
}
#confirm{
    width:500px;
    font-size:14px;
    margin:20px auto;
}


#contents .next #submit {
    background: url("/images/bt_confirm.jpg") no-repeat scroll 0 0 transparent;
    border: medium none;
    height: 41px;
    width: 314px;
}
#contents .next #submit:hover {
    //background: url(/all/images/form/submit_on.jpg) repeat scroll 0 0 transparent;
    //width:320px;
    //height:41px;
    //border: none;
}

#button input[type="button"]:hover {
    //background: url(/all/images/form/bt_back_on.jpg) repeat scroll 0 0 transparent;

}

#button input[type="submit"] {
    background: url("/images/bt_send.jpg") no-repeat scroll 0 0 transparent;
    border: medium none;
    height: 41px;
    width: 314px;
    text-indent: -9999px;
}
#button input[type="submit"]:hover {
    //background: url(/all/images/form/bt_send_on.jpg) repeat scroll 0 0 transparent;
}