@charset "utf-8";

/*------------------------------------------------------------
[PC] Global MADO & Top Messages
BASE COMMON
.page_global_mado
.top_messages
------------------------------------------------------------ */

/*------------------------------------------------------------
[COMMON] reset
------------------------------------------------------------ */
form {
	font-family: Arial, sans-serif;
	color: #333;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.glmado_contents * {
	box-sizing: border-box;
}

.glmado_contents em,
.glmado_contents i {
	font-style: italic;
}

.glmado_contents img {
	vertical-align: bottom;
}

/*------------------------------------------------------------
[COMMON] mado base
------------------------------------------------------------ */
.glmado_contents {
	padding: 0 40px 80px;
}

.glmado_contents .breadcrumbs,
.glmado_contents .glmado_header,
.glmado_contents aside.footer_nav,
.glmado_contents aside.pagenation {
	max-width: 1360px;
	width: 100%;
	min-width: 960px;
	margin: 0 auto;
}

.glmado_contents section#search_article,
.glmado_contents>section {
	max-width: 1360px;
	width: 100%;
	min-width: 960px;
	margin: 40px auto;
}

.glmado_contents>section h2 {
	font-size: 26px;
	line-height: 1;
	width: 820px;
	margin: 0 auto 30px;
}

.glmado_contents>section h2 .notes {
	font-size: 14px;
	margin-left: 15px;
	font-weight: normal;
}

.glmado_contents>section .inner {
	width: 820px;
	margin: 0 auto;
}

.glmado_contents section a {
	color: #333;
	text-decoration: none;
}

.glmado_contents section a:hover {
	text-decoration: underline;
}


/*ぱんくず*/
.glmado_contents .breadcrumbs {
	padding: 13px 0 0;
}

.glmado_contents .breadcrumbs ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.glmado_contents .breadcrumbs ol li {
	font-size: 12px;
	display: inline;
	line-height: 16px;
}

.glmado_contents .breadcrumbs ol li a {
	margin-right: 16px;
	color: #0F96B8;
	text-decoration: none;
	position: relative;
}

.glmado_contents .breadcrumbs ol li a::after {
	content: '';
	width: 4px;
	height: 9px;
	background: url(../img/arrow_right.svg) no-repeat 0 center;
	background-size: 4px auto;
	position: absolute;
	top: calc(50% - 4.5px);
	right: -12px;
}

.glmado_contents .breadcrumbs ol li a:hover {
	text-decoration: underline;
}

.glmado_contents .btn a {
	display: block;
	height: 36px;
	padding: 0 20px;
	background: #fff;
	border: 1px solid #A9D4DF;
	border-radius: 4px;
	font-size: 14px;
	line-height: 36px;
	color: #333;
	text-align: center;
	text-decoration: none;
}

.glmado_contents .btn a:hover {
	background-color: #F1F4F6;
	text-decoration: none;
}

/*------------------------------------------------------------
[COMMON] search_area
------------------------------------------------------------ */
.glmado_contents .glmado_header .search_area {
	margin: 20px auto 0;
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: center;
	gap: 15px;
}

.glmado_contents aside.footer_nav .btn.articles {
	display: none;
}

/*Mado用*/
.page_global_mado .glmado_contents .pulldown.mado_category {
	display: block;
	min-width: 210px;
}

/*Top Message用*/
.page_top_messages .glmado_contents .pulldown.executive {
	display: block;
	min-width: 150px;
}

/*共通プルダウン選択*/
.glmado_contents .pulldown form {
	background: #F1F4F6;
}

.glmado_contents .pulldown select {
	appearance: none;
	background: #fff url(/assets/img/arrow_down.svg) no-repeat right 10px center / 10px;
	border: 1px solid #A9D4DF;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	line-height: 1.2;
	color: #333;
	padding: 0 30px 0 15px;
	width: 100%;
	height: 36px;
	position: relative;
}

.glmado_contents .pulldown select:hover {
	background-color: rgba(255, 255, 255, 0);
}

/*共通キーワード検索*/
.glmado_contents .by_keyword form {
	position: relative;
}

