@charset "UTF-8";

body {
  background: #3b2213;
}

html>body #wrapper {
  height: auto;
}

div#wrapper {
  margin: 0 auto;
  width: 940px;
  background: #aeddef;
}

img {
  border: 0;
  line-height: 0;
  vertical-align: top;
}

#nol_header {
  box-shadow: 0 0 5px #000 !important;
  -moz-box-shadow: 0 0 5px #000 !important;
  -webkit-box-shadow: 0 0 5px #000 !important;
  -ms-box-shadow: 0 0 5px #000;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=180, strength=3, enabled=true);
  position: relative !important;
}


#wrapper #header {
	background-color:#FFFFFF;
	height:39px;
	border-bottom:solid 3px #000000;
}
#wrapper #header h1 {
	float:left;
	padding-left:0px;
}
#wrapper #header ul {
}
#wrapper #header ul li {
	font-weight:bold;
	font-size:12px;
	
}
#wrapper #header ul li.onair {
	float: left;
	padding-top: 13px;
	padding-left: 42px;
	background-image: url(../../img/header_nhk.gif);
	background-repeat: no-repeat;
	background-position: 0% 15px;
}
#wrapper #header ul li.menu {
	float:right;
	padding-top:12px;
	padding-right:24px;
}


div#index_header {
  width: 940px;
  height: 35px;
  position: relative;
	background-color:#FFFFFF;
	border-bottom:solid 3px #000000;
}
div#index_header .onair {
	font-size:13px;
	font-weight:bold;
	padding-top:9px;
	padding-left:10px;
	float:left;
}
div#index_header #social {
  margin: 5px 3px 0 0;
  display: inline-block;
  float: right;
}

div#index_header #social .nhk-snsbtn {
    margin-bottom: 0;
}

div#index_header #social .nhksns {
    float: right;
}

div#index_header #social .nhksns-guide {
    margin: 3px 6px 0 0;
}

.toptitle div, .toptitle h1 {
	float:left;
}

div#contents_html {
}

div#contents_html .content {
	height: 517px;
	background-image: url(../../img/top_main_bg.gif);
	background-repeat: no-repeat;
}

div#contents_html .content ul {
	width:850px;
	margin-left:auto;
	margin-right:auto;
}

div#contents_html .content ul li {
	float:left;
}
div#contents_html .content ul li div {
	text-align:center;
}
div#contents_html .content ul li.left {
	width:;
	text-align:center;
	padding-top:60px;
	padding-left:4px;
}
div#contents_html .content ul li.left div {
	padding-bottom:6px;
}
div#contents_html .content ul li.center {
	width:;
	text-align:center;
	padding-left:26px;
}
div#contents_html .content ul li.center h2 {
	color:#CA2400;
	width:240px;
	background-color:#FFFFFF;
	padding:2px;
	text-align:center;
	margin-left:20px;
	margin-top:10px;
	margin-bottom:10px;
	font-size:18px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
div#contents_html .content ul li.center img {
border: 0px solid black;
border-radius: 5px;
-webkit-box-shadow: -5px 4px 7px rgba(0,0,0,0.28);
-moz-box-shadow: -5px 4px 7px rgba(0,0,0,0.28);
box-shadow: -5px 4px 7px rgba(0,0,0,0.28);
}


div#contents_html .content ul li.right {
	width:;
	text-align:center;
	padding-top:60px;
	padding-left:20px;
}
div#contents_html .content ul li.right div {
	padding-bottom:6px;
}





div#top_swf {
  width: 940px;
  height: 204px;
}

div#contents_swf {
  width: 940px;
  height: 517px;
}

div#contents_swf dl {
  height: 0px;
  text-indent: -9999px;
}

ul.sp2016 a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

div#navi {
  margin: 0;
  padding: 6px 0;
  width: 940px;
  height: 16px;
  border-bottom: 3px solid #000000;
  background: #ffffff;
}

div#navi ul li {
  margin: 0;
  padding: 0 23px;
  display: inline;
  list-style-type: none;
}
.award { border-bottom: 3px solid #000000; padding-top: 2px; padding-bottom: 1px; background-color: #C93C44; }
.award ul li { float: left; padding: 0px; margin: 0px; }
div#subcontents {
  margin: 0;
  padding: 0;
  width: 940px;
  background: url(../../img/bg_subcontents.gif) repeat-y;
}

div#news {
  margin: 0;
  padding: 0;
  width: 250px;
  float: left;
}

div#news #newscontents {
  margin: 0 10px;
  padding: 20px 20px;
  width: 186px;
  font-size: 1.3em;
  line-height: 1.8em;
}

div#news #newscontents dl dt {
  font-weight: bold;
}

div#news #newscontents dl dd {
  margin: 0 0 20px 0;
}

div#news #newscontents dl dt a,
div#news #newscontents dl dd a {
  color: #ca2400;
  text-decoration: underline;
}

div#news #newscontents dl dt.emphasis {
  color: #ca2400;
  font-size: 1.1em;
  font-weight: normal;
}

div#news #newscontents dl dd.emphasis {
  color: #ca2400;
  font-size: 1.1em;
  font-weight: normal;
}
div#news #newscontents dl dd.emphasis p a {
	font-size: 0.9em;
}

div#news #newscontents dl dt.emphasis a,
div#news #newscontents dl dd.emphasis a {
  color: #ca2400;
  font-size: 1.2em;
  font-weight: normal;
  text-decoration: underline;
}

div#news #newscontents dl em {
  color: #ca2400;
  font-size: 1.2em;
}

div#news #newscontents p#p1 {
  padding: 1em 0 1em 1em;
  color: #ffffff;
  font-weight: bold;
  background: #d25700;
}

div#news #newscontents p#p2 {
  margin: 0 0 20px 0;
  padding: 1em 0 1em 1em;
  background: #f4e7ba;
}

div#news #newscontents p#p2 a {
  color: #ca2400;
  text-decoration: underline;
}

div#information {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 688px;
  background: #ffffff;
  display: inline;
  float: right;
}

div#banner {
  margin: 20px 0 0 0;
  padding: 0 0 0 0;
  width: 688px;
  height: 430px;
  border-top: 6px solid #000000;
}

div#banner #banner01 {
  width: 430px;
  height: 215px;
  float: left;
}

div#banner #banner02 {
  width: 258px;
  height: 215px;
  float: right;
}

div#banner #banner03 {
	clear:both;
	border-top: 6px solid #000000;
}
div#banner img.hover:hover {
	opacity:0.8;
}

div#archives_box00 {
  margin: 20px 0 0 0;
  padding: 0 0 0 0;
  width: 688px;
  height: 110px;
  background: url(../../img/bg_archives.gif) top no-repeat #ffffff;
  border-top: 6px solid #000000;
  position: relative;
}

