  /*試合結果2017対応以降*/
.style1 {color: #FF0000}
.style2 {color: #0000FF}
.style3 {color: #FFFF00}
.style4 {color: #FF0000; font-weight: bold;}

.tbbk_y {background: #FFFFCC;}
.tbbk_newtime {background: #fbe4d5; color: #FF0000;}
.newtime {background: #fbe4d5; color: #FF0000;}

.text-Center {text-align: center;}
.text-Right {text-align: right;}
.text-Left {text-align: left;}

.f-Clear {clear: both;}

figure.result-img-box img {
    float: left;
    padding: 5px;
}

.f_leftbox img {
	float: left;
	padding: 10px;
}

.f_leftbox p {
	overflow: hidden;
	zoom: 1;
}

.f_rightbox img {
	float: right;
	padding: 10px;
}

.f_rightbox p {
	overflow: hidden;
	zoom: 1;
}

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

.frame img {
    display: inline-block;
    box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.8);
    border-radius: 10px;
}


.frame figcaption {
    width: 310px;
    margin: 0 auto 30px auto;
    font-size: 18px;
    text-align: center;
    color: #02549b;
    border: 1px solid #02549b;
    line-height: 1.0;
    padding: 12px 0;
    letter-spacing: 2px;
}

.detail dt {
	float: left;
}

.detail dt:after {
	clear: both;
} 

.resultTable {
	width: 100%;
	table-layout: fixed;
	border-collapse: separate!important;
	border-spacing: 2px!important;
}

.v_middle {
	vertical-align: middle;
}

.resultTable th {
	text-align: center;
    padding: 5px;
    background-color: #0099FF;
    color: #FFFFFF;
}

.resultTable th:nth-child(2) {
	width: 17%;
}

.resultTable th:nth-child(3) {
	width: 10%;
}

.resultTable th:nth-child(4) {
	width: 35%;
}

.resultTable th:nth-child(5) {
	width: 25%;
}

.resultTable td {
	text-align: right;
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	white-space: normal!important;
}

.no_border {
	border-right: none!important;
}

.resultTable td.txtcenter {
	text-align: center!important;
}

/*優勝者枠用*/
.resultTable_2 {
	width: 100%;
	table-layout: fixed;
	border-collapse: separate!important;
	border-spacing: 2px!important;
}

.resultTable_2 th {
	text-align: center;
    padding: 5px;
    background-color: #0099FF;
    color: #FFFFFF;
}

.resultTable_2 th:nth-child(1) {
	width: 23%;
}

.resultTable_2 th:nth-child(2) {
	width: 11%;
}

.resultTable_2 th:nth-child(3) {
	width: 23%;
}

.resultTable_2 th:nth-child(4) {
	width: 23%;
}

.resultTable_2 th:nth-child(5) {
	width: 5%;
}

.resultTable_2 td {
	text-align: right;
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	white-space: normal!important;
}


/*一般男子・女子の部枠神奈川県実業団水泳競技大会バージョン*/
.resultTable_3 {
	width: 100%;
	table-layout: fixed;
	border-collapse: separate!important;
	border-spacing: 2px!important;
}

.resultTable_3 .colg_6 {
    text-align: center;
}




.resultTable_3 th {
	text-align: center;
    padding: 5px;
    background-color: #0099FF;
    color: #FFFFFF;
}

.resultTable_3 th:nth-child(1) {

}

.resultTable_3 th:nth-child(2) {

}

.resultTable_3 th:nth-child(3) {
    text-align: center;
}

.resultTable_3 th:nth-child(4) {
    text-align: center;
}


.resultTable_3 td {
	text-align: right;
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	white-space: normal!important;
}

/*第1回　日本社会人選手権　水泳競技大会　結果報告バージョン*/
.resultTable_4 {
	width: 100%;
	table-layout: fixed;
	border-collapse: separate!important;
	border-spacing: 2px!important;
}

.resultTable_4 th {
	text-align: center;
    padding: 5px;
    background-color: #0099FF;
    color: #FFFFFF;
}

.resultTable_4 th.woman {
	text-align: center;
    padding: 5px;
    background-color: #FFFFCC;
    color: #333333;
    border-bottom: 1px solid #CCCCCC;
}

.resultTable_4 td {
	text-align: center;
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	white-space: normal!important;
}


/*試合結果画像２カラム調整*/
.img-2col {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.img-2col .img-box:nth-of-type(2n+1) {
    margin-left: 0;
    clear: both;
}
.img-2col .img-box {
    display: block;
    width: 50%;
    float: left;
}

.img-2col .img-box .img-box-inner {
    display: block;
    width: 100%;
}


/*スマホでの調整*/
@media screen and (max-width: 768px) {

    .f_rightbox img,.f_leftbox img {
        float: none;
        display: block;
        margin: 0 auto;
    }

	.resultTable {
		table-layout: auto;
	}

	.resultTable_2 {
		table-layout: auto;
	}
    
    .resultTable_3 {
		table-layout: auto;
	}
    
    .resultTable_4 {
		table-layout: auto;
	}

    #achievement2,#achievement3 {
        margin: initial;
    }

    .img-2col .img-box {
        display: block;
        width: 100%;
    }

    .img-2col .img-box .img-box-inner {
        display: block;
        width: 100%;
    }

}
