@charset "UTF-8";
@charset "UTF-8";

  #the-content h2 {
text-align: center;
background: #f9cbc5;
position: relative;
padding: .4em;
font-size: 1.4em;
color: #000;
border-radius: 5px;
text-rendering: optimizelegibility;
word-wrap: break-word;
line-height: 40px;
box-shadow: 0 0 40px rgba(0, 0, 0, 0.2) inset;
opacity: .85;
border-left: none;
margin-left: 0;
margin-right: 0;
}
#the-content h2:before {
top: 3px;
left: 0;
}
#the-content h2:after {
bottom: 3px;
left: 0;
}
#the-content h2:before, #the-content h2:after {
content: '';
display: block;
width: 100%;
position: absolute;
border-top: 1px dashed;
} .article h3 {
border-bottom: 8px solid #ed6d35;
padding: 10px 0 0 0;
margin-bottom: 30px;
}
.article h4 {
border-left: 30px solid #ed6d35;
border-bottom: 0px;
padding: 5px 0 5px 10px;
margin-bottom: 30px;
} #sidebar h3 {
font-size:20px;
border-bottom:5px solid goldenrod;
padding:10px 0;
}
#sidebar h4{
position: relative;
font-size: 1.5em;
margin: 0 0 1.5em;
padding: 0.5em 0.5em 0.5em 1.5em;
border-bottom: 2px solid goldenrod;
}
#sidebar h4:before{
content: "□";
font-size: 120%;
position: absolute;
color: #ff6b6e;
top: -0.8em;
left: 0.3em;
height: 12px;
width: 12px;
}
#sidebar h4:after{
content: "□";
font-size: 120%;
position: absolute;
color: #B92A2C;
top: -0.5em;
left: 0;
height: 12px;
width: 12px;
} .entry-read a{
color:#000;
font-size:12px;
background-color:#fdaa00;
border:1px solid #fdaa00;
border-radius:4px;
padding:3px 5px 3px 5px;
text-decoration:none;
}
.entry-read a:hover{
color:#fff;
background-color:peru;
border:1px solid peru;
} .entry-read {
text-align: right;
margin-right: 8px; } .related-entry-read a{
color:#000;
font-size:12px;
background-color:goldenrod;
border:1px solid goldenrod;
border-radius:4px;
padding:3px 5px 3px 5px;
text-decoration:none;
}
.related-entry-read a:hover{
color:#fff;
background-color:#f9cbc5;
border:1px solid #f9cbc5
} .related-entry-read {
text-align: right;
margin-right: 10px;
}
body{
font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
} #main .entry {
border-bottom: 3px dotted #ddd;
padding-bottom: 15px;
}