div#archives_box01 {
  margin: 10px 0 0 0;
  padding: 0 0 0 0;
  width: 688px;
  height: 110px;
  background: url(../../img/bg_archives3.gif) top no-repeat #ffffff;
  position: relative;
}

div#archives_box02 {
  margin: 10px 0 0 0;
  padding: 0 0 0 0;
  width: 688px;
  height: 110px;
  background: url(../../img/bg_archives3.gif) top no-repeat #ffffff;
  position: relative;
}

div#archives_box03 {
  margin: 10px 0 0 0;
  padding: 0 0 20px 0;
  width: 688px;
  height: 110px;
  background: url(../../img/bg_archives3.gif) top no-repeat #ffffff;
  border-bottom: 6px solid #000000;
  position: relative;
}

div#archives_box04 {
  margin: 10px 0 0 0;
  padding: 0 0 0 0;
  width: 688px;
  height: 110px;
  background: url(../../img/bg_archives2.gif) top no-repeat #ffffff;
  position: relative;
}

div#archives_box05 {
  margin: 10px 0 0 0;
  padding: 0 0 0 0;
  width: 688px;
  height: 110px;
  background: url(../../img/bg_archives3.gif) top no-repeat #ffffff;
  position: relative;
}

div#archives_box06 {
  margin: 10px 0 0 0;
  padding: 0 0 0 0;
  width: 688px;
  height: 110px;
  background: url(../../img/bg_archives3.gif) top no-repeat #ffffff;
  position: relative;
}

div#archives_box07 {
  margin: 10px 0 0 0;
  padding: 0 0 0 0;
  width: 688px;
  height: 110px;
  background: url(../../img/bg_archives3.gif) top no-repeat #ffffff;
  position: relative;
}

div#archives_box08 {
  margin: 10px 0 0 0;
  padding: 0 0 0 0;
  width: 688px;
  height: 110px;
  background: url(../../img/bg_archives3.gif) top no-repeat #ffffff;
  position: relative;
}

div#archives_box09 {
  margin: 10px 0 0 0;
  padding: 0 0 0 0;
  width: 688px;
  height: 110px;
  background: url(../../img/bg_archives3.gif) top no-repeat #ffffff;
  position: relative;
}

div#archives_box10 {
  margin: 10px 0 0 0;
  padding: 0 0 0 0;
  width: 688px;
  height: 110px;
  background: url(../../img/bg_archives3.gif) top no-repeat #ffffff;
  position: relative;
}

div#archives_box11 {
  margin: 10px 0 0 0;
  padding: 0 0 0 0;
  width: 688px;
  height: 110px;
  background: url(../../img/bg_archives3.gif) top no-repeat #ffffff;
  position: relative;
}

div#archives_box12 {
  margin: 10px 0 0 0;
  padding: 0 0 0 0;
  width: 688px;
  height: 110px;
  background: url(../../img/bg_archives3.gif) top no-repeat #ffffff;
  position: relative;
}

div#archives_box13 {
  margin: 10px 0 0 0;
  padding: 0 0 0 0;
  width: 688px;
  height: 110px;
  background: url(../../img/bg_archives3.gif) top no-repeat #ffffff;
  position: relative;
}

div#archives_box14 {
  margin: 10px 0 0 0;
  padding: 0 0 0 0;
  width: 688px;
  height: 110px;
  background: url(../../img/bg_archives3.gif) top no-repeat #ffffff;
  position: relative;
}
div#archives_box15 {
  margin: 10px 0 0 0;
  padding: 0 0 0 0;
  width: 688px;
  height: 110px;
  background: url(../../img/bg_archives3.gif) top no-repeat #ffffff;
  position: relative;
}

div#archives_box03 #archives01 {
  position: absolute;
  top: 11px;
  left: 160px;
}

div#archives_box03 #archives02 {
  position: absolute;
  top: 11px;
  left: 243px;
}

div#archives_box03 #archives03 {
  position: absolute;
  top: 11px;
  left: 322px;
}

div#archives_box03 #archives04 {
  position: absolute;
  top: 11px;
  left: 402px;
}

div#archives_box03 #archives05 {
  position: absolute;
  top: 11px;
  left: 482px;
}

div#archives_box03 #archives06 {
  position: absolute;
  top: 11px;
  left: 562px;
}

div#archives_box04 #archives07 {
  position: absolute;
  top: 11px;
  left: 160px;
}

div#archives_box04 #archives08 {
  position: absolute;
  top: 11px;
  left: 243px;
}

div#archives_box04 #archives09 {
  position: absolute;
  top: 11px;
  left: 322px;
}

div#archives_box04 #archives10 {
  position: absolute;
  top: 11px;
  left: 402px;
}

div#archives_box02 #archives11 {
  position: absolute;
  top: 11px;
  left: 160px;
}

div#archives_box02 #archives12 {
  position: absolute;
  top: 11px;
  left: 243px;
}

div#archives_box02 #archives13 {
  position: absolute;
  top: 11px;
  left: 322px;
}

div#archives_box02 #archives14 {
  position: absolute;
  top: 11px;
  left: 402px;
}

div#archives_box02 #archives15 {
  position: absolute;
  top: 11px;
  left: 482px;
}

div#archives_box02 #archives16 {
  position: absolute;
  top: 11px;
  left: 562px;
}

div#archives_box01 #archives17 {
  position: absolute;
  top: 11px;
  left: 160px;
}

div#archives_box01 #archives18 {
  position: absolute;
  top: 11px;
  left: 243px;
}

div#archives_box01 #archives19 {
  position: absolute;
  top: 11px;
  left: 322px;
}

div#archives_box01 #archives20 {
  position: absolute;
  top: 11px;
  left: 402px;
}

div#archives_box01 #archives21 {
  position: absolute;
  top: 11px;
  left: 482px;
}

div#archives_box01 #archives22 {
  position: absolute;
  top: 11px;
  left: 562px;
}

div#archives_box05 #archives23 {
  position: absolute;
  top: 11px;
  left: 160px;
}

div#archives_box05 #archives24 {
  position: absolute;
  top: 11px;
  left: 243px;
}

div#archives_box05 #archives25 {
  position: absolute;
  top: 11px;
  left: 322px;
}

div#archives_box05 #archives26 {
  position: absolute;
  top: 11px;
  left: 402px;
}

div#archives_box05 #archives27 {
  position: absolute;
  top: 11px;
  left: 482px;
}

div#archives_box05 #archives28 {
  position: absolute;
  top: 11px;
  left: 562px;
}

div#archives_box06 #archives29 {
  position: absolute;
  top: 11px;
  left: 160px;
}

