﻿#Div_HeaderMenuBar
{
    display:none;
}

.pb_lv 
{
    margin:0 !important;
    display: flex;
    justify-content: center;
    align-items: center; 
    height:21px;
}

.unf2
{
    width:48px !important;
    padding: 0 !important;
}

.unc2
{
    display: flex;
    justify-content: center;
    align-items: center;
    height:21px;
}

.youtube 
{
    position: relative;
    aspect-ratio: 4/3;
    width: 100%;
}

.youtube > iframe 
{
    max-width: 750px;
    aspect-ratio: 4/3;
    width: 100% !important;
    height: unset !important;
}

/* PC版とスマホ版の全体的にかけるCSS */
@media (min-width: 768px) 
{
    body, 
    div, 
    dl, 
    dt, 
    dd, 
    ul, 
    ol, 
    li, 
    h1, 
    h2, 
    h3, 
    h4, 
    h5, 
    h6, 
    pre, 
    form, 
    fieldset, 
    input, 
    textarea, 
    p, 
    blockquote, 
    th, 
    td	
    {
        margin: 0;
        padding: 0;
    }

    body
    {
        background:url("http://caucle.jp/img/maikosunback0.jpg");
        background-color:#c2c6f3;
        background-repeat: repeat-x;
        margin-left:auto;
        margin-right:auto;
        text-align : left;
        padding-top : 0px;
        position:relative;
        top:0px;
    }

    html 
    {
        overflow-y: scroll;
    }

    img, abbr, acronym, fieldset	
    {
        border: 0;
        vertical-align: bottom;
    }

    li
    {
        list-style-type: none;
    }

    .pager_b a
    {
    color : #C8000E;
    }
        
    .pager_b a:visited
    {
        color : #C8000E;
    }

    .pager_t a 
    {
        color : #C8000E;
    }

    .pager_t a:visited 
    {
        color : #C8000E;
    }

    .pager_b
    { 
        height:20px;
        font-size : 17px;
        font-weight: bold; 
        color : #C8000E;
        font-family: "メイリオ";
    }

    .pager_t
    { 
        height:25px;
        font-size : 17px;
        font-weight: bold; 
        color : #C8000E;
        margin-left:5px;
    }

    #pager_t
    {
        display:none;
    }

    a
    {
        color : #C8000E;
        text-decoration: none;
    }

    a:visited
    {
        color: #071856;
    }

    .mobile
    {
        display:none;
    }
}

