﻿p{

    margin: 0px;

}



/* 背景（枠線：薄グレー、背景色：薄黄色） */

.backstyle01{

    border: 1px solid #C0C0C0;

    background-color: #FFFFCC;

    margin-left: 10px;

    margin-bottom: 10px;

    overflow: hidden;

}



/* イベントキャッチ */

.headline01{

    color: #FF6600;

    font-weight: bold;

    font-size: 13pt;

    line-height: 1.3em;

}



/* サブヘッダー（店舗イベントタイトル等） */

.subheader01{

    background-color: #E38C18;

    color: #FFFFFF;

    font-weight: bold;

    font-size: 11pt;

    height: 22px;

    line-height: 1.5em;

    text-indent: 0.5em;

    margin-bottom: 10px;

}



/* サブヘッダー（プロフィール人物名等） */

.subheader02{

    margin: 0px 0px 10px 0px;

    background-color: #3D2D21;

    color: #FFFFFF;

    text-indent: 0.5em;

    height: 18px;

    line-height: 1.6em;

}



/* サブヘッダー（イベント詳細太字部分等） */

.subheader03{

    font-size: 11pt;

    margin-top: 10px;

    margin-bottom: 5px;

}



/* 本文スタイル（日時等） */

.comment01{

    font-weight: bold;

    line-height: 1.5em;

    margin-left: 10px;

    margin-bottom: 5px;

}



/* 本文スタイル（説明文等） */

.comment02{

    line-height: 1.5em;

    margin-left: 10px;

    margin-bottom: 10px;

}