@charset "UTF-8";


/* -----------------------------------------------
 *          
 *			override style
 *
 * ----------------------------------------------- */

/* -----------------------------------------------
 *        base.structure.css
 * ----------------------------------------------- */

/* =========== search result =========== */
html#search_result_header,
html#search_result_footer {
  background-color: #ffffff;
  background-image: none;
}

html#search_result_header #tkp-site-header {
  background-image: url(/assets/img/common/site_header_bg_03.png);
}

html#search_result_header #tkp-site-header .tkp-structure-content {
  padding-bottom: 190px;
}

html#search_result_header nav#tkp-global-nav {
  bottom: 147px;
}

html#search_result_footer #tkp-footer-area {
  background-image: url(/assets/img/common/footer_bg_02.png);
}


/* -----------------------------------------------
 *          paragraph text
 * ----------------------------------------------- */
/* ----- normal ----- */
.tkp-text-A01 ul.tkp-link-list-A01,
.tkp-text-A01 ul.tkp-note-list-A01 {
  font-size: 100%;
}

.tkp-text-A01 ul.tkp-link-list-A01 li {
  padding-left: 12px;
  background: url(/assets/img/common/icon/link_arrow_01.png) left 0.5em no-repeat;
}

.tkp-text-A01 ul.tkp-note-list-A01 li {
  padding-left: 17px;
  background-image: none;
}

.tkp-text-A01 ul.tkp-link-list-A01 li a {
  background-image: none;
  text-decoration: none;
}


/* -----------------------------------------------
 *          panel
 * ----------------------------------------------- */

.tkp-basic-panel-A01.tkp-basic-panel-bottom {
  margin-top: -1px;
  padding-top: 1px;
}


/* =========== division-block  =========== */
.tkp-division-block-A01 {
  margin-top: 2em; /* 32px */
}


/* -----------------------------------------------
 *          link list
 * ----------------------------------------------- */
/* =========== link-list  =========== */
ul.tkp-link-list-B01 li {
  margin-right: 10px;
}


/* -----------------------------------------------
 *          description-list
 * ----------------------------------------------- */

dl.tkp-description-listC03 dt {
  color: #000000;
}

dl.tkp-description-listC03 a {
  text-decoration: underline;
}


/* -----------------------------------------------
 *          image block
 * ----------------------------------------------- */

ul + .tkp-image-block-A01 {
  margin-top: 1em;
}

.tkp-grid-1\/3 .tkp-image-block-A01 img {
	max-width: 196px;
}



/* -----------------------------------------------
 *          
 *			add style
 *
 * ----------------------------------------------- */

/* -----------------------------------------------
 *      margin control
 * ----------------------------------------------- */

.tkp-flat {
  margin-top: 0 !important;
}

.tkp-largely-spaced-01 {
  margin-top: 4em !important;
}


/* -----------------------------------------------
 *          paragraph text
 * ----------------------------------------------- */
/* ----- normal ----- */
.tkp-image-block-A01 figcaption .tkp-text-A04 {
  font-size: 88%;
  margin: 0.33em 0 0;
}


/* -----------------------------------------------
 *          panel
 * ----------------------------------------------- */

.tkp-page-title-panel-A01 .tkp-page-title-image {
  margin: 0.75em -80px -1em -24px;
}

.tkp-page-title-panel-A01 .tkp-page-title-image img {
  vertical-align: bottom;
}


/* -----------------------------------------------
 *          list
 * ----------------------------------------------- */

dl.tkp-basic-list-A01 {
  font-size: 88%;
  margin: 1em 0 0;
  padding-left: 20px;
}

dl.tkp-basic-list-A01 dt {
  background: url(/assets/img/common/icon/basic_list_icon_01.png) left 0.5em no-repeat;
  font-weight: bold;
  margin-top: 0.375em;
  padding-left: 17px;
}

dl.tkp-basic-list-A01 dt a {
  text-decoration: underline;
}

dl.tkp-basic-list-A01 dt:first-child {
  margin-top: 0;
}

dl.tkp-basic-list-A01 dd {
  margin: 0.375em 0 0;
  padding-left: 50px;
}

dl.tkp-basic-list-A01 dd .tkp-text-A01 {
  font-size: 100%;
}


/* -----------------------------------------------
 *          link list
 * ----------------------------------------------- */

