@charset "utf-8";

/* ===========================================
 * 出走表・前日予想PDF
 * ======================================== */

main #com_content_wrapper .com_content {
    padding: 0 0 40px 0;
}

.category_pdf {
    margin: 0 40px;
}

.category_pdf .area_info .index {
    font-size: 20px;
    margin-bottom: 10px;
	color: #2160AF;
}

.category_pdf .area_info .content {
    font-size: 16px;
    margin-bottom: 10px;
}

.category_pdf .area_info .update {
    font-size: 16px;
}

.category_pdf .pdf_block1 .syussou-pdf-block .pdf_date {
    margin: 20px 0;
}

.category_pdf .pdf_block1 .syussou-pdf-block p {
    font-size: 16px;
}

.category_pdf .pdf_block3 .zenjitsu-pdf-block {
    margin-top: 20px;
}

.category_pdf .pdf_block3 .zenjitsu-pdf-block .zenjitsu_info,
.category_pdf .pdf_block3 .zenjitsu-pdf-block .pdf_nothing {
    font-size: 16px;
}

.category_pdf .pdf_list {
    display: flex;
    justify-content: flex-start;
    margin: 0 0 16px 0;
}

.category_pdf .pdf_list .pdf_list_item {
    text-align: center;
    margin: 0 16px 0 0;
}

.category_pdf .pdf_list .pdf_list_item .pdf_btn .par-btn02 {
    position: relative;
    width: 264px;
    height: 64px;
    font-size: 24px;
    line-height: 70px;
    border-radius: 8px;
}

.category_pdf .pdf_list .pdf_list_item .pdf_btn .par-btn02 .ico_pdf {
    position: relative;
    left: 10px;
    top: -4px;
    font-size: 16px;
}

.category_pdf .pdf_list .pdf_list_item .pdf_btn .par-btn02 .ico_pdf:before {
    content: '';
    position: absolute;
    width: 26px;
    height: 26px;
    top: 0px;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1;
    background-image: url(/cdn/pc/images/common/ico_pdf.svg);
    left: -30px;
}

.category_pdf .pdf_list .pdf_list_item .pdf_btn .par-btn02 .ico1 .ico_pdf:before,
.category_pdf .pdf_list .pdf_list_item .pdf_btn .par-btn02 .ico3 .ico_pdf:before {
    
}

.category_pdf .pdf_list .pdf_list_item .pdf_btn .par-btn02 .ico2 .ico_pdf:before {
    
}

.category_pdf .pdf_list .pdf_list_item .pdf_btn .par-btn02 .ico_kanibou:before {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1;
}

.category_pdf .pdf_list .pdf_list_item .pdf_btn .par-btn02 .ico_kanibou.ico2:before {
    background-image: url(/cdn/pc/images/raceinfo/img_kanibou_pdf3.png);
    left: 23px;
    width: 74px;
    height: 62px;
    bottom: 0;
}

.category_pdf .area_description .index {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #2160AF;
}

.category_pdf .area_description .description_list {
    color: var(--MAIN_BLACK, #000000);
}

.category_pdf .area_adobe {
    display: flex;
    background-color: #F0F2F7;
    padding: 20px;
    align-items: center;
    font-size: 13px;
    color: var(--MAIN_BLACK, #222);
}

.category_pdf .area_adobe img {
    vertical-align: bottom;
}

.category_pdf .area_adobe .left {
    margin-right: 20px;
}

.category_pdf .dotted_line {
    display: block;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    padding: 0 16px;
    margin: 20px 0 20px;
}

.category_pdf .par-title01 {
    position: relative;
    width: 100%;
    min-height: 48px;
    font-size: 24px;
    font-weight: bold;
    background: #C3EDFF;
    color: var(--MAIN_COLOR, #003288);
    padding: 6px 24px 7px 16px;
    border-radius: 6px;
    border-left: none;
}

.description_item {
    display: flex;
    font-size: 16px;
    line-height: 24px;
}

.kome {
    margin: 0 4px 0 0;
}

/* シリーズインデックスへ戻るボタン */
.back_btn_area {
    display: flex;
    justify-content: center;
    padding-top: 5rem;
}

.back_btn_area a{
    color: var(--MAIN_COLOR, #003288);
    border: 2px solid var(--MAIN_COLOR, #003288);
}

.par-btn01.left-arrow::before {
    background-image: url(/cdn/pc/images/common/arrow_left_blue.svg);
    transform: rotate(0deg);
    background-repeat: no-repeat;
    background-position: center;
}