﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
/* == 外枠 == */
.PickUp_Switching
{
    float: left;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    width: 570px;
}

.PickUp_Switching .inside_b
{
    background: url("news_bg.gif") repeat-x left top;
    float: left;
    width: 570px;
}


/* == タイトルブロック == */
.PickUp_Switching h2
{
    display: none;
}

.PickUp_Switching .info_link
{
    float: left;
    left: 472px;
    position: absolute;
    top: -30px;
}

.PickUp_Switching .info_link_contents
{
    float: left;
    margin: 0;
    padding: 5px 0 0 5px;
    text-decoration: none;
    width: 93px;
}

/* 一覧 */
.PickUp_Switching .Fix_ur_tolist
{
    float: left;
    font-size: small;
    margin-left: 0;
    text-align: left;
}

/* RSS */
.PickUp_Switching a.RSSLink
{
    float: right;
    padding: 0;
}

/* 画像調整 */
.PickUp_Switching a img
{
    padding: 0 5px 0 0;
    vertical-align: middle;
}


/* == リストブロック == */
.PickUp_Switching ul
{
    background: url("new_img.gif") no-repeat right bottom;
    float: left;
    margin: 0;
    padding: 8px 0px 0px 0px;
    width: 570px;
}

.PickUp_Switching li
{
    float: left;
    font-size: small;
    list-style-type: none;
    margin: 0;
    padding: 5px;
    width: 560px;
}

.PickUp_Switching .CreatedDate
{
    color: #214756;
    display: block;
    float: left;
    font-weight: bold;
    padding: 0;
    text-align: right;
    width: 100px;
}

.PickUp_Switching .Summary
{
    margin:0px;
    padding:0px;
}

.PickUp_Switching .R_Contents
{
    margin: 0 0 0 115px;
    padding: 0;
}


/* == ページコントロール == */
.PickUp_Switching .page_control
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    clear: both;
}

.PickUp_Switching .page_control a
{
    padding: 0 10px;
}

.PickUp_Switching .page_control img
{
    padding: 0 5px;
    vertical-align: middle;
}


/*= リンク設定 =*/
div#select_tab1 .li_green a:link,
div#select_tab1 .li_orange a:link
{
 text-decoration:none;
}

div#select_tab1 .li_green a:visited,
div#select_tab1 .li_orange a:visited
{
 text-decoration:none;
}

div#select_tab1 .li_green a:hover,
div#select_tab1 .li_orange a:hover
{
 text-decoration:none;
}

div#select_tab1 .li_green a:active,
div#select_tab1 .li_orange a:active
{
 text-decoration:none;
}

.PickUp_Switching .info_link_contents a:link,
.PickUp_Switching .event_link a:link
{
 text-decoration:none;
}

.PickUp_Switching .info_link_contents a:visited,
.PickUp_Switching .event_link a:visited
{
 text-decoration:none;
}

.PickUp_Switching .info_link_contents a:hover,
.PickUp_Switching .event_link a:hover
{
 text-decoration:underline;
}

.PickUp_Switching .info_link_contents a:active,
.PickUp_Switching .event_link a:active
{
 text-decoration:none;
}


.PickUp_Switching a.PrevList_lr_tab:link
{
 text-decoration:none;
}

.PickUp_Switching a.PrevList_lr_tab:visited
{
 text-decoration:none;
}

.PickUp_Switching a.PrevList_lr_tab:hover
{
 text-decoration:underline;
 color:#800080;
}

.PickUp_Switching a.PrevList_lr_tab:active
{
 text-decoration:none;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
/* == 外枠 == */
.PickUp_Switching
{
    float: left;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    width: 320px;
}


/* == タイトルブロック == */
.PickUp_Switching h2,
.PickUp_Switching .info_link
{
    display: none;
}

.PickUp_Switching .info_link
{
    display: block;
    font-size: small;
}

.PickUp_Switching .info_link_contents
{
}

.PickUp_Switching .Fix_ur_tolist
{
    position: absolute;
    right: 10px;
    top: 10px;
}

.PickUp_Switching .RSSLink
{
    display: none;
}


/* == コンテンツ == */
.PickUp_Switching .inside_b
{
    background: url("news_bg.gif") repeat-x left top;
    float: left;
    width: 320px;
}


/* == リストブロック == */
.PickUp_Switching ul
{
    background: url("new_img.gif") no-repeat right bottom;
    float: left;
    margin: 0;
    padding: 8px 0 0;
    width: 320px;
}

.PickUp_Switching li
{
    border-bottom: 1px solid #CCCCCC;
    float: left;
    font-size: small;
    list-style-type: none;
    margin: 0;
    padding: 5px 5px 5px 10px;
    width: 305px;
}

.PickUp_Switching .CreatedDate
{
    color: #214756;
    display: block;
    float: left;
    font-weight: bold;
    padding: 0;
    width: 305px;
}

.PickUp_Switching .Summary
{
    margin:0px;
    padding:0px;
}

.PickUp_Switching .R_Contents
{
    float: left;
    margin: 0;
    padding: 0;
}


/* == ページコントロール == */
.PickUp_Switching .page_control
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    clear: both;
}

.PickUp_Switching .page_control a
{
    padding: 0 10px;
}

.PickUp_Switching .page_control img
{
    padding: 0 5px;
    vertical-align: middle;
}


/*= リンク設定 =*/
div#select_tab1 .li_green a:link,
div#select_tab1 .li_orange a:link
{
 text-decoration:none;
}

div#select_tab1 .li_green a:visited,
div#select_tab1 .li_orange a:visited
{
 text-decoration:none;
}

div#select_tab1 .li_green a:hover,
div#select_tab1 .li_orange a:hover
{
 text-decoration:none;
}

div#select_tab1 .li_green a:active,
div#select_tab1 .li_orange a:active
{
 text-decoration:none;
}

.PickUp_Switching .info_link_contents a:link,
.PickUp_Switching .event_link a:link
{
 text-decoration:none;
}

.PickUp_Switching .info_link_contents a:visited,
.PickUp_Switching .event_link a:visited
{
 text-decoration:none;
}

.PickUp_Switching .info_link_contents a:hover,
.PickUp_Switching .event_link a:hover
{
 text-decoration:underline;
}

.PickUp_Switching .info_link_contents a:active,
.PickUp_Switching .event_link a:active
{
 text-decoration:none;
}


.PickUp_Switching a.PrevList_lr_tab:link
{
 text-decoration:none;
}

.PickUp_Switching a.PrevList_lr_tab:visited
{
 text-decoration:none;
}

.PickUp_Switching a.PrevList_lr_tab:hover
{
 text-decoration:underline;
 color:#800080;
}

.PickUp_Switching a.PrevList_lr_tab:active
{
 text-decoration:none;
}
}