/* paneled */
.tkp-link-list-D01 {
  font-size: 88%; /* 14px */
  line-height: 1.3;
  margin: 12px 0 0;
  padding: 0;
}

.tkp-link-list-D01 li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tkp-link-list-D01 li a {
  background: #ffffff url(/assets/img/common/icon/link_arrow_02.png) 12px 0.9em no-repeat;
  border-radius: 9px;
  display: block;
  padding: 10px 12px 9px 30px;
}


/* =========== toc-list  =========== */
/*
A: page title
B: contents area

n01: horizental
n02: vertical
*/

ul.tkp-toc-list-A02,
ul.tkp-toc-list-B02 {
  margin: 0;
  padding: 0;
  text-indent: 0;
}

ul.tkp-toc-list-A02 li,
ul.tkp-toc-list-B02 li {
  line-height: 1.2;
  list-style-type: none;
  margin: 10px 0 0;
  min-height: 20px;
  padding: 0;
}

ul.tkp-toc-list-A02 li { font-size: 113%; }
ul.tkp-toc-list-B02 li { font-size: 88%; }

ul.tkp-toc-list-A02 a,
ul.tkp-toc-list-B02 a {
  background: url(/assets/img/common/icon/link_arrow_05.png) left top no-repeat;
  display: block;
}

ul.tkp-toc-list-A02 a { padding-left: 20px; }
ul.tkp-toc-list-B02 a { padding-left: 18px; }

ul.tkp-toc-list-A02 a:hover,
ul.tkp-toc-list-B02 a:hover {
  color: #000;
}


/* -----------------------------------------------
 *          note list
 * ----------------------------------------------- */
/* B01: non indent */
ul.tkp-note-list-B01 {
  list-style: none;
  margin-top: 1em;
  padding: 0;
  font-size: 88%;
  color: #666666;
}

ul.tkp-note-list-B01 li {
  padding-left: 0;
  margin-top: 0.375em;
}

ul.tkp-note-list-B01 li:first-child {
  margin-top: 0;
}


/* -----------------------------------------------
 *          ordered list
 * ----------------------------------------------- */
/*
A01 (marker-width: 1.65em)
A02 (marker-width: 3em)
*/

ul.tkp-ordered-list-A01,
ul.tkp-ordered-list-A02 {
  list-style: none;
  margin: 1em 0 0;
  padding: 0 0 0 14px;
  font-size: 88%;
}

.tkp-text-A01 ul.tkp-ordered-list-A01,
.tkp-text-A01 ul.tkp-ordered-list-A02 {
  font-size: 100%;
}

ul.tkp-ordered-list-A01 > li,
ul.tkp-ordered-list-A02 > li {
  background-image: none;
  position: relative;
}

ul.tkp-ordered-list-A01 > li + li,
ul.tkp-ordered-list-A02 > li + li {
  margin-top: 0.375em;
}

ul.tkp-ordered-list-A01 > li .tkp-marker,
ul.tkp-ordered-list-A02 > li .tkp-marker {
  position: absolute;
  	top: 0;
	left: 0;
}

ul.tkp-ordered-list-A01 > li { padding-left: 1.65em; }
ul.tkp-ordered-list-A02 > li { padding-left: 3em; }


/* -----------------------------------------------
 *          image list
 * ----------------------------------------------- */

.tkp-image-list-A01 {
  margin: 0 0 0 -11px;
  padding: 0;
}

.tkp-image-list-A01:after {
  clear: both;
  content: "";
  display: block;
}

.tkp-image-list-A01 li {
  float: left;
  font-size: 88%;
  line-height: 1.71428;
  list-style: none;
  margin: 20px 0 0 11px;
}

.tkp-image-list-A01.tkp-cols-3 li {
  width: 202px;
  text-align: center;
}

.tkp-image-list-A01.tkp-cols-3 li:nth-child(3n+1) {
	clear: both;
}

.tkp-image-list-A01 li .label {
  background: url(/assets/img/common/icon/link_arrow_01.png) left 0.5em no-repeat;
  display: block;
  padding-left: 12px;
  text-align: left;
}


/* -----------------------------------------------
 *          image block
 * ----------------------------------------------- */

.tkp-image-block-B01 {
  margin-top: 1.25em;
  margin-bottom: 1.5em;
  text-align: center;
}

.tkp-image-block-B01 img {
  vertical-align: middle;
}


