@charset "UTF-8";
/* CSS Document */



/* �ǥե���ȥ������륯�ꥢ */
@import "reset.css";

/* ��������Ŭ�� */
@import "base.css";


.textdouble {
	border: 1px solid #90C421;
	border-radius: 10px;
    display: inline-block;
    background: #90C421;
    color: #FFF;
    padding: 5px 10px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-top: -28px;
    font-weight: bold;
}

.image_double  {
    padding-top: 10px;
}


.table-02.name td:first-child {
    position: relative;
}

.table-02.name td:last-child {
    position: relative;
}
/* .table-02.name td:first-child::before{
    content: "団体の部";
    position: absolute;
    top: 6px;
    left: 10px;
    color: black;
    font-weight: bold;
    background: #90C421;
    padding: 5px;
}

.table-02.name td:last-child::before{
    content: "個人の部";
    position: absolute;
    top: 6px;
    left: 10px;
    color: black;
    font-weight: bold;
    background: #90C421;
    padding: 3px;
} */

.thumbnail td{
    position: relative;
}


.thumbnail .picture-3::before {
    content: '';
    background-image: url(../images/25282558.png);
    width: 100px;/*画像の幅*/
    height: 50px;
    position: absolute;
    background-size: contain;
    vertical-align: middle;
    bottom: -20px;
    background-repeat: no-repeat;
    right:-8px;   
}

.thumbnail .picture-4::before {
    content: '';
    background-image: url(../images/25282558.png);
    width: 100px;/*画像の幅*/
    height: 50px;
    position: absolute;
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    left:-8px;   
    top: -15px;
}

.thumbnail .picture-5::before {
    content: '';
    background-image: url(../images/25282558.png);
    width: 100px;/*画像の幅*/
    height: 50px;
    position: absolute;
    background-size: contain;
    vertical-align: middle;
    bottom: -20px;
    background-repeat: no-repeat;
    left:-8px;   
}