br.clear {display:inline;}

/* サイドメニュー
--------------------------------------------- */
div#leftcolumn .widget {
    margin-bottom: 20px;
}
div#leftcolumn .widget-header {
    color: #644545;
    margin: 0 0 8px;
    padding: 3px 0;
    border-bottom: 2px solid #300
}
div#leftcolumn .widget-content {}

/* 最近のブログ記事
--------------------- */
div#leftcolumn .widget-recent-entries li {
    _height: 1px;
    padding: 0;
}
div#leftcolumn .widget-recent-entries li a {
    display: block;
    padding: 2px 0 2px 20px;
    background-image: url(../../user_data/packages/default/img/common/l_arrow_off.gif);
    background-repeat: no-repeat;
    background-position: 0 5px;
}
div#leftcolumn .widget-recent-entries li a:hover {
    background-image: url(../../user_data/packages/default/img/common/l_arrow_on.gif);
}

/* 最近のコメント
--------------------- */
div#leftcolumn .widget-recent-comments li {
    _height: 1px;
    padding: 2px 0 2px 20px;
    background-image: url(../../user_data/packages/default/img/common/l_arrow_off.gif);
    background-repeat: no-repeat;
    background-position: 0 5px;
}

/* カテゴリ
--------------------- */
div#leftcolumn .widget-archive-category li {
    padding: 0;
    _height: 1px;
}
div#leftcolumn .widget-archive-category li a {
    display: block;
    padding: 2px 0 2px 20px;
    background-image: url(../../user_data/packages/default/img/common/l_arrow_off.gif);
    background-repeat: no-repeat;
    background-position: 0 5px;
}
div#leftcolumn .widget-archive-category li a:hover {
    background-image: url(../../user_data/packages/default/img/common/l_arrow_on.gif);
}
div#leftcolumn .widget-archive-category li li {
    padding-left: 8px;
}

/* アイテム
--------------------- */
div#leftcolumn div.widget-recent-assets ul {
    width: 100%;
    padding: 0;
    margin: 0;
}
div#leftcolumn div.widget-recent-assets ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
div#leftcolumn div.widget-recent-assets li {
    display: inline;
    float: left;
    width: 90px;
    height: 90px;
    padding: 0;
    margin: 0 5px 5px 0;
}
div#leftcolumn div.widget-recent-assets li a {
    overflow: hidden;
    display: block;
    width: 88px;
    height: 88px;
    padding: 0;
    margin: 0;
    border: 1px solid #300;
}
div#leftcolumn div.widget-recent-assets li a:hover {
    border-color: #866767;
}


/* .entry
--------------------------------------------- */
div.entry {
    clear: both;
    margin: 25px 0 0;
    padding: 0 0 10px;
    border-bottom: 8px solid #f0f0f0;
}
body.mt-individual div.entry {
    margin: 0 0 25px;
}
div.entry hr {
    clear: both;
}

/* .asset-header
--------------------------------------------- */
div.entry div.asset-header {
    margin-bottom: 1.5em;
}
div.entry div.asset-header h3 {
    font-size: medium;
    font-weight: bold;
    color: #e61688;
    clear: both;
    margin: 1em 0 0;
    padding: 0;
}

div.entry div.asset-header div.asset-meta {
    text-align: right;
    font-size: 95%;
    margin: 0 0 8px;
}

/* .asset-content
--------------------------------------------- */
.asset-content {
    margin: 0 10px;
}

.asset-content em {
    font-weight: bold;
}
.asset-content strong {
    font-weight: bold;
    color: #e82c21;
}
.asset-content h3 {
    font-size: medium;
    color: #e61688;
    clear: both;
    margin: 1em 0;
    padding: 0 0 .25em 10px;
    border-left: 7px solid #e61688;
    border-bottom: 1px dotted #e61688;
}
.asset-content h4 {
    font-size: medium;
    color: #e61688;
    clear: both;
    margin: 1em 0;
    padding: 0 0 0 10px;
    border-left: 7px solid #e61688;
}
.asset-content p {
    margin: 0 0 1em;
    padding: 0;
}
.asset-content ul,
.asset-content ol,
.asset-content dl {
    margin: 0 0 1em;
    padding: 0;
}
.asset-content ul ul,
.asset-content ul ol,
.asset-content ul dl,
.asset-content ol ul,
.asset-content ol ol,
.asset-content ol dl,
.asset-content dl ol,
.asset-content dl dl {
    margin: 0;
}
.asset-content ul li {
    display: list-item;
    list-style-type: disc;
    margin-left: 1em;
}
.asset-content ul li ul li {list-style-type: circle;}
.asset-content ul li ul li ul li {list-style-type: square;}
.asset-content ul li ul li ul li ul li {list-style-type: disc;}
.asset-content ul li ul li ul li ul li ul li {list-style-type: circle;}
.asset-content ul li ul li ul li ul li ul li ul li {list-style-type: square;
}
.asset-content ol li {
display: list-item;
list-style-type: decimal;
margin-left: 1em;
}
.asset-content ol li ol li {list-style-type: lower-latin;}
.asset-content ol li ol li ol li {list-style-type: decimal;}
.asset-content ol li ol li ol li ol li {list-style-type: lower-latin;}

.asset-content dt {
    font-weight: bold;
}
.asset-content dd {
    margin: 0 0 1em 1em;
    padding: .6em 0 0 2em;
}

.asset-content table {
    margin: 0 0 1em;
}
.asset-content table ul,
.asset-content table ol {
    margin: 0;
}



/* .asset-footer
--------------------------------------------- */
.asset-footer {
    clear: both;
}

.asset-footer .entry-categories ul li {
    display: inline;
}

/* トラックバック
--------------------------------------------- */
div#trackbacks {
    margin-bottom: 15px;
}
div#trackbacks h2 {
    line-height: 1.2;
    font-weight: normal;
    padding: 0 0 0 10px;
    margin: 15px 0;
    border-left: 3px double #340000;
}
div#trackbacks div.trackbacks-info {
    overflow: auto;
    padding: 8px;
    margin: 0 10px;
    background-color: #f5f5f5;
    border: 1px dashed #555;
}


/* コメント
--------------------------------------------- */
div#comments {}
div#comments h2 {
    line-height: 1.2;
    font-weight: normal;
    padding: 0 0 0 10px;
    margin: 15px 0;
    border-left: 3px double #340000;
}

div#comments .comments-open-header {
    display: none;
}

div#comments div.comments-content {
    margin: 10px;
}
div#comments div.asset-meta span.author {
    font-weight: bold;
    padding-right: 8px;
}
div#comments div.comment-content {
    padding: 4px 0 0 8px;
    margin-bottom: 1em;
    border-left: 5px solid #ededed;
}

div#comments-open {
    overflow: hidden;
    padding: 10px;
    margin: 35px 10px;
    background-color: #fafafa;
    border: 1px solid #ededed;
}

div#comments-open-data {
    float: left;
    width: 150px;
    margin: 0;
}

div#comments-open-data div {
    padding: 2px 0;
}
div#comment-form-name label,
div#comment-form-email label,
div#comment-form-url label {
    display: block;
}
div#comment-form-name input,
div#comment-form-email input,
div#comment-form-url input {
    width: 150px;
}

div#comments-open-text {
    overflow: hidden;
    float: right;
    width: 370px;
}
textarea#comment-text {
    width: 358px;
    height: 190px;
}

div#comments-open-footer {
    text-align: right;
    padding: 5px;
    clear: both;
}


/* --------------------------------------------------
 * ec-cubeのcssでの記述を上書き
-------------------------------------------------- */
div#detailtitle h2 {
    margin-bottom: 0;
}