@charset "UTF-8";
* {
	font-family: "FOT-筑紫ゴシック Pr5 R","TsukuGoPr5-R";
	font-size: 16px;
	-webkit-font-smoothing: anitialiased;
	letter-spacing: 0.15em;
}

img {
	vertical-align:bottom;
	max-width: 100%;
}
body {
	font-family: "FOT-筑紫ゴシック Pr5 R","TsukuGoPr5-R";
	-webkit-font-smoothing: anitialiased;
}

header {
	width: 100%;
	height: 106px;
	background: #1e1e1e;
	position:fixed;
	min-width: 640px;
	text-align: center;
	z-index: 9999;
}
header > div {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}
header h1 a {
	display: inline-block;
	padding: 17px 10px;
}
header #links {
	position: absolute;
	width: 290px;
	top: 13px;
	right: 20px;
	height: 106px;
}
header #links li {
	display:inline-block;
	width: 136px;
	height: 24px;
	margin: 5px 2px;
}
header #links li a {
	display: block;
	width: 136px;
	height: 24px;
	line-height: 24px;
	color: #ffffff;
	text-decoration:none;
	font-size:10px;
	border: 2px solid #4b4b4b;
	border-radius: 12px;
}
header #spMenuOpen {
	display: none;
}
header #btn_quiz {
	position: absolute;
	top: 10px;
	left: 20px;
	z-index: 100;
	cursor:pointer;
}

@media screen and (max-width: 910px) {
	header {
		height: 80px;
	}
	header h1 a {
		padding: 9px 10px;
	}
	header h1 img {
		height: 62px;
	}
	header #links {
		width: 100%;
		top: 80px;
		right: auto;
		height: 162px;
		background: #1e1e1e;
		opacity: 0;
		-ms-filter: "alpha(opacity=0)";
	}
	header #links li {
		width: 320px;
		height: 82px;
		margin: 0;
		float: left;
	}
	header #links li a {
		width: auto;
		margin-left: 2px;
		height: 80px;
		line-height: 80px;
		font-size: 20px;
		background: #ffffff;
		color: #1e1e1e;
		border: 0;
		border-radius: 0;
		margin-bottom: 2px;
	}
	header #links li:first-child a,
	header #links li:nth-of-type(3) a {
		margin-left: 0;
	}
	header #spMenuOpen {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
	}
}



#wrapper {
	width: 100%;
	min-width: 640px;
	background: #e6e6e6;
	padding-top: 106px;
}
@media screen and (max-width: 910px) {
	#wrapper {
		padding-top: 80px;
	}
}
#top #wrapper {
	background: #262626;
}

/* top */
#topCont {
	max-width: 1200px;
	margin: 0 auto;
	background: #e6e6e6;
}
#topCont #boxList {
	position:relative;
	height: 1800px;
	background:#333333;
}
#topCont #boxList li {
	width: 25%;
	float: left;
	height: 300px;
	position:absolute;
	overflow:hidden;
	display:none;
}
#topCont #boxList li:before {
	position:relative;
	width: 100%;
	right: 100%;
}

#topCont #boxList li.LBox {
	width: 50%;
	height: 600px;
}
#topCont #boxList li .image {
	display: none;
}
#topCont #boxList li h3 {
	position:absolute;
	top:0;left:0;right:0;bottom:0;
	margin: auto;
	color: #ffffff;
	text-align: center;
	width: 100%;
	height: 3.2em;
	font-size: 125%;
	line-height: 1.6em;
	z-index: 20;
	text-shadow: 0 0 8px #000000;
	/*letter-spacing:1px;*/
}
#topCont #boxList li.SBox.no10 h3 {
	letter-spacing: 1px;
}
#topCont #boxList li.LBox h3 {
	font-size: 225%;
}
#topCont #boxList li .no {
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 21;
}

#topCont #boxList li.tagBox .tagList {
	margin: 20px;
	line-height: 1.8em;
	overflow:hidden;
	color: #000000;
	z-index: 20;
	max-height: 260px;
	text-align: justify;
	text-justify: inter-ideograph;
}

#topCont #boxList li.tagBox .tagList img {
	float:right;
	display:inline-block;
	padding: 5px 5px 0 5px;
	
}

