﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
.imgbtn_list .Contents
{
    display: inline-block;
    vertical-align: top;
    margin: 5px 5px 30px 10px;
}

.imgbtn_list .Contents .ImgBtn
{
    border: 1px solid #C8C8CB !important;
    border-radius: 5px 5px;
    background: #ffffff;
    position: relative;
}

.imgbtn_list .Contents .ImgBtn a
{
    box-sizing: border-box;
    padding: 5px;
    border-radius: 5px 5px;
    left: 0;
}

.imgbtn_list .Contents .ImgBtn h3
{
    padding: 10px;
    text-align: center;
    font-size: large !important;
    position: relative;
    background: rgba(0,0,0,0.2);
    font-weight: normal;
}

.imgbtn_list .SubTitle,
.imgbtn_list .ParentBack,
.imgbtn_list .EndClear
{
    display: none;
    font-weight: normal;
}

.RightPane .ImgBtn
{
    width: 160px;
    text-align: center;
}

.RightPane .ImgBtn img
{
    width: auto;
    height: 80px;
    margin: auto;
    padding: 5px 10px;
    vertical-align: bottom;
    position: relative;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.imgbtn_list .content_block
{
    text-align: center;
}

.imgbtn_list .Contents
{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 5px;
    overflow: auto !important;
}

.imgbtn_list .Contents .ImgBtn
{
    border: 1px solid #C8C8CB !important;
    border-radius: 5px 5px;
    background: #ffffff;
    position: relative;
}

.imgbtn_list .Contents .ImgBtn a
{
    box-sizing: border-box;
    padding: 5px;
    border-radius: 5px 5px;
    left: 0;
}

.imgbtn_list .Contents .ImgBtn h3
{
    padding: 10px;
    text-align: center;
    font-size: 120% !important;
    position: relative;
    background: rgba(0,0,0,0.2);
    font-weight: normal;
}

.imgbtn_list .SubTitle,
.imgbtn_list .ParentBack,
.imgbtn_list .EndClear
{
    display: none;
    font-weight: normal;
}

.RightPane .ImgBtn
{
    width: 145px;
    text-align: center;
}

.RightPane .ImgBtn img
{
    width: auto;
    height: 80px !important;
    margin: auto;
    padding: 5px 10px;
    vertical-align: bottom;
    position: relative;
    box-sizing: border-box;
}
}
