@charset 'UTF-8';
/* ------------------------------------------------

* Style Index
  #1. Base
  #2. Categories
  #3. Modules
  #4. Functions

------------------------------------------------ */
/* ------------------------------------------------
#1. Base
------------------------------------------------ */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	/*font-size: 100%;*/
	vertical-align: baseline;
	background: transparent;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

/* scaffold */
*, *:before, *:after {
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
	min-width: 900px;
}

body {
	font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', YuGothic, 'メイリオ', Meiryo, sans-serif;
	font-weight: 500;
	line-height: 1.4;
	color: #144360;
	-webkit-text-size-adjust: 100%;
	background: #fff;
	pointer-events: auto;
}

#lp-contents {
	min-width: 960px;
	overflow: hidden;
}

a {
	color: #008abc;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

small {
	font-size: 100%;
}

input, select, button, optgroup, textarea {
	margin: 0;
	font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', YuGothic, 'メイリオ', Meiryo, sans-serif;
	color: inherit;
}

textarea {
	height: 8em;
	overflow: auto;
}

h1, h2, h3, h4 {
	line-height: 1;
	font-weight: bold;
}

h1 {
	font-size: 3rem;
}

h2 {
	font-size: 2.6rem;
}

h3 {
	font-size: 2rem;
}

h4 {
	font-size: 1.8rem;
}

li {
	font-size: 1.6rem;
	line-height: 1.625;
}

p {
	font-size: 1.6rem;
	line-height: 1.625;
}

dt, dd {
	font-size: 1.6rem;
	line-height: 1.625;
}

.clearfix:after {
	content: ' ';
	display: block;
	clear: both;
}

sup {
	vertical-align: super;
	font-size: smaller;
}

/* ------------------------------------------------
#2. Categories
------------------------------------------------ */
.catch {
	position: relative;
	background: url(/_ta/en/img/group/img-catch-earth.png) no-repeat right center;
	min-height: 278px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.catch p {
	width: auto;
	min-height: 278px;
	background: url(/_ta/en/img/group/txt-catch.png) no-repeat 70px center;
}

/*
  Footer styles
  @source https://www.veltra.com/_ta/jp/css/footer_ta.css
*/
#footer_jp #site_logo_jp {
	float: left;
	margin: 0 30px 0 35px;
	padding: 0;
}

#footer_jp #site_logo_jp p a {
	display: block;
	height: 33px;
	overflow: hidden;
	text-decoration: none;
	text-indent: -9999px;
	width: 150px;
}

#footer_jp {
	background-color: #1f3c4a;
	bottom: 0;
	height: 120px;
	position: absolute;
	text-align: center;
	width: 100%;
}

#footer_jp a:link, #footer_jp a:visited {
	color: #fff;
	text-decoration: none;
}

#footer_jp a:active, #footer_jp a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer_inner_jp {
	margin: 0 auto;
	max-width: 1200px;
	min-width: 960px;
	padding: 15px 0;
	text-align: left;
	width: 96%;
}

#footer_inner_jp:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

#footer_nav_jp {
	color: #fff;
	float: left;
	margin: 0;
	padding: 0;
}

#footer_nav_jp .f_link1 {
	margin: 10px 0 10px 0;
}

#footer_nav_jp .f_link1 img {
	margin: 0 10px 0 0;
	vertical-align: middle;
}

#footer_nav_jp .f_link1 li {
	display: inline-block;
	white-space: nowrap;
	margin: 0 20px 0 0;
	padding: 0;
}

#footer_nav_jp .f_link2 {
	font-size: 93%;
	margin: 0 0 10px 0;
}

#footer_nav_jp .f_link2 li, #footer_nav_jp .f_link3 li {
	display: inline;
	margin: 0 15px 0 0;
}

#footer_nav_jp .f_link3 {
	font-size: 93%;
}

#footer_nav_jp li.copyright {
	margin: 0 0 0 20px;
}

#footer_nav_jp li.line {
	background: url(/_ta/en/img/group/footer_nav_line.png) right 50% no-repeat;
	display: inline;
	margin: 0 7px 0 0;
	padding: 0 7px 0 0;
}

* html #footer_inner_jp, *:first-child + html #footer_inner_jp {
	zoom: 1px;
}

/* Footer adjustment styles */
#footer_jp {
	font-family: 'Meiryo',Helvetica,Arial,'Hiragino Kaku Gothic Pro',sans-serif;
	position: relative;
	height: auto;
	min-height: 120px;
}

