﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
.Item_Banner
{
}

.Item_Banner h2
{
    margin: 0;
    padding: 0;
}

.Item_Banner h2 a
{
    display: block;
    font-size: medium;
    font-weight: bold;
}

.Item_Banner img
{
    vertical-align: bottom;
}

.Item_Banner .base_b
{
    background-color: #ffffff;
    border: 1px solid #cccccc;
    display: block;
    height: auto !important;
    min-height: 65px;
    padding: 0;
    width: auto;
}

.Item_Banner .base_b .img_noset h2
{
    background: rgba(0, 0, 0, 0) url("../../../Images/icon.png") no-repeat scroll 15px 24px !important;
}

.Item_Banner .base_b .img_set h2
{
    background: rgba(0, 0, 0, 0) none no-repeat scroll 5px center / 20% auto;
}

.Item_Banner .base_b h2 a
{
    color: #000000;
    margin: 0;
    padding: 0 10px 0 50px;
    width: 138px;
}


/* ==領域個別調整 == */
#HeaderPane .Item_Banner .ModuleReference,
#FooterPane .Item_Banner .ModuleReference
{
    clear: none;
    margin: 0 auto 10px;
    width: 960px;
}

#HeaderPane .Item_Banner .ModuleReference h2 a,
#FooterPane .Item_Banner .ModuleReference h2 a
{
    width: auto;
}

#ContentPane .Item_Banner .ModuleReference
{
    clear: none;
    float: left;
    margin: 0 3px 10px;
    width: 180px;
}

#ContentPane .Item_Banner .ModuleReference h2 a
{
    width: 118px;
}


/* == リンクアクション == */
.Item_Banner a:link,
.Item_Banner a:visited,
.Item_Banner a:hover,
.Item_Banner a:active
{
    text-decoration: none;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
/* == 共通 == */
.Item_Banner
{
/*    float: left;
*/
    margin: 1px;
}

.Item_Banner .ModuleReference
{
    width: 158px;
}

.Item_Banner h2
{
    margin: 0;
    padding: 0;
}

.Item_Banner h2 a
{
    display: block;
    font-weight: bold;
    font-size: medium;
}

.Item_Banner img
{
    vertical-align: bottom;
}


/* == 白ベース == */
.Item_Banner .base_b
{
    min-height: 65px;
    height: auto !important;
    height: 65px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    display: block;
    padding: 0;
}

.Item_Banner .base_b .img_noset h2
{
    background: url("../../../Images/icon.png") no-repeat 15px center !important;
}

.Item_Banner .base_b .img_set h2
{
    background: none no-repeat 5px center;
}

.Item_Banner .base_b .img_set h2 a
{
    color: #000000;
    margin: 0;
    padding: 0 10px 0 50px;
    width: 98px;
}

.Item_Banner .base_b .img_noset h2 a
{
    color: #000000;
    margin: 0;
    padding: 0 10px 0 40px;
    width: 106px;
}


/* == リンクアクション == */
.Item_Banner a:link,
.Item_Banner a:visited,
.Item_Banner a:hover,
.Item_Banner a:active
{
    text-decoration: none;
}


/* == スマホバナー背景画像使用時 == */
.Item_Banner h2.pchide
{
    background-image: none !important;
    background-color: transparent !important;
}

/* == PCバナー画像使用時 == */
.Item_Banner h2.pchide a
{
    padding: 0 !important;
}

.Item_Banner img.or_icon
{
    display: none;
}

.clearselect
{
    display: none;
}
}