/* -----------------------------------------------
 *          icon
 * ----------------------------------------------- */

/* ========== link icon ========== */
/* external (new window) */
.tkp-link-external-01:after {
	content: url(/assets/img/common/icon/link_target_01.png);
	margin: 0 4px;
}

.tkp-link-external-02:after {
	content: url(/assets/img/common/icon/link_target_02.png);
	margin: 0 4px;
}

/* ========== other icon ========== */
*[class^="tkp-icon-"]:before {
  margin: 0 2px;
  vertical-align: middle;
}

.tkp-icon-shop-01:before { content: url(/assets/img/common/icon/mark_icon_shop_01.png); }
.tkp-icon-shop-02:before { content: url(/assets/img/common/icon/mark_icon_shop_02.png); }



/* -----------------------------------------------
 *          table
 * ----------------------------------------------- */

/* ========== basic table ========== */
.tkp-basic-table-A01 {
  margin-top: 1em;
}

.tkp-basic-table-A01 table {
  border-collapse: collapse;
  width: 100%;
}

.tkp-basic-table-A01 table th,
.tkp-basic-table-A01 table td {
  border-bottom: #e0e0e0 solid 1px;
  font-size: 88%;
  line-height: 1.71428;
  padding: 5px 0;
  vertical-align: top;
}

.tkp-basic-table-A01 table th {
  font-weight: normal;
  padding-right: 5px;
  text-align: left;
}

.tkp-basic-table-A01 table td {
  color: #666666;
}

.tkp-basic-table-A01 table td *:first-child {
  margin-top: 0;
}

.tkp-basic-table-A01 table td * {
  font-size: 100%;
}

.tkp-basic-table-A01 table a {
  text-decoration: underline;
}

.tkp-basic-table-A01 + .tkp-parking-additional-info-area {
	border-top: none;
}


/* ========== data table ========== */
/*
A: vertical + horizontal lines
B: 

A01: horizontal line: #adadad
A02: horizontal line: #e0e0e0

B01: horizontal line: #e0e0e0
*/

.tkp-data-table-A01,
.tkp-data-table-A02,
.tkp-data-table-B01 {
  margin: 2em 0 1.5em;
}

.tkp-data-table-A01 table,
.tkp-data-table-A02 table,
.tkp-data-table-B01 table {
  border-collapse: collapse;
  border-style: solid;
  border-width: 0 0 1px;
  font-size: 88%;
  width: 100%;
}

.tkp-data-table-A01 table {
  border-bottom-color: #adadad;
}

.tkp-data-table-A02 table,
.tkp-data-table-B01 table {
  border-bottom-color: #e0e0e0;
}

.tkp-data-table-A01 table a,
.tkp-data-table-A02 table a,
.tkp-data-table-B01 table a {
  text-decoration: underline;
}

.tkp-data-table-A01 table th,
.tkp-data-table-A01 table td,
.tkp-data-table-A02 table th,
.tkp-data-table-A02 table td,
.tkp-data-table-B01 table th,
.tkp-data-table-B01 table td {
  padding: 10px 20px 8px;
  vertical-align: top;
}

.tkp-data-table-A01 table th,
.tkp-data-table-A01 table td,
.tkp-data-table-A02 table th,
.tkp-data-table-A02 table td {
  min-width: 1.5em;
}

.tkp-data-table-B01 table th {
  text-align: left;
}

.tkp-data-table-A01 table thead th,
.tkp-data-table-A01 table tbody th,
.tkp-data-table-A01 table tbody td,
.tkp-data-table-A02 table thead th,
.tkp-data-table-A02 table tbody th,
.tkp-data-table-A02 table tbody td {
  border-left: #e0e0e0 solid 1px;
}

.tkp-data-table-A01 table thead th,
.tkp-data-table-A02 table thead th,
.tkp-data-table-B01 table thead th {
  background: #f5f5e8;
}

.tkp-data-table-A01 table thead th,
.tkp-data-table-A02 table thead th {
  border-top: #e0e0e0 solid 1px;
  text-align: center;
}

.tkp-data-table-A01 table tbody th,
.tkp-data-table-A01 table tbody td {
  border-top: #adadad solid 1px;
}

.tkp-data-table-A02 table tbody th,
.tkp-data-table-A02 table tbody td,
.tkp-data-table-B01 table tbody th,
.tkp-data-table-B01 table tbody td {
  border-top: #e0e0e0 solid 1px;
}

