/* CSS Document */



/* stoppy */
.st_wrap {
	background: #EEEEE0;
	padding: 20px 0;
}
.st_question_wrap {
	background-color: #FFFFFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: 588px;
	padding: 20px;
	position: relative;
	margin: 0 auto 20px;
}
.st_question_pink {	border: #E89D9F 6px solid;}
.st_question_blue {	border: #517086 6px solid;}
.st_q_title {
	font-size: 25px;
	font-weight: bold;
	padding: 20px 30px;
	line-height: 30px;
}
.st_q_main {
	overflow: hidden;
}
.st_q_text {
	margin-top: 10px;
	line-height: 35px;
	text-indent: 40px;
}
.st_q_text span.st_q_text_pink {	border-bottom: dashed 1px #E89D9F;}
.st_q_text span.st_q_text_blue {	border-bottom: dashed 1px #517086;}
.st_q_prof {
	float: right;
	overflow: hidden;
	width: 170px;
	margin: 20px 0 0 20px;
}
.st_q_prof img {
	float: right;
	margin: 0 0 5px 5px;
}
.st_q_prof p {
	font-size: 10px;
	line-height: 15px;
}
.st_q_stoppy {
	position: absolute;
	top: -20px;
	left: -25px;
}
.st_q_cloud {
	position: absolute;
	top: -40px;
	right: -25px;
}
.st_comic {
	text-align: center;
	margin-bottom: 20px;
}
.st_comic img {
	width: 640px;
}

/* answer */
.st_answer {
	overflow: hidden;
	padding: 0 15px;
	margin-bottom: 20px;
}
.st_answer_pink {	border-top: 2px dotted #E89D9F;}
.st_answer_blue {	border-top: 2px dotted #517086;}
.st_answer img {
	float: left;
}
.st_answer p {
	float: right;
	width: 250px;
	padding-top: 10px;
	font-size: 12px;
	line-height: 20px;
}
.answer_wrap {
	width: 594px;
	margin: 0 auto 20px;
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	overflow: hidden;
}
.answer_wrap_pink {	border: #E89D9F 3px solid;}
.answer_wrap_blue {	border: #517086 3px solid;}
.answer_title {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 20px;
}
.answer_title_pink {	color: #E89D9F;}
.answer_title_blue {	color: #517086;}
.answer {
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.answer_pink {	background: url(/img/stoppy/line_pink.png) no-repeat 50% 100%;}
.answer_blue {	background: url(/img/stoppy/line_blue.png) no-repeat 50% 100%;}
.answer_img {
	width: 130px;
	float: left;
	margin: 0 15px 15px 0;
	text-align: center;
	font-size: 11px;
	line-height: 15px;
	color: #666;
}
.answer_text {
}
.answer_text span {
	font-weight: bold;
	display: block;
}
.answer_text p {
	border-radius: 10px;
	padding: 15px;
}
.answer_text p.answer_text_pink {	border: #E89D9F 2px dotted;}
.answer_text p.answer_text_blue {	border: #517086 2px dotted;}
.answer_text p.answer_text_pink span {	color: #E89D9F;}
.answer_text p.answer_text_blue span {	color: #517086;}
.answer_company {
	overflow: hidden;
}
.answer_c_img {
	float: left;
	width: 120px;
}
.answer_c_text {
	float: left;
	width: 430px;
	line-height: 20px;
	font-size: 13px;
}
.answer_c_text span {
	display: block;
}
.answer_c_text br {	display: none;}
.answer_c_icon {
	float: right;
	width: 44px;
}

.st_case {
	background-color: #FFFFFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 15px;
	margin: 20px;
}
.st_case span {
	font-weight: bold;
	text-indent: 80px;
	line-height: 65px;
	display: block;
	font-size: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.st_case p {
	padding-right: 70px;
	background: url(/img/stoppy/point_stoppy.png) no-repeat 100% 100%;
}
.case_pink {	border: #E89D9F 3px solid;}
.case_blue {	border: #517086 3px solid;}
.case_pink span {
	background: url(/img/stoppy/point_pink.png) no-repeat 0 0;
	border-bottom: 2px dotted #E89D9F;
}
.case_blue span {
	background: url(/img/stoppy/point_blue.png) no-repeat 0 0;
	border-bottom: 2px dotted #517086;
}

/* stoppy backnumber */
.z_bn_wrap {
	width: 678px;
	margin: 20px 0 0;
}
.z_bn_title {
	background: #F0F0E1;
	height: 40px;
}
.z_bn_title p {
	float: left;
	background: url(/img/stoppy/bn_icon.gif) no-repeat 10px 50%;
	text-indent: 35px;
	line-height: 40px;
	font-weight: bold;
}
.z_bn_title p br {	display: none;}
.z_bn_title a {
	float: right;
	display: block;
	width: 120px;
	height: 40px;
	background: url(/img/stoppy/bn_arrow.gif) no-repeat;
	line-height: 40px;
	text-indent: 10px;
	text-decoration: none;
	color: #333;
	letter-spacing: 2px;
}
.z_bn_title a:hover {
	background-position: 0 -40px;
	color: #fff;
}
.z_bn {
	padding: 5px 10px;
}
.z_bn ul li {
	overflow: hidden;
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px dashed #ccc;
}
.z_bn ul li a {
	line-height: 25px;
	color: #333;
	display: block;
	overflow: hidden;
	font-size: 12px;
}
.z_bn ul li a:hover {	color: #FF9326;}
.z_bn ul li span, .z_bn ul li img, .z_bn ul li p {
	display: inline-block;
	*display: block;
	*zoom: 1;
	vertical-align: middle;
}
.z_bn ul li img {	margin: 0 10px;}
.z_bn ul li span {
	width: 50px;
	font-weight: bold;
	text-align: center;
}
.z_bn ul li p {	width: 500px;}

.answer_point_blue{
	color:#897EB3;
	font-size:18px;
	font-weight:bold;
}

