
@charset "utf-8";

body {
	font-family: "HiraginoSansGB-W3","Applied Font Regular","Applied Font";
	font-size: 0.7rem;
	color: #333333;
	background: #FFFFFF;
}

/* light7 reset */
.page {
	background: #FFFFFF;
}

.bar {
	height: 2.5rem;
	background: #F2F2F2;
	border-bottom-color: #F2F2F2;
}

.bar .button-link {
	height: 2.5rem;
	line-height: 2.5rem;
	color: #000000;
}

.bar-nav~.content {
	top: 2.5rem;
}

/* self */
#head~.content {
	top: 40px;
}

.head_logo {
	background-color: #FFFFFF;
	background-image: url(/feedback-web/static/images/ylogo.png?v=2016122010);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 2.9rem;
	-moz-background-size: 2.9rem;
	-o-background-size: 2.9rem;
	background-size: 2.9rem;
	width: 3.5rem;
	height: 3.5rem;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	margin: 0 auto;
}

#div_content .visit_err {
	margin: 5rem auto;
}

#div_content .visit_err_img {
	background-image: url(/feedback-web/static/images/nolore.png?v=2016110814);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 6rem 7.8rem;
	-moz-background-size: 6rem 7.8rem;
	-o-background-size: 6rem 7.8rem;
	background-size: 6rem 7.8rem;
	width: 6rem;
	height: 7.8rem;
	margin: 0 auto;
}

#div_content .visit_err_msg {
	font-size: 0.8rem;
	line-height: 1.2rem;
	height: 2.4rem;
	text-align: center;
	margin: 1.3rem auto 0 auto;
}

#div_content .visit_err p {
	margin: 0rem 0;
	text-align: center;
	font-size: 1rem;
	color: #909090;
}

#div_content .visit_err em {
	font-style: normal;
	color: #3399E0;
}

#div_content .cntnt_title {
	margin-top: 1rem;
}

#div_content .cntnt_title div {
	display: inline-block;
}

#div_content .cntnt_title .tit_text {
	font-size: 0.8rem;
	line-height: 1rem;
	white-space: normal;
	word-wrap: break-word;
	word-break: break-all;
}

#div_content .cntnt_title .tit_date {
	font-size: 0.6rem;
	color: #BBBBBB;
	line-height: 0.8rem;
	height: 0.8rem;
	display: block;
	text-align: right;
}

#div_content .cntnt_context * {
	font-size: 0.6rem;
}

.div_bottom, .div_helpful {
	background: #F2F2F2;
	width: 100%;
	height: 2rem;
	margin-top: 1rem;
	padding: 0 0.5rem;
}

.div_bottom .bottom_msg, .div_helpful .helpful_msg {
	font-size: 0.6rem;
	height: 1.35rem;
	line-height: 1.35rem;
	position: relative;
	top: 0.35rem;
	display: inline-block;
}

.div_bottom {
	bottom: 0;
}

.div_bottom .bottom_btn {
	font-size: 0.6rem;
	font-weight: bold;
	letter-spacing: 1px;
	color: #FFFFFF;
	height: 1.35rem;
	line-height: 1.25rem;
	position: relative;
	top: 0.35rem;
	background: #2FB3FF;
	border: 1px solid #2FB3FF;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

.div_helpful .div_helpful_btn {
	position: relative;
	top: 0.35rem;
}

.div_helpful .helpful_btn, .div_helpful .unhelpful_btn {
	font-size: 0.6rem;
	font-weight: bold;
	letter-spacing: 1px;
	height: 1.35rem;
	line-height: 1.25rem;
	border: 1px solid #2FB3FF;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	padding: 0 1rem;
	display: inline-block;
}

.div_helpful .helpful_btn {
	color: #FFFFFF;
	background: #2FB3FF;
}

.div_helpful .unhelpful_btn {
	color: #2FB3FF;
	background: #FFFFFF;
	margin-left: 0.15rem;
}

.div_related {
	margin-bottom: -0.5rem;
}

.div_related div {
	font-size: 0.6rem;
	color: #2FB3FF;
	line-height: 1rem;
	height: 1rem;
	margin: 0.5rem 0;
	padding: 0 0.5rem 0 0.6rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#padding_sub {
	width: 0.5rem;
	display: none;
}
