﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
.AdList_669295 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.AdList_669295 .Item_List_adspace_h {
    height: auto;
    float: none;
    width: 100%;
    background: none;
}

.AdList_669295 .Item_List_adspace_h > p {
    display: none;
}

.AdList_669295 .Item_List_adspace_h h2 {
    border-left: 5px solid #0D5182;
    margin: 0 0 10px;
    padding: 5px 5px 5px 10px;
    font-size: 150%;
}

.AdList_669295 .Item_List_adspace_body {
    float: none;
    width: 100%;
}

.AdList_669295 .Item_List_adspace_base {
    float: none;
    width: 100%;
}

.AdList_669295 .Item_List_adspace_base ul {
    float: none;
    margin: 0 auto 10px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1000px;
    list-style: none;
}

.AdList_669295 .Item_List_adspace_base ul li {
    margin: 2px;
    width: 24%;
}

.AdList_669295 .Item_List_adspace_base ul li a {
    display: inline-block;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.AdList_669295 {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}

.AdList_669295 .Item_List_adspace_h {
    height: auto;
    float: none;
    width: 100%;
    background: none;
}

.AdList_669295 .Item_List_adspace_h > p {
    display: none;
}

.AdList_669295 .Item_List_adspace_h h2 {
    border-left: 5px solid #0D5182;
    margin: 0 0 10px;
    padding: 5px 5px 5px 10px;
    font-size: 150%;
}

.AdList_669295 .Item_List_adspace_body {
    float: none;
    width: 100%;
}

.AdList_669295 .Item_List_adspace_base {
    float: none;
    width: 100%;
}

.AdList_669295 .Item_List_adspace_base ul {
    float: none;
    margin: 0 auto 10px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1000px;
    list-style: none;
}

.AdList_669295 .Item_List_adspace_base ul li {
    margin: 2px auto;
    width: 95%;
}

.AdList_669295 .Item_List_adspace_base ul li a {
    display: inline-block;
}
}
