﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
/* == 外枠 == */
.PickUp_kinkyu {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 101;
}

.__ModuleBody .PickUp_kinkyu {
    position: relative;
    top: 0;
    left: 0;
}

.PickUp_kinkyu .ModuleReference {
    width: 616px;
    background: rgba(255,255,255,0.95);
    border-radius: 5px;
    border: solid 2px #ff0000;
}


/* == 見出しブロック == */
.PickUp_kinkyu h2 {
    font-size: 140%;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin: 0px;
    padding: 10px 0px;
    width: 100%;
}

/* == コントロール == */
.PickUp_kinkyu .op_control {
    position: absolute;
    right: 15px;
    top: 15px;
}

.PickUp_kinkyu .op_control img
{
    vertical-align: bottom;
}


/* == コンテンツ == */
.PickUp_kinkyu .outside_b {
    width: 100%;
}


/* == リスト == */
.PickUp_kinkyu ul {
	list-style-type: none;
	margin: 0;
	padding: 15px;
}

.PickUp_kinkyu li {
	margin: 0px 0px 5px 0px;
	padding: 0;
}

.PickUp_kinkyu .CreatedDate
{
    display: inline-block;
    margin: 0px 10px 0px 0px;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
/* == 外枠 == */
.PickUp_kinkyu {
    position: absolute;
    top: 0px;
    left: 4px;
    z-index: 101;
}

.PickUp_kinkyu .ModuleReference {
    width: 308px !important;
    background: rgba(255,255,255,0.95);
    border-radius: 5px;
    border: solid 2px #ff0000;
}


/* == 見出しブロック == */
.PickUp_kinkyu h2 {
    font-size: 140%;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin: 0px;
    padding: 10px 0px;
    width: 100%;
}


/* == コントロール == */
.PickUp_kinkyu .op_control {
    position: absolute;
    right: 15px;
    top: 15px;
}

.PickUp_kinkyu .op_control img
{
    vertical-align: bottom;
}


/* == コンテンツ == */
.PickUp_kinkyu .outside_b {
    width: 100%;
}


/* == リスト == */
.PickUp_kinkyu ul {
	list-style-type: none;
	margin: 0;
	padding: 15px;
}

.PickUp_kinkyu li {
	margin: 0px 0px 5px 0px;
	padding: 0;
}

.PickUp_kinkyu .CreatedDate
{
    display: inline-block;
    margin: 0px 10px 0px 0px;
}
}
