@charset "Shift_JIS";

/* ----------------------------------------------------------------------

	インターネット投票会員になろう！

---------------------------------------------------------------------- */

/* - レイアウト
---------------------------------------------------------------------- */

/*
#compare_list > div.content {
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 20px;
    
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0,0,0,0.1);
}


table.type_list caption {
    display: table-caption;
    
    background-color: #3b4f89;
    padding: 10px;
    color: #fff;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 30px;
    
    border-radius: 4px 4px 0 0;
}



table.type_list thead > tr > th div.head_block > div.content > ul > li > a {
    line-height: 1.2;
}

div.scr .scr_caution {
    margin-bottom: 15px;
}
*/


#win5_member1 {
    margin-top: 30px;
}

ul.type_list > li {
    margin-top: 5px;
}

ul.type_list > li:first-child {
    margin-top: 0;
}

ul.type_list > li > .type_unit {
    display: table;
    width: 100%;
}

ul.type_list > li > .type_unit > div {
    display: table-cell;
    vertical-align: middle;
}

ul.type_list > li > .type_unit > div.head {
    padding: 15px 10px;
    font-weight: bold;
    font-size: 1.4rem;
    position: relative;
    text-align: center;
    background-color: #eaeade;
    color: #444;
    border-right: 2px solid #dfdfd3;
    width: 240px;
}

ul.type_list > li > .type_unit > div.content {
    padding: 15px 20px;
    color: #444;
    border-left: 1px solid #fff;
    background-color: #f7f7f7;
}



ul.type_list > li > .type_unit a.btn-def {
    padding: 15px 30px;
    font-size: 1.5rem;
}

/* ------------------------------------------------------------

	959px以下

------------------------------------------------------------ */
@media screen and ( max-width : 959px ) {
    
    div.scr { width: 100%; overflow-x: auto; }
    div.scr > table.type_list { width: 940px; }
    
    div.scr .scr_caution {
        display: block;
        width: 940px;
    }
    
}

/* ------------------------------------------------------------

	767px以下

------------------------------------------------------------ */
@media screen and ( max-width : 767px ) {
    
    
}


/* ------------------------------------------------------------

	639px以下

------------------------------------------------------------ */
@media screen and ( max-width : 639px ) {
    
    table.type_list caption {
        text-align: left;
        font-size: 2.2rem;
    }
    
    div.typeListAppendix ul li {
        float: none;
        width: 100%;
    }
    
    
    ul.type_list > li {
        margin-top: 20px;
    }
    
    ul.type_list > li > .type_unit > div {
        display: block;
    }
    
    ul.type_list > li > .type_unit > div.head {
        width: auto;
        border-radius: 0;
        text-align: left;
        padding: 8px 12px;
        font-size: 1.3rem;
        border-right: none;
        border-bottom: 2px solid #dfdfd3;
    }
    
    ul.type_list > li > .type_unit > div.content {
        /*padding-left: 15px;*/
        font-size: 1.2rem;
        border-left: none;
    }
    
}


/* ------------------------------------------------------------

	479px以下

------------------------------------------------------------ */
@media screen and ( max-width : 479px ) {
    
    table.type_list caption {
        font-size: 1.8rem;
    }
    
    
}

/* ------------------------------------------------------------

	359px以下

------------------------------------------------------------ */
@media screen and ( max-width : 359px ) {
    
    ul.type_list > li > .type_unit a.btn-def {
        /*font-size: 1.3rem;*/
        padding: 15px;
    }
    
}





