#wrap-Side,
#wrap-contents{
	margin:                    15px 0 0 0;
}


/* Contents */



#wrap-contents h2{
	background:                 url(../img/ttl.jpg) no-repeat;
	height:                     80px;
	text-indent:                -9999px;
	font-size:                  2px;
}


#category01{
	font-size:                  12px;
	line-height:                20px;
	margin:                     30px 0 0 0;
}

#btnSubmit{
	text-align:                 center;
}

#contactNotes {
    border: 1px dashed #E55D5D;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 15px 15px 5px 15px;
	    margin-bottom: 30px;
}

table {
    width: 100%;
    margin-bottom: 30px;
	font-size: larger;
}

tr {
    border: 1px dashed #999999;
    border-left: none;
    border-right: none;
}

th {
    padding: 15px;
    width: 30%;
    background-color: #F0F0F0;
    font-weight: normal;
}

th span {
    color: #D30003;
    font-weight: normal;
    font-size: 11px;
}

td {
    padding: 15px;
    width: 70%;
}

.input_01 {
    width: 90%;
	font-size: larger;
	padding: 5px;
}

.btn-primary {
    color: #fff;
    background-color: #3071a9;
    border-color: #285e8e;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-back {
    color: #fff;
    background-color: #737475;
    border-color: #285e8e;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
	    margin-bottom: 15px;
}

