@charset "utf-8";

/*グローバルナビ*/
.this{
	display:block;
	width:130px;
	height:101px;
	background-image:url(../img/navi4.gif);
}
.this:hover{
	background-image:url(../img/navi4_o.gif);
}











/*タイトル*/
#boxtitle1{
	width:575px;
	height:35px;
	background-image:url(../img/mental/title.gif);
	margin-left:4px;
	margin-bottom:4px;
	margin-top:5px;
	float:left;
	display:inline;
}


/*なるほど心理テスト*/
#psychology {
	background-image:url(../img/specialmiddle.gif);
	display:inline;
	float:left;
	height:auto;
	margin-left:4px;
	display:inline;
	margin-top:5px;
	width:570px;
	padding-bottom:10px;
}
#psychology:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
	.topimg{
		float:left;
	}
	#psychologyimg{
		width:533px;
		height:220px;
		background-image:url(../img/psychology.gif);
		background-repeat:no-repeat;
		float:left;
		display:inline;
		margin-left:18px;
		margin-top:10px;
	}
	#psychology p.attentionp{
		width:530px;
		margin-left:18px;
		float:left;
		display:inline;
		padding-bottom:10px;
	}
	/*質問*/
	.question{
		width:234px;
		height:172px;
		background-image:url(../img/mental/q_back.gif);
		float:left;
		display:inline;
		margin-left:18px;
	}
		.question h3{
			width:170px;
			margin:0 auto;
			margin-top:45px;
			margin-bottom:5px;
			font-size:15px;
		}
		.question p{
			width:234px;
			text-align:center;
		}
	/*答え*/
	.answer{
		width:289px;
		height:172px;
		float:left;
		display:inline;
		margin-left:10px;
		margin-bottom:10px;
	}
		.answer a{
			width:100%;
			height:100%;
			background-image:url(../img/mental/a_back.gif);
			display:block;
			text-decoration:none;
			color:#000;
		}
		.answer a:hover{
			background:none;
			background-color:#f3f3f3;
		}
		
		.answer a span{
			display:none;
		}
		.answer a:hover span{
			display:block;
		}
		
		
		span.atitle{
			color:#f00;
			font-size:14px;
			text-align:center;
			padding-top:10px;
			padding-bottom:5px;
		}
	
		
.listfooter{
	margin-left:4px;
	vertical-align:top;
	clear:both;
}

































.detailbox1{
	width:577px;
	height:auto;
	background-image:url(../img/detailsimg/listback.gif);
	margin-left:3px;
	clear:both;
}
.listfooter03{
	margin-left:3px;
}




/*フッターグローバルナビ*/
.fthis{
	display:block;
	width:130px;
	height:101px;
	background-image:url(../img/fnavi2.gif);
}
.fthis:hover{
	background-image:url(../img/fnavi2_o.gif);
}
