@charset "utf-8";


/* ----------------------------------------
	00 contents
------------------------------------------*/

#result_title {
	width: 473px;
	height: 120px;
	margin: 0 auto;
	padding-top: 11px;
}

#result_subtitle {
	height: 57px;
	margin: 32px auto 0;
	padding-bottom: 8px;
	color: #be0000;
	font-size: 200%;
	text-align: center;
}
#result_subtitle p {
	height: 40px;
	display: inline-block;
	padding: 17px 0 0 70px;
	background: url(../img/result_subtitle_bg.gif) top left no-repeat;
}

.result_box {
	position: relative;
	width: 552px;
	padding: 25px 0 25px 8px;
	margin-top: 10px;
	background: #eeefe9 url(../img/icon_result_box.png) 530px center no-repeat;
}
.result_box .result_box_img {
	float: left;
	min-height: 149px;
}

.result_box .result_box_img img{
	width:125px;
}

.result_box .result_box_txt {
	position: absolute;
	left: 130px;
	top: 25px;
	/*float: left;*/
	color: #be0000;
	font-size: 125%;
	font-weight: bold;
	line-height: 1;
	padding: 20px 0 0 10px;
}
.result_box .result_box_txt li {
	clear: both;
	float: left;
	padding-bottom: 15px;
}


#result_buttonarea {
	padding: 40px 8px 0;
	font-size: 134%;
	text-align: center;
	line-height: 57px;
	font-weight: bold;
}
#result_buttonarea a {
	color: #626262;
	text-decoration: none;
}
#result_buttonarea div {
	-webkit-border-radius: 10px;-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-image: -moz-linear-gradient(top, #fcfdfd, #e3e5db);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#fcfdfd), to(#e3e5db));
	background-image: -webkit-linear-gradient(top, #fcfdfd, #e3e5db);
	background-image: linear-gradient(top, #fcfdfd, #e3e5db);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: solid 2px #cf615e;
	overflow: hidden;
}
#result_buttonarea #result_back {
	float: left;
	width: 116px;
	height: 57px;
	margin-right: 27px;
}
#result_buttonarea #result_back a {
	display: block;
	width: 96px;
	height: 57px;
	padding-left: 20px;
	background: url(../img/icon_to_home.png) 5px center no-repeat;
}
#result_buttonarea #result_next {
	float: left;
	width: 116px;
	height: 57px;
}
#result_buttonarea #result_next a {
	display: block;
	width: 96px;
	height: 57px;
	padding-right: 20px;
	background: url(../img/icon_result_box.png) 91px center no-repeat;
}
#result_buttonarea #result_selecter {
	float: left;
	width: 247px;
	height: 57px;
	margin-right: 26px;
}
#result_buttonarea #result_selecter p {
	float: left;
	width: 24%;
	height: 57px;
	border-left: solid 1px #fac8c6;
}
#result_buttonarea #result_selecter p a {
	display: block;
	width: 100%;
	height: 100%;
}
#result_buttonarea #result_selecter p:first-child {
	border: none;
	padding-left: 1%;
}
#result_buttonarea .result_button_off {
	background-color: #e2e4da !important;
	color: #c9c9c9;
}

#result_to_top {
	display: inline-block;
	clear: both;
	/*width: 296px;*/
	height: 57px;
	margin: 32px 0 0 8px;
	
	-webkit-border-radius: 10px;-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-image: -moz-linear-gradient(top, #fcfdfd, #e3e5db);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#fcfdfd), to(#e3e5db));
	background-image: -webkit-linear-gradient(top, #fcfdfd, #e3e5db);
	background-image: linear-gradient(top, #fcfdfd, #e3e5db);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: solid 2px #cf615e;
}
#result_to_top a {
	display: inline-block;
	/*width: 276px;*/
	height: 57px;
	color: #626262;
	text-decoration: none;
	line-height: 56px;
	text-align: center;
	font-size: 134%;
	font-weight: bold;
	padding: 0 30px 0 40px;
	background: url(../img/icon_to_home.png) 5px center no-repeat;
}


