div#archives_box06 #archives30 {
  position: absolute;
  top: 11px;
  left: 243px;
}

div#archives_box06 #archives31 {
  position: absolute;
  top: 11px;
  left: 322px;
}

div#archives_box06 #archives32 {
  position: absolute;
  top: 11px;
  left: 402px;
}

div#archives_box06 #archives33 {
  position: absolute;
  top: 11px;
  left: 482px;
}

div#archives_box06 #archives34 {
  position: absolute;
  top: 11px;
  left: 562px;
}

div#archives_box07 #archives35 {
  position: absolute;
  top: 11px;
  left: 160px;
}

div#archives_box07 #archives36 {
  position: absolute;
  top: 11px;
  left: 243px;
}

div#archives_box07 #archives37 {
  position: absolute;
  top: 11px;
  left: 322px;
}

div#archives_box07 #archives38 {
  position: absolute;
  top: 11px;
  left: 402px;
}

div#archives_box07 #archives39 {
  position: absolute;
  top: 11px;
  left: 482px;
}

div#archives_box07 #archives40 {
  position: absolute;
  top: 11px;
  left: 562px;
}
div#archives_box08 #archives41 {
  position: absolute;
  top: 11px;
  left: 160px;
}

div#archives_box08 #archives42 {
  position: absolute;
  top: 11px;
  left: 243px;
}

div#archives_box08 #archives43 {
  position: absolute;
  top: 11px;
  left: 322px;
}

div#archives_box08 #archives44 {
  position: absolute;
  top: 11px;
  left: 402px;
}

div#archives_box08 #archives45 {
  position: absolute;
  top: 11px;
  left: 482px;
}

div#archives_box08 #archives46 {
  position: absolute;
  top: 11px;
  left: 562px;
}

div#archives_box09 #archives47 {
  position: absolute;
  top: 11px;
  left: 160px;
}

div#archives_box09 #archives48 {
  position: absolute;
  top: 11px;
  left: 243px;
}

div#archives_box09 #archives49 {
  position: absolute;
  top: 11px;
  left: 322px;
}

div#archives_box09 #archives50 {
  position: absolute;
  top: 11px;
  left: 402px;
}

div#archives_box09 #archives51 {
  position: absolute;
  top: 11px;
  left: 482px;
}

div#archives_box09 #archives52 {
  position: absolute;
  top: 11px;
  left: 562px;
}
div#archives_box10 #archives53 {
  position: absolute;
  top: 11px;
  left: 160px;
}

div#archives_box10 #archives54 {
  position: absolute;
  top: 11px;
  left: 243px;
}

div#archives_box10 #archives55 {
  position: absolute;
  top: 11px;
  left: 322px;
}

div#archives_box10 #archives56 {
  position: absolute;
  top: 11px;
  left: 402px;
}
div#archives_box10 #archives57 {
  position: absolute;
  top: 11px;
  left: 482px;
}
div#archives_box10 #archives58 {
  position: absolute;
  top: 11px;
  left: 562px;
}

div#archives_box11 #archives59 {
  position: absolute;
  top: 11px;
  left: 160px;
}

div#archives_box11 #archives60 {
  position: absolute;
  top: 11px;
  left: 243px;
}

div#archives_box11 #archives61 {
  position: absolute;
  top: 11px;
  left: 322px;
}

div#archives_box11 #archives62 {
  position: absolute;
  top: 11px;
  left: 402px;
}
div#archives_box11 #archives63 {
  position: absolute;
  top: 11px;
  left: 482px;
}
div#archives_box11 #archives64 {
  position: absolute;
  top: 11px;
  left: 562px;
}

div#archives_box12 #archives65 {
  position: absolute;
  top: 11px;
  left: 160px;
}

div#archives_box12 #archives66 {
  position: absolute;
  top: 11px;
  left: 243px;
}

div#archives_box12 #archives67 {
  position: absolute;
  top: 11px;
  left: 322px;
}

div#archives_box12 #archives68 {
  position: absolute;
  top: 11px;
  left: 402px;
}
div#archives_box12 #archives69 {
  position: absolute;
  top: 11px;
  left: 482px;
}
div#archives_box12 #archives70 {
  position: absolute;
  top: 11px;
  left: 562px;
}
div#archives_box13 #archives71 {
  position: absolute;
  top: 11px;
  left: 160px;
}

div#archives_box13 #archives72 {
  position: absolute;
  top: 11px;
  left: 243px;
}

div#archives_box13 #archives73 {
  position: absolute;
  top: 11px;
  left: 322px;
}

div#archives_box13 #archives74 {
  position: absolute;
  top: 11px;
  left: 402px;
}
div#archives_box13 #archives75 {
  position: absolute;
  top: 11px;
  left: 482px;
}
div#archives_box13 #archives76 {
  position: absolute;
  top: 11px;
  left: 562px;
}

div#archives_box14 #archives77 {
  position: absolute;
  top: 11px;
  left: 160px;
}

div#archives_box14 #archives78 {
  position: absolute;
  top: 11px;
  left: 243px;
}

div#archives_box14 #archives79 {
  position: absolute;
  top: 11px;
  left: 322px;
}

div#archives_box14 #archives80 {
  position: absolute;
  top: 11px;
  left: 402px;
}
div#archives_box14 #archives81 {
  position: absolute;
  top: 11px;
  left: 482px;
}
div#archives_box14 #archives82 {
  position: absolute;
  top: 11px;
  left: 562px;
}

div#archives_box15 #archives83 {
  position: absolute;
  top: 11px;
  left: 160px;
}
div#archives_box15 #archives84 {
  position: absolute;
  top: 11px;
  left: 243px;
}
div#archives_box15 #archives85 {
  position: absolute;
  top: 11px;
  left: 322px;
}
div#archives_box15 #archives86 {
  position: absolute;
  top: 11px;
  left: 402px;
}
div#archives_box15 #archives87 {
  position: absolute;
  top: 11px;
  left: 482px;
}
div#archives_box15 #archives88 {
  position: absolute;
  top: 11px;
  left: 562px;
}

div#archives_box00 #archives89 {
  position: absolute;
  top: 11px;
  left: 160px;
}
div#archives_box00 #archives90 {
  position: absolute;
  top: 11px;
  left: 243px;
}
div#archives_box00 #archives91 {
  position: absolute;
  top: 11px;
  left: 322px;
}
div#archives_box00 #archives92 {
  position: absolute;
  top: 11px;
  left: 402px;
}
div#archives_box00 #archives93 {
  position: absolute;
  top: 11px;
  left: 482px;
}
div#archives_box00 #archives94 {
  position: absolute;
  top: 11px;
  left: 562px;
}