.glmado_contents .by_keyword input[type="text"] {
	display: block;
	cursor: text;
	width: 100%;
	height: 36px;
	padding: 0 40px 0 15px;
	border: none;
	outline: none;
	font-size: 16px;
	line-height: 1;
	color: #333;
	background: #E4E9ED;
	border-radius: 4px;
	overflow: hidden;
}

.glmado_contents .by_keyword input::placeholder {
	color: #888;
	font-size: 14px;
}

.glmado_contents .by_keyword input:focus::placeholder {
	color: transparent;
}

.glmado_contents .by_keyword input[type="submit"] {
	display: block;
	width: 40px;
	height: 36px;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	font-size: 0;
	float: right;
	background: url(/assets/img/loupe.svg) no-repeat center center / 20px;
	text-indent: 100%;
	border: none;
	cursor: pointer;
}

.glmado_contents .by_keyword input[type="submit"]:hover {
	opacity: 0.6;
}

.glmado_contents .by_keyword .open_input {
	display: none;
}

/*------------------------------------------------------------
[index/list] glmado_header by_keyword
------------------------------------------------------------ */
.glmado_header .search_area .pulldown.hide {
	opacity: 0;
}

.glmado_header .search_area .by_keyword {
	position: relative;
}


.glmado_header .search_area .by_keyword .input_box {
	display: block;
	overflow: hidden;
	width: 260px;
}
.glmado_header .search_area .by_keyword.executive {
	width: 36px;
}

.glmado_header .search_area .by_keyword.executive .open_input {
	display: block;
	width: 36px;
	height: 36px;
	color: #fff;
	font-size: 0;
	background: url(/assets/img/loupe.svg) no-repeat right center / 20px;
	text-indent: 100%;
	border: none;
	cursor: pointer;
}

.glmado_header .search_area .by_keyword.executive .open_input:hover {
	opacity: 0.7;
}
.glmado_header .search_area .by_keyword.executive .input_box {
	display: block;
	position: absolute;
	right: 36px;
	top: 0;
	width: 0;
	overflow: hidden;
	opacity: 0;
	transition: all .2s ease;
}

.glmado_header .search_area .by_keyword.executive .open_input.close {
	background: url(/assets/img/icon_close.svg) no-repeat right 2px center / 15px;
}

.glmado_header .search_area .by_keyword.executive .input_box.show {
	width: 472px;
	opacity: 1;
}

/*------------------------------------------------------------
[COMMON] contents_list
------------------------------------------------------------ */
.glmado_contents ul.contents_list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.glmado_contents .contents_list li a {
	display: block;
	position: relative;
}

.glmado_contents .contents_list li a:hover {
	text-decoration: none;
}

.glmado_contents .contents_list li a:hover figure {
	opacity: .8;
}

.glmado_contents .contents_list li a:hover p.text {
	text-decoration: underline;
}

.glmado_contents .contents_list figure img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.glmado_contents .contents_list .date {
	margin-right: 4px;
	font-size: 12px;
	line-height: 1.5;
	color: #333;
	display: inline-block;
}

.glmado_contents .contents_list .category {
	display: inline-block;
	margin: 8px 0 0;
	background: #F1F4F6;
	border-radius: 4px;
	font-size: 12px;
	font-weight: normal;
	padding: 2px 8px;
}

.glmado_contents .contents_list .category.category_liquor {
	color: #AB8900;
}

.glmado_contents .contents_list .category.category_foods {
	color: #549600;
}

.glmado_contents .contents_list .category.category_others {
	color: #6600B7;
}

.glmado_contents .contents_list .category.category_niinami {
	color: #228DDB;
}

.glmado_contents .contents_list .category.category_saji {
	color: #00B5AA;
}

.glmado_contents .contents_list .category.category_torii {
	color: #15398B;
}

.glmado_contents .contents_list li.new .date::after {
	content: "New";
	display: inline-block;
	padding: 1px 6px;
	margin: 0 0 0 8px;
	color: #fff;
	line-height: 1;
	font-size: 12px;
	font-weight: bold;
	background: #f00;
	border-radius: 4px;
}