.tkp-data-table-A01 table tbody th,
.tkp-data-table-A02 table tbody th {
  font-weight: normal;
}

.tkp-data-table-B01 table tbody th {
  font-weight: normal;
}

.tkp-data-table-B01 table tbody tr td:first-child,
.tkp-data-table-B01 table tbody tr td:first-child + td {
  border-top-style: dotted;
}

.tkp-data-table-A01 table tbody th:first-child,
.tkp-data-table-A02 table tbody th:first-child {
  padding-left: 35px !important;
}

.tkp-data-table-A01 table thead tr:first-child th:first-child,
.tkp-data-table-A01 table tbody tr th:first-child,
.tkp-data-table-A01 table tbody tr td:first-child,
.tkp-data-table-A02 table thead tr:first-child th:first-child,
.tkp-data-table-A02 table tbody tr th:first-child,
.tkp-data-table-A02 table tbody tr td:first-child {
  border-left: none;
}

/* patterns */
.tkp-basic-panel-A01 > .tkp-basic-section:first-child > .tkp-data-table-A01 {
  margin-top: -0.625em;
}

.tkp-basic-panel-A01 > .tkp-basic-section:first-child > .tkp-data-table-A01 table thead tr:first-child th {
  border-top: none;
}

.tkp-basic-panel-A01 > .tkp-basic-section:first-child > .tkp-data-table-A01 table thead tr:first-child th:first-child { border-top-left-radius:  9px; }
.tkp-basic-panel-A01 > .tkp-basic-section:first-child > .tkp-data-table-A01 table thead tr:first-child th:last-child  { border-top-right-radius: 9px; }


/* page 2.1.1 (tkp-sports-facilities) */
#tkp-sports-facilities table thead tr + tr th {
  color: #666;
  font-weight: normal;
}

#tkp-sports-facilities table th,
#tkp-sports-facilities table td {
  padding-right: 2px;
  padding-left: 2px;
}

#tkp-sports-facilities table tbody th {
  text-align: left !important;
}

#tkp-sports-facilities table tbody td:nth-of-type(1),
#tkp-sports-facilities table tbody td:nth-of-type(2),
#tkp-sports-facilities table tbody td:nth-of-type(5),
#tkp-sports-facilities table tbody td:nth-of-type(6),
#tkp-sports-facilities table tbody td:nth-of-type(9),
#tkp-sports-facilities table tbody td:nth-of-type(11) {
  background: #eeeeee;
}

/* page 2.1.2 */
.tkp-basic-panel-A01 > .tkp-basic-section:nth-child(n+7) .tkp-data-table-B01 table tbody td {
	padding-top: 5px;
	padding-bottom: 4px;
}


/* -----------------------------------------------
 *          menu index
 * ----------------------------------------------- */

/*
A01: for 700px width
A02: for 940px width
*/

.tkp-menu-index-A01,
.tkp-menu-index-A02 {
  font-size: 88%; /* 14px */
  line-height: 1.71428;
  margin-left: -12px;
}

.tkp-menu-index-A02 {
  margin-left: -20px;
}

.tkp-menu-index-A01:after,
.tkp-menu-index-A02:after {
  clear: both;
  content: "";
  display: block;
}

.tkp-menu-index-A01 .tkp-menu-item,
.tkp-menu-index-A01 .tkp-menu-title,
.tkp-menu-index-A01 .tkp-menu-description,
.tkp-menu-index-A01 .tkp-description-text,
.tkp-menu-index-A02 .tkp-menu-item,
.tkp-menu-index-A02 .tkp-menu-title,
.tkp-menu-index-A02 .tkp-menu-description,
.tkp-menu-index-A02 .tkp-description-text,
.tkp-menu-index-A02 .tkp-description-additional-text {
  margin: 0;
}

.tkp-menu-index-A01 .tkp-menu-item,
.tkp-menu-index-A02 .tkp-menu-item {
  display: inline-block;
  float: left;
  margin: 12px 0 0 12px;
  width: 344px;
}

.tkp-menu-index-A02 .tkp-menu-item {
  margin-left: 20px;
  width: 460px;
}

.tkp-menu-index-A01 .tkp-menu-item:nth-child(2n+1),
.tkp-menu-index-A02 .tkp-menu-item:nth-child(2n+1) {
  clear: both;
}