div#archives_box00 img,
div#archives_box01 img,
div#archives_box02 img,
div#archives_box03 img,
div#archives_box04 img,
div#archives_box05 img, 
div#archives_box06 img, 
div#archives_box07 img,
div#archives_box08 img,
div#archives_box09 img,
div#archives_box10 img,
div#archives_box11 img,
div#archives_box12 img{
  -moz-box-shadow: 1px 1px 4px #888888;
  -webkit-box-shadow: 1px 1px 4px #888888;
	box-shadow: 1px 1px 4px #888888;
}

div#linkarea {
  margin: 0;
  padding: 10px 14px;
  width: 660px;
  height: 250px;
  background: #aeddef;
  float: left;
  position: relative;
}

div#linkarea a img#textbook {
  border: 2px solid #000000;
  float: left;
}

div#linkarea dl {
  margin: 0 0 0 94px;
  padding: 7px 14px;
  width: 334px;
  color: #3b2213;
  font-size: 1.3em;
}

div#linkarea dl dd#booktitle {
  font-size: 1.2em;
}

div#linkarea dl dd#booklink a {
  color: #f05a28;
  text-decoration: none;
}

div#linkarea dl dd#booklink a:hover {
  text-decoration: underline;
}

div#nod {
  position: absolute;
  top: 10px;
  left: 470px;
}

div#nod p {
  padding-top:5px;
  color: #666666;
  font-size: 0.8em;
}

div#jushinryo {
  position: absolute;
  top: 120px;
  left: 470px;
}


/* introduction */

div#introduction {
  margin: 0 21px 30px 21px;
  width: 890px;
  background: #ffffff;
  border: 4px solid #c53d43;
	clear:both;
}

div#intro_01 {
  width: 890px;
  background: url(../../introduction/img/bg_01.gif) top no-repeat;
}

div#intro_01 h2 img {
  padding: 126px 0 0 250px;
}

div#intro_01 p {
  padding: 30px 30px 40px 335px;
  width: 480px;
  font-size: 1.3em;
  line-height: 2em;
}

div#intro_02 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 890px;
  background: url(../../introduction/img/bg_05.jpg) top no-repeat;
}

div#intro_02 h2 {
  padding-bottom: 40px;
  height: 285px;
}

div#intro_02 h2 img {
  padding: 66px 0 0 106px;
}

div#intro_02 #intro_takeuchi {
  margin: 0 0 0 0;
  padding: 0 0 20px 0;
  background: url(../../introduction/img/bg_takeuchi.jpg) top no-repeat;
}
div#intro_02 #intro_isono {
  margin: 0 0 0 0;
  padding: 0 0 20px 0;
  background: url(../../introduction/img/bg_isono.jpg) top no-repeat;
}
div#intro_02 #intro_shimazu {
  margin: 0 0 0 0;
  padding: 0 0 20px 0;
  background: url(../../introduction/img/bg_abe.jpg) top no-repeat;
}
div#intro_02 #intro_ijuin {
  margin: 0 0 40px 0;
  padding: 0 0 0 0;
  background: url(../../introduction/img/bg_ijuin4.jpg) top no-repeat;
}

div#intro_02 #intro_shimazu dl,
div#intro_02 #intro_ijuin dl {
  padding: 0 30px 0 340px;
  width: 520px;
  font-size: 1.3em;
}

div#intro_02 #intro_shimazu dl dt,
div#intro_02 #intro_ijuin dl dt {
  color: #ca2400;
  line-height: 2em;
}

div#intro_02 #intro_shimazu dl dd,
div#intro_02 #intro_ijuin dl dd {
  padding-left: 1em;
  line-height: 2em;
}

div#intro_02 #intro_shimazu h3 img,
div#intro_02 #intro_ijuin h3 img {
  margin: 0 0 15px 0;
  float: right;
}

div#introduction #introtowrapper {
  padding: 0 0 0 0;
  width: 890px;
  height: 110px;
  text-align: right;
  background: url(../../introduction/img/bg_towrapper.gif) top no-repeat;
}

div#introduction #introtowrapper img {
  padding: 80px 20px 10px 0;
}

div#sidebar {
  margin: 0 0 0 20px;
  padding: 0 16px 16px 16px;
  width: 200px;
  border: 4px solid #c53d43;
  background: #ffffff;
  float: left;
  display: inline;
}

div#sidebar #nombre p {
  margin-bottom: 15px;
  padding: 2px 0;
  color: #ffffff;
  font-size: 1.6em;
  letter-spacing: 0.4em;
  background: #c53d43;
  text-align: center;
}

div#sidebar h2 img {
  -moz-box-shadow: 1px 1px 4px #888888;
  -webkit-box-shadow: 1px 1px 4px #888888;
}

div#sidebar .nhkond {
  margin: 10px 0 0 0;
  padding: 5px 0;
  border-bottom: 2px solid #000000;
}

div#sidebar .nhkond p {
   font-size: 1em;
   line-height: 1.3em;
   padding: 7px 0;
}

div#sidebar dl#entry {
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
	font-size: 1.3em;
}

div#sidebar dl dt {
  padding: 10px 0 4px 0;
  color: #c53d43;
}

div#sidebar dl dd {
  padding: 0 0 10px 0;
  border-bottom: 2px solid #000000;
}

div#sidebar dl dd.last {
  padding: 10px 0;
  border-bottom: none;
}

div#sidebar dl dd a {
  color: #000000;
  font-weight: bold;
}

div#faq_sidebar {
  margin: 0 0 0 20px;
  padding: 0 16px 16px 16px;
  width: 200px;
  float: left;
  display: inline;
	clear:both;
}

div.banner img {
  padding: 0 0 10px 0;
  border-bottom: 2px solid #000000;
}

div#content #box01,
div#content #box02,
div#content #box03,
div#content #box04,
div#content #box_omowaku,
div#content #box_koborebanashi,
div#content .box_faq {
  margin: 0 20px 10px 0;
  width: 642px;
  border: 4px solid #c53d43;
  background: #ffffff;
  float: right;
  display: inline;
}

div#content .box_faq_last {
  margin: 0 20px 40px 0;
  width: 642px;
  border: 4px solid #c53d43;
  background: #ffffff;
  float: right;
  display: inline;
}

div#content #box04 {
  margin: 0 20px 40px 0;
}

div#content #box04 #textbook {
  padding: 30px 10px 10px 30px;
  background: #ffffff;
}

div#content h3 {
  padding: 10px 0 10px 30px;
  color: #c53d43;
  font-size: 1.6em;
  background: #e2cb82;
}

div#content h3 em {
  color: #000000;
}

div#content dl.info {
  padding: 20px 30px;
  color: #808183;
  font-size: 1.3em;
}

