@charset "UTF-8";
@import url('./base.css');
@import url('./layout.css');
@import url('./common.css');
@import url('./class.css');

@media all and (min-width: 481px) {
	.table01 th{ width:23%;}
}

.submit_btn1{
	border: 0px;
	width:292px;
	height:46px;
	background-image: url(../img/btn_next01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.submit_btn2{
    border: 0px;
    width:212px;
    height:44px;
    background: url(../img/btn_re.gif) left top no-repeat;
}
.submit_btn3{
    border: 0px;
    width:212px;
    height:44px;
    background: url(../img/btn_submit.gif) left top no-repeat;
}
.btn:hover{
    cursor: pointer;
    opacity:0.7;
}