@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Kanit');

/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;

}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body{
	font-family: tahoma, Helvetica, Arial ;
	font-size:16px ;
	margin:0px auto;
	color:#828282;
}
input, select {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #CCC;
	position:relative;
	height:31px;
}

input[type="checkbox"], input[type="radio"] {
	width: auto;
    box-sizing: border-box;
    padding: 0;
    height: auto;
	position:relative;
	top:2px;
}
input[type="image"]{
    border: 0px;
    vertical-align: middle;
}

button {
    border: 0px;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 13px;
    height: 31px;
    margin: 0px auto;
}
#page{
	display:none !important;
}

.header-box {
    display: inline-block;
    width: 100%;
    box-shadow: 0px 4px 5px #999;
    position: relative;
    float: left;
    z-index: 1;
}
.header-box-row{
	display:table;
	width:1200px;
	margin:0px auto;
}

.header-logo,
.header-menu{
	display:table-cell;
	vertical-align:middle;
}
.header-menu {
    vertical-align: bottom;
}

.header-logo{
	width:100px;
	padding-right:20px;
}

.header-logo img{
	width:auto;
	max-width:100%;
	height:auto;
	object-fit:contain;
}

.header-menu-row {
    display: inline-block;
    float: left;
    width: 100%;
}
.header-sub-menu{
	display:table;
	float:right;
    margin-top: 20px;
}
.header-sub-menu img{
	height:20px;
	object-fit:contain;
}
.header-sub-menu a:link{
}
.location-search-row{
	display:table;
	width:100%;
}
.location-search-col {
    display: table-cell;
    box-sizing: border-box;
    padding: 10px 5px;
}
.location-search-col input{
	width:100%;
	box-sizing:border-box;
}
.theme-menu,
.sub-login,
.sub-mail,
.sub-text,
.sub-lang{
	display:table-cell;
	vertical-align:middle;
	padding-left:20px;
    padding: 0px 15px;
    color: #999;
    font-weight: bold;
}
.theme-menu a:link,
.theme-menu a:visited{
	color:#e92e78;
}
.menu-box{
}
.sub-login{

}
.sub-text{
    border-left:1px solid #999;
}
.sub-lang {
    border-left: 1px solid #999;
    width: 200px;
}

#size-l{
    font-size: 16px;
    padding: 0px 5px;
}
#size-m{
    font-size: 14px;
    padding: 0px 5px;
}
#size-s{
    font-size: 12px;
    padding: 0px 5px;
}

img#th-lang,
img#en-lang{
    height: 14px;
    margin-left: 10px;
}

.banner-box {
    display: inline-block;
    width: 100%;
}
.banner-box img{
    width: 100%;
    max-width: auto;
    height: auto;
    object-fit: contain;
}