div#content dl.info dt {
  float: left;
}

div#content dl.info dd {
  padding-left: 7em;
}

div#content dl.info dd em {
  color: #c53d43;
}

div#content p.outline {
  padding: 0 30px 20px 30px;
  color: #000000;
  font-size: 1.3em;
}

div#content p.omowaku,
div#content p.koborebanashi {
  padding: 20px 30px;
  color: #000000;
  font-size: 1.3em;
}
div#content p.a_txt {
	color: #000000;
	font-size: 1.3em;
	padding-right: 30px;
	padding-left: 30px;
	text-indent: 1.1em;
	padding-bottom: 8px;
}
div#content p.b_txt {
	color: #000000;
	font-size: 1.3em;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 8px;
}
div#content p.omowaku em,
div#content p.koborebanashi em {
  color: #c53d43;
}

div#content #box_omowaku h3,
div#content #box_koborebanashi h3 {
  padding: 0 0 0 0;
}

div#content p.faq {
  padding: 20px 30px;
  color: #333333;
  font-size: 1.3em;
}

div#content p.faq em {
  color: #000000;
  font-weight: bold;
}

div#content p.faq em {
  color: #000000;
}

div#content .box_faq h3,
div#content .box_faq_last h3 {
  padding: 20px 30px;
  color: #000000;
  font-weight: bold;
}

div#content .box_faq h3 em,
div#content .box_faq_last h3 em {
  color: #c53d43;
}

div#content .preimg {
  padding: 0 30px 20px 30px;
}

div#content .preimg img {
  border-top: 2px solid #c53d43;
  border-right: 2px solid #c53d43;
  border-bottom: 2px solid #c53d43;
  border-left: 2px solid #c53d43;
}

div#content .preimg img.right {
  border-left: none;
}
div#content #movie { text-align: center; margin-bottom: 30px; }

div#content #box01_anime {
  margin: 0 0 20px 79px;
}

div#content #box02_column {
  margin: 0 0 20px 0;
}

div#content #box03_motto {
  margin: 0 0 20px 0;
}

div#content #box04_yurina {
  margin: 0 0 0 0;
}

div#content #box04_hatena {
  margin: 0 0 0 0;
}

div#textbook {
  margin: 0;
  padding: 10px 14px;
  height: 150px;
  position: relative;
}

div#textbook a img {
  border: 2px solid #000000;
  float: left;
}

div#textbook dl {
  margin: 0 0 0 94px;
  padding: 7px 14px;
  width: 334px;
  color: #3b2213;
  font-size: 1.3em;
}

div#textbook dl dd#booktitle {
  font-size: 1.2em;
}

div#textbook dl dd#booklink a {
  color: #f05a28;
  text-decoration: none;
}

div#textbook dl dd#booklink a:hover {
  text-decoration: underline;
}

div#content .towrapper {
  padding: 0 20px 10px 0;
  text-align: right;
}

div#footer {
  background: #000000;
  text-align: center;
  clear: both;
}

div#footer p {
  padding: 5px 0;
  color: #ffffff;
  font-size: 0.8em;
}


/* guestcolumn */

div#guestcolumn {
  margin: 0 21px 30px 21px;
  width: 890px;
  color: #000000;
  font-size: 1.3em;
  background: #ffffff;
  border: 4px solid #c53d43;
}

div#guestcolumn h2 img {
  padding: 0 0 54px 17px;
}

div#guestimage img {
  padding: 0 0 0 17px;
}

p#guestname {
  margin: 0 0 0 17px;
  padding: 25px 0;
  width: 252px;
  font-size: 1.3em;
  line-height: 1.8em;
  text-align: center;
}

p#guestname2 {
  margin: 0 0 0 17px;
  padding: 25px 0;
  width: 252px;
  font-size: 1.2em;
  line-height: 1.8em;
  text-align: center;
}

p#profile {
  margin: 0 0 0 17px;
  padding: 0 0 20px 0;
  width: 252px;
  color: #8e8c8d;
}

p#profile img {
  margin: 0 0 20px 0;
  padding: 0;
  width: 252px;
}

p#profile a {
  color: #8e8c8d;
  text-decoration: underline;
}

div#column_content {
  padding: 46px 27px 0 0;
  width: 480px;
  float: right;
}

div#column_content h3 {
  font-weight: normal;
}

div#column_content h3 em {
  color: #c53d43;
  font-size: 1.6em;
  line-height: 1.8em;
}

div#column_content p {
  padding: 50px 0;
  line-height: 1.8em;
}

div#column_content p span {
  color: #403f41;
  font-size: 0.9em;
}

div#column_content p span.biga {
  font-size: 1.3em;
  line-height: 1.8em;
}

div#column_content p span.grey {
  color: #666666;
  font-size: 0.9em;
  line-height: 1.6em;
}

div#column_content p span.blockquote {
  color: #000000;
  font-size: 1em;
  font-weight: bold;
}

div#guestcolumn #introtowrapper {
  padding: 10px 20px 10px 0;
  width: 870px;
  text-align: right;
  clear: both;
}

div#guestcolumn #goback {
  padding: 11px 14px 0 0;
  width: 876px;
  text-align: right;
}

div#guestcolumn #social {
  padding: 6px 0 6px 17px;
  width: 873px;
  height: 20px;
  display: block;
  background: #c53d43;
  position: relative;
}

div#guestcolumn #social #nhksocialbtn {
  padding: 0 0 0 0;
  float: left;
}

div#guestcolumn #social #nhksocialbtn #socialbookmark ul li {
  line-height: 0;
}

div#guestcolumn #social #nhksocialbtn #socialbookmark ul#social_sharebox {
  z-index: 10;
}


/* motto */

div#motto {
  margin: 0 21px 30px 21px;
  width: 890px;
  color: #000000;
  font-size: 1.3em;
  background: url(../../famousbook/01_nietzsche/img/motto_bg.gif) repeat-y #ffffff;
  border: 4px solid #c53d43;
  position: relative;
	clear:both;
}

#motto_content {
  padding: 0 171px;
  width: 550px;
  background: url(../../famousbook/01_nietzsche/img/motto_bgtop.jpg) top left no-repeat;
}

#motto_02content {
  padding: 0 171px;
  width: 550px;
  background: url(../../famousbook/02_confucius/img/motto_bgtop.jpg) top left no-repeat;
}

#motto_03content {
  padding: 0 171px;
  width: 550px;
  background: url(../../famousbook/03_drucker/img/motto_bgtop.jpg) top left no-repeat;
}

#motto_04content {
  padding: 0 171px;
  width: 550px;
  background: url(../../famousbook/04_fukuzawa/img/motto_bgtop.jpg) top left no-repeat;
}

