@charset "utf-8";
/* CSS Document */

#wrapper{
    margin-top: 10px;
}

/*************************** index ***************************/

body{
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    /*font-family: "HGｺﾞｼｯｸE";*/
}

.bese{
    display: column;
    flex-direction: row;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: visible;
}


#main_r{
    width: 100%;
    height: 520px;
}
/************************************************************/

.chuui a{
    font-size: 20px;
    color: #0042FF;
    text-decoration: underline;
}

/************************* header ************************/

.header{
    height: 80px;
}

.mlogo img{
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.jump{
    margin-top: 10px;
    font-size: 16px;
    font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';
}

.jump a{
    font-weight: 500;
    color: #0044FF;
}

.jump a:hover{
    color: #222222;
}


@media screen and (min-width:381px) and (max-width:465px){
    .header{
        height: 100px;
    }
}

@media screen and (min-width:466px) and (max-width:550px){
    .header{
        height: 120px;
    }
}

@media screen and (min-width:551px){
    .header{
        height: 160px;
    }
}

/*******************************************************/


/************************ select ***************************/

.select{
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 250px;
}

.nomal{
    margin-top: 10px;
    background-color: #fff;
    font-size: 14px;
    font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';
}

.image01 {
    
    /*justify-content: space-between;*/
    margin-top: 4px;
    background-color: #fff;
    
}

.image01 img{
    margin-right: 1px;
}

@media screen and (min-width:325px) and (max-width:446px){
    .select{
        height: 200px;
    }
}

@media screen and (min-width:447px) and (max-width:558px){
    .select{
        height: 170px;
    }
}

@media screen and (min-width:559px){
    .select{
        height: 120px;
    }
}

.image02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 4px;
    background-color: #fff;
}

.image02 img{
    margin: 0px 2px;
}


/***********************************************************/

.main{
    margin-top: 10px;
}

/************************ 00 ******************************/

#main{
    background-color: #fff;
}


.rt{
    width: 100%;
    margin: auto;
    font-size: 16px;
}


table{
    width: 100%;
    margin: auto;
    text-align: left;
    border: 3px solid #ddd;
}

td{
    border-bottom: 1px solid #DDDDDD;
    font-size: 16px;
}

td h2{
    font-size: 20px;
    font-weight: bold;
}

td.category{
    padding-left: 20px;
    font-size: 26px;
    line-height: 44px;
    font-weight: bold;
}

td.kuro{
    padding-left: 36px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

td.pin{
    border-right: 1px solid #ddd;
    padding-left: 3px;
}

td img{
    vertical-align: middle;
}

td a{
    font-weight: 600;
    color: #0044FF;
    line-height: 32px;
    padding-left: 6px;
}

.rlogo{
    text-align: center;
}

.rlogo img{
    height: 30px;
    margin: 10px;
}

.red{
    color: #FF0000;
    font-weight: bold;
    font-family: Arial;
}


/***********************************************************/