.tkp-menu-index-A01 .tkp-menu-title,
.tkp-menu-index-A02 .tkp-menu-title {
  position: relative;
}

.tkp-menu-index-A02 .tkp-menu-title {
  display: table;
  min-height: 62px;
  width: 100%;
}

.tkp-menu-index-A01 .tkp-menu-title a,
.tkp-menu-index-A02 .tkp-menu-title a {
  background: #008941;
  border-radius: 9px 9px 0 0;
  display: block;
  line-height: 1.3;
  padding: 9px 12px 7px 40px;
}

.tkp-menu-index-A02 .tkp-menu-title a {
  display: table-cell;
  vertical-align: middle;
}

.tkp-menu-index-A01 .tkp-menu-title a:link,
.tkp-menu-index-A01 .tkp-menu-title a:visited,
.tkp-menu-index-A01 .tkp-menu-title a:hover,
.tkp-menu-index-A01 .tkp-menu-title a:active,
.tkp-menu-index-A01 .tkp-menu-title a:focus,
.tkp-menu-index-A02 .tkp-menu-title a:link,
.tkp-menu-index-A02 .tkp-menu-title a:visited,
.tkp-menu-index-A02 .tkp-menu-title a:hover,
.tkp-menu-index-A02 .tkp-menu-title a:active,
.tkp-menu-index-A02 .tkp-menu-title a:focus {
  color: #ffffff;
}

.tkp-menu-index-A01 .tkp-menu-title a:hover,
.tkp-menu-index-A02 .tkp-menu-title a:hover {
  background-color: #007035;
}

.tkp-menu-index-A01 .tkp-title-shoulder,
.tkp-menu-index-A02 .tkp-title-shoulder {
  display: block;
}

.tkp-menu-index-A01 .tkp-title-label,
.tkp-menu-index-A02 .tkp-title-label {
  background: url(/assets/img/common/icon/link_arrow_09.png) left 0.15em no-repeat;
/*  display: inline-block; */
  font-size: 129%; /* 18px */
  font-weight: bold;
  margin-left: -26px;
  min-height: 18px;
  padding-left: 26px;
}

.tkp-menu-index-A02 .tkp-reccomend .tkp-title-label:after,
.tkp-menu-index-A02 .tkp-new       .tkp-title-label:after {
  background: center center no-repeat;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
    top: 4px;
    right: 4px;
  width: 74px;
}

.tkp-menu-index-A02 .tkp-reccomend .tkp-title-label:after { background-image: url(/special/img/index_clip_01.png); }
.tkp-menu-index-A02 .tkp-new       .tkp-title-label:after { background-image: url(/special/img/index_clip_02.png); }

.tkp-menu-index-A01 .tkp-menu-image,
.tkp-menu-index-A02 .tkp-menu-image {
  position: absolute;
  	bottom: -105px;
	left: 12px;
}

.tkp-menu-index-A02 .tkp-menu-image {
  	bottom: -135px;
}

.tkp-menu-index-A01 .tkp-menu-description,
.tkp-menu-index-A02 .tkp-menu-description {
  background: #ffffff;
  border-radius: 0 0 9px 9px;
  color: #000000;
  padding: 107px 12px 12px;
}

.tkp-menu-index-A02 .tkp-menu-description {
  padding-top: 137px;
}

.tkp-menu-index-A02 .tkp-description-additional-text {
  color: #666;
  text-align: right;
}


/* -----------------------------------------------
 *          faq
 * ----------------------------------------------- */

.tkp-faq-A01 .tkp-faq-item {
  margin-top: 2em;
  padding-left: 74px;
}

.tkp-faq-A01 .tkp-faq-question {
  font-size: 113%;
  line-height: 1.33333;
  margin: 0 0 0 -34px;
  padding: 0;
  position: relative;
}

.tkp-faq-A01 .tkp-faq-question:before {
  color: #008841;
  content: "Q.";
  font-size: 30px;
  font-weight: normal;
  position: absolute;
    top: -0.25em;
	left: -1.25em;
}

.tkp-faq-A01 .tkp-faq-answer {
  color: #666666;
  margin-top: 1em;
  position: relative;
}