/*------------------------------------------------------------
[mado_category] contents_list
------------------------------------------------------------ */
#mado_category .contents_list {
	width: 820px;
	margin: 0 auto;
}

#mado_category .contents_list li {
	display: block;
	width: 100%;
	margin: 20px 0 0;
	padding: 20px 0 0;
	border-top: 1px dashed #A9D4DF;
}

#mado_category .contents_list li:first-child {
	margin: 0;
}

.page_global_mado .glmado_contents #mado_category .contents_list li a {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
}

.page_global_mado .glmado_contents #mado_category .contents_list li a .text {
	margin: 8px 0 0;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
}

.page_global_mado .glmado_contents #mado_category .contents_list figure {
	display: block;
	margin: 0;
	padding: 0;
	width: 140px;
	text-align: center;
	overflow: hidden;
}

.page_global_mado .glmado_contents #mado_category .contents_list figure img {
	width: auto;
	height: 99px;
}

.page_global_mado .glmado_contents #mado_category .contents_list .text_block {
	width: calc(100% - 170px);
}

/*------------------------------------------------------------
[top_messages] contents_list
------------------------------------------------------------ */
#topmsg_top .contents_list,
#topmsg_category .contents_list {
	width: 820px;
	margin: 0 auto;
}

#topmsg_top .contents_list li,
#topmsg_category .contents_list li {
	display: block;
	width: 100%;
	margin: 20px 0 0;
	padding: 20px 0 0;
	border-top: 1px dashed #A9D4DF;
}

#topmsg_top .contents_list li:first-child {
	margin-top: 10px;
	border-top: none;
}

#topmsg_category .contents_list li:first-child {
	margin: 0;
}

#topmsg_top .contents_list .text,
#topmsg_category .contents_list .text {
	margin: 8px 0 0;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
}

/*------------------------------------------------------------
[COMMON] aside
------------------------------------------------------------ */
.glmado_contents aside.footer_nav,
.glmado_contents aside.pagenation {
	margin-top: 40px;
	padding: 30px 0 0;
	border-top: 1px solid #A9D4DF;
}

/*footer_nav*/
.glmado_contents aside.footer_nav .btn.thisyear a {
	display: block;
	width: fit-content;
	margin: 0 auto 30px;
}

.glmado_contents aside.footer_nav .search_area {
	margin: 0 auto 30px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	gap: 15px;
}

.glmado_contents aside.footer_nav .by_keyword {
	margin-left: 25px;
}

.glmado_contents aside.footer_nav .by_keyword .input_box {
	width: 500px;
}

/*pagenation*/
.glmado_contents aside.pagenation {
	display: flex;
	justify-content: center;
	align-items: center;
}

.glmado_contents aside .pg_number {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 20px;
}

.glmado_contents .pagenation .pg_number a {
	display: block;
	height: 36px;
	padding: 0 10px;
	margin: 0 5px;
	background: #fff;
	border: 1px solid #A9D4DF;
	border-radius: 4px;
	font-size: 14px;
	line-height: 36px;
	color: #333;
	text-align: center;
	text-decoration: none;
}

.glmado_contents .pagenation .pg_number a:hover {
	background: #F1F4F6;
}

.glmado_contents .pagenation .pg_number .current_page {
	display: block;
	height: 36px;
	padding: 0 10px;
	margin: 0 5px;
	font-weight: bold;
	background: #F1F4F6;
	border: 1px solid #A9D4DF;
	border-radius: 4px;
	font-size: 14px;
	line-height: 36px;
	color: #333;
	text-align: center;
	text-decoration: none;
}

.glmado_contents .pagenation .btn a.grayout {
	background-color: #F0F0F0;
	border: 1px solid #ddd;
	color: #ccc;
	pointer-events: none;
}

.glmado_contents .pagenation .btn.prev a {
	padding: 0 15px 0 25px;
	background-image: url(/assets/img/arrow_left.svg);
	background-repeat: no-repeat;
	background-size: 5px;
	background-position: left 10px center;
}

