@charset "utf-8";

div {
            width: 730px;
            height: 980px;
            background-color: #ffffff;
            border: 1px solid #ffffff;
            margin: 88px auto;
            padding: 20px 60px;
            border-radius: 10px;
        }

        h2 {
            margin: 40px 0px 0px 0px;
            text-align: center;
            color: #ff6c00;
            line-height: 35px;
        }

        h4 {
            margin: 20px 0px 20px 0px;
            text-align: center;
            color: #696868;
            line-height: 25px;

        }

        table {
            width: 700px;
            margin: 10px 60px;
            border-collapse: collapse;
            border: 0px solid #333;
        }

        tr {
            font-size: 14px;
            color: #838282;
            border-bottom: 0px solid #333;
            height: 40px;
        }

        .t01 {
            text-align: center;
        }

        .t02 {
            text-align: right;
        }

        .t03 > input {
         float: left;
        }
        
        .sing_btn{
            margin: 190px;
        }
        
 		.sing_btn a{
			text-decoration:none;
			color:#ff6c00;
			background-color:#ffffff;
			border:1px solid #ff6c00;
			padding:12px 150px;
			border-radius:8px;
		}
		.sing_btn a:hover{
			border:1px solid #ffffff;
			background-color:#ff6c00;
			color:#ffffff;
		}