@media (max-width: 767px) 
{
    body,
    div,
    dl,
    dt,
    dd,
    ul,
    ol,
    li,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    pre,
    form,
    fieldset,
    input,
    textarea,
    p,
    blockquote,
    th,
    td 
    {
        margin: 0;
        padding: 0;
    }

    hr
    {
        color: #cccccc;
        width: 100%;
        border-width: 1px 0 0 0;
    }

    body 
    {
        width:100%;
        text-align: center;
        text-align: left;
        font: 90%/1.3em Verdana, Tahoma, arial, sans-serif;
        color: #000000;
        background-color: #fafafa;
        background-image: url(http://caucle.jp/img/carboxback.jpg);
        background-position: top;
        background-repeat: repeat-x;
        font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    }

    .container.mobile .mb-3 .mb-md-4 img 
    {
        text-align: center !important;
    }

    .up_okitabilogo 
    {
        margin: 0px;
        padding: 0px;
        clear: both;
        float: left;
        position: absolute;
        top: 5px;
        left: 100px;
    }

    a 
    {
        color: #0c0e4b;
        text-decoration: none;
    }

    .pager_b
    {
        height: 20px;
        font-size: 16px;
        font-weight: bold;
        z-index: 5;
    }

    .pager_t 
    {
        height: 25px;
        font-size: 14px;
        font-weight: bold;
        z-index: 1;
        margin-left: 5px;
    }

    .pb_lv 
    {
        display: none;
    }
    .unun 
    {
        display: none;
    }
    .unb2 
    {
        display: none;
    }

    img 
    {
        max-width: 100%;
    }

    .container-fluid
    {
        display:none;
    }

    .pc 
    {
        display:none;
    }
} 
.footer_category 
{
    width:100%;
    text-align: center;
    font-family: "メイリオ";
    color: #fff;
    padding-top:2px;
    height: 30px;
    /* For WebKit (Safari, Google Chrome etc) */
    background: -webkit-gradient(linear, left top, left bottom, from(#c1171e), to(#ed1c24));
    /* For Mozilla/Gecko (Firefox etc) */
    background: -moz-linear-gradient(top, #c1171e, #ed1c24);
    /* For Internet Explorer 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFc1171e, endColorstr=#FFed1c24);
    /* For Internet Explorer 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFc1171e, endColorstr=#ffed1c24)";
    font-size: 10px;
    position:relative;
    top:30px;
}

* html #home 
{
    position:absolute;
    top:0px;
    left:0px;
    z-index: 22;
}

#home 
{
    position:fixed;
    top:0px;
    left:0px;
    z-index: 23;
}

div#fixbot 
{
    position:fixed;
    bottom:15px;
    right:0px;
    font-size: 14px;
    z-index:20;
}

div#pagetop 
{
    position:fixed;
    bottom:60px;
    right:0px;
    font-size: 14px;
    z-index:19;
}
    
/* pc */
@media (min-width: 768px) 
{
    .carcle_main_menu_block
    {
        text-align:left;
        padding : 0px auto 0px 0px;
        position: relative;
        bottom: 60px;
        left : 80px;
        display:none;
    }

    #top{
        position:relative;
        top: 30px;
    }
    
    div#fix 
    {
        position:fixed;
        bottom:15px;
        right:0px;
        font-size: 14px;
    }

    #carcle_footer
    {
        width:980px;
        clear:both;
        font-size:100%;
        margin:auto;
        text-align:center;
        color: #000000; 
        position:relative;
        top:20px;
        display:normal;
    }

    #carcle_footer a
    {
        color : #000000;
    }

    #carcle_footer a:visited 
    {
        color : #000000;
    }

    #footer
    {
        text-align:right;
        color : #999999;
    }

    #footer a 
    {
        text-align:right;
        color : #000000;
    }

    #footer a:visited 
    {
        text-align:right;
        color : #000000;
    }
    
    #contents_body
    {
        width:1030px;  
        margin:auto;
    }
    }
    
/* mobile */
@media (max-width: 767px) {
    /* 横幅が767px以下の場合に適用するスタイル */
    #carcle_footer 
    {
        display: none;
        width: 100%;
        font-size: 100%;
        margin: auto;
        text-align: center;
        color: #000000;
    }

    #carcle_footer_ad 
    {
        width: 100%;
        clear: both;
        font-size: 90%;
        margin: auto;
        text-align: center;
        color: #00844a;
        position: relative;
        top: 0px;
    }
    
    #carcle_footer_ad2 
    {
        width: 100%;
        clear: both;
        font-size: 110%;
        margin: auto;
        text-align: right;
        color: #00844a;
        position: relative;
        top: 0px;
    }
    
    #footer 
    {
        display: none;
    }
    
    #carcle_footer
    {
        display: none;
    }
} 
@media (min-width: 768px)
{
    #mirahead
    {
        width:1049px;
        height:263px;
        position:relative;
        top:30px;
    }
    
    .banner1 
    {
        position: relative;
        left: -5px; /* 画像を左へ移動 */
        top: -5px; /* 画像を上へ移動 */
        margin-top: 4px;
        padding: 6px 6px 6px 6px; /* 画像枠 */
        background-color: #f3faf9; /* paddingを設定した場合の背景色 */
        border-top: 0px solid #999999; /* 画像の枠線 */
        border-left: 0px solid #999999;
    }

    .wakutop
    {
        padding-right: 0px;
        padding-left: 0px;
        background: url(https://carcle.jp/users/129/img/temp/whead2.jpg) no-repeat center top; 
        padding-bottom: 0px;
        height: 10px;
        padding-top: 5px
    }
    
    .up_carclelogo
    {
        z-index: 1;
        width:209px;
        height:37px;
        margin: 0px;
        padding: 0px;
        clear: both;
        position: relative;
        top: 9px;
        left: 65px;
    }

    .up_haikei
    {
        background-image: url(http://caucle.jp/img/maikosunheader.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        height: 0px;
        clear:both;
    }

    /* ページャー */
    .pager_b
    { 
        height:20px;
        font-size : 14px;
        font-weight: bold; 
        z-index: 1;
    }

    .pager_t
    { 
        height:25px;
        font-size : 14px;
        font-weight: bold; 
        z-index: 1;
        margin-left:5px;
    }
    
    /* タイトルブロック */
    .pro_left
    {
        float:right;
        position: relative;
        right:-113px;
        top:-108px;
    }

    .pro_right
    {
        float:left;
        position: relative;
        right:-5px;
        top:-410px;
    }
    
    .prodimgposition
    {
        width : 100%;
    }

    .ad
    {
        text-align:center;	
        margin: 0px;
        padding: 0px;
        clear: both;
        position: relative;
        top:-210px;
        left:5px;
        height: 150px;
        width: 180px;
        background-color:#2f1e13;
    }
    
    .up_okitabilogo
    {
        margin: 0px;
        padding: 0px;
        clear: both;
        float: left;
        position: absolute;
        top: 5px;
        left :100px;
    }

    .up_description
    {
        margin : 0px auto auto 0px;
        font-size : 13px;
        font-weight:bold;
        color : #ffffff;
        text-align :left;
        height:80px;
        width:400px;
        overflow:auto;
        scrollbar-face-color: #000000;       /* 表面の色 */
        scrollbar-3dlight-color: #000000;    /* 左端と上端の色 */
        scrollbar-highlight-color: #666666;  /* ハイライトの色 */
        scrollbar-shadow-color: #666666;     /* 影の色 */
        scrollbar-darkshadow-color: #000000; /* 右端と下端 */
        scrollbar-arrow-color: #ffffff;      /* 矢印の色 */
        scrollbar-track-color: #666666;      /* バーの背景の色 */
    }

    .up_banner
    {  
        width:400px;
        margin-top : 0px;
        text-align : left;
        z-index: 0;
        position:relative;
        top:10px;
        left:30px;
    }

    .up_title
    {
        clear : both;
        margin-left:30px;
        margin-right:auto;
        margin-top:10px;

        font-size : 18px;
        text-decoration: none;
        font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
        font-weight: bold; 
    }

    #headmenu
    {
        position:relative;
        top:-25px;
        text-align: right;
        left:50px;
    }
    
    .up_title a
    {
        color: #ffffff;
    }

    .up_title a:visited
    {
        color: #f3e0c2;
    }

    .up_title a:hover
    {
        color: #fdef8e;
    }
}
    
@media (max-width: 767px) 
{
    /* 横幅が767px以下の場合に適用するスタイル */
    .container.mobile .mb-3 .mb-md-4 img 
    {
        text-align: center !important;
    }
    
    .section-inner 
    {
        clear: both;
        position: relative;
        top: 0px;
        left: 0px;
        font-size:1.3em;
        text-decoration: none;
        font-family: "Meiryo UI", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka",
            sans-serif;
        color: #000000;
    }

    .section-inner a 
    {
        color: #000000;
    }

    .section-inner a:visited 
    {
        color: #000000;
    }

    .section-inner a:hover 
    {
        color: #ff0000;
    }

    .section-inner a:active 
    {
        color: #000000;
    }

    .ad
    {
        padding: 0px;
        clear: both;
        float: left;
        position: relative;
        left: 110px;
        top: 0px;
        bottom: 10px;
        height: 72px;
        width: 468px;
    }

    .up_banner
    {
        text-align: center;
        width: 100%;
    }
    
    h1.up_title 
    {
        font-weight: 500;
        text-align: center;
        color: #000000;
        font-size: 1.5rem;
        text-decoration: none;
        font-family: "メイリオ" "Times New Roman";
        margin-bottom:10px;
        margin-top:10px;
    }
    
    .up_description 
    {
        text-align: left;
        padding-left: 50px;
        padding-top: 0px;
        font-size: 12px;
        color: #000;
        width: 100%;
        font-weight: bold;
        height: 50px;
        overflow: auto;
    }
} 
@media (min-width: 768px) 
{
    #blogbodymid
    {
        background-image : url(https://carcle.jp/users/1402/img/PICNIC/bm2.png);
        background-position : 0% 0%;
        background-repeat : repeat-y;
        position:relative;
        top:0px;
        width : 682px;
    }

    #blogbodyhead
    {
        position: relative;
        left:-3px;
        top:0px;

        background-image : url(https://carcle.jp/users/1402/img/PICNIC/bt.png);
        width:679px;
        height:29px;
    }

    #blogbodyfoot
    {
        position: relative;
        top:-5px;
        left:-3px;
        height:29;
    }

    .contents_block
    {
        width : 95%;
        margin : 0px;
        padding : 0px;
        border : none;
        margin-bottom : 0px;
        position: relative;
        bottom: 0px;
        position: relative;
        top:0px;
    }
}

@media (max-width: 767px) 
{
    /* 横幅が767px以下の場合に適用するスタイル */
} 
/* ------------------------------------------------
ナビゲーションボタン
------------------------------------------------ */
/* ボタン表示ブロック */
.carcle_main_menu_block
{
	font-weight : bolder;
	text-align:center;
	margin-top : 5px;
	margin-bottom : 5px;
	padding-top : 13px;
	padding-bottom : 13px;
}
.carcle_main_menu
{
	display : inline;
	padding-left : 5px;
	padding-right : 5px;
}
 
@media (min-width: 768px) {
/* 横幅が767px以下の場合に適用するスタイル */
/* ------------------------------------------------
プロフィール表示設定
------------------------------------------------ */
/* カーともコミュクラブ一覧 */
#ctl00_ContentPlaceHolder1_DataListResult{
margin-left:30px;
}

/* プロフィール表示テーブル */
.TblProf
{
	border-collapse:collapse;
	border : solid 5px #D3D3D3;
        width : 630px;

       background-color : #ffffcc;
}
td.TblProf 
{
	border : solid 1px #ffffff;
        width : 450px;
}

/* 新着情報表示テーブル */
.TblProf_News
{
	border-top : solid 1px #D3D3D3;
	border-right : solid 1px #D3D3D3;
	border-bottom : solid 1px #D3D3D3;
	border-left : solid 1px #D3D3D3;
        width : 450px;
        color : #141414;
}
.TblProf_News a
{
        color : #0011BB;
}
.td.TblProf_News
{}

.th.TblProf_News 
{
	border : none;

}
.TblProf_News_Th
{
        background: #E6E6FA url(https://carcle.jp/users/129/img/temp/blog-2.gif);
        color : #ffffff;
        font-weight: bold;
        height : 35px;

	background-repeat: no-repeat;
	border : solid 1px #E6E6FA;
}

.TblProf_News_Td
{
        background : #E6E6FA;
        padding-left : 13px;
        padding-right : 10px;
        width : 450px;
}
.TblProf_Photo ,
td.TblProf_Photo ,
th.TblProf_Photo 
{
	border : none;
}

/* 新着情報表示テーブル */
.TblProf_Intro
{
	border-collapse:collapse;
	border-top : solid 1px #000000;
 background : #E6E6FA;


}
td.TblProf_Intro ,
th.TblProf_Intro 
{
	border : solid 0px #ffffff;
        margin-bottom : 30px;

}
/* ------------------------------------------------
マイカー表示設定
------------------------------------------------ */
/* マイカーブロック */
.mycar
{
	width : 430px;
	margin-bottom : 5px;
	border : thick solid #e4fbe4;
	padding : 5px;
	color: #666666;
	margin-right: auto;
	margin-left: auto;
	
}
.mycar td
{
	
	padding-left : 13px;
	padding-right : 10px;
	width : 430px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b3e6b3;
}

/* マイカー画像 */
.mycar_image
{
	display : block;
	text-align : center;
	margin-bottom : 5px;
}
/* マイカー説明 */
.mycar_text
{
	padding : 10px;
	background-color: #e9fbe9;
	border-top: 3px solid #b3e6b3;
	color: #333333;
}/* イベント */


.event
{
       	border : solid 3px #cccccc;	
         background-color : #a7c8dc;
        color : #000000;
	width : 630px; 
        margin-left : 15px;
}

.event_title
{
	font-weight : bolder;
	padding : 10px 5px 10px 0px;
	font-size: 17px;
        BACKGROUND: url(https://carcle.jp/users/1/img/sozai/ibent-1.gif) no-repeat ;
        text-indent : 6em;
	vertical-align:text-top;
	line-height: 48px; 
        border : 0px;
        
}

.event_data
{
        BACKGROUND: url(https://carcle.jp/users/1/img/sozai/enevt-2.gif) repeat-x ;
	border : solid 5px #fed071;	
        font-weight: bold;
	width : 590px;
}
.event_text
{
	margin : 0px 0px 10px 5px;
	width : 600px;
	
}
.event_comment
{

        margin-left : 15px;
}
.event_comment_body
{
	line-height : 150%;
	width :550px;
	padding : 5px;
	margin-bottom : 0px;
        margin-left : 0px;
     	border-top: 1px solid #CCCCCC;
     	border-right: 1px solid #CCCCCC;
     	border-left: 1px solid #CCCCCC;
     	border-bottom: 1px solid #CCCCCC;
	background-color: #f5f9fb;
}
.event_comment_posted
{
	font-size : 11px;
	text-align : right;
	border-top: 0px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
        height : 0px;
	line-height: 20px;
        padding-top: 11px;
        padding-bottom : 5px;
        background-image: url();
}
       
.event_comment_text
{
       padding : 15px;
	background-color: #ffffff;
}

.ctl00_ContentPlaceHolder1_Div_PostCommentFrame
{
	line-height : 120%;
	width : 305px;
	margin-top : 20px;
	margin-bottom : 10px;
        margin-left : 5px;
     	border-top: 2px solid #3b619c;
     	border-right: 2px solid #3b619c;
     	border-left: 2px solid #3b619c;
     	border-bottom: 2px solid #3b619c;
	background-color: #9ebef5;
        padding: 10px;
        background-color: #cccccc;
        color : #000000;

}

.ctl00_ContentPlaceHolder1_FTBCComment_FTBInput1_OuterTable {
	width: 70%;
	background-color: #9EBEF5;
}

.ctl00_ContentPlaceHolder1_Table_FriendIntroduction
{
        background: #E6E6FA url(https://carcle.jp/users/129/img/temp/katomo-3.jpg);
        color : #ffffff;
        font-weight: bold;
        height : 40px;
        width : 400px;
	background-repeat: no-repeat;

}
#Div_Comment
{
	width : 80%; 
        margin-left : 30px;
}
/* カーともからの紹介文 */
.TblProf_Intro_Th
{
        background: #E6E6FA url(https://carcle.jp/users/129/img/temp/katomo-%ef%bc%94.jpg);
        color : #4e4e3f;
        font-weight: bold;
        height : 35px;
	background-repeat: no-repeat;

}
#ctl00_ContentPlaceHolder1_Table_FriendIntroduction
{
	border-top : solid 1px #000000;
	border-left : solid 1px #cccccc;
	border-right : solid 1px #cccccc;
	border-bottom : solid 1px #cccccc;
        width : 450px;

}

#ctl00_ContentPlaceHolder1_Table_FriendIntroduction
{
	border-top : solid 1px #cccccc;
	border-bottom : solid 1px #cccccc;
	border-right : solid 1px #cccccc;
	border-left : solid 1px #cccccc;
	background-color: #f6f7d5;
        color : #757664;
}

/* カーとも一覧 */
#ctl00_ContentPlaceHolder1_GridViewResult
{
        color : #000000;
}
h2
{
        color : #000000;
 	position: relative;
	left: 30px;
        margin-top : 0px;
        padding-top : 20px;
}
#Div_FriendList
{
       margin-left : 20px;
}

#ctl00_ContentPlaceHolder1_LabelDataInfo
{
        color : #000000;
        float: left;
 	position: relative;
	left: 30px;
}
}

@media (max-width: 767px) {
/* ------------------------------------------------
プロフィール表示設定
------------------------------------------------ */
/* プロフィール表示テーブル */

#profphoto img
{
         width : 200px;
}


.TblProf {
	padding: 5px;
        background-color: #f2f7fa;
	margin: auto;
	border: 5px solid #8acefd;
        margin-bottom: 20px;
	text-indent: 7pt;
	width : 65%;

}
TD.TblProf {
	 border: 0px solid #cccccc;
	height: 50px;
}
/* 新着情報表示テーブル */
.TblProf_News
{
	border-collapse:collapse;
	border: 6px double #8acefd;
	width : 95%;
        background-color: #f2f7fa;
}
td.TblProf_News ,
th.TblProf_News 
{
	border : none;
}

.TblProf_Photo
{
	width : 55%;
}


td.TblProf_Photo
{
	width : 200px;
}

th.TblProf_Photo 
{
	border : solid 10px #f0f0f0;
        width: 100px;
}

/* 新着情報表示テーブル */
.TblProf_Intro
{
	border-collapse:collapse;
	border : solid 1px #cccccc;
}
td.TblProf_Intro ,
th.TblProf_Intro 
{
	border : solid 10px #cccccc;
}

/* ------------------------------------------------
マイカー表示設定
------------------------------------------------ */
/* マイカーブロック */
.mycar
{
	width : 579px;
	border: 7px double #8acefd;
        background-color: #f2f7fa;
	padding : 8px;
}

/* マイカー画像 */
.mycar_image
{
	padding-top: 0px;
	padding-bottom: 0px;
        background-color: #f2f7fa;
	border: 4px solid #8acefd;
        margin-bottom: 5px;
        margin-top: 30px;
	width : 600px;
	text-align: center;

}
/* マイカー説明 */
.mycar_text
{
	padding : 3px;
}
} 
@media (min-width: 768px) 
{
    #blogbodymid
    {
        background-image : url(https://carcle.jp/users/1402/img/PICNIC/bm2.png);
        background-position : 0% 0%;
        background-repeat : repeat-y;
        position:relative;
        top:0px;
        width : 682px;
    }

    #blogbodyhead
    {
        position: relative;
        left:-3px;
        top:0px;

        background-image : url(https://carcle.jp/users/1402/img/PICNIC/bt.png);
        width:679px;
        height:29px;
    }

    #blogbodyfoot
    {
        position: relative;
        top:-5px;
        left:-3px;
        height:29;
    }

    .contents_block
    {
        width : 95%;
    }

    /* ------------------------------------------------
    サイドメニューコンテンツ表示設定（左右共通）
    ------------------------------------------------ */
    #ctl00_MyFriends
    {
        padding-left:50px;
    }

    #ctl00_MyMember
    {
        padding-left:50px;
    }

    #ctl00_MyOwnersLink
    {
        padding-left:50px;
    }

    #ctl00_MyCommuLink
    {
        padding-left:50px;
    }

    .side_block
    {
        width:359px;
        filter: alpha(opacity=89);
        -moz-opacity:0.95;
        opacity:0.95;
        position: relative;
        top:-43px;
        background-repeat : no-repeat;
        left:0px;
    }

    /* サイドメニュータイトル */
    .side_title
    {
        color : #666666;
        font-weight : bolder;
        text-align : center;
        padding-left : 4px;
    }

    /* サイドメニュー内画像表示位置 */
    .sideimage
    {
        display : block;
        text-align : center;
        padding : 2px;
    }
    
    /* サイドメニューコンテンツ内リンク文字 */
    .side a
    {
        text-decoration : none;
        color: 2b2b2b;
    }

    .side a:hover
    {
        text-decoration : underline;
        color: #2b2b22;
    }

    .side_block a:visited
    {
            color: #2b2b23;
    }

    .side_contents_block
    {
        position:relative;
        top:0px;
        height:28px;
        z-index:3;
    }

    .side_bot
    {
        position:relative;
        top:0px;
        height:28px;
        z-index:3;
    }
    
    .side_contents_contents
    {
        width : 90%;
        text-align : left;
        position:relative;
        left:13px;
    }

    .side_body
    {
        background-image : url(https://carcle.jp/users/115/img/temp/maikosidemid.png);
        background-position : 0% 0%;
        background-repeat : repeat-y;
        position:relative;
        top:0px;
        width : 359px;
        z-index:5;
        padding-bottom:0px;
    }
        
    .side_contents_title_right
    {
        background-image : url();
        background-position : 100% 0%;
        background-repeat : no-repeat;
    }
        
    .side_contents_title_center
    {
    /* background-color : #; */
        background-position : 0% 0%;
        background-repeat : repeat-x;
    }

    .side_contents_bottom_left
    {
        background-position : 0% 100%;
        background-repeat : no-repeat;
    }
    
    .side_contents_bottom_right
    {
        padding-bottom : 5px;
        background-image : url();
        background-position : 100% 100%;
        background-repeat : no-repeat;
    }
    
    .side_contents_bottom_center
    {
        background-position : 0% 100%;
        background-repeat : no-repeat;
        width :260px;
        margin-left : 3px;
        margin-right : 3px;
    }
}
        
@media (max-width: 767px) 
{
    .side_contents_block img
    {
        display:none;
    }

    .side_bot img
    {
        display:none;
    }
    /* ------------------------------------------------
    サイドメニューコンテンツ表示設定（左右共通）
    ------------------------------------------------ */
    #ctl00_MyFriends
    {
        padding-left:50px;
    }
    #ctl00_MyMember
    {
        padding-left:50px;
    }

    #ctl00_MyOwnersLink
    {
        padding-left:50px;
    }

    #ctl00_MyCommuLink
    {
        padding-left:50px;
    }

    .side_block
    {
        width:359px;
        filter: alpha(opacity=89);
        -moz-opacity:0.95;
                opacity:0.95;
        position: relative;
        top:-43px;
        background-repeat : no-repeat;
        left:0px;
    }

    /* サイドメニュータイトル */
    .side_title
    {
        color : #666666;
        font-weight : bolder;
        text-align : center;
        padding-left : 4px;
    }

    /* サイドメニュー内画像表示位置 */
    .sideimage
    {
        display : block;
        text-align : center;
        padding : 2px;
    }
    
    /* サイドメニューコンテンツ内リンク文字 */
    .side a
    {
        text-decoration : none;
        color: #2b2b2b;
    }

    .side a:hover
    {
        text-decoration : underline;
        color: #2b2b22;
    }

    .side_block a:visited
    {
        color: #2b2b23;
    }
    
    .side_contents_block
    {
        position:relative;
        top:0px;
        height:28px;
        z-index:3;
    }

    .side_bot
    {
        position:relative;
        top:0px;
        height:28px;
        z-index:3;
    }
    
    .side_contents_contents
    {
        width : 90%;
        text-align : left;
        position:relative;
        left:13px;
    }

    .side_body
    {
        background-image : url(https://carcle.jp/users/115/img/temp/maikosidemid.png);
        background-position : 0% 0%;
        background-repeat : repeat-y;
        position:relative;
        top:0px;
        width : 359px;
        z-index:5;
        padding-bottom:0px;
    }
        
    .side_contents_title_right
    {
        background-image : url();
        background-position : 100% 0%;
        background-repeat : no-repeat;
    }
        
    .side_contents_title_center
    {
        /* background-color : #;
        background-position : 0% 0%;
        background-repeat : repeat-x; */
    }

    .side_contents_bottom_left
    {
        background-position : 0% 100%;
        background-repeat : no-repeat;
    }

    .side_contents_bottom_right
    {
        padding-bottom : 5px;
        background-image : url();
        background-position : 100% 100%;
        background-repeat : no-repeat;
    }
    
    .side_contents_bottom_center
    {
        background-position : 0% 100%;
        background-repeat : no-repeat;

        width :260px;
        margin-left : 3px;
        margin-right : 3px;
    }

    .side_body
    {
        background-image : none;
        background-position : 0% 0%;
        background-repeat : repeat-y;
        position:relative;
        top:0px;
        width : 359px;
        z-index:5;
        padding-bottom:0px;
    }
}

/* margin : 0px;
padding : 0px;
border : none;
margin-bottom : 0px;
position: relative;
bottom: 0px;
position: relative;
top:0px;
}
} */ 
 
 
<!-- pc.ver --> 
<div class="blog pc">
	<div class="blog_contents">
		<div class="blog_title">
			<img border="0" src="https://carcle.jp/users/115/img/temp/maikocar.png" style="vertical-align:-10px;">&nbsp;
            <a href="[--%CONTENTS_URL%--]">[--%CONTENTS_TITLE%--]</a>
		</div>

		<div class="blog_body">
            <div class="keisaibi">掲載日&nbsp;&nbsp;[--%POST_YEAR%--]/[--%POST_MONTH_S%--]/[--%POST_DAY_S%--]</div><div class="blog_writer">written by [--%POST_USERNAME%--]</div>
			<div class="blog_text">[--%CONTENTS_TEXT%--]</div>
		
			<!-- トラックバック受付OK時表示ブロック -->
			[--{SEND_TB_OK_BLOCK}--]
			
			[--{/SEND_TB_OK_BLOCK}--]

			<!-- トラックバック受付OK時表示ブロックここまで -->
                <div class="blog_posted">
                    [--%POST_DATE%--]
                    &nbsp;|&nbsp;<a href='[--%CATEGORY_URL%--]'>[--%CATEGORY%--]</a>
                    &nbsp;|&nbsp;<a href='[--%DISP_COMMENT_URL%--]'>COMMENT([--%COMMENT_COUNT%--])</a>
                </div>

                <!-- トラックバック受付NG時表示ブロック -->
                [--{SEND_TB_NG_BLOCK}--]
                [--{/SEND_TB_NG_BLOCK}--]
                <!-- トラックバック受付OK時表示ブロックここまで -->
        </div>
		
		<!-- コメント表示用ブロック -->
		[--{DISP_COMMENT_BLOCK}--]
			
        <!-- 【コメント表示用ブロック内専用】コメントなし時表示 -->
        [--{DISP_COMMENT_NOTHING}--]		
        [--{/DISP_COMMENT_NOTHING}--]
        <!-- 【コメント表示用ブロック内専用】コメントなし時表示ここまで -->
			
        <!-- 【コメント表示用ブロック内専用】コメントテンプレート -->
        [--{DISP_COMMENT_TEMPLATE}--]
				
        <div class="comment">
            <!-- 【コメント表示用ブロック内専用】コメント繰り返し表示部分テンプレート -->
            [--{DISP_COMMENT_REPEAT_TEMPLATE}--]
					
            <div class="line">
                <div class="comment_date">
                    <div class="comment_writer">
                        <div class="fot76">
                            <a href="[--%COMMENT_URL%--]" target="_blank">
                                <img src="[--%POSTUSER_IMG%--]" border="0"  width="60" height="60"  />
                            </a>
                        </div>
                        <br><br>[--%COMMENT_URLNAME%--]さんのコメント&nbsp;[--%COMMENT_DATE%--]
                        [<a href="[--%COMMENT_EDIT_URL%--]">編集</a>]
                    </div>
                    <div class="comment_body">
                        <div class="comment_text">
                            [--%COMMENT_TEXT%--]
                        </div>
                        <div class="comment_text2"></div>
                    </div>
                </div>
            </div>                 
		
            [--{/DISP_COMMENT_REPEAT_TEMPLATE}--]
            <!-- 【コメント表示用ブロック内専用】コメント繰り返し表示部分テンプレートここまで -->			
        </div>
				
        <!-- 【コメント表示用ブロック内専用】コメントテンプレート -->
        [--{/DISP_COMMENT_TEMPLATE}--]
        
        <!-- トップ画面専用・コメント受付NG時の表示ブロック -->
        [--{BLOGTOP_SEND_COMMENT_NG_BLOCK}--]
        <div style="margin-top:3px;text-align:right;">
            この記事はコメントの投稿を受け付けていません。<br />
        </div>

        [--{/BLOGTOP_SEND_COMMENT_NG_BLOCK}--]
        <!-- トップ画面専用・コメント受付NG時の表示ブロックここまで -->
        
        <!-- トップ画面専用・コメント受付OK時の表示ブロック -->
        [--{BLOGTOP_SEND_COMMENT_OK_BLOCK}--]

        <div class="write_comment">
            <a href="[--%SEND_COMMENT_URL%--]">
                <img border="0" src="https://carcle.jp/users/1/img/sozai/comesuru.gif">
            </a>
        </div>

        [--{/BLOGTOP_SEND_COMMENT_OK_BLOCK}--]
        <!-- トップ画面専用・コメント受付OK時の表示ブロックここまで -->
			
		[--{/DISP_COMMENT_BLOCK}--]
		<!-- コメント表示用ブロックここまで -->
	</div>
</div>


<!-- mobile.ver -->
<div class="blog mobile">
    <div class="blog_title">
        <a href="[--%CONTENTS_URL%--]">[--%CONTENTS_TITLE%--]</a>
    </div>
    <hr color="#cccccc" />
    <div class="blog_body">
        <div class="blog_text">[--%CONTENTS_TEXT%--]</div>

        <!-- トラックバック受付OK時表示ブロック -->
        [--{SEND_TB_OK_BLOCK}--] [--{/SEND_TB_OK_BLOCK}--]
        <!-- トラックバック受付OK時表示ブロックここまで -->

        <!-- トラックバック受付NG時表示ブロック -->
        [--{SEND_TB_NG_BLOCK}--] [--{/SEND_TB_NG_BLOCK}--]
        <!-- トラックバック受付OK時表示ブロックここまで -->
    </div>
    
    <!-- コメント表示用ブロック -->
    [--{DISP_COMMENT_BLOCK}--]

    <!-- 【コメント表示用ブロック内専用】コメントなし時表示 -->
    [--{DISP_COMMENT_NOTHING}--] [--{/DISP_COMMENT_NOTHING}--]
    <!-- 【コメント表示用ブロック内専用】コメントなし時表示ここまで -->

    <!-- 【コメント表示用ブロック内専用】コメントテンプレート -->
    [--{DISP_COMMENT_TEMPLATE}--]
    <div class="comment">
        <!-- 【コメント表示用ブロック内専用】コメント繰り返し表示部分テンプレート -->
        [--{DISP_COMMENT_REPEAT_TEMPLATE}--]
        <!-- <div class="line">
            <div class="comment_date">
                <div class="comment_writer">[--%COMMENT_DATE%--]　written by　[--%COMMENT_URLNAME%--]</div>
            </div>
        </div> -->
        [--{/DISP_COMMENT_REPEAT_TEMPLATE}--]
        <!-- 【コメント表示用ブロック内専用】コメント繰り返し表示部分テンプレートここまで -->
    </div>

    <!-- 【コメント表示用ブロック内専用】コメントテンプレート -->
    [--{/DISP_COMMENT_TEMPLATE}--]

    <!-- トップ画面専用・コメント受付NG時の表示ブロック -->
    [--{BLOGTOP_SEND_COMMENT_NG_BLOCK}--]
    <!-- <div style="margin-top: 3px; text-align: right">
        この記事はコメントの投稿を受け付けていません。
        <br />
    </div> -->
    [--{/BLOGTOP_SEND_COMMENT_NG_BLOCK}--]
    <!-- トップ画面専用・コメント受付NG時の表示ブロックここまで -->

    <!-- トップ画面専用・コメント受付OK時の表示ブロック -->
    [--{BLOGTOP_SEND_COMMENT_OK_BLOCK}--] [--{/BLOGTOP_SEND_COMMENT_OK_BLOCK}--]
    <!-- トップ画面専用・コメント受付OK時の表示ブロックここまで -->

    [--{/DISP_COMMENT_BLOCK}--]
    <!-- コメント表示用ブロックここまで -->
</div>

<br />
<div align="center"></div>
<br />
<br />
<br /> 
/* 記事情報ブロック */
.bbs_posted
{
	text-align : right;
	font-size : 11px;}
.bbs_body
{
    	width : 450px;
}

/* コメント */
.bbs_res
{
	line-height : 120%;

}
.bbs_res_body 
{ 
	padding-top : 0px;
	padding-bottom : 10px;
	border-top : solid 2px #000000;
	border-bottom : solid 1px #000000;
	width : 450px;
	margin-left : 0px;
	margin-bottom : 30px;
	background-color: #f3f6fc;

}
.bbs_res_text { 
	font-family: "ＭＳ Ｐゴシック";
	width : 360px;
	position: relative;
	left: 50px;
        margin : 0px;
        padding : 0px;#ffffff;
}

.bbs_res_posted 
{	
	background-color: #f3f6fc;
        height : 35px;
        padding : 0px 0px 0px 0px;
	border-bottom : dotted 0px #000000;
        text-align: left;
        float : left;
	width : 450px;
        BACKGROUND: #ddFFFF url(https://carcle.jp/users/116/img/e8e8e8-2.gif) center bottom;

}

.comment4
{
	line-height : 120%;
	width : 430px;
	margin-top : 20px;
	margin-bottom : 0px;
     	border-top: 2px solid #000000;
     	border-right: 0px solid #CCCCCC;
     	border-left: 0px solid #CCCCCC;
     	border-bottom: 1px solid #000000;
	background-color: #9ebef5;
        padding: 10px;
        color : #000000;

}
.comment5
{
        margin : auto;
        padding : 0px;
	width : 450px;

}
.comment_writer2
{
	text-align : left;
	height : 45px;
	padding-left : 0px;
	margin-top : 10px;
	BACKGROUND: #f3f6fc url(https://carcle.jp/users/1/img/sozai/come-3top.jpg) center center;
	font-size: 12px;
        margin-bottom : 0px;
	background-repeat: no-repeat;  

}
.comment_text5 {
        height : 20px;
        BACKGROUND: url(https://carcle.jp/users/1/img/sozai/come-3bot.jpg) center bottom;
	background-repeat: no-repeat;
	background-color: #f3f6fc;
}
.sample4 {
	vertical-align:text-top;
	line-height: -5px;
}
.comment_body2 {
	COLOR: #6a6d71;
        BACKGROUND: #f3f6fc url(https://carcle.jp/users/1/img/sozai/come-3mid.jpg)  repeat-y center bottom;
	padding: 0px;
	line-height: 1.3em;
	margin-bottom: 0px;

} 
@media (min-width: 768px) 
{
    /* ------------------------------------------------
    ブログ記事部分表示設定
    ------------------------------------------------ */
    /* 記事ブロック（タイトル・本文・著者情報を含む） */
    td 
    {
        background-color:  transparent;
    }
    
    .AutoThumb 
    {
        padding: 6px 10px 10px 6px; /* 画像枠 */
        background-color: #f3faf9; /* paddingを設定した場合の背景色 */
        border-top: 0px solid #999999; /* 画像の枠線 */
        border-left: 0px solid #999999;
        background: url(https://carcle.jp/users/1/img/1blog/shadow_004.gif) right bottom;
    }   
    
    .blog
    {
        color : #C8000E;
        text-align : left;
        padding-bottom : 10px;
        margin-bottom : 10px;
        position:relative;
        left:0px;
        background-image : url(https://carcle.jp/users/1402/img/PICNIC/bm2.png);
        background-position : 0% 0%;
        background-repeat : repeat-y;
        width : 682px;
    }

    .blog_contents
    {
        position:relative;
        left:5px;
        width : 98%;
    }
    
    .comment10
    {
        line-height : 120%;
        width : 500px;
        margin-top : 20px;
        margin-bottom : 0px;
        margin-left : 20px;
        border-top: 0px solid #3b619c;
        border-right: 0px solid #3b619c;
        border-left: 0px solid #3b619c;
        border-bottom: 0px solid #3b619c;
        background-color: #a7c8dc;
        padding: 10px;
        display : narmal;
    }

    #ctl00_ContentPlaceHolder1_GridViewSendList
    {
        border : solid 0px #a7c8dc;
    }
    
    #ctl00_ContentPlaceHolder1_PanelSendList
    {
        border : solid 0px #a7c8dc;
    }
        
    .write_comment
    {
        clear : both;
        text-align:left;
        margin-left : 22px;
        margin-top : 10px;
    }
    
    .blog a
    {
        color : #C8000E;
        text-decoration : none;
    }
    
    .blog a:hover
    {
        color : #01B02A;
        text-decoration : none;
    }
    
    .blog a:visited 
    {
        color : #C8000E;
        text-decoration : none;
    }  
    
    /* タイトルブロック */
    .blog_title
    {
        color : #C8000E;
        font-weight : bolder;
        padding-left : 10px;
        padding-top : 10px;
        font-size : 17px;
        width:620px;
        height:35px;
        clear:both;
        position:relative;
        top:-20px;
    }

    /* 本文ブロック */
    .blog_body
    {
        font-weight : normal;
        line-height : 120%;
        padding : 10px;
        padding-top : 5px;
        color : #000000;
    }

    .blog_body a
    {
        color : #0000CD;
        text-decoration : underline;
    }

    .blog_body a:hover
    {
        color : #ff0000;
        text-decoration : none;
    }
    
    .blog_body a:visited 
    {
        color : #0f3d6d;
        text-decoration : none;
    }  
        
    /* 投稿者名表示ブロック */
    .keisaibi
    {
        text-align : right;
        margin-right:50px;
        font-size : 13px;
        color : #0c1f59;
    }

    .blog_writer
    {
        text-align : right;
        margin-right:20px;
    }

    .keisaibi
    {
        display : none;
    }
    
    /* 記事情報ブロック */
    .blog_posted
    {
        text-align : left;
        font-size : 12px;
        display : normal;
        clear:both;
        position:relative;
        left:10px;
        top:0px;
    }
    
    /* トラックバックURL表示ブロック */
    .blog_trackback
    {
        font-size : 9px;
        padding : 5px;
    }
    
    .blog_trackback a
    {
        color : #C8000E;
    }
    
    /* 記事本文 */
    .blog_text
    {
        line-height : 160%;
        padding : 5px;
        font-size : 14px;
    }
    
    /* コメント */
    .fot76 
    {
        padding-bottom: 0px;
        margin: 0px;
        padding-left: 0px;
        padding-right: 0px;
        float: left;
        padding-top: 0px;
        position: relative;
        left: -10px;       
        top:3px;
    }
    
    .line
    {
        padding : 0px;
        margin-bottom : 0px;
        position:relative;
        left: 30px;
        margin-bottom:10px;
    }
    
    .comment
    {
        line-height : 120%;
        width : 500px;
        margin-top : 4px;
        margin-bottom : 0px;
        margin-left : 0px;
        border-top: 0px solid #000000;
        border-right: 0px solid #CCCCCC;
        border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #000000;
        background-color: #f3f4f3;
    }

    .comment_date { }

    .comment_body 
    {
        background: transparent 
        url(https://carcle.jp/users/1402/img/500comemid.png) center ;
        background-repeat: repeat-y;
    }

    .comment_text 
    {
        color: #141312;
        padding-left: 35px;
        padding-right: 70px;
    }

    .comment_text2 
    {
        height : 25px;
        background: #f3f4f3 
        url(https://carcle.jp/users/1402/img/500comebot.png) center bottom;
        background-repeat: no-repeat;
    }

    .comment_writer
    {
        font-size : 11px;
        text-align : left;
        border-top: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
        padding-left : 50px;
        background: #f3f4f3 
        url(https://carcle.jp/users/1402/img/500cometop.png) center bottom;
        background-repeat: no-repeat;
        color: #141312;
        height : 76px;
    }

    .comment_writer a
    {
        color: #000066;
        font-weight : bolder;
    }

    /* トラックバック一覧 */
    .tblist
    {
        line-height : 120%;
        width : 400px;
        padding : 10px;
        margin-bottom : 5px;
    }

    .tblist_date { }
    .tblist_body { }
    .tblist_title { }
    .tblist_text { }

    .tblist_writer
    {
        font-size : 11px;
        text-align : right;
    }
}
    
@media (max-width: 767px) 
{
    /* ------------------------------------------------
    ブログ記事部分表示設定
    ------------------------------------------------ */
    #ctl00_ImageButtonFriendRequestBtm 
    {
        display: none;
    }

    #ctl00_ImageButtonSendMessageBtm 
    {
        display: none;
    }

    .AutoThumb 
    {
        margin-right: 15px;
        margin-top: 12px;
    
        box-shadow: 0px 0px 5px #888888;
        -moz-box-shadow: 0px 0px 5px #888888;
        -webkit-box-shadow: 0px 0px 5px #888888;
    
        -ms-filter: "progid:DXImageTransform.Microsoft.Glow(color=#cbcaca,strength=0) progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=180,strength=6)";
        filter: progid:DXImageTransform.Microsoft.Glow(color=#cbcaca,strength=0) progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=180,strength=6);
        /*float:left;*/
        border: 0px solid #ffffff;
    }
    
    /* 公開レベルの背景 */
    
    .displimits 
    {
        background-image: url(https://carcle.jp/users/1/img/sozai/r_arrow-2.png);
        background-repeat: no-repeat;
        background-position: left;
        text-indent: 30px;
        position: relative;
        left: 10px;
        font-size: 13px;
        font-weight: bold;
        border-top: 5px solid #ccffff;
        border-bottom: 5px solid #ccffff;
        border-right: 5px solid #ccffff;
        border-left: 5px solid #ccffff;
        padding-top: 6px;
        padding-bottom: 6px;
        width: 95%;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    
    .datelimit 
    {
        font-size: 13px;
        font-weight: bold;
    }
    
    /* フォト風フレーム */
    
    /* 記事ブロック（タイトル・本文・著者情報を含む） */
    .commentright 
    {
        float: right;
        clear: right;
        padding-bottom: 0px;
        margin: 5px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }

    .commentleft {}
    
    .fot76 
    {
        padding-bottom: 0px;
        margin: 10px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        height: 100px;
    }
    
    .displimits 
    {
        background-image: url(https://carcle.jp/users/1/img/sozai/r_arrow-2.png);
        background-repeat: no-repeat;
        background-position: left;
        text-indent: 30px;
        position: relative;
        left: 5px;
        font-size: 13px;
        font-weight: bold;
    }
    
    .datelimit 
    {
        font-size: 12px;
        font-weight: normal;
    }
    
    .blog 
    {
        text-align: left;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }

    /* タイトルブロック */
    .blog_title 
    {
        font-size: 20px;
        font-weight: bolder;
        padding: 0px;
        line-height: 30px;
        max-width: 100%;
    }
    
    /* 本文ブロック */
    .blog_body 
    {
        font-weight: normal;
        line-height: 120%;
        padding: px;
        font-size: 13px;
    }
    
    /* 投稿者名表示ブロック */
    .blog_writer 
    {
        display: none;
        text-align: left;
    }
    
    /* 記事情報ブロック */
    .blog_posted 
    {
        text-align: left;
        font-size: 11px;
        position: relative;
        left: -30px;
    }
    
    /* トラックバックURL表示ブロック */
    .blog_trackback 
    {
        font-size: 9px;
        padding: 5px;
    }
    
    /* 記事本文 */
    .blog_text 
    {
        line-height: 160%;
        padding: 0px;
    }
    
    /* タイトルリンク */
    .blog_title a {}
    .blog_title a:hover {}
    
    /* 記事本文中リンク */
    .blog_text a {}
    .blog_text a:hover {}
    /* 著者情報表示中リンク */
    .blog_posted a {}
    .blog_posted a:hover {}
    
    /* コメント */
    .line 
    {
        border: 0px solid #cccccc;
        padding: 0px;
        margin-bottom: 0px;
    }
    
    .comment 
    {
        line-height: 120%;
        padding: 0px;
        margin-bottom: 0px;
        border-top: 0px solid #cccccc;
        border-right: 1px solid #cccccc;
        border-left: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
    }

    .comment_date {}

    .comment_body 
    {
        color: #6a6d71;
        background-color: #ffffff;
        border: 0px solid #cccccc;
        padding: 0px;
        line-height: 1.3em;
        margin-bottom: 0px;
        min-height: 90px;
    }

    .comment_text 
    {
        padding: 15px 5px 5px 15px;
    }

    .comment_writer 
    {
        font-size: 11px;
        text-align: left;
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
        background-color: #ffe2c5;
        height: 25px;
        line-height: 25px;
        padding-left: 10px;
    }
    
    /* トラックバック一覧 */
    .tblist 
    {
        line-height: 120%;
        padding: 5px;
        margin-bottom: 5px;
    }

    .tblist_date {}
    .tblist_body {}
    .tblist_title {}
    .tblist_text {}

    .tblist_writer 
    {
        font-size: 11px;
        text-align: left;
    }

    #blogbodyfoot img
    {
        display:none;
    }
} 
 