.tkp-faq-A01 .tkp-faq-answer:before {
  color: #adadad;
  content: "A.";
  font-size: 30px;
  font-weight: normal;
  position: absolute;
    top: -0.35em;
	left: -1.25em;
}


/* -----------------------------------------------
 *          related content
 * ----------------------------------------------- */

dl.tkp-related-content {
  font-size: 88%;
  line-height: 1.71428;
  margin: 0;
  padding: 0;
}

dl.tkp-related-content dt.tkp-title {
  font-size: 121%; /* 17px (base: 14px) */
  font-weight: bold;
  line-height: 1.375;
  position: relative;
}

dl.tkp-related-content dt.tkp-title .tkp-title-shoulder {
  display: block;
  font-size: 67%; /* 12px (base: 18px) */
  font-weight: normal;
  margin: 0 0 0.25em;
}

dl.tkp-related-content dt.tkp-title a {
  background: url(/assets/img/common/icon/link_arrow_02.png) left 0.35em no-repeat;
  padding-left: 16px;
}

dl.tkp-related-content dt.tkp-title .tkp-title-image {
  position: absolute;
  	top: 0.15em;
}

dl.tkp-related-content dt.tkp-title .tkp-title-shoulder.tkp-shoulder-color-A02 {
  color: #e88320;
}

dl.tkp-related-content dd.tkp-description {
  margin: 0;
}

dl.tkp-related-content dd.tkp-description .tkp-description-text {
  margin: 0.5em 0 0;
}

/*
A01 (image width: 86px
A02 (image width: 155px
*/

.tkp-related-content-A01 dl.tkp-related-content { min-height:  86px; padding-left: 101px; }
.tkp-related-content-A02 dl.tkp-related-content { min-height: 110px; padding-left: 170px; }

.tkp-related-content-A01 dl.tkp-related-content dt.tkp-title .tkp-title-image { left: -101px; }
.tkp-related-content-A02 dl.tkp-related-content dt.tkp-title .tkp-title-image { left: -170px; }


/* -----------------------------------------------
 *      access and parking
 * ----------------------------------------------- */

.tkp-park-script-map-A01 {
  margin: 20px auto 0;
  width: 629px;
}

.tkp-park-script-map-A01 .tkp-park-script-map-area {
  height: 450px;
}


/* -----------------------------------------------
 *      info block
 * ----------------------------------------------- */
/*
A: backgroud color
B: frame
*/

.tkp-info-box-A01 .tkp-heading-F01,
.tkp-info-box-B01 .tkp-heading-F01 {
	margin-bottom: 0;
	padding: 0;
}

.tkp-info-box-A01 .tkp-heading-F01 *,
.tkp-info-box-B01 .tkp-heading-F01 * {
	margin: 0;
}

.tkp-info-box-A01 {
  background: #f5f5e8;
  margin-top: 2em;
  padding: 1em 20px 0.8em;
}

.tkp-info-box-B01 {
  border: #e0e0e0 solid 1px;
  margin: 2em 0 1.25em;
  padding: 1em 19px 0.8em;
}

/* ========== variations ========== */
.tkp-info-box-A01.tkp-google-street-view {
  margin-top: 3em;
  padding-top: 1.3em;
  padding-bottom: 1.5em;
  padding-left: 216px;
  position: relative;
}

.tkp-info-box-A01.tkp-google-street-view .tkp-google-street-view-image {
  margin: 0;
  position: absolute;
    top: -13px;
	left: -10px;
}

.tkp-info-box-A01.tkp-google-street-view .tkp-link-list-A01 {
  margin-top: 15px;
}

/* ========== others ========== */
dl.tkp-helper-application-A01 {
  background: #f5f5e8;
  font-size: 88%;
  line-height: 1.71428;
  margin-top: 1.5em;
  min-height: 39px;
  padding: 1em 20px 0.8em 198px;
  position: relative;
}

dl.tkp-helper-application-A01 dt {
  position: absolute;
  	top: 1.15em;
	left: 20px;
}

dl.tkp-helper-application-A01 dd {
  margin: 0;
}


/* -----------------------------------------------
 *          step
 * ----------------------------------------------- */

.tkp-step-A01 {
  background: #f5f5e8;
  margin: 1.5em 0;
}

.tkp-step-A01 .tkp-step-item {
  background: url(/assets/img/common/step_bg_01.png) center top no-repeat;
  padding: 28px 20px 20px;
}

