@charset "utf-8";
/* ==================================================

趣味診断 CSS

==#contents
==#section_top

================================================== */


/* ==#contents
======================================== */
#contents {
	padding-bottom: 30px;
}
/* ==#section_top
======================================== */
#section_top {
	margin-bottom: 13px;
}
#section_top img {
	vertical-align: bottom;
}
#section_top .left_box {
	float: left;
	width: 624px;
	height: 254px;
}
#section_top .right_box {
	position: relative;
	float: right;
	width: 300px;
}
#section_top .right_box p {
	color: #666666;
	text-align: center;
}
* html #section_top .right_box ul {/* IE6 hack */
	margin-top: -13px;
}
*:first-child+html #section_top .right_box ul {/* IE7 hack */
	margin-top: -13px;
}
#section_top .right_box ul li {
	margin-bottom: 10px;
}
#section_top .right_box ul li#banner_01 {
	width: 300px;
	height: 250px;
}
#section_top .right_box ul li img {
	vertical-align: bottom;
}
/* ==共通
======================================== */
.nav-txt {
	margin-bottom: 15px;
}
.section_question {
	border: 1px dashed #cccccc;
	margin-bottom: 15px;
	padding: 9px 8px;
}
/* =================================== /diagnosis/index.php =================================== */

#section_diagnosis {
	width: 943px;
	margin-bottom: 25px;
}
/*#section_diagnosis *{
	margin: 0;
	padding: 0;
	line-height: 1.0;
	vertical-align: bottom;
}*/
.bottom_btn {
	text-align:center;
	margin:30px 25px 0;
}
.bottom_btn span{
float:left;
margin-left:30px;
}
#answer-inner img, #result-inner img {
	display: inline;
	padding:0;
	margin:0;
	vertical-align: bottom;
}
/* ==answer
======================================== */


/* ==result
======================================== */
#result-title {
	background:url(../img/result/result_img03_bg.gif) no-repeat;
	width:703px;
	height:216px;
	margin: 0;
	padding: 100px 120px 0;
	text-align: center;
}
#result-title span {
	display:block;
	text-align: left;
	margin-top: 20px;
	font-size:13px;
	line-height: 1.5em;
}
#result-recipe {
	background:url(../img/result/result_img05_bg.gif) repeat-y top;
	width:943px;
	padding: 0;
}
#result-recipe p{
	margin:0;
}

.recipe-inner {
	width:763px;
	height:500px;
	padding: 0 90px;
}
.recipe-inner .fl-1 {
	float:left;
	display:inline;
	margin: 25px 0 0 0;
}
#result-inner .recipe-inner .fl-1 img {
	width:353px;
}
.recipe-inner .fr-1 {
	float:left;
	display:inline;
	margin: 25px 0 0 0;
	width: 380px;
}
.recipe-inner .fl-2 {
	float:left;
	display:inline;
	margin: 20px 0 0 30px;
	width: 440px;
	;
}
.recipe-inner .fr-2 {
	float:left;
	display:inline;
	margin: 20px 0 0 0;
}
#result-inner .recipe-inner .fr-2 img {
	width:265px;
}
#result-inner .txt {
	display:block;
	font-size:12px;
	line-height: 1.4em;
	background-color: #f7f7f3;
	padding: 10px 15px;
	margin: 0;
	position:relative;
}
#result-inner .txt2 {
	display:block;
	font-size:12px;
	line-height: 1.4em;
	background-color: #f7f7f3;
	padding: 10px 15px;
	margin: 0;
	position:relative;
}
#result-inner .recipe-inner .imgborder img {
	background:#FFFFFF;
	padding:5px;
	border:solid 1px #CCCCCC;
}
#result-inner .look_back{
	text-align:right;
	margin:15px 0 0 0;}
.inner-top {
	background:url(../img/result/result_img04_bg.gif) no-repeat top;
	height:500px;
	padding-top: 100px;
}
.inner-bottom {
	background:url(../img/result/result_img06_bg.gif) no-repeat bottom;
	height:620px;
}
#result-inner .recipe-inner .retry_btn img {
	text-align:center;
	margin:65px auto 0;
}
#result-recipe .line {
	background-color:#f8dfe6;
	width:935px;
	text-align:center;
	margin:0 auto 30px;
	height:2px;
	font-size: 1px;
}
.link_lt a {
	font-size:14px;
	display:block;
	color:#a40b5d;
	background:url(../img/result/result_arrow.gif) left center no-repeat;
	padding-left:15px;
	margin:0 0 5px 15px;
}
.link_lt2 a {
	font-size:14px;
	text-align:right;
	display:block;
	color:#a40b5d;
	background:url(../img/result/result_arrow2.gif) right center no-repeat;
	padding-right:15px;
	margin:10px 15px 5px 0;
}
.link_lt a:hover, .link_lt2 a:hover {
	text-decoration:none;
}
/* ==clearfix
======================================== */
.clearfix {
	zoom:1;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 1px;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	margin: -1px 0 0 0;
}
