.main{
	background-color:#f5f2eb;
	padding-bottom:10px;
    min-height: 100%;
    height: auto;
    box-shadow:0px 0px 10px;
}

.wrapper {
  height: 100% !important;}

div.inner{
	background-color:#f5f2eb;
	padding-bottom:50px;
    min-height: 100%;
    height: auto;
}

table.table-3{
	margin-top: 0px;
	margin-bottom: 10px;
}

table.table-4{
	margin-top: 10px;
	margin-bottom: 10px;
}

table.table-4 th{
	padding-left: 10px;
	padding-right: 10px;
}

table.form-table, th, td {
	border: none;
}

table.form-table tr {
	height: 40px;
}

table.form-table th {
	width: 200px;
	text-align: left;
}

caption{
	width:100%;
}

h3{
	background-color:#6bb7f1;
	padding: 5px 5px;
	box-shadow:0px 0px 2px 0px;
}

span.category{
	color:#fff;
	font-weight: bold;
	width:100%;
}

p.copy{
	text-align: left !important;
	color:#fff !important;
}

footer div.inner{
	background-color:#170B3B;
}

.footer{
    position: static;
	background-color:#CEE3F6;
	border-top: 0px;
}

div.number-select dt{
	background-color:#F2F2F2;
}

.label-tachiai{
	width:400px;
}

div.title h2{
	font-size: 240%;
    font-weight:bold;
}

div.title{
	width: 45%;
    float: left;
}

div.header{
    width: 80%;
    height: 80px;
    background: #f5f2eb;
    border-bottom: 1px solid #eee;
    margin: 0 auto;
}

table.form-table td {
    width: 600px;
    text-align: left;
}

div.description{
    margin-top: 6px;
    float:left;
    width:50%;
    line-height: 1.4;
}

div.loginform{
    margin-top: 6px;
    margin-bottom: 6px;
    float:left;
    width:50%;
    line-height: 1.4;
}

div.hope-date dt{
    display: table-cell;
    width: 15%;
}

div.hope-date dd{
    display: table-cell;
    width: 35%;
}

input.cancel-date{
    background-color: #ffc;
}

.list-notice-1{
    background: #f0f4e4;
}

.btn-2{
    width: 210px;
}

@media only screen and (max-width: 767px){
	
	div.title{
		width:100%;
	}
	
	div.header{
	    width: 90%;
        height: 70px;
        background: #f5f2eb;
        border-bottom: 1px solid #eee;
        margin: 0 auto;
	}
	
	table.form-table td {
	    width: 100%;
	}
	
	div.description{
	    margin-top: 6px;
	    float:left;
	    width:100%;
	    height:100px;
	    line-height: 1.4;
	}
	
	div.loginform{
	    margin-top: 6px;
	    margin-bottom: 6px;
	    float:left;
	    width:100%;
	    line-height: 1.4;
	}

    div.title{
        width: 80%;
        float: left;
    }

    div.title h2{
        font-size: 200%;
        font-weight:bold;
    }

    div.hope-date dt{
	    display: table-cell;
	    width: 35%;
        float: left;
        margin-top: 12px;
	}

	div.hope-date dd{
	    display: table-cell;
	    width: 65%;
        float: left;
    }

    dd.cancel-date{
        margin-bottom: 50px;
    }

    dd.no_display{
        display: none !important;
    }

    dt.no_display{
        display: none !important;
    }
}

}