#topCont #boxList a li .black {
	content:"";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000000;
	z-index: 10;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
}

#tagCloud {
	background: #e6e6e6;
	width: 100%;
	height: 600px;
	overflow:hidden;
}
#tagCloud > div {
	position:relative;
	line-height: 1.6em;
	padding: 5px 0;
	font-size: 175%;
	overflow:hidden;
	max-width:1200px; 
	margin: 0 auto;
}
#tagCloud h3 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
#tagCloud p {
	vertical-align:middle;
	line-height: 1.6em;
	margin-top: -10px;
	width: 100%;
	z-index: 10;
	margin-left: 0px;
	text-align:justify;
	text-justify: inter-ideograph;
}
#tagCloud a {
	color: #000000;
	text-decoration: none;
	vertical-align:middle;
}

#tagCloud a.strong {
	font-size: 171.4%;
	vertical-align:middle;
	line-height: 1.2em;
}
#tagCloud a.small {
	font-size: 57.1%;
	vertical-align:middle;
}
#tagCloud a.tcl1:hover {background: #8164de;}
#tagCloud a.tcl2:hover {background: #edff4a;}
#tagCloud a.tcl3:hover {background: #29ba46;}
#tagCloud a.tcl4:hover {background: #71cfd9;}
#tagCloud a.tcl5:hover {background: #f998cd;}
#tagCloud a.tcl6:hover {background: #e35454;}
@media screen and (max-width: 640px) {
	#topCont #boxList li.tagBox .tagList {
		font-size: 21px;
	}
	#topCont #boxList li h3 {
		font-size: 21px;
	}
	
	#tagCloud p {
		margin-left: 0;
		width: 100%;
		
	}
	#tagCloud a {
		font-size: 26px;
		line-height: 1.6em;
	}
	#tagCloud strong {
		font-size: 42px;
		line-height: 1.4em;
	}
	#tagCloud small {
		font-size: 15px;
	}
}



/* detail */
#wrapper #detailTop {
	/*max-width: 1200px;
	margin: 0 auto;*/
	/*height: 326px;*/
	height: 400px;
	position:relative;
}
#wrapper #detailTop h2 {
	position: absolute;
	font-size: 196%;
	color: #ffffff;
	text-align:center;
	width: 640px;
	line-height: 1.6em;
	height: 3.2em;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	letter-spacing: 2px;
}
#wrapper #detailTop h2.line3 {
	height: 4.8em;
}
/*#wrapper #tagList {
	max-width: 1200px;
	margin: 0 auto;
}*/

#wrapper #detailTop .no {
	position: absolute;
	width: 160px;
	text-align: right;
	top: 20px;
	left: 50%;
	margin-left: 420px;
}
@media screen and (max-width: 1200px) {
	#wrapper #detailTop .no {
		left: auto;
		margin-left: 0;
		right: 20px;
	}
}

#wrapper #tagList p {
	max-width: 1160px;
	padding: 20px;
	margin: 0 auto;
	font-size: 125%;
	line-height: 1.6em;
}


#wrapper #detailBody {
	width: 100%;
	/*background: url("../images/bg.gif") no-repeat center top;*/
	background: #e6e5e5;
	padding: 70px 0 90px 0;
	position:relative;
}
#wrapper #detailBody h3 {
	max-width: 600px;
	margin: 0 auto 40px auto;
	text-align: center;
	font-size: 137%;
	line-height: 1.8em;
}
#wrapper #detailBody .text {
	max-width: 450px;
	margin: 0 auto 70px auto;
	line-height: 1.8em;
	padding: 0 20px;
}