.glmado_contents .pagenation .btn.prev a.grayout {
	background-color: #F0F0F0;
	background-image: url(/assets/img/arrow_left_gray.svg);
}

.glmado_contents .pagenation .btn.next a {
	padding: 0 25px 0 15px;
	background-image: url(/assets/img/arrow_right.svg);
	background-repeat: no-repeat;
	background-size: 5px;
	background-position: right 10px center;
}

.glmado_contents .pagenation .btn.next a.grayout {
	background-color: #F0F0F0;
	background-image: url(/assets/img/arrow_right_gray.svg);
}

/*------------------------------------------------------------
[mado] contents title
------------------------------------------------------------ */
.glmado_contents .glmado_header .contents_title {
	margin: 20px auto 40px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.glmado_header h1 a {
	display: block;
	margin: 0;
	color: #333;
	font-size: 32px;
	line-height: 1;
	text-decoration: none;
}

.glmado_header ul.mado_link {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 15px;
}

.glmado_header .mado_link .btn a {
	padding: 0 45px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}


/*------------------------------------------------------------
[mado] top contents_list
------------------------------------------------------------ */
#mado_top {
	margin: 30px auto 0;
}

#mado_top .contents_list li {
	width: 23.676470588235294%;
	margin: 0 1.764705882352941% 40px 0;
}

#mado_top .contents_list li:last-child {
	margin: 0 1.764705882352941% 40px 0;
}

#mado_top .contents_list li:nth-child(4n) {
	margin: 0 0 40px 0;
}

#mado_top .contents_list figure {
	margin: 0 0 8px;
	padding: 0;
	width: 100%;
	max-height: 227.38px;
	overflow: hidden;
}

#mado_top .contents_list .text_block {
	width: 100%;
}

#mado_top .contents_list li a p.text {
	margin: 8px 0;
	font-size: 14px;
	line-height: 1.5;
}

#mado_top .contents_list li.new .date::after {
	position: absolute;
	right: 8px;
	top: 8px;
	padding: 2px 6px;
}

#mado_top .contents_list .category {
	margin: 0;
}

#mado_top+aside.footer_nav {
	margin-top: 0;
}


/*------------------------------------------------------------
[top message] contents title
------------------------------------------------------------ */
#topmsg_top h1.contents_title {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

#topmsg_top h1.contents_title img {
	width: 100%;

}

#topmsg_top h1.contents_title .txt_sub {
	display: block;
	color: #fff;
	font-size: 24px;
	text-indent: -99999px;
}

/*------------------------------------------------------------
[mado] mado_articles
------------------------------------------------------------ */
#mado_articles dl {
	width: 820px;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	border-bottom: 1px dashed #A9D4DF;
}

#mado_articles dt {
	width: 80px;
	padding: 25px 0;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	border-top: 1px dashed #A9D4DF;
}

#mado_articles dd {
	width: 740px;
	padding: 25px 0;
	border-top: 1px dashed #A9D4DF;
}

#mado_articles dd ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 100%;
	list-style: none;
}

#mado_articles dd li {
	display: block;
	margin: 18px 0 0;
	width: 49%;
	font-size: 16px;
	line-height: 1.5;
}

#mado_articles dd li:nth-child(-n+2) {
	margin: 0;
}

#mado_articles dd li:nth-child(2n) {
	width: 47%;
}


#mado_articles dd li .sub_txt {
	display: inline;
	font-size: 12px;
}

/*------------------------------------------------------------
[mado] mado_post
------------------------------------------------------------ */
#mado_post .submit_area {
	background: #E4E9ED;
	border-radius: 4px;
	padding: 30px 20px;
	text-align: center;
}

#mado_post .submit_area p.from_team {
	font-size: 18px;
	line-height: 1.5;
	margin: 0 0 15px;
}

#mado_post .submit_area p.note {
	font-size: 13px;
	line-height: 1.5;
	margin: 15px 0 0;
}

