
#content .content-left {
    float: left;
    width: 750px;
    padding-right: 35px;
}

#content .content-right {
    float: right;
    width: 260px;
}

/* . */
#content .news-list{
	min-height:1050px;
}

.tab_enter_report {
    position: relative;
    clear: both;
}

.tab_enter_report .link_tab_report {
    float: left;
    width: 33.33%;;
    height: 51px;
    border: 1px solid #CCCCCC;
    font-size: 15px;
    line-height: 47px;
    text-align: center;
    text-decoration: none;
}
.tab_enter_report .link_tab_report+.link_tab_report {
    margin-left: -1px;
}

.tab_enter_report .link_tab_report.on {
    position: relative;
    border: 1px solid #D22129;
	border-bottom: 1px solid #fff;
	font-weight: bold;
}

.tab_enter_report .link_tab_report.off {
    border: 1px solid #CCCCCC;
	border-bottom: 1px solid #D22129;
}

.guide {
    display: inline-block;
    font-size: 14px;
    line-height: 23px;
    color: #333;
    margin-bottom: 22px;
	margin-top: 19px;
}

p.step02Txt {
    height: 17px;
    font-size: 12px;
    color: #3c3c3c;
    padding-left: 9px;
}
p.mailMidTxt {
    font-size: 12px;
    color: #999;
    text-align: right;
/*
    text-align: center;
    font-size: 12px;
    color: #999;
	padding-left: 9px;
    padding: 0 0 4px 0;
*/
}
div.mailTopInfo{
    background: #F9F9F9;
    line-height: 21px;
    padding: 17px;
    margin-bottom: 2px;
}
p.mailMidTxt input {
    width: 13px;
    height: 13px;
    margin-top: -2px;
}
table.repot {
    width: 100%;
    font-size: 12px;
    border-top: 1px solid #dadada;
    text-align: left;
}
table.repot th {
    font-weight: normal;
    color: #333;
    background: #f9f9f9;
    border-bottom: 1px solid #dadada;
    padding: 9px 0 9px 9px;
    text-align: left;
}
table.repot th span {
    background: url(../images/member/blit_blue03.gif) no-repeat left 5px;
    padding-left: 10px;
}
table.repot th span.bgnone {
    background: none;
    padding-left: 13px;
}
table.repot th {
    width: 10%;
}
table.repot td {
    font-weight: normal;
    color: #333;
    border-bottom: 1px solid #dadada;
    padding: 9px 0 9px 20px;
}
table.repot td span.under {
	vertical-align: super;
}
table.repot td input{
    height: 30px;
    border: 1px solid #D7D7D7;
    padding: 7px 0 0 4px;
}
table.repot td input.nickname{
    width: 50%;
    height: 30px;
    border: 1px solid #D7D7D7;
    padding: 7px 0 0 4px;
}
table.repot td input.phone{
    width: 72px;
    height: 30px;
    border: 1px solid #D7D7D7;
    padding: 7px 0 0 4px;
}
table.repot td input.mail{
    width: 72px;
    height: 30px;
    border: 1px solid #D7D7D7;
    padding: 7px 0 0 4px;
}
table.repot td select.mail {
    width: 101px;
    height: 30px;
    line-height: 22px;
    border: 1px solid #D7D7D7;
    padding: 4px 0 0 4px;
	vertical-align: bottom;
}

table.repot td input.fileadd{
    width: 50%;
    height: 30px;
    border: 0;
}

table.repot td textarea.cont {
    width: 98%;
    height: 300px;
    border: 1px solid #d4d4d4;
}
.okbtnar {
    width: 100%;
    margin-top: 25px;
    text-align: center;
}
.cabtn {
    display: inline-block;
    min-width: 88px;
    height: 45px;
    margin: 0 3px;
    padding: 0 15px;
    border: 1px solid #B6B6B6;
    border-radius: 3px;
    background-color: #fff;
    color: #838383;
    text-align: center;
    line-height: 38px;
    vertical-align: middle;
    cursor: pointer;
    transition: border .5s, background .5s, color .5s;
}
.okbtn {
    display: inline-block;
    min-width: 88px;
    height: 45px;
    margin: 0 3px;
    padding: 0 15px;
    border: 1px solid #E93340;
    border-radius: 3px;
    background-color: #E93340;
    color: #fff;
    text-align: center;
    line-height: 38px;
    vertical-align: middle;
    cursor: pointer;
    transition: border .5s, background .5s, color .5s;
}
.cabtn.cabtn_em {
    background-color: #fff;
    color: #838383;
}
.okbtn.okbtn_em {
    background-color: #E93340;
    color: #fff;
}
.okbtnar a {
    text-decoration: none;
    font-size: 14px;
    line-height: 40px;
    font-weight: bold;
}