#footer_jp:after {
	content: ' ';
	display: block;
	clear: both;
}

#footer_jp * {
	box-sizing: content-box;
}

#footer_jp li {
	line-height: 19.5px;
}

#footer_jp a {
	font-size: 13px;
	line-height: 1;
}

#site_logo_jp {
	width: 150px;
}

#footer_nav_jp {
	width: 70%;
}

#footer_nav_jp .f_link2 li {
	font-size: 13px;
}

/*
  Foot menu
*/
#menu {
	font-family: 'Meiryo',Helvetica,Arial,'Hiragino Kaku Gothic Pro',sans-serif;
}

#menu * {
	box-sizing: content-box;
}

#menu {
	margin: 40px auto 0;
	width: 900px;
	overflow: hidden;
}

#menu li {
	display: block;
	float: left;
	width: 206px;
	height: 90px;
	background-color: #dcf1f8;
	border: 2px solid #dcf1f8;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-right: 20px;
	cursor: pointer;
}

#menu li:last-child {
	margin-right: 0 !important;
}

#menu li:hover {
	background-color: #f3fbfe;
}

#menu a {
	display: block;
	line-height: 90px;
	text-align: center;
	color: #5c8499;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
}

.sections-header {
	margin-top: 50px;
	height: 180px;
	width: 100%;
	max-width: 960px;
	position: relative;
	margin: auto;
}

.sections-header .btn-panel {
	position: absolute;
	top: 30px;
	right: 70px;
}

.sections-header .btn-panel li {
	display: block;
	margin-bottom: 10px;
}

.sections-header .btn-panel li:last-of-type {
	margin-bottom: 0;
}

.sections-header .btn-panel a {
	display: block;
	width: 162px;
	text-align: center;
	border-radius: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
}

.sections-header .btn-panel .login {
	background-color: #fff;
	border: 2px solid #2c6cb9;
	color: #0071bc;
}

.sections-header .btn-panel .login:hover {
	background-color: #ecf9ff;
}

.sections-header .btn-panel .register {
	background-color: #f4c33f;
	border: 2px solid #fff;
	box-shadow: rgba(15, 85, 126, 0.74902) 0 0 7px 3px;
	color: #fff;
}

.sections-header .btn-panel .register:hover {
	background-color: #f4a53f;
}

.sections-header .healdine {
	text-indent: -9999px;
	min-width: 1200px;
	position: absolute;
	left: -119px;
	right: 0;
	margin: auto;
	padding: 0 151px;
	height: 180px;
	background-color: #20acdb;
}

.sections-header .healdine::before, .sections-header .healdine::after {
	content: '';
	position: absolute;
	top: 0;
	width: 151px;
	height: 180px;
	background: no-repeat;
}

.sections-header .healdine::before {
	left: 0;
	background-image: url(/_ta/en/img/group/headline-bg-before.jpg);
}

.sections-header .healdine::after {
	right: 0;
	background-image: url(/_ta/en/img/group/headline-bg-after.jpg);
}

.sections-header .healdine .title {
	background: url(/_ta/en/img/group/headline-txt-title.png) no-repeat 60px 37px;
	height: 80px;
}

.sections-header .healdine .description {
	background: url(/_ta/en/img/group/headline-txt-description.png) no-repeat 60px 5px;
	height: 100px;
}

.question, .answer {
	width: 50%;
	float: left;
}

.question .subject, .answer .subject {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 420px;
	height: 118px;
}

.question .list, .answer .list {
	list-style-type: none;
}

.question .list li, .answer .list li {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: no-repeat left top;
	width: 420px;
	height: 103px;
}

.question .subject {
	background-image: url(/_ta/en/img/group/point01/question_subject.jpg);
}

.question .list .item01 {
	background-image: url(/_ta/en/img/group/point01/question_item01.jpg);
}

.question .list .item02 {
	background-image: url(/_ta/en/img/group/point01/question_item02.jpg);
}

.question .list .item03 {
	background-image: url(/_ta/en/img/group/point01/question_item03.jpg);
}

.question .list .item04 {
	background-image: url(/_ta/en/img/group/point01/question_item04.jpg);
}

.question .list .item05 {
	background-image: url(/_ta/en/img/group/point01/question_item05.jpg);
}

.question .list .item06 {
	background-image: url(/_ta/en/img/group/point01/question_item06.jpg);
}

.answer .subject {
	background-image: url(/_ta/en/img/group/point01/answer_subject.jpg);
}

