
.jmap_for_each_index_wrap{
    width:350px;
    margin :30px auto 32px;
    position: relative;
}

.jmap_for_each_index_wrap p{
    position: absolute;
    left: 32px;
    top: -2px;
    font-weight: bold;
    border-bottom: 1px dotted #888;
}
.jmap_for_each_index_wrap .jmap-pref div{
    font-weight: bold;
}

#jmap_for_result_category, .jmap_for_result{
    width:450px;
    width:400px;
    margin :30px auto;
    position: relative;
}
#jmap_for_result_category .jmap-pref div,
.jmap_for_result .jmap-pref div{
    font-weight: bold;
}
@media screen and (max-width: 599px) {
	/* 599px以下に適用されるCSS（スマホ用） */
    .jmap_for_each_index_wrap, #jmap_for_result_category, .jmap_for_result{
        width: 90%;
    }
}

.pref_list_under_jmap{
    border-radius: 1px;
    padding: 6px 10px;
    margin : 24px auto 10px;
}
