﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
/* == 共通 == */
.BlogType_Standard
{
    margin: 0 0 10px;
    padding: 0;
    width: 740px;
}

.BlogType_Standard .Category
{
    background: url("../../../Images/icon.gif") no-repeat left center;
    color: #000000;
    font-size: medium;
    font-weight: bold;
    margin: 0 0 0 5px;
    padding: 0 0 0 10px;
    text-align: left;
}

.BlogType_Standard .Comments
{

}


/* == タイトルブロック == */
.BlogType_Standard .outside_h
{
}

.BlogType_Standard .outside_b
{
}

.BlogType_Standard .outside_f
{
}


/* == コンテンツブロック == */
.BlogType_Standard .inside_b
{
}

.BlogType_Standard .inside_f
{
}

.BlogType_Standard .Contents
{
}


/* == マルチ表示時 == */
.BlogType_Standard .Title
{
    background: url("../../../Images/h2.gif") no-repeat right bottom #FEFEFE;
    border: 1px solid #d9d9d9;
    border-bottom: 2px solid #d9d9d9;
    color: #000000;
    font-size: medium;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
    padding: 9px 10px 6px;
}

.BlogType_Standard .Status
{
    clear: both;
    font-size: small;
    margin: 0;
    padding: 0;
    text-align: right;
}

.BlogType_Standard .ParentBack
{
    clear: both;
    font-size: small;
    margin: 0 0 10px;
    padding: 0;
    text-align: right;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
/* == 共通 == */
.BlogType_Standard
{
    margin: 0 0 10px;
    padding: 0;
    width: 320px;
}

.BlogType_Standard .Category
{
    background: url("../../../Images/icon.gif") no-repeat left center;
    color: #000000;
    font-size: medium;
    font-weight: bold;
    margin: 0 0 0 5px;
    padding: 0 0 0 10px;
    text-align: left;
}

.BlogType_Standard .Comments
{

}


/* == タイトルブロック == */
.BlogType_Standard .outside_h
{
}

.BlogType_Standard .outside_b
{
}

.BlogType_Standard .outside_f
{
}


/* == コンテンツブロック == */
.BlogType_Standard .inside_b
{
}

.BlogType_Standard .inside_f
{
}

.BlogType_Standard .Contents
{
}


/* == マルチ表示時 == */
.BlogType_Standard .Title
{
    background: url("../../../Images/h2.gif") no-repeat right bottom #FEFEFE;
    border: 1px solid #d9d9d9;
    border-bottom: 2px solid #d9d9d9;
    color: #000000;
    font-size: medium;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
    padding: 9px 10px 6px;
}

.BlogType_Standard .Status
{
    clear: both;
    font-size: small;
    margin: 0;
    padding: 0;
    text-align: right;
}

.BlogType_Standard .ParentBack
{
    clear: both;
    font-size: small;
    margin: 0 0 10px;
    padding: 0;
    text-align: right;
}
}