.answer .list .item01 {
	background-image: url(/_ta/en/img/group/point01/answer_item01.jpg);
}

.answer .list .item02 {
	background-image: url(/_ta/en/img/group/point01/answer_item02.jpg);
}

.answer .list .item03 {
	background-image: url(/_ta/en/img/group/point01/answer_item03.jpg);
}

.answer .list .item04 {
	background-image: url(/_ta/en/img/group/point01/answer_item04.jpg);
}

.answer .list .item05 {
	background-image: url(/_ta/en/img/group/point01/answer_item05.jpg);
}

.answer .list .item06 {
	background-image: url(/_ta/en/img/group/point01/answer_item06.jpg);
}

.further {
	color: #008abc;
	font-size: 2rem;
}

.lower_toggle {
	text-align: center;
	margin: 30px auto;
	width: 460px;
}

.lower_toggle .btn {
	color: #fff;
	display: block;
}

.ranking dt, .ranking_lower dt {
	position: relative;
	padding: 30px 200px 0 130px;
	font-size: 2rem;
	color: #008abc;
}

.ranking dt em, .ranking_lower dt em {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0rem;
	position: absolute;
	top: 30px;
	left: 30px;
	display: block;
	width: 76px;
	height: 97px;
	background: no-repeat;
	z-index: 1;
}

.ranking dt a, .ranking_lower dt a {
	display: inline;
	font-size: 1.999rem;
	line-height: 1.625;
	text-decoration: underline;
}

.ranking dt a:hover, .ranking_lower dt a:hover {
	text-decoration: none;
}

.ranking dt a.is-disabled, .ranking_lower dt a.is-disabled {
	text-decoration: none;
	cursor: default;
}

.ranking .rank01 em, .ranking_lower .rank01 em {
	background-image: url(/_ta/en/img/group/point02/badge_rank01.png);
}

.ranking .rank02 em, .ranking_lower .rank02 em {
	background-image: url(/_ta/en/img/group/point02/badge_rank02.png);
}

.ranking .rank03 em, .ranking_lower .rank03 em {
	background-image: url(/_ta/en/img/group/point02/badge_rank03.png);
}

.ranking .rank04 em, .ranking_lower .rank04 em {
	background-image: url(/_ta/en/img/group/point02/badge_rank04.png);
}

.ranking .rank05 em, .ranking_lower .rank05 em {
	background-image: url(/_ta/en/img/group/point02/badge_rank05.png);
}

.ranking .rank06 em, .ranking_lower .rank06 em {
	background-image: url(/_ta/en/img/group/point02/badge_rank06.png);
}

.ranking .rank07 em, .ranking_lower .rank07 em {
	background-image: url(/_ta/en/img/group/point02/badge_rank07.png);
}

.ranking .rank08 em, .ranking_lower .rank08 em {
	background-image: url(/_ta/en/img/group/point02/badge_rank08.png);
}

.ranking .rank09 em, .ranking_lower .rank09 em {
	background-image: url(/_ta/en/img/group/point02/badge_rank09.png);
}

.ranking .rank10 em, .ranking_lower .rank10 em {
	background-image: url(/_ta/en/img/group/point02/badge_rank10.png);
}

.ranking .data, .ranking_lower .data {
	position: relative;
	padding: 10px 30px 15px 130px;
	border-bottom: 1px solid #afdfef;
}

.ranking .data .detail, .ranking_lower .data .detail {
	width: 40%;
	min-height: 5em;
}

.ranking .data .detail strong, .ranking_lower .data .detail strong {
	font-weight: bold;
}

.ranking .data .detail.adjust-width, .ranking_lower .data .detail.adjust-width {
	width: 43%;
}

.ranking .thumb, .ranking_lower .thumb {
	position: absolute;
	top: 0;
	right: 30px;
	width: 414px;
	list-style-type: none;
}

.ranking .thumb li, .ranking_lower .thumb li {
	width: 133px;
	margin-left: 5px;
	float: right;
}

.ranking_lower {
	display: none;
}

.ranking_lower .data:last-of-type {
	border-bottom: none;
}

.ranking.type-side, .ranking_lower.type-side {
	padding-top: 0;
}

.ranking.type-side > *, .ranking_lower.type-side > * {
	position: relative;
	padding: 30px 30px 20px;
	border-bottom: 1px solid #afdfef;
}

.ranking.type-side > *:after, .ranking_lower.type-side > *:after {
	content: ' ';
	display: block;
	clear: both;
}

