@charset "UTF-8";
/* CSS Document */

#tokushu.orwell {
margin: 0 0 20px 0
}

#tokushu.orwell a, a:visited {
	color:#204892;
}

#tokushu.orwell h1 {
	margin:0;
	font-size: 78px;
	line-height: 84px;
	padding: 0;
	color: #000000
}

#tokushu.orwell h1 span {
font-size:28px;
display: block;
margin: 15px 0 15px 0;
line-height: 39px;
}


#tokushu.orwell .lead {
margin:20px 0 10px 0;
line-height:1.6em;
font-size: 14px;
}


#tokushu.orwell .profile-box {
line-height: 1.5em;
border-top: #ccc 10px solid;
border-bottom: #ccc 10px solid;
padding: 15px 0;
margin: 50px 0 50px 0
}

#tokushu.orwell .profile-box h3 {
font-size: 20px;
margin: 0 0 7px 0
}

#tokushu.orwell h2 {
margin: 50px 0 25px 0;
font-size: 34px;
line-height: 36px;
color:#000000;
}

#tokushu.orwell h3 {
margin: 40px 0 10px 0;
font-size: 20px;
line-height: 24px;
color:#000000;
}


#tokushu.orwell p {
margin:0 0 20px 0;
}

#tokushu.orwell h4 {
font-size: 18px;
margin: 30px 0 15px 0;
border-bottom: #000000 1px solid;
display: inline-block;
padding-bottom: 5px;
}

#tokushu.orwell .photo {
margin: 15px 0;
font-size: 13px;
color: #343434;
line-height: 1.6em;
z-index: 0;
text-align: left
}

#tokushu.orwell .photo img {
margin: 0 0 10px 0;
}


#tokushu.orwell .amazon {
font-size: 120%;
border-top: #CCCCCC 1px solid;
padding-top: 20px;
margin:50px 0 20px 0
}

#tokushu.orwell ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
 
#tokushu.orwell li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}

#tokushu.orwell li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #666666;
  color: #fff;
  display: block;
  float: left;
  line-height: 21px;
  margin-left: -30px;
  text-align: center;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  font-size: 12px;
}
#tokushu.orwell table {
margin:10px 0 30px 0;
}

#tokushu.orwell table td {
padding: 10px 5px 10px 10px;
line-height: 1.4em;
vertical-align: top
}

#tokushu.orwell table th {
text-align: right;
padding: 10px 10px 10px 0;
border-right:  #cccccc 3px solid;
vertical-align: top;
line-height: 1.4em;
}




/* responsive */

body.white .site #tokushu.orwell {
font-size: 18px;
margin: 0 0 10px 0
}

body.white .site #tokushu.orwell h1 {
margin: 0 0 10px 0;
font-size:50px;
line-height: 54px;
color: #000;
}

body.white .site #tokushu.orwell h1 span {
font-size: 30px;
display: block;
margin: 0;
line-height: 39px;
}

body.white .site #tokushu.orwell h1 small {
font-size:30px;
display:inline-block;
margin: 0;
}

body.white .site #tokushu.orwell h1 br,
body.white .site #tokushu.orwell h2 br {
display: none;
}

body.white .site #tokushu.orwell h2 {
font-size: 36px;
line-height: 42px;
}

body.white .site #tokushu.orwell .lead {
font-size: 18px;
line-height: 22px
}

body.white .site #tokushu.orwell .photo {
font-size: 14px;
}


