@charset "UTF-8"; .dlt_entry p{ margin: 0 !important; padding: 0 !important; } .sign{ display: block; clear: both !important; } /* #レイアウト ============================================*/ // 2カラムレイアウト .blog-content { width: 760px; float: left; } // メインイメージ調整 .under { #mainimage { height: 0 !important; background: none !important; } } // 見出し .blog-title { background: linear-gradient(to bottom, #c9ba97, #b3a37e); background: -webkit-linear-gradient(top, #c9ba97, #b3a37e); background: -moz-linear-gradient(top, #c9ba97, #b3a37e); background: -o-linear-gradient(top, #c9ba97, #b3a37e); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#c9ba97', endColorstr='#b3a37e')"; color: #fff; font-size: 22px; font-weight: normal; padding: 9px 10px 8px 16px; } .mainhead { margin: 0 0 20px; .mainhead__title { .blog-title; } } // 投稿者 .blog-author { text-align: right; font-size: 14px; color: #999; } // サイドバーarticle .s-article { margin: 0 0 38px; } .s-article__title { border-top: 2px solid #cab98e; color: #cab98e; font-size: 110%; font-family: Arial, Helvetica, sans-serif; letter-spacing: 0.2em; margin-bottom: 1.5em; padding-top: 1.5em; font-weight: normal; width: 100%; text-align: center; } .s-newpost { .s-newpost__item { font-size: 85%; line-height: 1.6em; &::before { color: #cab98e; content: "・"; font-size: 100%; padding-right: 0.4em; } } } /* #一覧ページ ============================================*/ .dlt_lay_post2 { .dlt_entry { a { .dlt_entry_header { div { font-weight: bold; font-size: 16px; width: 125px; } h4 { font-size: 16px; font-weight: normal; } } } } } .dlt_lay_post { .dlt_entry { padding-bottom: 40px; border-bottom: 1px solid #999; a { &:hover { opacity: 1 !important; color: #333; } } .dlt_entry_header { margin: 0 0 30px; border: none; div { border: none; padding: 0; font-size: 14px; color: #333; } h4 { border: none; .blog-title; &:hover { text-decoration: underline; } } } } } /* #記事詳細ページ ============================================*/ .single { .dlt_lay_post { .dlt_entry { .dlt_entry_header { h4 { &:hover { text-decoration: none; } } } } } } /* #リセット ============================================*/ .dlt_lay_post { .dlt_entry_content { a { color: #999; &:hover { text-decoration: underline; } } img { width: auto; height: auto; max-width: 100%; } h1 { font-size: 2em; font-weight: bold; margin: 0.6em 0; } h2 { font-size: 1.5em; font-weight: bold; margin: .50em 0; } h3 { font-size: 1.17em; font-weight: bold; margin: 0.50em 0; } h4 { font-size: 1em; font-weight: bold; margin: 0.45em 0; } h5 { font-weight: bold; margin: 0.45em 0; font-size: 1em; color: inherit; border: none; padding: 0; } h6 { font-weight: bold; margin: 0.45em 0; font-size: 1em; } blockquote { &::before,&::after { font-size: 60px; } p {} } ul { li {} } ol { li {} } dl { dt {} dd {} } table { tr { th {} td {} } } } }