.ranking.type-side > * em, .ranking_lower.type-side > * em {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0rem;
	position: absolute;
	top: 30px;
	left: 30px;
	display: block;
	width: 76px;
	height: 97px;
	background-repeat: no-repeat;
	z-index: 1;
}

.ranking.type-side .rank-side, .ranking_lower.type-side .rank-side {
	float: left;
	display: block;
	margin-top: 5px;
	margin-left: 100px;
	width: 240px;
}

.ranking.type-side .rank-data, .ranking_lower.type-side .rank-data {
	display: block;
	margin-left: 370px;
}

.ranking.type-side .rank-data .tour, .ranking_lower.type-side .rank-data .tour {
	font-size: 2rem;
	font-weight: 500;
	color: #008abc;
}

.ranking.type-side .rank-data .tour a, .ranking_lower.type-side .rank-data .tour a {
	color: #008abc;
	display: inline;
	font-size: 1.999rem;
	line-height: 1.625;
	text-decoration: underline;
}

.ranking.type-side .rank-data .tour a:hover, .ranking_lower.type-side .rank-data .tour a:hover {
	text-decoration: none;
}

.ranking.type-side .rank-data .tour a.is-disabled, .ranking_lower.type-side .rank-data .tour a.is-disabled {
	text-decoration: none;
	cursor: default;
}

.ranking.type-side .rank-data .detail, .ranking_lower.type-side .rank-data .detail {
	margin-top: 15px;
}

.ranking.type-side .rank-data .detail strong, .ranking_lower.type-side .rank-data .detail strong {
	font-weight: bold;
}

.ranking_lower.type-side > *:last-of-type {
	border-bottom: none;
}

.campaignList {
	background-color: #afdfef;
	padding: 5px;
	border-radius: 6px;
}

.campaignList:after {
	content: ' ';
	display: block;
	clear: both;
}

.campaignList .campaign {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	float: left;
	width: 273px;
	height: 278px;
	margin-left: 5px;
	background: no-repeat;
}

.campaignList .campaign:first-child {
	margin-left: 0;
}

.campaignList .campaign.group {
	background-image: url(/_ta/en/img/group/point03/img-campaign_group.png);
}

.campaignList .campaign.family {
	background-image: url(/_ta/en/img/group/point03/img-campaign_family.png);
}

.campaignList .campaign.set {
	background-image: url(/_ta/en/img/group/point03/img-campaign_set.png);
}

.campaignList dd {
	display: none;
}

.userVoiceList {
	background-color: #afdfef;
	padding: 5px;
	border-radius: 6px;
}

.userVoiceList .user, .userVoiceList .voice {
	padding-left: 65px;
	padding-right: 12px;
	background-color: #fff;
}

.userVoiceList .user {
	position: relative;
	padding-top: 20px;
	line-height: 1;
	border-radius: 4px 4px 0 0;
	color: #85c01b;
}

.userVoiceList .user::before {
	content: '';
	position: absolute;
	top: 20px;
	left: 20px;
	display: block;
	width: 28px;
	height: 39px;
	background: #fff url(/_ta/en/img/group/point04/bg-box_human.png) no-repeat 0 0;
	z-index: 1;
}

.userVoiceList .voice {
	padding-top: 10px;
	padding-bottom: 16px;
	border-radius: 0 0 4px 4px;
}

.userVoiceList .voice + .user {
	margin-top: 5px;
}

/* ------------------------------------------------
#3. Modules
------------------------------------------------ */
.announceSpace {
	margin-top: 20px;
	margin-bottom: 50px;
	text-align: center;
}

.announceSpace.reverse {
	margin-top: 40px;
	margin-bottom: 20px;
}

.btn {
	position: relative;
	display: inline-block;
	border: none;
	border-radius: 6px;
	color: #fff;
	font-size: 2rem;
	line-height: 1;
	min-width: 195px;
	padding: 13px 16px;
	min-height: 46px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: border-color 0.4s, background-color 0.4s;
	transition: border-color 0.4s, background-color 0.4s;
}

.btn:hover {
	text-decoration: none;
}

.btn-primary {
	background-color: #20acdb;
}

.btn-primary:hover {
	text-decoration: none;
	background-color: #4abee4;
	border-color: #4abee4;
}

.btn-secondary {
	background-color: #85c01b;
}

.btn-secondary:hover {
	text-decoration: none;
	background-color: #94d61e;
	border-color: #94d61e;
}

.btn-register {
	background-color: #f79220;
}

.btn-register:hover {
	text-decoration: none;
	background-color: #f9aa51;
	border-color: #f9aa51;
}

