﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
/* == 外枠 == */
.PickUp_Switching_group
{
    float: left;
    margin: 0 0 10px  !important;
    padding: 0;
    position: relative;
    width: 1000px !important; 
}

.PickUp_Switching_group .outside_f
{
/*
    background: url("../../../Images/tab_f.png") no-repeat scroll 0 0;
    border-left: 1px solid #2d8bf0;
    border-right: 1px solid #2d8bf0;
    height: 7px;
    width: 708px ;
*/
}


.PickUp_Switching_group .inside_b
{
border: 3px solid #003366;
/*
    border-bottom: 1px solid #2d8bf0;
    border-left: 1px solid #2d8bf0;
    border-right: 1px solid #2d8bf0;
    float: left;
    padding: 0 1px 10px;
    width: 706px ;
*/
}


.PickUp_Switching_group .inside_f
{
    height: 0;
/*    width: 706px; */
}


/* == タイトルブロック == */
.PickUp_Switching_group h2
{
    margin: 0px;
    padding:0px;
}

.PickUp_Switching_group .info_title
{
    display: none;
}

.PickUp_Switching_group .info_link
{
    float: left;
    position: absolute;
/*    right: 100px; */
/*    top: -32px; */
transform: translate(930%, 60%);
}

.PickUp_Switching_group .info_link_contents
{
    background: none;
    display: block;
    float: left;
    font-size: small;
    margin: 0;
    padding: 0;
}

/* 一覧 */
.PickUp_Switching_group .Fix_ur_tolist
{
    display: block;
    min-height: 18px;
    padding: 4px 10px 2px 30px;
position: relative;
/*  top: 260px; */
/* top: 300px;  未公開 */
background: url(../../../Images/2026/list_mk.png) no-repeat 2% top;
}

.PickUp_Switching_group .info_link_contents a:link 
{
    color: #2d8bf0;
}

/* RSS */
.PickUp_Switching_group  .info_link .RSSLink
{
  display: flex;
  margin: 0 0 0 80px;
  padding: 4px 0px 2px 5px;
}

.PickUp_Switching_group a.RSSLink
{
    float: left;
    padding: 0;

    position: absolute;
    top: -20;
}
.PickUp_Switching_group .RSSLink img
{
  padding: 0 !important;
  transform: translate(-5%,-18%);
}

.PickUp_Switching_group a .RSSLink img {
    background-color: #ffffff;
    border-radius: 3px;
    margin: 0 10px;
    padding: 2px !important;
}

/* コンテンツ */
.PickUp_Switching_group .inside_b ul 
{
    padding: 30px 15px 20px;
/*    width: 687px; */
    list-style: none;
}


.PickUp_Switching_group .inside_b li
{
    border: 0 none;
    width: 900px; 
    padding-bottom: 12px;
}

.PickUp_Switching_group .inside_b li a {
    color: #000000;
}

/*  サマリー、字下げ */
.PickUp_Switching_group .Summary
{
  margin-left: 85px;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
/* == 外枠 == */
.PickUp_Switching_group
{
    float: left;
    margin: 0 0 10px  !important;
    padding: 0;
    position: relative;
    width: 320px;
}

.PickUp_Switching_group .outside_f
{
/*
    background: rgba(0, 0, 0, 0) url("../../../Images/tab_f.png") no-repeat scroll 0 0;
    border-left: 1px solid #2d8bf0;
    border-right: 1px solid #2d8bf0;
    height: 7px;
    width: 318px ;
*/
}

.PickUp_Switching_group .outside_b
{
    margin: 0px;
}

.PickUp_Switching_group .inside_b
{
    border-bottom: 1px solid #003366;
    border-left: 1px solid #003366;
    border-right: 1px solid #003366;
    float: left;
    padding: 20px 1px 10px;
    width: 316px ;
}


.PickUp_Switching_group .inside_f
{
    height: 0;
    width: 320px;
}


/* == タイトルブロック == */
.PickUp_Switching_group h2
{
    margin: 0px;
    padding:0px;
}

.PickUp_Switching_group .info_title
{
    display: none;
}

.PickUp_Switching_group .info_link
{
    position: absolute;
/*
    top: -32px;
    right: 10px;
*/
transform: translate(250%, 30%);
}

.PickUp_Switching_group .info_link_contents
{
    background: none;
    display: block;
    float: left;
    font-size: small;
    margin: 0;
    padding: 0;
}

/* 一覧 */
.PickUp_Switching_group .Fix_ur_tolist
{
    display: block;
    min-height: 18px;
    padding: 4px 10px 2px 30px;
position: relative;
/*  top: 260px; */
/* top: 300px;  未公開 */
background: url(../../../Images/2026/list_mk.png) no-repeat 2% top;
/*
    background-color: #ffffff;
    border-radius: 3px;
    color: #2d8bf0 !important;
    display: block;
    font-weight: bold;
    min-height: 18px;
    padding: 1px 3px;
    text-decoration: none !important;
    text-shadow: none;
*/
}

/* RSS */
.PickUp_Switching_group a.RSSLink
{
    display: none;
}


/* == リストブロック == */
.PickUp_Switching_group ul
{
    float: left;
    margin: 0;
    padding: 10px 5px 5px;
    width: 308px;
}

.PickUp_Switching_group li
{
    float: left;
    font-size: small;
    list-style-type: none;
    margin: 0;
    padding: 0 5px 5px;
    width: 298px;
}

.PickUp_Switching_group .CreatedDate
{
    float: left;
/*    display: none;*/
}

/*  サマリー、字下げ */
.PickUp_Switching_group .Summary
{
  margin-left: 85px;
}

.PickUp_Switching_group .R_Contents
{
    float: left;
    padding: 0 0 0 10px;
}

.PickUp_Switching_group .R_Contents a
{
    float: none !important;
}

/* == ページコントロール == */
.PickUp_Switching_group .page_control
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    clear: both;
}

.PickUp_Switching_group .page_control a
{
    padding: 0 10px;
}

.PickUp_Switching_group .page_control img
{
    padding: 0 5px;
    vertical-align: middle;
}


/*= リンク設定 =*/
.PickUp_Switching_group a.PrevList_lr_tab:link
{
 text-decoration:none;
}

.PickUp_Switching_group a.PrevList_lr_tab:visited
{
 text-decoration:none;
}

.PickUp_Switching_group a.PrevList_lr_tab:hover
{
 text-decoration:underline;
 color:#800080;
}

.PickUp_Switching_group a.PrevList_lr_tab:active
{
 text-decoration:none;
}
}