.tkp-step-A01 .tkp-step-item:first-child {
  background-image: none;
  padding-top: 20px;
}

.tkp-step-A01 .tkp-step-heading h1,
.tkp-step-A01 .tkp-step-heading h2,
.tkp-step-A01 .tkp-step-heading h3,
.tkp-step-A01 .tkp-step-heading h4,
.tkp-step-A01 .tkp-step-heading h5,
.tkp-step-A01 .tkp-step-heading h6 {
  color: #008841;
  font-size: 100%;
  margin-top: 0;
}

.tkp-step-A01 .tkp-step-item > *:last-child {
	margin-bottom: 0;
}


/* -----------------------------------------------
 *      form
 * ----------------------------------------------- */

/* ========== form-table ========== */
.tkp-form-table-A01 {
  border-top: #e0e0e0 solid 1px;
  margin-top: 1.5em;
}

.tkp-form-table-A01 table {
  border-collapse: separate;
}

.tkp-form-table-A01 table th,
.tkp-form-table-A01 table td {
  border-top: #ffffff solid 1px;
  border-bottom: #e0e0e0 solid 1px;
  font-size: 88%; /* 14px */
  padding: 12px;
}

.tkp-form-table-A01 table th {
  background: #f5f5e8;
  font-weight: normal;
  width: 30%;
}

.tkp-form-table-A01 table td {
  padding-left: 20px;
  width: 70%;
}

/* ----- child component ----- */
.tkp-form-table-A01 table .tkp-basic-list-A01 {
  margin: 0;
  padding: 0;
}


/* ========== required-item ========== */
.tkp-form-required {
  color: #ab3636;
  font-size: 86%; /* 12px */
  font-style: normal;
  font-weight: normal;
}


