@charset "UTF-8";
@import url(http://strawfuzz.com/normalize.min.css);

.cf:before,
.cf:after {
content:"";
display:table;
}

.cf:after {
clear:both;
}

.cf {
zoom:1;
}

a:link {
color: #FFF;
text-decoration:none;
}
a:visited {
color: #FFF;
text-decoration:none;
}
a:hover {
color: #FFF;
text-decoration:none;
}
a:active {
color: #FFF;
text-decoration:none;
}

.Entry a:link {
color: #009;
text-decoration: underline;
font-weight: bold;
}
.Entry a:visited {
color: #009;
text-decoration:none;
}
.Entry a:hover {
color: #141414;
text-decoration:none;
}
.Entry a:active {
color: #141414;
text-decoration:none;
}



li{
display:block;
}

p{
line-height: 22px;

}

html {
width:100%;
/* height:100%; */
font-family:"adobe-caslon-pro","Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
word-break: break-all;
font-size: 14px;
background-color:#141414;
color:#FFF;
letter-spacing: 1px;
}

body{
max-width: 1000px;
margin:0 auto;

}

header h1{
display:block;
float:left;
margin-top:70px;
letter-spacing:2px;
font-size:18px;


}

header img{
position:absolute;
top:20px;
left:50%;
margin-left:-65px;

}


header ul{
float:right;
width:226px;
margin-top:20px;
}

header li{
text-align:center;
vertical-align:middle;
display:block;
width:100%;
height:48px;
border:#939393 solid 1px;
line-height: 55px;
font-size:18px;
margin-bottom:8px;
letter-spacing:1px;
}



section{
width:672px;
float:left;
margin-bottom:30px;
}

h2{
text-align:center;
letter-spacing:1px;
font-size:18px;
}

.Entry{
width:640px;
background-color:#FFF;
color:#141414;
padding:16px;
margin-bottom:16px;
}

.Date{
color:#75a9c2;
}

h3{
margin-top: 0;
font-size:14px;
}

h3 a {
    color: #000;
    text-decoration: none;
}
.Entry h3 a:link {font-weight:none;color: #000;text-decoration: none;}

#PNControl {
text-align:center;
letter-spacing: 10px;
}

#PNControl li{
float:left;
}

aside{
float:right;
width:296px;
padding: 0 16px;
margin-top: 40px;
}

aside h2{
margin-bottom:40px;
}

aside article{
margin-bottom:40px;
}

#Archive li , #Category li ,#Bio li{
margin: 0;
}

#Bio img{
margin:20px 10px 0 0;

}

.CategoryTitle{
font-size:10px;
}

.HereNow{
Opacity: 0.5
}

@media screen and (max-width: 640px){
header h1{
display: block;
float: left;
margin: 0;
letter-spacing: 2px;
font-size: 11px;
padding: 10px;
}

header {
    height: 130px;
}

body,html {
}

header ul {
zoom: 50%;
margin: 0;
padding: 10px 0;
}

article.Entry {
width: 100%;
box-sizing: border-box;
}

* {
    font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}

article.Entry img {
width: 70%;
height: auto;
margin: auto;
}

section {
width: 100%;
}

aside {
    float: none;
    width: 100%;
    clear: both;
    box-sizing: border-box;
}
}