.btn-small {
	font-size: 1.8rem;
	padding: 10px 14px;
	min-height: 36px;
}

.btn-large {
	font-size: 2.4rem;
	min-width: 458px;
	padding: 18px 20px;
	min-height: 60px;
}

a.btn-small, 
a.btn-large {
	color: #fff;
	text-decoration: none;
}

.btn-ranking::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2.5%;
	width: 30px;
	height: 30px;
	margin: auto;
	background: url(/_ta/en/img/group/icon-plus.png) no-repeat center;
}

.btn-ranking.is-opened::after {
	background-image: url(/_ta/en/img/group/icon-minus.png);
}

#ptNav {
	background-color: #20acdb;
	border-radius: 6px;
}

#ptNav .title {
	min-height: 70px;
	line-height: 70px;
	text-align: center;
	color: #fff;
}

#ptNav .title::before {
	content: '―';
	margin-right: 0.5em;
}

#ptNav .title::after {
	content: '―';
	margin-left: 0.5em;
}

.ptNav-menu {
	padding-bottom: 5px;
}

.ptNav-menu:after {
	content: ' ';
	display: block;
	clear: both;
}

.ptNav-menu li {
	float: left;
	margin-left: 5px;
}

.ptNav-menu a {
	position: relative;
	border-radius: 4px;
	display: block;
	background-color: #fff;
	-webkit-transition: background-color 0.6s;
	transition: background-color 0.6s;
}

.ptNav-menu a:hover {
	background-color: #fffccf;
}

.ptNav-menu a:active {
	top: 1px;
}

.ptNav-menu a img {
	border-radius: 4px;
}

.points {
	width: 900px;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: content-box;
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
}

.points .point {
	margin-top: -30px;
	padding-top: 30px;
	margin-bottom: 50px;
}

.points .point .title {
	padding-left: 125px;
	padding-right: 125px;
	min-height: 70px;
	line-height: 70px;
	color: #fff;
	text-align: center;
	border-radius: 6px 6px 0 0;
	background: #20acdb no-repeat 28px center;
}

.points .point .title em {
	display: none;
}

.points .point .box {
	border-radius: 0 0 6px 6px;
	background-color: #dcf1f8;
}

.points .point .box:after {
	content: ' ';
	display: block;
	clear: both;
}

.points .point .box.spacer {
	padding: 30px;
}

.points #point01 {
	margin-bottom: 0;
}

.points #point01 .title {
	background-image: url(/_ta/en/img/group/point01/ttl-before.png);
}

.points #point02 {
	margin-top: 0;
	padding-top: 0;
}

.points #point02 .title {
	background-image: url(/_ta/en/img/group/point02/ttl-before.png);
}

.points #point03 {
	margin-bottom: 0;
}

.points #point03 .title {
	font-size: 2.2rem;
	background-image: url(/_ta/en/img/group/point03/ttl-before.png);
}

.points #point03 .box.spacer {
	padding-bottom: 20px;
}

.points #point04 .title {
	background-image: url(/_ta/en/img/group/point04/ttl-before.png);
}

.tabAnchors {
	position: relative;
	display: table;
	table-layout: fixed;
	list-style-type: none;
	width: 840px;
	margin: 0 auto;
	padding-top: 20px;
}

.tabAnchors .item {
	display: table-cell;
	text-align: center;
	width: 33.33%;
	border-bottom: 10px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.tabAnchors .item:first-of-type {
	border-left: none;
}

.tabAnchors .item a {
	position: relative;
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 1.8rem;
	color: #333;
	background: #e0e0e0;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.tabAnchors .item a:hover {
	text-decoration: none;
}

.tabAnchors .item:hover a {
	color: #fff;
	background: #85c01b;
}

.tabAnchors .item.is-active {
	border-bottom-color: #c4da9c;
	border-left-color: #c4da9c;
}

.tabAnchors .item.is-active a {
	color: #fff;
	background: #85c01b;
        overflow: visible;
}

.tabAnchors .item.is-active a::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -19px;
	margin: auto;
	display: block;
	width: 21px;
	height: 10px;
	background: url(/_ta/en/img/group/point02/tabAnchor-bg-arrow_active.png) no-repeat;
	z-index: 1;
}

.tab {
	list-style-type: none;
}

.tab .tabItem {
	padding: 10px 0;
}

.tab .tabItem > a {
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

.tab .tabItem + .tabItem {
	display: none;
}

#header_inner_02 {
	font-size: 13px;
}
