﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
/* == 共通 == */
.BlogType_Standard
{
    background-color: #ffffff;
    margin: 0 0 10px;
    padding: 10px;
    width: 760px;
}

.BlogType_Standard .Category
{
    background: url("../../../Images/side_icon.png") 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
{
    border: 1px solid #cccccc;
    border-radius: 3px;
    color: #000000;
    font-size: medium;
    font-weight: bold;
    margin: 5px 5px 5px -5px;
    padding: 7px 10px 5px;
}

/* == マルチ表示時 == */
.BlogType_Standard .Multi
{
}

.BlogType_Standard .Multi .Title
{
    background: url("../../../Images/side_icon.png") no-repeat 9px center;
    color: #000000;
    font-size: medium;
    font-weight: bold;
    margin: 5px 5px 5px -5px;
    padding: 7px 10px 5px 30px;
}

.BlogType_Standard .Multi .Contents
{
    padding: 0px;
}

.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;
}

/* == コメント表示時 == */
.BlogType_Standard .SubTitle
{
    color: #006766;
    font-size: 105%;
    font-weight: bold;
    margin: 5px 5px 5px -5px;
    padding: 3px 10px 3px 15px;
}
}


/*** 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;
}
}