#mado_post .submit_area .btn_submit a {
	display: block;
	width: 240px;
	height: 36px;
	margin: 0 auto;
	padding: 0 20px;
	background: #fff;
	background: #5BC2DC;
	border: 1px solid #A9D4DF;
	border-radius: 4px;
	font-size: 15px;
	font-weight: bold;
	line-height: 36px;
	color: #333;
	text-align: center;
	text-decoration: none;
}

#mado_post .submit_area .btn_submit a:hover {
	background-color: #ADE0EE;
}

#mado_post h2 {
	margin-top: 40px;
}

#mado_post .block {
	display: block;
	position: relative;
	padding: 20px 30px 20px 60px;
	margin: 0 0 50px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

#mado_post .block::before {
	content: "";
	display: block;
	position: absolute;
	width: 40px;
	height: 20px;
	bottom: -21px;
	left: 50px;
	background: #ADE0EE;
}

#mado_post .block::after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	bottom: -91px;
	left: 30px;
	border: 40px solid transparent;
	border-top: 30px solid #ADE0EE;
}

#mado_post .block .num {
	display: block;
	position: absolute;
	margin: 0;
	top: 14px;
	left: 30px;
	font-size: 24px;
	font-weight: bold;
}

#mado_post .block h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
}

#mado_post .block p {
	margin: 5px 0 0;
	font-size: 14px;
	line-height: 1.5;
}

#mado_post a {
	color: #0F96B8;
}

#mado_post .bottomBlock {
	display: grid;
	grid-template-columns: 560px 260px;
	grid-template-rows: auto auto;
	grid-template-areas:
		"no4 arrow"
		"no5 arrow";
	padding: 50px 0 0;
	margin: -50px 0 60px;
	position: relative;
}

#mado_post .block.no4 {
	grid-area: no4;
	width: 560px;
}

#mado_post .block.no5 {
	grid-area: no5;
	width: 560px;
	margin: 0;
}

#mado_post .block.no5::before,
#mado_post .block.no5::after {
	content: none;
	bottom: 0;
	left: 0;
	border: none;
}

#mado_post .arrow {
	grid-area: arrow;
	width: 260px;
	padding: 0 20px;
	text-align: center;
	position: relative;
	box-sizing: border-box;
}

#mado_post .arrow p.week {
	margin: 40px 0 0;
	font-size: 16px;
	line-height: 1.5;
}

#mado_post .arrow p.week strong {
	font-weight: bold;
	font-size: 18px;
}

/*#mado_post .arrow p.note {
	margin: 10px 0 0;
	font-size: 13px;
	line-height: 1.5;
}*/

#mado_post .bottomBlock::before {
	content: "";
	display: block;
	position: absolute;
	width: 40px;
	height: calc(100% - 30px);
	top: 0;
	right: 110px;
	background: #ADE0EE;
}

#mado_post .bottomBlock::after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	bottom: -40px;
	right: 90px;
	border: 40px solid transparent;
	border-top: 30px solid #ADE0EE;
}

/*------------------------------------------------------------
[mado] search_article
------------------------------------------------------------ */
.glmado_contents .glmado_header .search_article_head {
	margin: 20px auto 0;
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: center;
}

.glmado_contents .glmado_header .search_article_head .by_keyword {
	width: 509px;
}

.glmado_contents .glmado_header .search_article_head .by_keyword input[type="text"] {
	width: 100%;
}

#search_article .resinfo {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
}

#search_article dl.doc {
	display: block;
	margin: 15px 0 0;
	padding: 20px 0;
	border-top: 1px dashed #A9D4DF;
}

#search_article dl.doc dt {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}

#search_article dl.doc dd.doc_text {
	margin: 10px 0 0;
	font-size: 13px;
	line-height: 1.5;
}

#search_article dl.doc dd.doc_navi {
	display: none;
}

#search_article dl.doc dd.doc_text strong.key {
	font-weight: normal;
	background: #ADE0EE;
	padding: 0 3px;
}

.glmado_contents .probo {
	max-width: 1360px;
	width: 100%;
	min-width: 960px;
	margin: 0 auto;
}

.glmado_contents .probo a {
	margin: 15px 0 0 auto;
	width: 106px;
	height: 33px;
	display: block;
	background: url(../img/logo_probo.png) no-repeat 0 0;
	background-size: 106px auto;
	text-indent: -9999px;
}

