  .style4 {
	color: #0000FF;
	font-weight: bold;
}
.pl_50 {
	padding-left: 50px!important;
}

.headline {
    margin-bottom: 0px;
    margin-top: 30px;
    padding: 0px;
    font-size: 17px;
    color: #da0f0f;
    text-align: center;
    font-weight: bold;
}

.newrecord {
    color: #DA0F0F;
    font-weight: bold;
}
	
.firstrecord {
    color: #0000FF;
    font-weight: bold;
}

main h4 {
	font-size: 14px;
	height: 43px;
	line-height: 43px;
	color: #ffffff;
/*    background-color: #FF9900;*/
    background-color: #FF9933;
    border: 1px solid #333333;
    padding: 0 0 0 10px;
	margin: initial;
}

main h5 {
	color: #ffffff;
    background-color: #FF9933;
	width: 140px;
	font-weight: normal;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    background-repeat: no-repeat;
	height: 18px;
}

.memo {
    text-indent: 1em;
    padding: 5px;
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 25px;
    margin-left: 5px;
    border: 1px solid #FF9900;
}

table.details1 {
    width: 100%;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    border-collapse: collapse;
    border: 1px solid #333333;
    border-spacing: 0;
    empty-cells: show;
}

table.details1 th {
	color: #ffffff;
    padding: 10px;
    margin: 0px;
    background-color: #FF9933;
    width: 50px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #333333;
	text-align: center;
}

table.details1 td {
    margin: 0px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #333333;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
}

.details2 {
    margin: 0px;
    padding: 4px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #333333;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #333333;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #333333;
}

.details2 .main {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    padding: 0px;
    margin-top: 0px;
    margin-right: 2px;
    margin-bottom: 0px;
    margin-left: 5px;
    width: 98%;
}

.details2 .main td {
	font-weight: bold;
    vertical-align: top;
}

.sub {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    margin-top: 0px;
    margin-right: 2px;
    margin-bottom: 0px;
    margin-left: 2px;
    font-size: 10px;
}

.details2 .sub td {
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 10px;
    font-weight: normal;
/*    white-space: nowrap;*/
}


.sub2 {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    margin-top: 0px;
/*    margin-right: 2px;*/
    margin-bottom: 0px;
/*    margin-left: 2px;*/
    font-size: 10px;
    width: 100%;
    table-layout: fixed;

}

.details2 .sub2 td {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 10px;
    font-weight: normal;
    vertical-align: top;
}

.details2 .sub2 td:nth-child(1),
.details2 .sub2 td:nth-child(4) {
    width: 7%;
}

.details2 .sub2 td:nth-child(2),
.details2 .sub2 td:nth-child(5) {
    width: 27%;   
}

.sub-achievement {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    table-layout: fixed;
}

.sub-achievement td {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 10px;
    font-weight: normal!important;
    vertical-align: top;
    white-space: nowrap;
}

.sub-achievement2 {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    table-layout: fixed;
}

.sub-achievement2 td {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 10px;
    font-weight: normal!important;
    vertical-align: top;
    white-space: nowrap;
}

.sub-achievement2 td:first-child {
    padding: 0 20px 0 0;
}

.photo {
    width: 100%;
    padding: 0px;
    border-spacing: 0;
    text-align: center;
    font-size: 8pt;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    table-layout: fixed;
}


/*スマホなどでEr*/
@media screen and (max-width: 1024px) {
	.photo img {
	    width: 100%;
		height: auto;
		table-layout: fixed;
		padding: 2%;
	}
    .details2 .sub2 td {
        font-size: 0.8rem;width 
    }
    table.main td { 
        font-size: 1rem!important;
    }
    tr.col_6 td:nth-child(3) {
        white-space: normal!important;
    }
}



.lastcomment {
    margin: 10px;
    padding: 0px;
    font-size: 17px;
    color: #da0f0f;
    text-align: center;
    font-style: italic;
    font-weight: bold;
}

.txt_ind {
	text-indent: 1em;
	display: block;
}

/*2カラムの嫌{屁 了なし井*/
tr.col_2_norank td:nth-child(1) {
	width: 40%;
}

tr.col_2_norank td:nth-child(2) {
	width: 60%;
}

/*2カラムの嫌{屁*/
tr.col_2_title td:nth-child(1) {
	width: 50%;
}

tr.col_2_title td:nth-child(2) {
	width: 50%;
}

tr.col_2 td:nth-child(1) {
	width: 20px;
}

tr.col_2 td:nth-child(2) {
	width: 180px;
}


/*2カラム 嶄刹篠朗の嫌{屁*/
tr.col_2_special td:nth-child(1) {
	width: 35%;
	padding: 0 0 0 5%;
}

tr.col_2_special td:nth-child(2) {
	width: 63%;
}

/*3カラムの嫌{屁*/
tr.col_3 td:nth-child(1) {
	width: 20px;
}

tr.col_3 td:nth-child(2) {
	width: 59px;
}

tr.col_3 td:nth-child(3) {
	width: 125px;
}

/*4カラムの嫌{屁*/
tr.col_4 td:nth-child(1) {
	width: 69px;
}

tr.col_4 td:nth-child(2) {
	width: 188px;
}

tr.col_4 td:nth-child(3) {
	width: 80px;
    white-space: nowrap;
}

tr.col_4 td:nth-child(4) {
	width: auto;
}

/*4カラムの嫌{屁 了なし井*/
tr.col_4_norank td:nth-child(1) {
	width: 150px;
}

tr.col_4_norank td:nth-child(2) {
	width: 207px;
}

tr.col_4_norank td:nth-child(3) {
	width: 150px;
    white-space: nowrap;
}

tr.col_4_norank td:nth-child(4) {
	width: auto;
}

/*4カラムの嫌{屁 ニュ`イヤ`k 2021/01/12 弖紗*/

tr.col_4_special td:nth-child(1) {
	width: 20%;
	padding: 0 0 0 5%;
}

tr.col_4_special td:nth-child(2) {
	width: 20%;
}

tr.col_4_special td:nth-child(3) {
	width: 25%;
}

tr.col_4_special td:nth-child(4) {
	width: auto;
}

/*5カラムの嫌{屁*/
tr.col_5 td:nth-child(1) {
	width: 10%;
}

tr.col_5 td:nth-child(2) {
	width: 28.3%;
}

tr.col_5 td:nth-child(3) {
	width: 17%;
    white-space: nowrap;
}

tr.col_5 td:nth-child(4) {
	width: 26%;
}

tr.col_5 td:nth-child(5) {
	width: auto;
}

/*6カラムの嫌{屁*/
tr.col_6 td:nth-child(1) {
	width: 10%;
}

tr.col_6 td:nth-child(2) {
	width: 22%;
}

tr.col_6 td:nth-child(3) {
	width: 19%;
    white-space: nowrap;
}

tr.col_6 td:nth-child(4) {
	width: 10%;
}

tr.col_6 td:nth-child(5) {
	width: 25%;
}

tr.col_6 td:nth-child(6) {
	width: auto;
}