.main-site{
    width: 1200px;
    display: table;
    margin: 15px auto;
	box-sizing: border-box;
}
.main-site-row {
    width: 100%;
    display: table;
}
.search-box,
.search-map{
    display: table-cell;
    vertical-align: top;
    background-color: #f9f9f9;
    padding: 10px;
}
.search-box{
    width: 55%;
}
.title-box {
    padding: 0px;
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.title-box-txt {
    font-size: 18px;
    color: #72bf44;
    text-align: left;
    position: relative;
    padding: 5px 0px;
    box-sizing: border-box;
    font-weight: bold;
}
.title-box-txt img{
	width:auto !important;
	max-width:100%;
	height:24px !important;
	object-fit:contain;
}

.title-box-txt label {
    position: absolute;
    height: 100%;
    padding: 4px 10px;
    background-color: #ff468f;
    top: 0;
    left: 0;
    box-sizing: border-box;
}

.promo-title-box{
    padding: 0px;
    position: relative;
	margin-bottom:15px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}
.promo-title-box img {
    height: 90px;
    padding: 3px 0px;
    object-fit: contain;
    position: absolute;
    top: -25px;
    left: 10px;
}
.promo-title-box-txt {
    font-size: 18px;
    text-align: left;
    background: #ed0991;
    background: -moz-linear-gradient(left, #ed0991 0%, #ffd0ec 100%);
    background: -webkit-linear-gradient(left, #ed0991 0%,#ffd0ec 100%);
    background: linear-gradient(to right, #ed0991 0%,#ffd0ec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed0991', endColorstr='#ffd0ec',GradientType=1 );
    box-sizing: border-box;
    padding: 10px 15px;
    color: #FFF;
	position: relative;
}
.promo-title-box-txt:before {
	font-family:supermarket;
    content: ":";
    color: #FFF;
    font-size: 50px;
    position: absolute;
    line-height: 1px;
    top: 17px;
	left: 10px;
}
.promo-title-box-txt:after {
	font-family:supermarket;
    content: ":";
    color: #FFF;
    font-size: 50px;
    position: absolute;
    line-height: 1px;
    top: 17px;
	right: 10px;
}
.promo-title-box-txt label{
	border-right:1px solid #FFF;
	padding:0px 30px;
}
.promo-title-box-txt label:last-child{
	border-right:0px solid #FFF;
}

.recomm-title-box{
    padding: 0px;
    position: relative;
	margin-bottom:15px;
}
.recomm-title-box img {
    height: 70px;
    padding: 5px 0px;
    object-fit: contain;
    position: absolute;
    top: -57px;
}
.recomm-title-box-txt{
    font-size: 20px;
    color: #828282;
    text-align: left;
    position: relative;
    height: 30px;
}
.recomm-title-box-txt img{
	width: auto;
}

.search-box-row{
    display: table;
    width: 100%;
    padding-top: 10px;
	position:relative;
}
.search-box-col{
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 0px 5px 0px 0px;
	position:relative;
}
.search-box-col:first-child{
}
.search-box-col:last-child{
    padding: 0px 0px 0px 5px;
}
.search-box-row label{
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #828282;
}
.search-map img{
   /* width: 100%;
    height: auto;
    max-width: auto;*/
    object-fit:contain;
}

a.green-button{
    color: #FFF;
    border-radius: 5px;
    background: rgba(204,255,175,1);
background: -moz-linear-gradient(top, rgba(204,255,175,1) 0%, rgba(113,191,68,1) 50%, rgba(113,191,68,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(204,255,175,1)), color-stop(50%, rgba(113,191,68,1)), color-stop(100%, rgba(113,191,68,1)));
background: -webkit-linear-gradient(top, rgba(204,255,175,1) 0%, rgba(113,191,68,1) 50%, rgba(113,191,68,1) 100%);
background: -o-linear-gradient(top, rgba(204,255,175,1) 0%, rgba(113,191,68,1) 50%, rgba(113,191,68,1) 100%);
background: -ms-linear-gradient(top, rgba(204,255,175,1) 0%, rgba(113,191,68,1) 50%, rgba(113,191,68,1) 100%);
background: linear-gradient(to bottom, rgba(204,255,175,1) 0%, rgba(113,191,68,1) 50%, rgba(113,191,68,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffaf', endColorstr='#71bf44', GradientType=0 );
width:100%;
max-width:170px;
padding:10px;
display:inline-block;
text-align:center;
font-weight:bold;
box-sizing:border-box;
height: 31px;
    line-height: 10px;
}

a.pink-button{
    color: #FFF;
    border-radius: 5px;
    background: rgba(255,123,200,1);
    background: -moz-linear-gradient(top, rgba(255,123,200,1) 0%, rgba(236,1,142,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,123,200,1)), color-stop(100%, rgba(236,1,142,1)));
    background: -webkit-linear-gradient(top, rgba(255,123,200,1) 0%, rgba(236,1,142,1) 100%);
    background: -o-linear-gradient(top, rgba(255,123,200,1) 0%, rgba(236,1,142,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,123,200,1) 0%, rgba(236,1,142,1) 100%);
    background: linear-gradient(to bottom, rgba(255,123,200,1) 0%, rgba(236,1,142,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7bc8', endColorstr='#ec018e', GradientType=0 );
	width:100%;
max-width:190px;
padding:10px;
display:inline-block;
text-align:center;
font-weight:bold;
box-sizing:border-box;
height: 31px;
    line-height: 10px;
}
a.filter-button{
    color: #FFF;
    border-radius: 5px;
    background: rgba(255,123,200,1);
    background: -moz-linear-gradient(top, rgba(255,123,200,1) 0%, rgba(236,1,142,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,123,200,1)), color-stop(100%, rgba(236,1,142,1)));
    background: -webkit-linear-gradient(top, rgba(255,123,200,1) 0%, rgba(236,1,142,1) 100%);
    background: -o-linear-gradient(top, rgba(255,123,200,1) 0%, rgba(236,1,142,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,123,200,1) 0%, rgba(236,1,142,1) 100%);
    background: linear-gradient(to bottom, rgba(255,123,200,1) 0%, rgba(236,1,142,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7bc8', endColorstr='#ec018e', GradientType=0 );
	width:100%;
max-width:170px;
padding:10px;
display:inline-block;
text-align:center;
font-weight:bold;
box-sizing:border-box;
height: 31px;
    line-height: 10px;
}



button.green-button{
    color: #FFF;
    border-radius: 5px;
    background: rgba(204,255,175,1);
background: -moz-linear-gradient(top, rgba(204,255,175,1) 0%, rgba(113,191,68,1) 50%, rgba(113,191,68,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(204,255,175,1)), color-stop(50%, rgba(113,191,68,1)), color-stop(100%, rgba(113,191,68,1)));
background: -webkit-linear-gradient(top, rgba(204,255,175,1) 0%, rgba(113,191,68,1) 50%, rgba(113,191,68,1) 100%);
background: -o-linear-gradient(top, rgba(204,255,175,1) 0%, rgba(113,191,68,1) 50%, rgba(113,191,68,1) 100%);
background: -ms-linear-gradient(top, rgba(204,255,175,1) 0%, rgba(113,191,68,1) 50%, rgba(113,191,68,1) 100%);
background: linear-gradient(to bottom, rgba(204,255,175,1) 0%, rgba(113,191,68,1) 50%, rgba(113,191,68,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffaf', endColorstr='#71bf44', GradientType=0 );
width:100%;
max-width:170px;
padding:10px;
display:inline-block;
text-align:center;
font-weight:bold;
box-sizing:border-box;
height: 31px;
    line-height: 10px;
}

button.pink-button{
    color: #FFF;
    border-radius: 5px;
    background: rgba(255,123,200,1);
    background: -moz-linear-gradient(top, rgba(255,123,200,1) 0%, rgba(236,1,142,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,123,200,1)), color-stop(100%, rgba(236,1,142,1)));
    background: -webkit-linear-gradient(top, rgba(255,123,200,1) 0%, rgba(236,1,142,1) 100%);
    background: -o-linear-gradient(top, rgba(255,123,200,1) 0%, rgba(236,1,142,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,123,200,1) 0%, rgba(236,1,142,1) 100%);
    background: linear-gradient(to bottom, rgba(255,123,200,1) 0%, rgba(236,1,142,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7bc8', endColorstr='#ec018e', GradientType=0 );
	width:100%;
max-width:190px;
padding:10px;
display:inline-block;
text-align:center;
font-weight:bold;
box-sizing:border-box;
height: 31px;
    line-height: 10px;
}
button.filter-button{
    color: #FFF;
    border-radius: 5px;
    background: rgba(255,123,200,1);
    background: -moz-linear-gradient(top, rgba(255,123,200,1) 0%, rgba(236,1,142,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,123,200,1)), color-stop(100%, rgba(236,1,142,1)));
    background: -webkit-linear-gradient(top, rgba(255,123,200,1) 0%, rgba(236,1,142,1) 100%);
    background: -o-linear-gradient(top, rgba(255,123,200,1) 0%, rgba(236,1,142,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,123,200,1) 0%, rgba(236,1,142,1) 100%);
    background: linear-gradient(to bottom, rgba(255,123,200,1) 0%, rgba(236,1,142,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7bc8', endColorstr='#ec018e', GradientType=0 );
	width:100%;
max-width:170px;
padding:10px;
display:inline-block;
text-align:center;
font-weight:bold;
box-sizing:border-box;
height: 31px;
    line-height: 10px;
}


.txt-center{
    text-align: center;
}

.sale-service{ 
    margin: 10px 0px;
    padding: 0px;
    background-color: #ebebeb;
}
.sale-service-row {
    display: flex;
    width: 100%;
    padding: 10px 10px 0px 10px;
    box-sizing: border-box;
}
.sale-service-col {
    flex: 1;
    vertical-align: top;
    color: #000;
    text-align: center;
    box-sizing: border-box;
    padding: 5px;
    width: 25%;
    max-width:285px;
}
.sale-service-col img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    box-sizing: border-box;
    border-radius: 20px;
}
.best-sale{
    padding: 0px;
    background: rgba(113,191,68,1);
    background: -moz-linear-gradient(top, rgba(113,191,68,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(113,191,68,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(113,191,68,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(113,191,68,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(113,191,68,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(113,191,68,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71bf44', endColorstr='#ffffff', GradientType=0 );
    margin-top: 40px;
}

.best-sale-row{
    display: table;
    width: 100%;
}
.best-sale-col{
    display: table-cell;
    vertical-align: middle;
    width: 33%;
    padding-right: 10px;
    position: relative;
}
.best-sale-col:last-child{
    padding-right: 0px;
}
.more {
    right: 15px;
    top: 10px;
    position: absolute;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
}
.more a:link,
.more a:active,
.more a:visited{
    color: #FFF;
}
.txt-w{
    color: #FFF;
}

.best-sale-img {

}
.best-sale-img img{
    width:100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
.best-sale-txt{
    background-color: #72bf44;
    font-weight: bold;
    font-size: 15px;
    color: #FFF;
    padding: 5px;
    text-align: center;
}
.best-sale-price{
    background-color: #ebebeb;
    text-align: center;
    padding: 5px;
    font-size: 20px;
    font-weight: bold;
    color: #72bf44;
}
.best-sale-icon {
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 1;
}
.best-sale-icon img{
    height: 30px;
    object-fit: contain;
	position:relative !important;
}
.footer-box{
    padding: 10px;
}
.footer-box-row {
    display: table;
    width: 1200px;
    margin: 0px auto;
    color: #5d5d5e;
    font-size: 16px;
    line-height: 25px;
}
.footer-box-col{
	display: table-cell;
    vertical-align: top;
}
.footer-box-col#address{
}
.footer-box-col#brance,
.footer-box-col#sitemap,
.footer-box-col#share{
    width: 220px;
    padding-left: 20px;
}
.footer-box-col#share img{
	height:32px;
	object-fit:contain;
	border-radius:5px;
}
.footer-box-col .title-box-txt{
	padding-left: 0px;
	font-size: 18px;
}
.copyright-box{
    text-align: center;
    padding:20px 0px 20px 0px;
    border-top:3px solid #ebebeb;
    color: #5d5d5e;
    margin-top: 20px;
}
.footer-box-col img{
    width: auto;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}
.footer-address{
}
.footer-address-row{
    display: table;
    width: 100%;
}
.footer-address-col{
    display: table-cell;
    vertical-align: top;
}
.footer-address-col:nth-child(1){
    width: 30px;
    padding-right: 10px;
}
.brance-list ul{
    list-style: none;
    padding: 0px;
    margin: 0px 0px 0px 20px;
}
.brance-list li:before{  
    font-family: "arrow";
	font-size: 10px;
    margin-right: 5px;
	position:relative;
  	content: "\e900";
	color:#999;
}

.sitemap-list ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.sitemap-list li{  
}
.btn{
	display:table;
	/*text-align:center;*/
	position:relative;
	/*top:8px;*/
	width:100%;
}
.btn-col{
	display:table-cell;
	width:50%;
	position:relative;
}
.btn-col:first-child{
	padding-right:10px;
}
.btn-col:last-child{
	/*padding-left:10px;*/
}

.npa-box {
    padding: 20px;
    background-color: #f9f9f9;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}
.npasearch-box{
	display:table;
	width:100%;
}
.npasearch-box-row{
	display:table-cell;
	vertical-align:top;
	padding-right:20px;
	width:18.5%;
}
.npasearch-box-row:last-child{
	padding-right:0px;
	width:295px;
}
.npasearch-box-col{
	padding:5px 0px;
	position:relative;
}
.npasearch-box-col label {
    font-weight: bold;
    display: block;
}

.side-box,
.resualt-box{
	display:table-cell;
	vertical-align:top;
	padding:0px;
}
.side-box{
	width:295px;
}
.resualt-box{
	padding-left:30px;
}

.side-box-row{
	display:table;
	width:100%;
	margin-bottom:20px;
	position:relative;
}

.side-title{
	border-bottom:2px solid #aeaeae;
	padding:0px 0px 15px 0px;	
}
.side-title-txt{
	font-weight:bold;
	font-size:14px;
}
.sidemore {
    right: 0;
    top: 0;
    position: absolute;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
}
.sidemore a:link,
.sidemore a:active,
.sidemore a:visited{
    color: #72bf44;
}
.side-content{
	padding:15px 0px 0px 0px;
}

.side-title1{
	border:1px solid #ee008b;
	padding:10px;
	background: rgba(254,118,197,1);
	background: -moz-linear-gradient(top, rgba(254,118,197,1) 0%, rgba(238,0,139,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,118,197,1)), color-stop(100%, rgba(238,0,139,1)));
	background: -webkit-linear-gradient(top, rgba(254,118,197,1) 0%, rgba(238,0,139,1) 100%);
	background: -o-linear-gradient(top, rgba(254,118,197,1) 0%, rgba(238,0,139,1) 100%);
	background: -ms-linear-gradient(top, rgba(254,118,197,1) 0%, rgba(238,0,139,1) 100%);
	background: linear-gradient(to bottom, rgba(254,118,197,1) 0%, rgba(238,0,139,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe76c5', endColorstr='#ee008b', GradientType=0 );
}
.side-title1-txt{
	font-weight:bold;
	color:#FFF;
	font-size:14px;
}

.resualt-box-row{
}
.npa-resualt-box{
	display:table;
	width:100%;
	background-color:#72bf44;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.npa-find,
.npa-sort,
.npa-perpage{
	display:table-cell;
	vertical-align:middle;
	padding:5px 10px;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	box-sizing: border-box;
}
.npa-perpage {
    text-align: right;
    padding-left: 0px;
    width: 300px;
}
.npa-perpage:before{
	content:"|";
	font-size:18px;
	padding-right:5px;
}
.npa-find{
}
.npa-sort{
	text-align:right;
	padding:0px;
}
.npa-sort select{
	background-color:transparent;
	border:0px;
	color:#FFF;
}
.npa-sort:before{
	content:"|";
	font-size:18px;
	padding-right:10px;
}
.npa-go{
	width:auto;
	padding:5px;
	border-radius: 5px;
    background: rgba(255,123,200,1);
    background: -moz-linear-gradient(top, rgba(255,123,200,1) 0%, rgba(236,1,142,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,123,200,1)), color-stop(100%, rgba(236,1,142,1)));
    background: -webkit-linear-gradient(top, rgba(255,123,200,1) 0%, rgba(236,1,142,1) 100%);
    background: -o-linear-gradient(top, rgba(255,123,200,1) 0%, rgba(236,1,142,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,123,200,1) 0%, rgba(236,1,142,1) 100%);
    background: linear-gradient(to bottom, rgba(255,123,200,1) 0%, rgba(236,1,142,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7bc8', endColorstr='#ec018e', GradientType=0 );
	color:#FFF;
}

.npa-perpage span.page{
	padding:5px;
	background-color:#FFF;
	border-radius:5px;
	color:#72bf44;
	text-align:center;
	margin-left:5px;
}

.npa-product{
	padding:10px;
	border:1px solid #87c85f;
    position: relative;
}

.npa-product-row{
	display:table;
	width:100%;
	margin-bottom:10px;
	position:relative;
}
.npa-product-row:last-child{
	margin-bottom:0px;
}
.npa-product-img,
.npa-product-content{
	display:table-cell;
	vertical-align:top;
}
.npa-product-img {
    width: 45%;
	position:relative;
}
.npa-product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.npa-product-content{
	background-color:#e3f2e7;
}
.npa-product-content:hover{
    cursor: pointer;
}

.npa-product-detail,
.npa-product-title,
.npa-product-price{
	padding:10px;
}

.npa-product-detail{
	font-size:14px;
	color:#000;
	padding-bottom: 20px;
}
.npa-product-detail img{
}
.npa-product-detail:hover{
	color:#419d18;
	cursor:pointer;
}
.npa-product-detail p{
	line-height:16px;
	margin:10px 0px;
}
.npa-product-title{
	padding:10px;
	background-color:#eeeeee;
	text-align:center;
	font-size:30px;
	font-weight:bold;
    margin: 0px 0px;
	color:#72bf44;
}
.npa-product-price{
	font-size:24px;
	font-weight:bold;
	text-align:center;
	color:#419d18;
	background-color:#ececec;
}
.npa-page {
    display: table;
    width: 97%;
    padding: 5px 0px;
    margin: 0px auto;
}

.total-page,
.sumary-page,
.go-page{
    display: table-cell;
    vertical-align: middle;
}
.total-page,
.go-page{
    width: 200px;
}
.total-page {
    font-weight: bold;
    font-size: 14px;
    text-align: left;
}

.sumary-page{
    text-align: center;
}
.sumary-page ul{
	list-style:none;
	padding:0px;
	margin:0px auto !important;
    display: table;
}
.sumary-page li{
	float:left;
    padding-bottom: 0px !important;
}

.sumary-page li :link, .sumary-page li :visited, .sumary-page li :active {
    float: left;
    background-color: #72bf44;
    padding: 5px 10px;
    line-height: 15px;
    text-align: center;
    color: #FFF;
    margin: 0px 1px;
    border-radius: 5px;
}

.sumary-page li.no-bg :link{
	background:none;
}

.go-page{
    text-align: right;
}

.need-box{
	border:1px solid #828282;
}
.need-box-title{
	padding:5px 10px;
	background: rgba(113,191,68,1);
	background: -moz-linear-gradient(left, rgba(113,191,68,1) 0%, rgba(204,255,175,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(113,191,68,1)), color-stop(100%, rgba(204,255,175,1)));
	background: -webkit-linear-gradient(left, rgba(113,191,68,1) 0%, rgba(204,255,175,1) 100%);
	background: -o-linear-gradient(left, rgba(113,191,68,1) 0%, rgba(204,255,175,1) 100%);
	background: -ms-linear-gradient(left, rgba(113,191,68,1) 0%, rgba(204,255,175,1) 100%);
	background: linear-gradient(to right, rgba(113,191,68,1) 0%, rgba(204,255,175,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71bf44', endColorstr='#ccffaf', GradientType=1 );
}
.need-box-title-txt{
	font-size:18px;
	color:#FFF;
	font-weight:bold;
}
.need-box-row{
	padding:20px;
}
.need-box-content{
	display:table;
	width:90%;
	margin:0px auto;
	border-spacing:20px 0px;
}
.need-box-sale,
.need-box-form{
	display:table-cell;
	vertical-align:top;
	width:50%;
	position:relative;
}
.need-box-sale{
    width: 35%;
	border: 1px solid #828282;
}
.need-box-form{
	border: 1px solid #828282;
}

.need-box-sale-img{
	border:5px solid #74c046;
	position: relative;
}
.need-box-sale-img:after {
    content: "";
    position: absolute;
    background-color: #FFF;
    height: 10px;
    width: 104%;
    left: -6px;
    right: 0;
    bottom: -15px;
}
.need-box-sale-img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.need-box-sale-detail{
	/*margin:10px 0px;*/
}
.need-box-sale-detail-title{
	padding:5px 10px;
	background-color:#74c046;
}
.need-box-sale-detail-title-txt{
	font-weight:bold;
	font-size:18px;
	text-align:center;
	color:#FFF;
}
.need-box-sale-detail-contant{
	padding:10px;
}
.sale-name{
	text-align:center;
	font-weight:bold;
	font-size:18px;
}
.sale-detail{
	display:table;
	width:100%;
	font-size:18px;
}
.sale-detail-col{
	display:table-cell;
	vertical-align:middle;
	padding:5px 0px;
}
.sale-detail-col:first-child{
	width:50px;
	padding-right:10px;
}

.need-box-form-box{
}
.need-box-form-title{
	background: rgba(237,9,146,1);
	background: -moz-linear-gradient(left, rgba(237,9,146,1) 0%, rgba(255,124,200,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(237,9,146,1)), color-stop(100%, rgba(255,124,200,1)));
	background: -webkit-linear-gradient(left, rgba(237,9,146,1) 0%, rgba(255,124,200,1) 100%);
	background: -o-linear-gradient(left, rgba(237,9,146,1) 0%, rgba(255,124,200,1) 100%);
	background: -ms-linear-gradient(left, rgba(237,9,146,1) 0%, rgba(255,124,200,1) 100%);
	background: linear-gradient(to right, rgba(237,9,146,1) 0%, rgba(255,124,200,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed0992', endColorstr='#ff7cc8', GradientType=1 );
	padding:5px 10px;
}
.need-box-form-title-txt{
	font-size:20px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}
.need-box-form-content{
	padding:20px;
	font-size:18px;
}
.need-box-form-content input[type="checkbox"]{
	width:auto;
	border:1px solid #ed0a90;
}
.need-box-form-content-row{
	border-bottom:1px dotted #CCC;
	padding:20px 0px;
}
.need-box-form-content-row input[type="checkbox"]{
    width: auto;
}
.need-box-form-content-row:last-child{
	border-bottom:0px dotted #CCC;
}
.need-box-form-content-row ul{
	list-style:none;
	margin:5px 0px;
}
.need-box-form-content-row li{
	padding:5px 0px;
}
.need-box-form-content-row li .row{
	display:table;
	width:100%;
}
.need-box-form-content-row li .col{
	display:table-cell;
}
.need-box-form-content-row li .col:first-child{
	width:150px;
	padding-right:10px;
}
.detail-box{
	border:1px solid #828282;
	border-bottom:2px solid #ec038d;
	padding-bottom:15px;
}
.detail-box-title {
    background-image: url(../images/detial-title.png);
    background-repeat: no-repeat;
    background-size: 98%;
    background-position: right;
    height: 65px;
    position: relative;
    top: -13px;
}
.detail-box-title-txt {
    font-size: 18px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    padding: 20px 0px;
}
.detail-box-row{
	padding:10px;
}
.detail-box-content{
	display:table;
	width:100%;
	font-size:16px;
}
.detail-box-content-col{
	display:table-cell;
	padding:0px 20px;
	color: #666;
}
.detail-box-content-col:first-child{
	width: 655px;
	background-color:#eefee0;
	border: solid 1px #d3eebc;
}
.detail-box-content-col:last-child{
	padding-left:28px;
}
.detail-box-content-col img{
    height: 30px;
    object-fit: contain;
}

.subdetail-box{
	margin:20px 0px;
}
.subdetail-box-row{
	display:table;
	width:100%;
}
.subdetail-box-col {
    display: table-cell;
    vertical-align: top;
    padding: 0px 15px;
}
.subdetail-box-col:first-child{
    width: 60%;
    padding-left: 0px;
}
.subdetail-box-col:last-child{
    padding-right: 0px;
}
.sale-box-row{
	display:table;
	width:100%;
}
.sale-box-col{
	display:table-cell;
	vertical-align:middle;
	border-top:2px solid #CCC;
	border-bottom:2px solid #CCC;
	font-size:20px;
	font-weight:bold;
	padding-left:20px;
	color:#ec038d;
}
.sale-box-col:first-child{
	border:0px;
	padding:0px;
	width:72px;
}
.sale-box-col img{
	width:100%;
	object-fit:contain;
}
.condition-box{
	padding:10px;
	background-color:#f9f9f9;
	font-size:14px;
}
.tool-box{
	display:table;
	margin:20px auto;
}
.tool-box-col{
	display:table-cell;
	width:33%;
	padding:10px 10px;
	text-align:center;
	font-size:14px;
	vertical-align: bottom;
}
.tool-box-col img{
	margin:0px 10px;
	margin-bottom:10px;
	border-radius:10px;
}
ul.doc-list{
	list-style:none;
	margin:0px;
	padding-left: 25px;
}
.doc-list li{
}
.doc-list li:before{
	content:"●";
	color:#72bf44;
	font-size:18px;
	margin-right:10px;
}

.subdetail-box-title{
	padding:5px 10px;
	background: rgba(113,191,68,1);
	background: -moz-linear-gradient(left, rgba(113,191,68,1) 0%, rgba(204,255,175,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(113,191,68,1)), color-stop(100%, rgba(204,255,175,1)));
	background: -webkit-linear-gradient(left, rgba(113,191,68,1) 0%, rgba(204,255,175,1) 100%);
	background: -o-linear-gradient(left, rgba(113,191,68,1) 0%, rgba(204,255,175,1) 100%);
	background: -ms-linear-gradient(left, rgba(113,191,68,1) 0%, rgba(204,255,175,1) 100%);
	background: linear-gradient(to right, rgba(113,191,68,1) 0%, rgba(204,255,175,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71bf44', endColorstr='#ccffaf', GradientType=1 );
}
.subdetail-box-title-txt{
	font-size:18px;
	color:#FFF;
	font-weight:bold;
}
.subdetail-box-content{
	padding:10px 30px;
}
.pro-box {
    margin-top: 10px;
    background-color: #eeeeee;
    padding: 0px 0px 10px 0px;
    text-align: center;
    box-sizing: border-box;
}
.pro-box img{
height: 40px;
object-fit: contain;
}
.recom-box{
    display: table;
    width: 1200px;
    margin: 0px auto;
}
.recom-title-box{
    padding-bottom: 10px;
    position: relative;
    background-image:url(../images/linepink.jpg);
    background-position: 0px 17px;
    background-repeat: repeat-x;
}
.recom-title-box-txt{
    font-size: 24px;
    color: #828282;
    background-color: #FFF;
    display: inline-block;
    padding-right: 20px;
}
.more1 {
    right: 0;
    top: 10px;
    position: absolute;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    background-color: #FFF;
    padding-left: 20px;
}
.more1 a:link,
.more1 a:active,
.more1 a:visited{
    color: #313332;
}

.side-sale-row{
    padding: 10px;
    background-color: #f8f8f8;
}
.side-sale-col{
    display: block;
    margin-bottom: 10px;
    position: relative;
}
.side-sale-col:last-child{
    padding-right: 0px;
}

.side-sale-img {

}
.side-sale-img img{
    width:100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
.side-sale-txt{
    background-color: #72bf44;
    font-weight: bold;
    font-size: 15px;
    color: #FFF;
    padding: 5px;
    text-align: center;
}
.side-sale-price{
    background-color: #ebebeb;
    text-align: center;
    padding: 5px;
    font-size: 20px;
    font-weight: bold;
    color: #72bf44;
}
.side-sale-icon {
    position: absolute;
    right: 5px;
    top: 10px;
    z-index: 1;
}
.side-sale-icon img{
    height: 30px;
    object-fit: contain;
	position:relative !important;
}
.main-site-box {
    border: 1px solid #828282;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 0px 10px 0px;
}
.main-site-box img{
}
.main-site-title{
	padding:5px 10px;
	background: rgba(113,191,68,1);
	background: -moz-linear-gradient(left, rgba(113,191,68,1) 0%, rgba(204,255,175,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(113,191,68,1)), color-stop(100%, rgba(204,255,175,1)));
	background: -webkit-linear-gradient(left, rgba(113,191,68,1) 0%, rgba(204,255,175,1) 100%);
	background: -o-linear-gradient(left, rgba(113,191,68,1) 0%, rgba(204,255,175,1) 100%);
	background: -ms-linear-gradient(left, rgba(113,191,68,1) 0%, rgba(204,255,175,1) 100%);
	background: linear-gradient(to right, rgba(113,191,68,1) 0%, rgba(204,255,175,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71bf44', endColorstr='#ccffaf', GradientType=1 );
}
.main-site-title-txt{
	font-size:18px;
	color:#FFF;
	font-weight:bold;
}
.main-site-row{
	display:table;
	width:100%;
	box-sizing:border-box;
	padding:0px 0px 20px 0px;
}
.about-menu ul{
    list-style: none;
    padding: 0px;
    margin: 30px auto;
    display: table;
    width: 95%;
    max-width: 890px;
}
.about-menu li{
	display:table-cell;
	padding:0px 2px;
}
.about-menu li img{
	width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}
.about-box {
    color: #828282;
    font-size: 14px;
    padding: 0px 20px;
    box-sizing: border-box;
}
.about-box img{
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}
.about-title{
	padding: 0px 0px;
	font-family: 'Kanit', sans-serif;
	margin:20px 0px;
}
.about-title:first-child{
	margin-top: 0px;
}
.about-title-txt {
   text-align: left;
    color: #72c045;
    font-size: 22px;
	font-weight: bold;
    line-height: 30px;
}
.about-subtitle {
    padding: 5px 35px;
    font-family: 'Kanit', sans-serif;
    margin-bottom: 10px;
    background-color: #71bf45;
    display: inline-block;
    border-radius: 5px;
}
.about-subtitle-txt{
    text-align: left;
    color: #FFF;
    font-size: 22px;
}

.ceo-title-txt {
    text-align: left;
    color: #FFF;
    font-size: 22px;
    line-height: 30px;
	border:1px solid #ccc;
	padding: 5px 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background: rgba(113,191,68,1);
	background: -moz-linear-gradient(left, rgba(113,191,68,1) 0%, rgba(204,255,175,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(113,191,68,1)), color-stop(100%, rgba(204,255,175,1)));
	background: -webkit-linear-gradient(left, rgba(113,191,68,1) 0%, rgba(204,255,175,1) 100%);
	background: -o-linear-gradient(left, rgba(113,191,68,1) 0%, rgba(204,255,175,1) 100%);
	background: -ms-linear-gradient(left, rgba(113,191,68,1) 0%, rgba(204,255,175,1) 100%);
	background: linear-gradient(to right, rgba(113,191,68,1) 0%, rgba(204,255,175,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71bf44', endColorstr='#ccffaf', GradientType=1 );
}
.ceo-sub-title-txt {
    text-align: left;
    color: #72c045;
    font-size: 22px;
    line-height: 30px;
	margin-top: 10px;
	padding:0px 10px;
}

.about-content {
    padding: 0px 0px;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}
.about-content ol{}
.about-content ol li{
	padding: 5px 0px;
}
.about-content img{
	width: 100%;
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

.about-content-row{
	display: table;
	width: 100%;
	padding: 0px 0px 20px 0px;
}

.content-img,
.content-txt{
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
}
.content-img{
	width: 365px;
	padding-right: 20px;
}
.content-img img{
	width: 100%;
	max-width: 100%;
	height: auto;
	object-fit: contain;
}
.content-txt{
	line-height: 30px;
	font-size: 18px;
}
.about-content ol{
    list-style: decimal;
    padding: 0px;
    margin: 0px 0px 0px 30px;
}
.about-content ul{
    list-style: none;
    padding: 0px;
   /* margin: 0px 0px 0px 30px;*/
}
.about-content li{
    padding-bottom: 0px;
    position: relative;
}
.about-content li label{
    position: absolute;
    left:300px;
}
ul.list-born {
    padding: 0px;
    margin: 20px 0px;
}
ul.list-born li {
    font-size: 18px;
    position: relative;
    padding: 20px 0px;
    padding-left: 190px;
}
ul.list-born li:before {
    content: "";
    background-color: #e92e78;
    position: absolute;
    width: 2px;
    left: 162px;
    height: 100%;
    top: 44px;
}
ul.list-born li:after {
    content: "";
    background-color: #FFF;
    position: absolute;
    width: 2px;
    left: 162px;
    height: 25px;
    top: 19px;
}
ul.list-born li:last-child:before {
	width: 0;
}
ul.list-born li span {
    position: absolute;
    margin-right: 50px;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    padding: 6px 20px;
    border-radius: 5px;
    background-color: #71bf45;
    color: #FFF;
    font-family: 'Kanit', sans-serif;
    font-size: 26px;
    line-height: 30px;
    left: 0;
    top: 12px;
    width: 130px;
}
ul.list-born li span:before{
	content: "";
	display: block;  
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #71bf45;
}
ul.list-born li span:after {
    content: "";
    display: block;
    position: absolute;
    right: -40px;
    top: 50%;
    width: 10px;
    height: 10px;
    margin-top: -8px;
    border-radius: 100%;
    border: 2px solid #e92e78;
    background-color: #FFF;
    z-index: 999;
}
ul.sublist{
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
ul.sublist li{
	padding: 10px 0px 10px 40px;
	margin-left: 30px;
	position: relative;
}
ul.sublist li:before{
	content: "";
	display: block;  
	position: absolute;
	top: 15px;
	left: 0;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	border:2px solid #e92e78;
	background-color: #FFF;
}
.ceo-menu ul {
    list-style: none;
    padding: 0px;
    margin: 20px auto;
    display: table;
    width: 95%;
    max-width: 890px;
}
.ceo-menu li {
    display: table-cell;
    padding: 0px 2px;
}
.ceo-menu li:first-child{
    padding-left: 0px;
}
.ceo-menu li img {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}

.ceo-list {
    display: inline-block;
    width: 100%;
	box-sizing: border-box;
}
.ceo-list:last-child{
    border-bottom: 0px dotted #CCC;
}
.ceo-list-row{
    display: inline-block;
    width: 100%;
    padding: 15px 0px;
}
.ceo-list-row:first-child{
	margin-bottom: 10px;
}
.ceo-list-col{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    box-sizing: border-box;
}
.ceo-list-col:nth-child(1){
    float: left;
}
.ceo-list-col:nth-child(2){
    float: right;
}

.ceo-box {
    display: table;
    width: 80%;
    margin: 0px auto;
    font-size: 16px;
}
.ceo-box:first-child{
	width: auto;
}
.hceo-box-img{
    text-align: center;
    width: 190px;
}
.hceo-box-img img{
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}
.hceo-box-name,
.hceo-box-rank{
    text-align: center;
    padding: 3px 5px;
	width: 189px;
	box-sizing: border-box;
}
#head{
    color: #FFF;
    background-color: #74c046;
}
#head:last-child{
    border-top:2px solid #f2249e;
}

.ceo-box-img,
.ceo-box-name{
    display: table-cell;
    vertical-align: middle;
    height: 190px;
}
.ceo-box-img {
    width: 150px;
}
.ceo-box-img img {
    width: 150px;
    height: 183px;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
}
.ceo-box-name {
    text-align: center;
    width: 250px;
    padding-left: 10px;
}
.ceo-box-name #name{
    padding: 3px 10px;
}
.ceo-box-name #rank{
    border-top:2px solid #f2249e;
    padding: 3px 10px;
}

.news-box{
    display: inline-block;
    width: 100%;
    padding: 0px 0px;
	box-sizing: border-box;
}
.news-box-row {
	float: left;
    display: inline-block;
    width: 100%;
    padding: 30px 0px;
    position: relative;
	border-top: 1px solid #CCC;
	box-sizing: border-box;
}

.news-box-row:first-child{
    padding-bottom: 0px;
    border-top: 0px;
}
.news-box-img,
.news-box-content{
    display: table-cell;
    vertical-align: top;
    line-height: 24px;
}
.news-box-content p a {
    float: left;
    clear: left;
    margin-top: 10px;
}
.news-box-img{
    width: 380px;
    height: 275px;
    text-align: center;
}
.news-box-img img{
    width: auto;
    height: 275px;
    max-width: 100%;
    object-fit: contain;
}
.news-box-content{
    padding-left: 20px;
}
.news-box-title,
.news-box-txt{
	float: left;
	display: inline-block;
	width: 100%;
}
.news-box-title-txt{
    font-size: 16px;
    font-weight: bold;
}
.news-box-title-txt a p{
	margin: 5px 0px;
}
.news-box-txt p{
	display: inline-block;
	width: 100%;
	margin: 5px 0px;
}
.btn-pink{
    padding: 5px;
    color: #FFF;
    border-radius: 5px;
    background: rgba(255,123,200,1);
    background: -moz-linear-gradient(top, rgba(255,123,200,1) 0%, rgba(236,1,142,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,123,200,1)), color-stop(100%, rgba(236,1,142,1)));
    background: -webkit-linear-gradient(top, rgba(255,123,200,1) 0%, rgba(236,1,142,1) 100%);
    background: -o-linear-gradient(top, rgba(255,123,200,1) 0%, rgba(236,1,142,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,123,200,1) 0%, rgba(236,1,142,1) 100%);
    background: linear-gradient(to bottom, rgba(255,123,200,1) 0%, rgba(236,1,142,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7bc8', endColorstr='#ec018e', GradientType=0 );
}
.btn-pink:link,
.btn-pink:active,
.btn-pink:visited{
    color: #FFF;
}
.contact-box{
    padding: 20px;
}
.contact-box img{
    width:auto;
    max-width: 100%;
}
.contact-box-row{
    display: table;
    width: 100%;
}
.contact-menu,
.contact-content{
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
    color: #828282;
}
.contact-menu{
    width: 225px;
    padding-left: 0px; 
}
.contact-menu ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.contact-title{
    padding-bottom: 10px;
}
.contact-title-txt{
    font-size: 16px;
    font-weight: bold;
}
.contact-menu li{
    padding: 7px 0px;
    font-size: 14px;
    border-bottom: 1px dotted #CCC;
}
.contact-menu li:before{
    content: "\e900";
    font-family: 'arrow';
    color: #da0088;
    margin-right: 10px;
}

.contact-address-row{
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

.contact-address-col{
    display: table-cell;
    vertical-align: top;
    width: 50%;
    padding-left: 20px;
}
.contact-address-col:first-child{
    padding-left: 0px;
}

.companyimg {
    border: 10px solid #FFF;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px #999;
}
.companyimg img{
    width: 100%;
    max-width: 913px;
    height: 100%;
    max-height: 580px;
    object-fit: contain;
}
.txt-left{
    text-align: left;
}

.institute-box{
}
.institute-box-row{
    display: table;
    width: 100%;
    border-bottom: 2px dotted #CCC;
    padding: 20px 0px;
    position: relative;
}

.institute-box-row:last-child{
    padding-bottom: 0px;
    border: 0px;
}
.institute-box-img,
.institute-box-content{
    display: table-cell;
    line-height: 24px;
}
.institute-box-img{
    width: 380px;
    text-align: center;
}
.institute-box-img img{
    width: auto;
    max-width: 100%;
    object-fit: contain;
}
.institute-box-content{
    padding-left: 20px;
}
.institute-box-title{
    padding-top: 10px;
}
.institute-box-title-txt{
    font-size: 16px;
    font-weight: bold;
}
.gallery-box {
    display: inline-block;
    width: 100%;
}
.gallery-box-row{
	display:table;
	width:100%;
    border-bottom: 2px dotted #CCC;
}
.gallery-box-row:last-child{
    border-bottom: 0px;
}
.gallery-header{
	display:inline-block;
	width:100%;
}
.gallery-header-title{
	padding:10px 0px;
}
.gallery-header-title-txt{
	font-size:16px;
	font-weight:bold;
}
.gallery-header-img{
    display: table;
    width: 768px;
    text-align: center;
    margin: 0px auto;
}
.gallery-header-img img{
	width:100%;
	max-width:100%;
	height:auto;
	object-fit:contain;
}
.gallery-header-caption{
	padding:10px 0px;
    text-align: left;
}
.gallery-box-list{
	display:inline-block;
	width:100%;
	background-color: #f2f2f2;
}
.gallery-box-list-row {
    display: inline-block;
    width: 100%;
    padding: 20px 0px;
    padding-left: 10px;
}

.gallery-img-box {
    display: inline-block;
    width: 28%;
    overflow: hidden;
    float: left;
    height: 265px;
    margin: 10px 18px;
    padding: 0px;
    border: 10px solid #FFF;
    box-shadow: 0px 0px 10px #999;
    vertical-align: top;
}
.gallery-img-box#large-box {
    height: 570px;
    width: 60.5%;
}
.gallery-img-src {
   /* position: absolute;*/
    width: 100%;
    height: 100%;
}

.gallery-img-src img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-caption {
    padding: 10px 0px;
    margin: 0px auto;
    text-align: center;
    height: 45px;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    float: left;
    background-color: rgba(0,0,0,0.5);
    line-height: 30px;
    margin-top: -45px;
    position: relative;
    bottom: 0;
	color: #FFF;
}

.gallery-recent-date {
    padding: 10px 20px;
    margin: 0px auto;
    text-align: center;
    height: 45px;
    overflow: hidden;
    display: inline-block;
    float: left;
    background-color: rgba(0,0,0,0.5);
    line-height: 30px;
    position: absolute;
    top: 0;
	color: #FFF;
}

.gallery-pin{
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: 99;
}

.link-form{
    display: table;
    width: 50%;
    margin: 0px auto;
    border: 1px solid #CCC;
    padding: 10px;
}
.link-form-row{
    display: table;
    width: 100%;
}
.link-form-colleft,
.link-form-colright{
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
}
.link-form-colleft{
    width: 150px;
}
.txt-red{
    color: #F00;
}
.select-notice{    
padding: 10px;
}
.select-notice label{
    font-weight: bold;
}
.select-notice ul{
    display: table;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.select-notice li{
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    padding: 10px 20px;
}
.notice-table {
    border: 1px solid #CCC;
    display: table;
    width: 97%;
    margin: 0px auto;
}
.notice-table-hrow,
.notice-table-row{
    display: table;
    width: 100%;
}
.notice-table-row {
    border-bottom: 1px solid #CCC;
    padding: 0px 0px;
}
.notice-table-row:first-child{
    border-top:0px solid #CCC;
}
.notice-table-hcol,
.notice-table-col{
    display: table-cell;
    vertical-align: top;
    padding: 15px 10px;
    width: 150px;
    border-left:1px solid #CCC;
}
.notice-table-hcol{
    background-color: #72bf44;
    color: #FFF;
    text-align: center;
    font-weight: bold;
}
.notice-table-hcol:first-child,
.notice-table-col:first-child{
    text-align: left;
    width: auto;
    border: 0px;
}
.journal-box{
}
.journal-box-row{
    display: table;
    width: 100%;
}
.journal-box-colleft, .journal-box-colright {
    display: table-cell;
    vertical-align: top;
    position: relative;
    padding: 20px 10px 10px 10px;
}
.journal-box-colleft{
    padding-right: 20px;
    width: 50%;
    text-align: center;
}
.journal-box-colleft p {
    padding: 10px 0px 0px 0px;
}
.journal-box-colleft img{
    width: auto;
    height: 425px;
    max-width: 100%;
    object-fit: contain;
    box-shadow: 2px 2px 10px #999;
}
.journal-box-colright{
}
.journal-title{
    margin-bottom: 20px;
}
.journal-title-txt{
    font-weight: bold;
    font-size: 16px;
}
.journal-list {
    display: table;
    width: 97%;
    margin: 0px auto;
}
.journal-list ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.journal-list li{
    float: left;
    width: 32%;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 10px;
}
.journal-list li:nth-child(3n+1){
    float: right;
    margin-right: 0px;
}
.journal-list li img{
    width: auto;
    height: 260px;
    max-width: 100%;
    object-fit: contain;
	box-shadow: 2px 2px 10px #999;
}
.video-box{
	padding:10px 20px;
}
.video-box-row{
	display:table;
	width:100%;
    border-bottom:2px dotted #CCC;
}
.video-box-row:last-child{
    border-bottom: 0px;
}
.video-header{
	display:inline-block;
	width:100%;
}
.video-header-title{
	padding:10px 0px;
}
.video-header-title-txt{
	font-size:16px;
	font-weight:bold;
}
.video-header-img {
    display: table;
    width: 768px;
    text-align: center;
    margin: 0px auto;
}
.video-header-img img{
	width:auto;
	max-width:100%;
	height:auto;
	object-fit:contain;
}
.video-header-caption{
	padding:10px 0px;
    text-align: left;
}
.video-box-list{
	display:inline-block;
	width:100%;
}
.video-box-list ul {
    list-style: none;
    display: inline-block;
    width: 100%;
    padding:30px 0px 20px 0px;
    margin: 0px;
}
.video-box-list li {
    padding: 0px;
    margin: 0px 6% 0px 0px;
    float: left;
    width: 29%;
}
.video-box-list li:nth-child(3n){
	float:right;
	margin-right:0px;
}
.video-img{
    text-align: center;
	height:245px;
}
.video-img img{
	width:100%;
   /* max-width: 100%;*/
	height:100%;
	object-fit:contain;
    border: 1px solid #CCC;
}
.video-caption{
	padding:5px 0px;
    text-align: center;
}
.video-sort {
    float: right;
    margin: 20px auto 0px auto;
    padding-left: 100px;
    position: relative;
    width: 220px;
}
.video-sort label {
    position: absolute;
    left: 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
}
.old-book {
    margin-bottom: 10px;
}
.old-book-row{
	display:table;
	width:100%;
}
.old-book-col {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    padding: 40px 10px 15px 10px;
    background-image: url(../images/ebook1.png);
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: cover;
    position: relative;
}
.old-book-img img{
	width: auto;
    height: 260px;
    max-width: 100%;
    object-fit: contain;
    box-shadow: 5px 1px 10px #333;
}
.old-book-title {
    padding: 10px 10px;
    position: absolute;
    bottom: 11px;
    left: 0;
    right: 0;
    margin: 0px auto;
    background-color: rgba(0, 0, 0, 0.65);
    color: #FFF;
    width: 80%;
}
span.npa-icon {
    border-radius: 100%;
    margin-right: 5px;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
}
span.npa-icon img {
	padding:5px;
    height: 20px;
    object-fit: contain;
    position: relative;
    top: 6px;
	border-radius:100%;
	border: 2px double #72bf44;
}
.inp-date {
  /*  width: 120px;*/
    background-image: url(../images/calendar.png);
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 26px;
}
.title-price {
    background-color: #e92e78;
    padding: 5px 10px 5px 10px;
    color: #FFF;
    font-size: 20px;
    position: relative;
    box-sizing: border-box;
    width: 100%;
	text-align: center;
    background-image:url(../images/bg-dot.png);
}
.title-price label {
    position: absolute;
    height: 100%;
    padding: 3px 10px;
    background-color: #ff468f;
    top: 0;
    left: 0;
    box-sizing: border-box;
}
.detail-title-price {
    background-color: #e92e78;
    padding: 5px 10px 5px 10px;
    color: #FFF;
    font-size: 20px;
    position: relative;
    box-sizing: border-box;
    width: 100%;
	text-align: center;
    background-image:url(../images/bg-dot.png);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.detail-title-price label {
    position: absolute;
    height: 100%;
    padding: 3px 10px;
    background-color: #ff468f;
    top: 0;
    left: 0;
    box-sizing: border-box;
}

.detail-title-box {
    background-color: #e92e78;
    padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
    color: #FFF;
    font-size: 20px;
    position: relative;
    box-sizing: border-box;
    width: 100%;
	text-align: center;
    background-image:url(../images/bg-dot.png);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.detail-title-box-txt{
}
.detail-title-box label {
    position: absolute;
    height: 100%;
    padding: 3px 10px;
    background-color: #ff468f;
    top: 0;
    left: 0;
    box-sizing: border-box;
}
.other-map{
	display:table;
	margin:10px auto;
}
.other-map-col{
	display:inline-block;
	margin:0px 5px;
	text-align:center;
}
.other-map-col img{
	height:100px;
	object-fit:contain;
}
ul.filter-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.filter-list li{
    padding: 10px 0px 10px 0px !important;
}
.command-box{
    display: table;
    width: 100%;
    margin: 10px 0px 15px 0px;
    box-sizing: border-box;
}

.compare-box,
.resualt-show{
display: table-cell;
vertical-align: middle;
}
.resualt-show{
margin: 5px 0px 10px 0px;
text-align: right;
}
.resualt-show img{
    height: 24px;
    padding: 3px;
    box-sizing: border-box;
	-webkit-filter: grayscale(1);
filter: grayscale(1);
}
.resualt-show img:hover{
    border:1px solid #72bf44;
	-webkit-filter: grayscale(0);
filter: grayscale(0);
}
.btn-green{
    padding: 5px 10px;
    color: #FFF;
    border-radius: 5px;
    background: rgba(204,255,175,1);
background: -moz-linear-gradient(top, rgba(204,255,175,1) 0%, rgba(113,191,68,1) 50%, rgba(113,191,68,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(204,255,175,1)), color-stop(50%, rgba(113,191,68,1)), color-stop(100%, rgba(113,191,68,1)));
background: -webkit-linear-gradient(top, rgba(204,255,175,1) 0%, rgba(113,191,68,1) 50%, rgba(113,191,68,1) 100%);
background: -o-linear-gradient(top, rgba(204,255,175,1) 0%, rgba(113,191,68,1) 50%, rgba(113,191,68,1) 100%);
background: -ms-linear-gradient(top, rgba(204,255,175,1) 0%, rgba(113,191,68,1) 50%, rgba(113,191,68,1) 100%);
background: linear-gradient(to bottom, rgba(204,255,175,1) 0%, rgba(113,191,68,1) 50%, rgba(113,191,68,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffaf', endColorstr='#71bf44', GradientType=0 );
box-sizing: border-box;
display: inline-block;
white-space: nowrap;
position: relative;
    top: -2px;
	top: -4px\9;
}
.btn-green:hover{
    color: #FFF;
    cursor: pointer;
}
.chk-compare{
    position: absolute;
    top:10px;
    left:10px;
    z-index: 1;
}
.chk-compare input{
    width: 20px;
    height: 20px;
	top:auto;
}
.npa-table{
}
.npa-table-hrow{
	display:table;
	width:100%;
	box-sizing:border-box;
	background-color:#72bf44;
}
.npa-table-hcol{
	display:table-cell;
	box-sizing:border-box;
	color:#FFF;
	text-align:center;
	padding:10px 5px;
	border-right:1px solid #FFF;
	font-size:11px;
	font-weight:bold;
}
.npa-table-hcol:last-child{
	border-right:0px;
}
.npa-table-row{
	display:table;
	width:100%;
	box-sizing:border-box;
}
.npa-table-row:nth-child(odd){
	background-color:#f2f2f2;
}
.npa-table-row:last-child{
	border-bottom:1px solid #cfcfcf;
}
.npa-table-col{
	display:table-cell;
	box-sizing:border-box;
	text-align:center;
	padding:10px;
	font-size:12px;
	border-right:1px solid #cfcfcf;
	box-sizing: border-box;
    white-space: normal;
    letter-spacing: -1px;
    word-break: break-all;
}
.npa-table-col:first-child{
	border-left:1px solid #cfcfcf;
}
.npa-table-col img{
	width:auto;
	max-width:100%;
	height:auto;
	object-fit:contain;
}

.npa-table-hcol#select,
.npa-table-col#select{
	width:50px;
}
.npa-table-hcol#id,
.npa-table-col#id{
	width:80px;
}
.npa-table-hcol#city,
.npa-table-col#city{
	width:120px;
}
.npa-table-hcol#type,
.npa-table-col#type,

.npa-table-hcol#around,
.npa-table-col#around,
.npa-table-hcol#price,
.npa-table-col#price,
.npa-table-hcol#status,
.npa-table-col#status{
	width:100px;
}
.npa-table-hcol#locate{
}
.npa-table-col#locate{
	text-align:left;
}
.npa-table-col#id{
	color:#e642c1
}
.npa-table-hcol#img,
.npa-table-col#img{
	width:100px;
}
.compare-fbox{
	display:inline-block;
	width:100%;
	box-sizing:border-box;
	border:1px solid #CECECE;
}
.compare-box-hrow{
	display:table;
	width:100%;
	border-bottom:1px solid #FFF;
	background-color:#72bf44;
	text-align:center;
	color:#FFF;
	font-weight:bold;
}
.compare-box-row{
	display:table;
	width:100%;
	border-bottom:1px solid #CECECE;
}
.compare-box-row:nth-child(odd){
	background-color:#F0F0F0;
}
.compare-box-row:last-child{
	border-bottom:0px solid #CECECE;
}
.compare-box-hcol,
.compare-box-col{
	display:table-cell;
	padding:10px;
	width:100px;
	border-right:1px solid #CECECE;
}
.compare-box-col:last-child{
	border-right:0px solid #CECECE;
}
.compare-box-col img{
	width:100%;
	height:auto;
	max-height:100px;
}
.compare-box-col#img{
	width:70px;
}
.compare-box-col#price{
	text-align:center;
	color:#72bf44;
	font-weight:bold;
}
.compare-box-col#id,
.compare-box-col#type,
.compare-box-col#around{
	text-align:center;
}
.compare-box-col#locate,
.compare-box-col#detail,
.compare-box-col#go{
}
#map-search{
	display:none;
}	
.footer-menu {
    display: table;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    background-color: #f0f0f0;
	box-sizing:border-box;
}
.footer-menu ul{
	display:table-cell;
	width:14.2%;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.footer-menu li{
	padding: 5px 0px;
}
.footer-menu dt{
	font-weight: bold;
	margin-bottom: 10px;
}
.footer-menu li a:link,
.footer-menu li a:visited{
	color: #000;
}
.npa-filter{
    display: none;
}

.option-box-subrow{
    display: table;
    width: 100%;
    box-sizing: border-box;
}
.rateprice{
	display:table;
	width:100%;
	position:relative;
}
.ratecol{
	display:table-cell;
	vertical-align:top;
	box-sizing:border-box;
	padding:0px;
	position:relative;
}
.ratecol:first-child{
	padding-right:10px;
}
.ratecol:last-child{
	padding-left:10px;
}
.txt-right{
	text-align:right;
}
.inp-rate:before {
    content: "บาท";
    position: absolute;
    right: 11px;
    z-index: 1;
    top: 6px;
}
.inp-rate{
	position:relative;
}
.inp-rate input{
	padding-right:45px;
	box-sizing:border-box;
}
a.request-btn{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fe74c4+0,ee028c+100 */
background: #fe74c4; /* Old browsers */
background: -moz-linear-gradient(top,  #fe74c4 0%, #ee028c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fe74c4 0%,#ee028c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fe74c4 0%,#ee028c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe74c4', endColorstr='#ee028c',GradientType=0 ); /* IE6-9 */

}

.compare-box img{
    width: auto;
    height: auto;
    object-fit: contain;
    padding: 0px 10px;
}
.compare-box a{
    margin: 5px 0px;
    display: inline-block;
    border-radius: 5px;
}
.compare-box a img{
    height: 30px;
}
.page_content{
    padding: 10px;
}
.page_content table img {
    width: auto;
    height: auto;
    padding: 0px;
    box-sizing: border-box;
}
.page_content table tr {
    display: flex;
    width: 100%;
}
.page_content table td {
    vertical-align: middle;
    padding: 5px;
    box-sizing: border-box;
    flex: 1;
}
.page_content table td img {
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    border: 1px solid #EEE;
}
.page_content table td p{
    padding: 5px 0px;
    margin: 0px;
    line-height: 24px;
}
.page_content table td p img {
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}
.contact-address-col img {
    width: 200px;
    object-fit: cover;
	object-position: center;
	max-height: 160px;
	padding-bottom:5px;
}