#motto_05content {
  padding: 0 171px;
  width: 550px;
  background: url(../../famousbook/05_dhammapada/img/motto_bgtop.jpg) top left no-repeat;
}

#motto_06content {
  padding: 0 171px;
  width: 550px;
  background: url(../../famousbook/06_principe/img/motto_bgtop.jpg) top left no-repeat;
}

#motto_07content {
  padding: 0 171px;
  width: 550px;
  background: url(../../famousbook/07_bonheur/img/motto_bgtop.jpg) top left no-repeat;
}

#motto_08content {
  padding: 0 171px;
  width: 550px;
  background: url(../../famousbook/08_giovanni/img/motto_bgtop.jpg) top left no-repeat;
}

#motto_09content {
  padding: 0 171px;
  width: 550px;
  background: url(../../famousbook/09_tsurezuregusa/img/motto_bgtop.jpg) top left no-repeat;
}

#motto_10content {
  padding: 0 171px;
  width: 550px;
  background: url(../../famousbook/10_bushido/img/motto_bgtop.jpg) top left no-repeat;
}

#motto_11content {
  padding: 0 171px;
  width: 550px;
  background: url(../../famousbook/11_genji/img/motto_bgtop.jpg) top left no-repeat;
}

#motto_12content {
  padding: 0 171px;
  width: 550px;
  background: url(../../famousbook/12_kafka/img/motto_bgtop.jpg) top left no-repeat;
}

#motto_13content {
  padding: 0 171px;
  width: 550px;
  background: url(../../famousbook/13_pensee/img/motto_bgtop.jpg) top left no-repeat;
}

#motto_14content {
  padding: 0 171px;
  width: 550px;
  background: url(../../famousbook/14_frankl/img/motto_bgtop.jpg) top left no-repeat;
}

#motto_15content {
  padding: 0 171px;
  width: 550px;
  background: url(../../famousbook/15_chekhov/img/motto_bgtop.jpg) top left no-repeat;
}

#motto_16content {
  padding: 0 171px;
  width: 550px;
  background: url(../../famousbook/16_hojoki/img/motto_bgtop.jpg) top left no-repeat;
}

#motto_17content {
  padding: 0 171px;
  width: 550px;
  background: url(../../famousbook/17_einstein/img/motto_bgtop.jpg) top left no-repeat;
}

#motto_18content {
  padding: 0 171px;
  width: 550px;
  background: url(../../famousbook/18_le-petit-prince/img/motto_bgtop.jpg) top left no-repeat;
}

#motto_19content {
  padding: 0 171px;
  width: 550px;
  background: url(../../famousbook/19_heart-sutra/img/motto_bgtop.jpg) top left no-repeat;
}

#motto_20content {
  padding: 0 171px;
  width: 550px;
  background: url(../../famousbook/20_monte-cristo/img/motto_bgtop.jpg) top left no-repeat;
}
#motto_21content {
  padding: 0 171px;
  width: 550px;
  background: url(../../famousbook/21_kokoro/img/motto_bgtop.jpg) top left no-repeat;
}
#motto_22content {
  padding: 0 171px;
  width: 550px;
  background: url(../../famousbook/22_roushi/img/motto_bgtop.jpg) top left no-repeat;
}

#motto_23content {
  padding: 0 171px;
  width: 550px;
  background: url(../../famousbook/23_w_and_p/img/motto_bgtop.jpg) top left no-repeat;
}

#motto_24content {
  padding: 0 171px;
  width: 550px;
  background: url(../../famousbook/24_platon/img/motto_bgtop.jpg) top left no-repeat;
}

#motto_25content {
  padding: 0 171px;
  width: 550px;
  background: url(../../famousbook/25_kojiki/img/motto_bgtop.jpg) top left no-repeat;
}
#motto_26content {
  padding: 0 171px;
  width: 550px;
  background: url(../../famousbook/26_okuno/img/motto_bgtop.jpg) top left no-repeat;
}

#motto_27content {
  padding: 0 171px;
  width: 550px;
  background: url(../../famousbook/27_arabian-night/img/motto_bgtop.jpg) top left no-repeat;
}

#motto_28content {
  padding: 0 171px;
  width: 550px;
  background: url(../../famousbook/28_tsumitobatsu/img/motto_bgtop.jpg) top left no-repeat;
}

#motto_29content {
  padding: 0 171px;
  width: 550px;
  background: url(../../famousbook/29_fushikaden/img/motto_bgtop.jpg) top left no-repeat;
}

#motto_30content {
  padding: 0 171px;
  width: 550px;
  background: url(../../famousbook/30_ai/img/motto_bgtop.jpg) top left no-repeat;
}

#motto_31content {
  padding: 0 171px;
  width: 550px;
  background: url(../../famousbook/31_sonshi/img/motto_bgtop.jpg) top left no-repeat;
}

#motto_32content {
  padding: 0 171px;
  width: 550px;
  background: url(../../famousbook/32_manyoushu/img/motto_bgtop.jpg) top left no-repeat;
}

#motto_33content {
  padding: 0 171px;
  width: 550px;
  background: url(../../famousbook/33_kyuyakuseisho/img/motto_bgtop.jpg) top left no-repeat;
}
#motto_34content {
  padding: 0 171px;
  width: 550px;
  background: url(../../famousbook/34_toono/img/motto_bgtop.jpg) top left no-repeat;
}
#motto_35content {
  padding: 0 171px;
  width: 550px;
  background: url(../../famousbook/35_kontyuuki/img/motto_bgtop.jpg) top left no-repeat;
}
#motto_36content {
  padding: 0 171px;
  width: 550px;
  background: url(../../famousbook/36_annnenonikki/img/motto_bgtop.jpg) top left no-repeat;
}
#motto_37content {
  padding: 0 171px;
  width: 550px;
  background: url(../../famousbook/37_makuranosousi/img/motto_bgtop.jpg) top left no-repeat;
}
#motto_38content {
  padding: 0 171px;
  width: 550px;
  background: url(../../famousbook/38_saikonntann/img/motto_bgtop.jpg) top left no-repeat;
}
#motto_39content {
  padding: 0 171px;
  width: 550px;
  background: url(../../famousbook/39_hamuretto/img/motto_bgtop.jpg) top left no-repeat;
}
#motto_40content {
  padding: 0 171px;
  width: 550px;
  background: url(../../famousbook/40_chanohonn/img/motto_bgtop.jpg) top left no-repeat;
}
#motto_41content {
  padding: 0 171px;
  width: 550px;
  background: url(../../famousbook/41_frankenstein/img/motto_bgtop.jpg) top left no-repeat;
}