/*------------------------------------------------------------
#mado_detail #contents .detail_main #comments.comments form #feedbackContainer
.glmado_contents section#feedback_comment form #feedbackContainer
COMMON
------------------------------------------------------------ */
.glmado_contents #feedback_comment p.guide {
	line-height: 1.5;
}

.glmado_contents #feedbackContainer {
	display: block;
	margin: 20px auto;
	padding: 20px 20px 30px;
	background: #E4E9ED;
}

.glmado_contents #feedbackContainer h3 {
	margin: 0 0 10px;
	padding: 0 0 0 20px;
	font-size: 16px;
	line-height: 1;
	color: #333;
	font-weight: normal;
	background: url(/assets/img/detail/icon_feedback.svg) no-repeat 0 0 / 14px;
}

.glmado_contents #feedbackContainer #feedbackText {
	margin-bottom: 20px;
	padding: 5px;
	width: 100%;
	border: 1px solid #ccc;
}

.glmado_contents #mado_detail #contents p.sub_title,
.glmado_contents #feedbackContainer p.sub_title {
	margin: 0 0 5px;
	font-size: 14px;
	line-height: 1.5;
}

.glmado_contents #feedbackContainer #feedbackCompany,
.glmado_contents #feedbackContainer #customfield_comment_name {
	margin-bottom: 20px;
	padding: 5px;
	width: 100%;
	border: 1px solid #ccc;
}

.glmado_contents #feedbackContainer .btnContainer {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin: 0 auto;
}

/*detail page------------------------------------------------------*/
#mado_detail #feedbackContainer .btnContainer input {
	display: inline-block;
	width: 210px;
	height: 36px;
	padding: 0 20px;
	background: #fff;
	border: 1px solid #A9D4DF;
	border-radius: 4px;
	font-size: 14px;
	font-weight: normal;
	line-height: 36px;
	color: #333;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

#mado_detail #feedbackContainer .btnContainer input:hover {
	background-color: #F1F4F6;
	opacity: 1;
}

/*confirm page------------------------------------------------------*/
#feedback_comment .inner {
	width: 654px;
}

#feedback_comment #feedbackContainer .btnContainer input {
	display: block;
	width: 180px;
	height: 36px;
	padding: 0 20px;
	background: #fff;
	border: 1px solid #A9D4DF;
	border-radius: 4px;
	font-size: 14px;
	line-height: 36px;
	color: #333;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

#feedback_comment #feedbackContainer .btnContainer input:hover {
	background-color: #F1F4F6;
}

#feedback_comment #feedbackContainer .btnContainer #submit_button a {
	display: block;
	width: 180px;
	height: 36px;
	padding: 0 20px;
	margin: 0 0 0 40px;
	background: #5BC2DC;
	border: 1px solid #5BC2DC;
	border-radius: 4px;
	font-size: 16px;
	line-height: 36px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#feedback_comment #feedbackContainer .btnContainer #submit_button a:hover {
	background-color: #ADE0EE;
	text-decoration: none;
	border: 1px solid #A9D4DF;
}

#feedback_comment .noteComment {
	margin: 30px 0 0;
	padding: 0 0 0 0.7em;
	font-size: 13px;
	line-height: 1.5;
	text-indent: -0.7em;
}


/*finish page------------------------------------------------------*/
#feedback_comment .inner .btn_wrap {
	margin: 20px auto;
	padding: 20px;
	background: #E4E9ED;
}

#feedback_comment .btn_wrap .btn_return a {
	display: block;
	width: 210px;
	height: 36px;
	padding: 0 20px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #A9D4DF;
	border-radius: 4px;
	font-size: 14px;
	line-height: 36px;
	color: #333;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

#feedback_comment .btn_wrap .btn_return a:hover {
	background-color: #F1F4F6;
}

/* sgc banner */

.sgc_bnr {
	margin-top: -5px;
	margin-bottom: 25px;
}

.sgc_bnr img {
	width: 100%;
}

/* sgc banner */