/*メインコンテンツ
---------------------------------------------------------------------------*/
#main_bbs {
    float: left;
    width: 90%;
    margin:10px 5%;
    padding-bottom: 30px;


}
#main_bbs h5{
    position: relative;
    background: #dfefff;
    box-shadow: 0px 0px 0px 5px #dfefff;
    border: dashed 2px white;
    padding: 0.2em 2em;
    color: #454545;
    font-size: 18px;
    margin-bottom: 20px;
    margin-right: 5px;
    margin-left: 5px;
}

#main_bbs h5:after {
    position: absolute;
    content: '';
    left: -7px;
    top: -7px;
    border-width: 0 0 15px 15px;
    border-style: solid;
    border-color: #fff #fff #a8d4ff;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}




/*gallery.html内の各ブロック
---------------------------------------------------------------------------*/
/*ボックスの設定*/
#main_bbs section.list {
    border: 1px solid #ccc;	/*枠線の幅、線種、色*/
    border-radius: 0px;		/*角丸のサイズ*/
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#eaeaea));	/*グラデーション*/
    background: -webkit-linear-gradient(#FFF, #eaeaea);	/*同上*/
    background: linear-gradient(#FFF, #eaeaea);			/*同上*/
    position: relative;
    /*overflow: hidden;*/
    margin-bottom: 15px;	/*ボックス同士のスペース*/
    margin: 10px 10px;
}
#main_bbs section.list a {
    display: block;
    position: relative;
    padding: 10px;	/*ボックス内の余白*/
    text-decoration: none;
    overflow: hidden;
}
/*マウスオン時*/
#main_bbs section.list a:hover {
    background: #FFF;	/*背景色*/
}
/*ボックス内の段落タグ設定*/
#main_bbs section.list p {
    color: rgba(0, 0, 0, 0.69);	/*文字色*/
    font-size: 15px;
    /*line-height: 18px;*/
    padding: 0px;
    top:10px
    /*background-color: white;*/
}

/*タグ
---------------------------------------------------------------------------*/
.tag_bbs{
    /*position: absolute;*/
    left:13%;
    bottom: 10px;
}

.tagWhite,
.tagBlue,
.tagRed
{
    color: #7e7e7e;
    background-color: white;
    padding: 5px 12px;
    font-size: 12px;
    border: 1px solid #7e7e7e;
    border-radius: 30px;
    display: inline-block;
}


.tagWhite {
    background-color: white;
}

.tagBlue {
    background-color: rgba(135, 193, 230, 0.5);
}

.tagRed {
    background-color: rgba(252, 152, 144, 0.5);
}

.exp{
    padding-left: 10px;
    font-size: 14px;
}

.list_foot{
    padding-top:15px;
    padding-bottom:10px;
    height: 70px;
    background-color: white;
    /*font-weight: 100;*/
    color: #777;
    text-align: center;
    vertical-align: middle;
    margin: 10px 10px;
    font-size: 15px;
}

.list_foot span{
    vertical-align: middle;
}






/* 解像度低めのPC
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

@media screen and (max-width:1024px) and (min-width:767px)	{

    /*menu.html内のメニュー案内の各ブロック
       ---------------------------------------------------------------------------*/
    /*各ボックスの設定*/
    #main_bbs section.list {
        width: auto;
        margin: 10px 10px;
    }

    .tag_bbs{
        left:15%;
    }


}

/* タブレット
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/


@media screen and (max-width:768px) and (min-width:481px)	{

    /*main,subコンテンツ
    ---------------------------------------------------------------------------*/
    #main_bbs {
        float: none;
        width: 90%;
        margin:10px 5%;
    }

    #main_bbs p {
        overflow:scroll;
    }


    /*menu.html内のメニュー案内の各ブロック
   ---------------------------------------------------------------------------*/
    /*各ボックスの設定*/
    #main_bbs section.list {
        width: auto;
        margin: 5px;
    }

    .tag_bbs{
        left: 17%;
        top:55%;
        bottom: auto;
    }

    .tagWhite,
    .tagBlue,
    .tagRed
    {
        padding: 2px 5px;
        font-size: 11px;
    }

    .list_foot{
        width: auto;
        margin: 10px 20px;

    }

}




/* スマートフォン
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/


@media screen and (max-width:480px)	{


    /*main,subコンテンツ
---------------------------------------------------------------------------*/
    #main_bbs {
        margin:2px;
        padding-bottom: 20px;
        overflow: auto;
    }

    #main_bbs p.exp {
        font-size: 10px;
    }

    #main_bbs h5{
        padding: 5px 0px;
        text-align: center;
    }

    #main_bbs, #sub {
        float: none;
        width: auto;
    }
    #main_bbs p {
        padding: 0px;	/*左から、上、左右、下への余白*/
        /*font-size: 12px;*/
        font-size: 15px;
        line-height: 15px;
        overflow:scroll;
    }



    /*menu.html内のメニュー案内の各ブロック
    ---------------------------------------------------------------------------*/
    /*各ボックスの設定*/
    #main_bbs section.list {
        width: auto;
        margin: 10px 0px;
        padding: 5px 0px;
    }
    /*ボックス内の段落タグ設定*/
    #main_bbs section.list p {
        margin-left: 0;
        font-size: 13px;
        /*line-height: 12px;*/
        /*margin-left: 35%;*/
        margin-bottom: 5px;
    }
    #main_bbs section.list a {
        padding: 10px;	/*ボックス内の余白*/
    }

    .tag_bbs{
        left: 19%;
        top:55%;
        bottom: auto;
    }

    .tagWhite,
    .tagBlue,
    .tagRed
    {
        padding: 2px 5px;
        font-size: 11px;
    }

    .list_foot{
        width: auto;
        margin: 10px 0px
    }
    .list_foot span{
        font-size: 12px;
    }


}