div#motto p {
  margin: 0;
  padding: 40px 0 30px 0;
  color: #000000;
  font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro","HGP明朝B",serif;
  font-size: 16px;
  line-height: 2em;
  text-align: center;
  background: url(../../famousbook/01_nietzsche/img/motto_mark.gif) top center no-repeat;
}

div#motto #motto_08content p,
div#motto #motto_11content p,
div#motto #motto_12content p,
div#motto #motto_13content p,
div#motto #motto_14content p,
div#motto #motto_16content p,
div#motto #motto_20content p,
div#motto #motto_23content p,
div#motto #motto_27content p,
div#motto #motto_28content p,
div#motto #motto_30content p,
div#motto #motto_33content p,
div#motto #motto_34content p,
div#motto #motto_35content p, 
div#motto #motto_36content p,
div#motto #motto_37content p,
div#motto #motto_38content p, 
div#motto #motto_39content p,
div#motto #motto_40content p {
  padding: 40px 50px 30px 50px;
  width: 450px;
  color: #333333;
  text-align: left;
}

div#motto #motto_41content p{
	
  padding: 40px 50px 30px 50px;
  width: 450px;
  color: #333333;
  text-align: center;
}

div#motto #motto_08content span.title {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  line-height: 2em;
  text-align: center;
}

div#motto p span {
  margin: 0 0 20px 0;
  color: #e2cb82;
  display: block;
}

div#motto #motto_11content p span,
div#motto #motto_12content p span,
div#motto #motto_13content p span,
div#motto #motto_20content p span,
div#motto #motto_27content p span {
  margin: 0 0 -20px 0;
  font-size: 16px;
  color: #e2cb82;
  text-align: center;
  display: block;
}

 div#motto #motto_33content p span{

  font-size: 22px;
  color: #e2cb82;
  text-align: center;
  display: block;
}

div#motto #motto_11content p span.headnote,
div#motto #motto_20content p span.headnote,
div#motto #motto_27content p span.headnote,
div#motto #motto_30content p span.headnote,
div#motto #motto_32content p span.headnote {
  padding: 20px 0 0 0;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
}

div#motto #motto_41content p span {
  margin: 10px 0 0 0;
  color: #000000;
  font-size: 13px;
  line-height: 1.8em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: left;
}

div#motto #motto_41content p span a {
  margin: 10px 0 0 0;
  color: #C53C43;
  font-size: 13px;
  line-height: 1.8em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: left;
}

div#motto #motto_41content p span.snote {
  margin: 10px 0 0 0;
  color: #000000;
  font-size: 13px;
  line-height: 1.8em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
}

div#motto #motto_40content p span {
  margin: 10px 0 0 0;
  color: #000000;
  font-size: 13px;
  line-height: 1.8em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



div#motto #motto_39content p span {
  margin: 10px 0 0 0;
  color: #000000;
  font-size: 13px;
  line-height: 1.8em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

div#motto #motto_38content p span {
  margin: 10px 0 0 0;
  color: #000000;
  font-size: 13px;
  line-height: 1.8em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


div#motto #motto_37content p span {
  margin: 10px 0 0 0;
  color: #000000;
  font-size: 13px;
  line-height: 1.8em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

div#motto #motto_37content p span.snote {
  margin: 5px 0 0 0;
  font-size: 12px;
}

div#motto #motto_32content p span.snote {
  color: #000000;
  font-size: 14px;
  line-height: 2em;
  display: block;
}

div#motto #motto_30content p span.headnote {
  padding: 20px 0 0 0;
  color: #000000;
  text-align:center;
  font-size: 16px;
  font-weight: bold;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
}

div#motto #motto_11content p#motto01 {
  background: none;
}


div#motto p span.translate {
  margin: 0;
  color: #8e8c8d;
  font-size: 13px;
  text-align: center;
  display: block;
}

div#motto p span.footnote {
  margin: 0;
  color: #c53d43;
  font-size: 13px;
  display: block;
  text-align: center;
}

div#motto #goback {
  position: absolute;
  top: 11px;
  left: 785px;
}

div#motto #introtowrapper {
  padding: 10px 20px 10px 0;
  width: 530px;
  text-align: right;
  clear: both;
}

div#motto #social {
  padding: 6px 0 6px 17px;
  width: 873px;
  height: 20px;
  display: block;
  background: #c53d43;
  position: relative;
}

div#motto #social #nhksocialbtn {
  padding: 0 0 0 0;
  float: left;
}

div#motto #social #nhksocialbtn #socialbookmark ul li {
  line-height: 0;
}

div#motto #social #nhksocialbtn #socialbookmark ul#social_sharebox {
  z-index: 10;
}

div#motto table {
  margin: 0 40px;
  width: 470px;
}

div#motto table td {
  padding: 4px 1em 4px 0;
  vertical-align: top;
}

div#motto table td em {
  padding: 4px 0;
  color: #e2cb82;
  font-size: 16px;
  font-weight: bold;
}

div#motto table td span {
  color: #c53d43;
  font-weight: bold;
  text-align: right;
  display: block;
}

div#motto table td span.rtxt {
  color: #c53d43;
  font-weight: bold;
  text-align: left;
  display: inline;
}


/* yurina */

div#yurina {
  margin: 0 21px 30px 21px;
  width: 890px;
  color: #000000;
  font-size: 1.3em;
  background: url(../../famousbook/01_nietzsche/img/yurina_bg.gif) repeat-y #ffffff;
  border: 4px solid #c53d43;
  position: relative;
	clear:both;
}

div#yurina h2,
div#yurina h3,
div#yurina #yurina_pic {
  float: left;
  display: inline;
}

#yurina_content {
  padding: 0 30px 0 0;
  width: 860px;
}

#yurina_content p {
  margin: 30px 0 0 0;
  padding: 0 0 30px 0;
  width: 500px;
  float: right;
}

div#yurina #goback {
  position: absolute;
  top: 11px;
  left: 785px;
}

div#yurina #introtowrapper {
  padding: 30px 20px 10px 0;
  text-align: right;
  clear: both;
}


/* hatena */

div#hatena {
  margin: 0 21px 30px 21px;
  width: 890px;
  background: #ffffff;
  border: 4px solid #c53d43;
}

div#hatena #towrapper {
  padding: 0 0 0 0;
  width: 890px;
  text-align: right;
}

div#hatena_content {
  padding: 35px 135px 0 135px;
  width: 620px;
  font-size: 1.3em;
}

div#hatena_content ul {
  margin-bottom: 35px;
}

div#hatena_content ul li {
  margin-bottom: 20px;
  padding: 0 0 0 24px;
  background: url(../../hatena/img/li_img.gif) top left no-repeat;
}

div#hatena_content ul li a {
  color: #c53d43;
}