#wrapper #detailBody .image {
	text-align: center;
	margin-bottom: 70px;
}
#wrapper #detailBody .profile {
	max-width: 450px;
	padding: 0 20px;
	margin:0 auto 40px auto;
}
#wrapper #detailBody .profile .photo {
	float: left;
	width: 105px;
	padding-right: 20px;
}
#wrapper #detailBody .profile .photo img {
	width: 105px;
}
#wrapper #detailBody .profile .photo + div {
	width: 325px;
	float: right;
}
#wrapper #detailBody .profile h4 {
	margin-bottom: 10px;
}
#wrapper #detailBody .profile h4 span {
	font-size: 75%;
	line-height: 16px;
	
}
#wrapper #detailBody .profile .proftext {
	font-size: 75%;
	line-height: 1.8em;
}
#wrapper #detailBody .bgIcon,
#wrapper #detailBody .bgIcon2 {
	position: absolute;
	left: 50%;
}
#wrapper #detailBody #bgIcon1 {
	top: 35px;
	margin-left: 389px;
	margin-top: 55px;
}
#wrapper #detailBody #bgIcon2 {
	top: 458px;
	margin-left: -613px;
	margin-top: 82px;
}
#wrapper #detailBody #bgIcon3 {
	top: 1033px;
	margin-left: 380px;
}
#wrapper #detailBody #bgIcon4 {
	top: 1757px;
	margin-left: -628px;
}
#wrapper #detailBody #bg2Icon1 {
	top: 193px;
	margin-left: 474px;
	margin-top: -98px;
}
#wrapper #detailBody #bg2Icon2 {
	top: 599px;
	margin-left: -758px;
	margin-top: -120px;
}
#wrapper #detailBody #bg2Icon3 {
	top: 1017px;
	margin-left: 465px;
	margin-top: -144px;
}
#wrapper #detailBody #bg2Icon4 {
	top: 1899px;
	margin-left: -641px;
	/*margin-top: 55px;*/
}
@media screen and (max-width: 640px) {
	#wrapper #detailTop h2{
		left: 0;
		margin-left: 0;
	}
	
}

#wrapper #backLink a {
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	height: 68px;
	line-height: 68px;
	background: #ffffff;
	color: #000000;
}

#more {
	background: #333333;
	overflow:hidden;
}
#more ul {
	max-width: 1200px;
	margin: 0 auto;
	
}
#more li {
	max-width: 25%;
	float: left;
	position: relative;
}
#more li .tagText {
	margin: 20px;
	line-height: 1.8em;
	color: #000000;
	overflow:hidden;
	text-align:justify;
	text-justify: inter-ideograph;
}
#more li .tagText img {
	float:right;
	display:inline-block;
	padding: 5px 5px 0 5px;
}
#more li .image img {
	width: 100%;
}
#more li h3 {
	position: absolute;
	width: 100%;
	vertical-align:middle;
	font-size: 125%;
	color: #ffffff;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
	line-height: 1.8em;
	text-align: center;
	top: 50%;
	margin-top: -1.8em;
	z-index: 20;
}
#more li.no10 h3 {
	letter-spacing: 1px;
}
#more li .no {
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 20;
}
#more a li .black {
	content:"";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000000;
	z-index: 10;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
}
@media screen and (max-width: 640px) {
	#wrapper #backLink a {
		font-size: 22px;
	}
	#wrapper #tagList p {
		font-size: 26px;
	}
	
	#wrapper #detailBody h3 {
		font-size: 26px;
	}
	#wrapper #detailBody .text {
		max-width: 560px;
		font-size: 26px;
		letter-spacing: 0.1em;
	}
	#wrapper #detailBody .image {
		width: 560px;
		margin-left: auto;
		margin-right: auto;
	}
	#wrapper #detailBody .image img {
		width: 100%;
	}
	#wrapper #detailBody .profile {
		max-width: 560px;
		font-size: 26px;
	}
	#wrapper #detailBody .profile .photo {
		width: 130px;
	}
	#wrapper #detailBody .profile .photo img {
		width: 130px;
	}
	#wrapper #detailBody .profile .photo + div {
		width: 410px;
		float: right;
	}
	#wrapper #detailBody .profile h4 {
		font-size: 30px;
	}
	
	#wrapper #detailBody .bgIcon,#wrapper #detailBody .bgIcon2 {
		display: none;
	}
	
	
}