/* ========== form-item ========== */
.tkp-form-table-A01 input[type="text"],
.tkp-form-table-A01 input[type="password"],
.tkp-form-table-A01 textarea {
  background: #eeeeee;
  border: #adadad solid 1px;
  box-shadow: 0 1px 2px 0 #adadad inset;
  box-sizing: border-box;
  padding: 2px;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.tkp-form-table-A01 input[type="text"]:focus,
.tkp-form-table-A01 input[type="password"]:focus,
.tkp-form-table-A01 textarea:focus {
  background: #f6f6f6;
}

.tkp-form-table-A01 textarea {
  min-height: 170px;
}

.tkp-form-table-A01 input[type="radio"],
.tkp-form-table-A01 input[type="checkbox"] {
  margin-right: 4px;
  vertical-align: -1px;
}


.tkp-form-item-A01,
.tkp-form-item-A02,
.tkp-form-item-A03 {
  margin: 0;
}

.tkp-form-item-A01 input[type="text"],
.tkp-form-item-A01 input[type="password"],
.tkp-form-item-A01 textarea {
  width: 50%;
}

.tkp-form-item-A02 input[type="text"],
.tkp-form-item-A02 input[type="password"],
.tkp-form-item-A02 textarea {
  width: 100%;
}

.tkp-form-item-A03 input[type="text"],
.tkp-form-item-A03 input[type="password"],
.tkp-form-item-A03 textarea {
  width: 80%;
}

.tkp-form-item-B01 input[type="text"] {
  width: 60px;
}

.tkp-form-item-B01 input[type="text"] + input[type="text"],
.tkp-form-item-C01 input[type="text"] {
  width: 90px;
}

/* ----- form-list ----- */
.tkp-form-list-A01 {
  margin: -10px 0 0;
  padding: 0;
}

.tkp-form-list-A01 li {
  display: inline-block;
  list-style: none;
  margin: 10px 10px 0 0;
}


/* ========== error ========== */
.tkp-form-table-A01 table tr.tkp-form-error td {
  background-color: #f8e8eb;
}

.tkp-form-error-A01 {
  margin: 0;
  padding: 0;
}

.tkp-form-error-A01 li {
  background: url(/assets/img/common/form_icon_01.png) left 2px no-repeat;
  list-style: none;
  margin: 0 0 5px;
  min-height: 17px;
  padding: 0 0 0 20px;
}


/* ========== action ========== */
.tkp-form-action-A01 {
  background: #e2f2e1;
  margin-top: 2em;
  padding: 20px;
}


/* ========== button ========== */
/* 
A: single line
B: multi lines

x02: 200px, input element
x03: 320px, a element
*/

.tkp-btn-A02,
.tkp-btn-A03,
.tkp-btn-B03 {
  margin: 1em 0 0;
  padding: 0;
  text-align: center;
}

.tkp-form-action-A01 .tkp-btn-A02 {
  margin-top: -10px;
}

.tkp-btn-A02 li,
.tkp-btn-A03 li,
.tkp-btn-B03 li {
  border: solid 2px #007035;
  border-radius: 5px;
  box-sizing: border-box;
  display: inline-block;
  list-style: none;
  margin: 10px 0 0;
}

.tkp-btn-A02 li.tkp-revise {
  border-color: #adadad;
}

.tkp-btn-A02 li + li,
.tkp-btn-A03 li + li,
.tkp-btn-B03 li + li {
  margin-left: 15px;
}

.tkp-btn-A02 button,
.tkp-btn-A03 a,
.tkp-btn-B03 a {
  border-radius: 3px;
  -ms-border-radius: 3px;
  font-size: 114%; /* 18px */
  font-weight: bold;
  padding: 16px 10px 14px;
  behavior: url(/assets/css/PIE.htc);
}

.tkp-btn-A02 button {
	border: none;
}

.tkp-btn-A03 a,
.tkp-btn-B03 a {
  display: block;
}

.tkp-btn-B03 a {
  line-height: 1;
  padding-top: 12px;
  padding-bottom: 10px;
}

.tkp-btn-B03 a small {
  font-size: 67%;
}

.tkp-btn-A02 button { width: 200px; }
.tkp-btn-A03 a,
.tkp-btn-B03 a      { width: 296px; }

.tkp-btn-A02 li.tkp-submit button,
.tkp-btn-A03 li a,
.tkp-btn-B03 li a {
  background: linear-gradient(#00a566, #006527);
  background: -webkit-gradient(linear, left top, left bottom, from(#00a566), to(#006527));
  background-color: #00a465;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff00a566', endColorstr='#ff006527');
}

.tkp-btn-A02 li.tkp-revise button {
  background: linear-gradient(#f5f5f5, #e0e0e0);
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e0e0e0));
  background-color: #adadad;
  color: #666666;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fff5f5f5', endColorstr='#ffe0e0e0');
}

.tkp-btn-A02 li.tkp-submit button:hover,
.tkp-btn-A03 li a:hover,
.tkp-btn-B03 li a:hover {
  background: linear-gradient(#009159, #004d1e);
  background: -webkit-gradient(linear, left top, left bottom, from(#009159), to(#004d1e));
  background-color: #009159;
}

.tkp-btn-A02 li.tkp-revise button:hover {
  background: linear-gradient(#eaeaea, #b9b9b9);
  background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#b9b9b9));
  background-color: #eaeaea;
}

/* ========== insite-search ========== */
.tkp-insite-search-A01 {
  border: none;
  font-size: 88%;
  margin: 0 -10px;
}

.tkp-insite-search-A01:after {
  clear: both;
  content: "";
  display: block;
}

.tkp-insite-search-A01 fieldset {
  border: none;
  padding: 0;
}

.tkp-insite-search-A01 legend {
  display: block;
  float: left;
  font-weight: bold;
  padding-top: 7px;
}

.tkp-insite-search-A01 p {
  background: #fff;
  border: #008841 solid 2px;
  border-radius: 5px;
  float: right;
  margin: 0;
}

.tkp-insite-search-A01 p input[type="text"] {
  border: none;
  padding: 5px;
  width: 240px;
}

.tkp-insite-search-A01 p button[type="submit"] {
  background: linear-gradient(#00a566, #006527);
  background: -webkit-gradient(linear, left top, left bottom, from(#00a566), to(#006527));
  background-color: #00a465;
  border: none;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f00a566', endColorstr='#f006527');
  font-weight: bold;
  padding: 5px 20px;
}

.tkp-insite-search-A01 p button[type="submit"]:hover {
  background: linear-gradient(#009159, #004d1e);
  background: -webkit-gradient(linear, left top, left bottom, from(#009159), to(#004d1e));
  background-color: #009159;
}

.tkp-insite-search-A01 p button[type="submit"]:before {
  content: url(/assets/img/common/icon/form_search_01.png);
  margin-right: 4px;
  position: relative;
    bottom: -3px;
}