div#hatena_content ul li a:hover {
  text-decoration: underline;
}

div#hatena_content table {
  width: 620px;
  text-align: left;
  vertical-align: middle;
  background: #ffffff;
}

div#hatena_content table tr {
  border-bottom: 2px solid #ffffff;
  background: #d0af4c;
}

div#hatena_content table tr.noborder {
  border-bottom: none;
}

div#hatena_content table tr.noborder th {
  padding: 20px 0 0 24px;
}

div#hatena_content table th {
  padding: 0 0 0 24px;
  border-bottom: 2px solid #ffffff;
}

div#hatena_content table th.noborder {
  border-bottom: none;
}

div#hatena_content table td {
  padding: 20px 0 20px 0;
  border-bottom: 2px solid #ffffff;
}

div#hatena_content table td.noborder {
  border-bottom: none;
}

div#hatena #towrapper img {
  padding: 40px 20px 10px 0;
}


/* special */

div#special {
  margin: 0 21px 30px 21px;
  width: 890px;
  background: #ffffff;
  border: 4px solid #c53d43;
  position: relative;
	clear: both;
}

div#special .special_box {
  width: 890px;
  background: #ffffff;
  clear: both;
}

div#special .special_box p span {
  padding: 0.3em 0 0.5em 1em;
  color: #221e1f;
  display: block;
}

div#special .special_qbox {
  width: 410px;
  float: left;
}

div#special .special_qbox02 {
  width: 410px;
  border-right: 2px solid #e8e9e9;
  float: left;
}

div#special h4.qimage {
  padding: 14px 20px 10px 60px;
}

div#special .special_qbox p {
  padding: 0px 20px 60px 60px;
  color: #221e1f;
  font-size: 1.5em;
  line-height: 1.8em;
}

div#special .special_qbox02 p {
  padding: 0px 20px 60px 60px;
  color: #221e1f;
  font-size: 1.5em;
  line-height: 1.8em;
}

div#special .special_abox {
  width: 478px;
  border-left: 2px solid #e8e9e9;
  float: right;
}

div#special .special_abox02 {
  width: 478px;
  float: right;
}

div#special h4.aimage {
  padding: 14px 60px 10px 20px;
}

div#special .special_abox p {
  padding: 0px 60px 60px 20px;
  color: #58595b;
  font-size: 1.3em;
  line-height: 1.8em;
}

div#special .special_abox02 p {
  padding: 0px 60px 60px 20px;
  color: #58595b;
  font-size: 1.3em;
  line-height: 1.8em;
}

div#special #goback {
  position: absolute;
  top: 11px;
  left: 785px;
}

div#special #goback02 {
  position: absolute;
  top: 11px;
  left: 795px;
}

div#special #goback03 {
  position: absolute;
  top: 11px;
  left: 760px;
}

div#special .introtowrapper {
  padding: 10px 20px 10px 0;
  text-align: right;
}

div#special .pagination01 {
  margin: 0;
  padding: 5px 20px 0 20px;
  height: 21px;
  border-top: 2px solid #e8e9e9;
  border-bottom: 2px solid #e8e9e9;
  background: #f1f1f2;
  display: block;
  clear: both;
}

div#special .pagination02 {
  padding: 10px 20px 0 20px;
  height: 23px;
  border-top: 2px solid #e8e9e9;
  clear: both;
}

div#special .pagination01 .previous,
div#special .pagination02 .previous {
  float: left;
}

div#special .pagination01 .following,
div#special .pagination02 .following {
  float: right;
}

div#special img.special_img01 {
  padding: 0 0 20px 0;
}

div#sp2014 {
  background-color:#FFFFFF;
}

div#sp2014 #introtowrapper {
  width:860px !important;
  text-align:right;
}

div#sp2014 h2 img {
  border-bottom:solid 7px #D0AF4C;
}

div#sp2015 h2 {
	background-image: url(../../famousbook/2015special/img/mv1.jpg);
	background-repeat: no-repeat;
	width:890px;
	height:550px;
}

div#sp2015 h2 div {
	padding-left:580px;
	padding-top:460px;
}

div#sp2015 {
	margin-top: 35px;
	margin-right: 21px;
	margin-left: 21px;
	margin-bottom: 35px;
	background-color: #ffffff;
	border: 4px solid #c53d43;
}

div#sp2015 #introtowrapper {
  padding: 10px 20px 10px 0;
  width: 860px !important;
  text-align:right;
}

div#sp2015 #social {
  padding: 6px 0 6px 17px;
  width: 873px;
  height: 20px;
  display: block;
  background: #c53d43;
  position: relative;
}
div#sp2015 .koborebanashi {
	background-image: url(../../famousbook/2015special/img/mv5.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:48px;
	border-bottom:solid 8px #D0AF50;
}
div#sp2015 .koborebanashi .box {
	width:382px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	border:4px solid #C53D43;
	margin-bottom:50px;
	padding-left:72px;
	padding-right:72px;
	padding-top:45px;
	padding-bottom:45px;
}
div#sp2015 .koborebanashi .box h4 {
	text-align:center;
	color:#C53D43;
	font-size:18px;
	padding-bottom:20px;
}
div#sp2015 .koborebanashi .box p{
	font-size:14px;
	line-height:26px;
}


/* flowchart */

div#flowchart {
  text-align: center;
	width:890px;
}

div#flowchart img {
  padding: 0 0 32px 0;
}

div#flowchart p#back {
  padding: 0 36px 0 0;
  text-align: right;
}


/* social */

div#content #social {
  margin: -28px 18px 0px 0px;
  width: 650px;
  height: 20px;
  float: right;
  display: inline;
  position: relative;
}
div#content #social .nhksns-guide {
    margin: 0 0 0 0;
	margin-right: 8px !important;
}

#social.faq_social #social {
  margin: 5px 3px 0 0;
  display: inline-block;
  float: right;
}

#social.faq_social .nhk-snsbtn {
    margin-bottom: 0;
}

#social.faq_social .nhksns {
    float: right;
}

#social.faq_social .nhksns-guide {
    margin: 3px 3px 0 0;
}

div#content #social #nhksocialbtn {
  padding: 0 0 0 0;
  float: right;
}

div#content #social #nhksocialbtn #socialbookmark ul li {
  line-height: 0;
}

div#content #social #nhksocialbtn #socialbookmark ul#social_sharebox {
  z-index: 10;
}
/*
.力 {
	border-bottom: 2px solid #000000;
	padding-bottom:20px;
	padding-top:20px;
}
*/
.nhkonc {
	padding-top:0px !important;
}

.textindent {
  height: 0;
  line-height: 0;
  text-indent: -9999px;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

ul.sp2016 li {
	float:left;
}