footer {
	background: #1e1e1e;
	height: 60px;
	width: 100%;
}
footer > div {
	max-width: 1200px;
	min-width: 600px;
	height: 60px;
	margin: 0 auto;
	position: relative;
	color: #fefefe;
	line-height: 60px;
	font-size: 10px;
	padding: 0 20px;
}
footer #pagetop {
	position: absolute;
	top: -80px;
	right: 50px;
	cursor: pointer;
	z-index: 100;
}
footer #copyright {
	float: right;
}
footer #sns {
	float: left;
}
footer #sns > div,footer #sns > p {
	display: inline-block;
	vertical-align:middle;
	padding-right: 16px;
}
footer #sns #tw {
	/*margin-top: 3px;*/
	height: 48px;
	vertical-align:middle;
}
footer #sns div.fb-share-button {
	width: 100px;
	margin-top: -40px;
}
footer #sns > p a {
	text-decoration: none;
	color: #ffffff;
	
}
@media screen and (max-width: 1159px) {

	#more li {
		max-width: 33.33%;
	}
	
}
@media screen and (max-width: 640px) {
	#more li,
	#more li:first-child {
		max-width: 50%;
		height: 320px;
	}
	#more li .tagText {
		font-size: 20px;
		height: 240px;
	}
	footer {
		height: 96px;
		width: 640px;
	}
	footer #copyright {
		float: none;
	}
	footer > div {
		height: 48px;
		line-height: 48px;
		width: 600px;
	}
	footer #sns {
		float: none;
	}
	footer #sns > p {
		display:none;
	}
	footer #sns #tw {
		height: 30px;
	}
	footer #sns .fb-share-button {
		margin-top: 0;
		height: 30px;
	}
}


/* 解けない地球の問題集 */
#quizWrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: url("../images/q_bg.gif") no-repeat center top #caf0ed;
	padding: 90px 20px 40px 20px;
	z-index: 9999;
	display: none;
}
#quizWrap > div {
	width: 1008px;
	margin: 0 auto;
	position: relative;
}
#quizWrap h2 {
	float: left;
	padding-right: 60px;
	padding-bottom: 40px;
	height:500px;
}
#quizWrap .text {
	line-height: 1.8em;
	letter-spacing:1px;
}
#quizWrap #q_close {
	position:absolute;
	top: -64px;
	right: -109px;
	cursor:pointer;
}
#quizWrap ul {
	margin-top: 98px;
	margin-bottom: 95px;
}

#quizWrap ul li#q1 {background:#faab80;}
#quizWrap ul li#q2 {background:#b8bdf5;}
#quizWrap ul li#q3 {background:#f5dce3;}
#quizWrap ul li h3 {
	padding: 25px 25px 25px 40px;
	position:relative;
	cursor: pointer;
}
#quizWrap ul li h3 .ttl {
	float: left;
	padding-top: 10px;
}
#quizWrap ul li h3 .icon {
	float: right;
	padding-right: 60px;
}
#quizWrap ul li h3 .arw {
	position: absolute;
	top: 50%;
	margin-top: -28px;
	right: 27px;
}
#quizWrap ul li .text {
	padding: 10px 130px 75px 130px;
	display: none;
}
#quizWrap  .copy {
	text-align:center;
	font-size: 11px;
}
@media screen and (max-width: 640px) {
	#quizWrap {
		padding: 80px 40px 40px 40px;
		width: 560px;
	}
	#quizWrap > div {
		width: 100%;
	}
	#quizWrap h2 {
		float: none;
		padding-right: 0;
		
	}
	#quizWrap .text {
		font-size: 24px;
	}
	#quizWrap .text br {
		display:none;
	}
	#quizWrap #q_close {
		top: -40px;
		right: 0;
	}
	#quizWrap ul li h3 {
		padding: 20px;
	}
	#quizWrap ul li h3 .ttl {
		display:block;
		width: 450px;
		float: none;
	}
	#quizWrap ul li h3 .ttl img {
		width: 100%;
	}
	#quizWrap ul li h3 .arw {
		top: 50px;
		margin-top: 0;
		width: 40px;
		height: 40px;
	}
	#quizWrap ul li h3 .arw img {
		width: 100%;
	}
	#quizWrap ul li h3 .icon {
		display:block;
		float: none;
		text-align:center;
		margin-left: 50px;
	}
	#quizWrap ul li .text {
		padding: 10px 40px 40px 40px;
	}
}


/* 共通色設定 */
.cl1 {background: #8164de;}
.cl2 {background: #edff4a;}
.cl3 {background: #29ba46;}
.cl4 {background: #71cfd9;}
.cl5 {background: #f998cd;}
.cl6 {background: #e35454;}



/* clearfix */
.clearfix {zoom:1;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}