/* -- LESS PLUG IN
----- é€™äº›éƒ½å¯ä»¥ç•¶ function ä¾†ç”¨ã€‚
----------------------------------------*/
/* -- Universal Setting & Reset CSS
--------------------------------------------------*/
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple LiGothic", "å¾®è»Ÿæ­£é»‘é«”", "Microsoft JhengHei", "Oswald";
  font-weight: normal;
  margin: 0px auto;
  padding: 0;
  background-color: #ffffff;
}
a,
a:active,
a:focus {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}
hr {
  clear: both;
  width: 100%;
  border: 0px;
  border-bottom: #dcdcd9 1px solid;
}
ul {
  margin: 0px;
  padding: 0px;
}
ul li {
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
}
ol li {
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
}
ul.no-list li {
  list-style-type: none;
}
:focus {
  outline: none !important;
}

a:link {
  /*color: #222;*/
}

a:active {
  /*color: #fff;*/
}

a:visited {
  /*color: #888;*/
}




/* -- Align & Float
----------------------------------------*/
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.clear-both {
  width: 100%;
  height: 1px;
  overflow: hidden;
  clear: both;
}
/* -- TextColor
----------------------------------------*/
/* -- Sample Style block
----------------------------------------*/
.center-content {
  width: 960px;
  padding: 10px;
  margin: 0px auto;
  background-color: #ffffff;
}
.demo-section {
  background-color: #696969;
  padding: 30px 0px;
}
/* -- Layout
----------------------------------------*/
.content-wrapper .demo-section .lessDemo {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #333333;
  color: #ffffff;
  padding: 30px;
  overflow: hidden;
  width: 300px;
  margin: 0px auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  cursor: pointer;
}
.content-wrapper .demo-section .lessDemo:hover {
  background-color: #000000;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
footer {
  background-color: #bbbbbb;
  /*margin-top: 20px;*/
}







/* -- Navi
----------------------------------------*/

.navi-wrap {
  width: 100%;
  height: 132px;
  position: fixed;
  z-index: 2000;
  background-color: #ffffff;
  box-shadow: 0px 2px 2px #cccccc;
  top: 0px;

  /*box-shadow: none|h-shadow v-shadow blur spread color*/

}


.navi-up-sec  {
  width: 89%;
  height: 24px;
  background-color: #ffffff;
  margin: 0px auto;  /*å°‡divç½®ä¸­*/
  padding-top: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid #cccccc;
}

.navi-up-sec .navi-brand {
  float: left;
  width: 60px;
  display: inline-block;
}

.navi-up-sec a{
  font-size: 10px;
  color: #999999;
  font-family: 'Roboto', sans-serif,"Helvetica Neue", Helvetica, Arial, sans-serif, "Apple LiGothic", å¾®è»Ÿæ­£é»‘é«”, "Microsoft JhengHei";
  transform: scale(0.5,0.5);
}

.navi-up-sec ul {
  height: 13.5px;
  list-style-type: none;
  background-color:white;
  float: right;
  display: inline-block;
  margin-bottom: 10px;

}


.navi-up-sec ul li {
  float: left;
  width: auto;
  height: 1.5px;
  margin: 0px 7px;

}



.navi-up-searchbar input[type="search"] {
  height: 10px;
  width: 130px;
  display: none;
  /* border: none; */
  border-radius: 4px;
  border-bottom: 1px solid #ccc;
  font-size: 11px;
  line-height: 18px;
  font-family: 'Roboto', sans-serif,"Helvetica Neue", Helvetica, Arial, sans-serif, "Apple LiGothic", å¾®è»Ÿæ­£é»‘é«”, "Microsoft JhengHei";


}

.navi-up-searchbar input[type="search"]:focus {
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(248,191,49,0.6);
  border-color: #ccc;

}





.navi-btm-sec  {
  width: 89%;
  height: 43.6px;
  background-color: #ffffff;
  margin: 0px auto;  /*å°‡divç½®ä¸­*/
  padding-top: 6px;
}

.navi-btm-sec .navi-brand {
  float: left;
  width: 15%;
  display: inline;
}

.navi-btm-sec ul {
  width: auto;
  height: 33.6px;
  padding: 0px;
  list-style-type: none;
/*  background-color:white;
*/  /*margin-left: 29%;*/
  float: right;


}

.navi-up-sec01{
  border: 1px solid #cccccc;
  padding: 2px 10px;
  border-radius: 15px;
  line-height: 17px;
/*  font-size: 10px;
*/}


.navi-btm-sec ul li {
  /*font-size: 16px;
  color:#fae7bf;*/
  text-align: center;
  float: left;
  width: 100px;
  font-family: 'STHeitiTC-Medium', sans-serif,"Helvetica Neue", Helvetica, Arial, sans-serif, "Apple LiGothic", å¾®è»Ÿæ­£é»‘é«”, "Microsoft JhengHei";
  padding-top:14px;

  height: 50px;
/*  margin:0px 0px 0px 5vw;
*/
}

.navi-btm-sec ul li a{
  padding: 0px;


}

/*.nav-pills li a {
  padding: 0px 1vw;
}*/

.navi-btm-sec ul li a .navi-ch{
    color: #444444;
    font-size: 12.6px;
}

.navi-btm-sec ul li a .navi-en {
  color: #cccccc;
  font-size: 10px;
  transform: scale(0.7);
  padding-top: 4px;
  display: inline-block;
}

.nav-pills  a:hover{
   border-bottom: 3px solid #003f99;
  background-color: none;
  -webkit-transition: width 2s;
/*  text-shadow: h-shadow v-shadow blur spread color;*/
}

.nav li a:hover, .nav li a:focus, .nav li a:active{
  background-color: #fff;
  border-radius: 0px;
}


/*.nav.nav-pills li a:focus {
  border-bottom: 3px solid #003f99;
}*/

.navi-drop {
  position: absolute;
  top: 109px;
  left: 0px;
  width: 100%;
  margin-top: 0px;
  height: 190px;
  background-color: white;
  display: none;

  padding-top: 6.2px;
  -moz-box-shadow: 0px 4px 2px -2px #888888;
  -webkit-box-shadow: 0px 4px 2px -2px #888888;
  z-index: 100;
/*  h-shadow v-shadow blur spread color
*/
}



.nav-pills li a {
  margin-top: 2px;
  padding-top: 2px;
  border-bottom: 3px solid transparent;
}



.navi-drop-content{
  border-top: 1px solid #cccccc;
  width: 80%;
  margin: 10px 10%;
  height: 156px;
}


.nav.nav-drop-content.product {
  float: left;
  display: inline-block;
  text-align: center;
  font-size: 10px;
  /*margin-left: 14%;*/
  height: 145px;
  z-index: 110;
  float: right;
  /*position: fixed;*/
  /*top: 147px;*/
}



.nav.nav-drop-content.product li{
  height: 150px;
  width: 120px;

}


.nav.nav-drop-content.product li img {
  width: 8.5vw;
  max-width: 96px;
  overflow: hidden;
  display: inline;
}


.nav.nav-drop-content.product li a {
  color: #666;
  border: 1px solid #fff;
  transform: scale(0.9,0.9);

/*  -webkit-transition: height 2s;

*/}

.nav.nav-drop-content.product li a:hover {
  border: 1px solid #f8bf31;
  border-radius: 3px;
  text-shadow: none;
  transform: scale(1.0,1.0);

 /* height: 122px;
  width: 122px;
*/
/*  -webkit-transition: height 2s, width 2s, -webkit-transform 2s;
*/
}

/*
.navbar .nav>li>a {
  float: none;
  padding: 0px;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
}

*/


.navi-drop-content.words {
  display: inline-block;
  border-left: 1px solid #ccc;
/*  margin-left: 87%;
*/  border-top: 0px;
  padding-left: 0px;
  list-style: none;
  font-size: 10px;
  line-height: 20px;
  margin: 18px 0px;
  left: 77%;
  position: fixed;
  height: 125px;
  width: 135px;

}



.navi-drop-content.words a {
  color: #000000;
  text-shadow: none;
}


.navi-drop-content.words li {
  margin: 2px 0px;
  padding: 0px 6px 0px 6px;
  height: 28px;
  line-height: 28px;
  width: 135px;
}
/*

.navbar {
  overflow: visible;
  position: absolute;
  width: inherit;
}*/

.index-body img{
  margin: 0px auto;
  width: 100%;
  background-color: white;
}

.navicontent{
  width: 80%;
  float: left;
  height: 160px;
  background-color: white;
}
.navicontent .nav-sub-content{
  margin-top: 15px;
  width: 103%;
  position: relative;
  height: 120px;
  background-color: white;
  display: none;
  text-align: right;

}


/*-----------store.php more-store--------start*/


.more-store {
  width: 100%;
  position: absolute;
  color: #fff;
  bottom:0px;
}

.store-name-list {
  list-style: none;
}

.store-item img {
  height: 85px;

  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
}


.store-item img:hover {
  height: 85px;

  filter: grayscale(0.3);
  -webkit-filter: grayscale(0.3);
  -moz-filter: grayscale(0.3);
  -o-filter: grayscale(0.3);
  -ms-filter: grayscale(0.3);
}
.more-store-detail .store-name,
.more-store-detail{
  display: none;
}
.more-store-detail .store-name.active{
  display: block;
}


ul.store-name-list {
  z-index: -100;
  display: inline-flex;
  float: left;
}
.store-type {
    float: left;
    margin-left: 8%;
    margin-top: 1%;
}
.store-type-change li {
  margin: 10 20 10 0;
  list-style: none;
  cursor: pointer;
}
.more-store-detail {
  height: 110px;
  background-color: rgba(10,10,10,0.6);
  margin-top: -110px;
  margin-bottom: 0px;
}
.more-store-detail .store-type ul li.active{
}

.more-store-detail .store-type ul li .arrow{
  width: 3px;
  height: 3px;
  vertical-align: middle;
  display: none;
}

.more-store-area li{
  margin-bottom: 0px;
}

.more-store-area a {
  text-align: center;
}

.store-name-list li{
  height: 60;
  width: 100;
  display: inline-block;
  margin: 10 3;
}
.more-store-title {
  text-align: center;
  height: 30;
  width: 100%;
  margin-top: -30;
  background-color: rgba(10,10,10,0.6);
}

/*.more-store-area:hover .more-store-detail {
  display: block;
}
.more-store-area:hover .more-store-area{
  display: none;
}
*/

/*-----------store.php more-store--------end*/









.navicontent .nav-sub-content.active{
  display: block;
}
.naviwords{
  width: 20%;
  float: right;
  height: 160px;
/*  background-color: ;
*/}


.navi-btm-sec .naviwords ul li {
  border: 2px solid transparent;
  transform: scale(1,1);
  margin-left: -2px;
}

.navi-btm-sec .naviwords ul li .arrow{
  width: 3px;
  height: 3px;
/*  background-color: red;
*/  vertical-align: middle;
  display: none;
}



/*.navi-btm-sec .naviwords ul li:active,*/
.navi-btm-sec .naviwords ul li.active{
  border: 1px solid #ccc;
  border-radius: 2px;
  border-left: 3px solid #fff;
/*  transform: scale(1.1,1.1);
*/
}
.navi-btm-sec .naviwords ul li div{
  line-height: 28px;
}


.navi-btm-sec .naviwords ul li.active div{
  color: #260d82;
}

.navi-btm-sec .naviwords ul li.active .arrow{
  display: inline-block;
  float: left;
  width: 17px;
  margin-left: -26px;
  position: relative;
/*  background-color: red;
*/}




.navi-btm-sec .naviwords ul li div:hover{
    color: #999;



}



/* -- contact start-----------------------  -*/



/*.background {
  margin: 0px auto;
  padding: 0;
  background-color: rgba(120,120,120,0.8);
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 160;
  }

.form-horizontal {
  width:40%;
  height: 60vh;
  text-align: center;
  color: #666;
  background-color: white;
  box-shadow: 0px 2px 2px #222;
  z-index: 200;
  position: absolute;
  left: 30%;
  margin-top: 110px;
  border: 2px solid #f8bf31;
  border-radius: 8px;
  margin-left: 50px;
}

.contact-form-title {
  height: auto;
  font-size: 18px;
  margin: 50px auto;
}

textarea {
  width: 35vw;
  min-height: 25vh;
  max-height: 200px;
}

input {
  width: 340px;

}*/

.web-title {
  position: absolute;
  top: 30%;
  left: 100px;
  text-align: center;
  font-family: 'Oswald',"Helvetica Neue", Helvetica, Arial, sans-serif, "Apple LiGothic", å¾®è»Ÿæ­£é»‘é«”, "Microsoft JhengHei";
  letter-spacing: 1px;
}

.web-title h4{
  color: #f8bf31;
  font-size: 18px;
  background-color: rgba(100,100,100,0.9);
  width: 200px;
  padding: 5px;
  margin: 0px;


}

.web-title p{

  background-color: rgba(200,200,200,0.9);
  /*width: 200px;*/
  padding: 5px;

}




#contents {
  margin-bottom: 0px;
    padding-top: 110px;
    padding-bottom: 40px;
}

.contents {
  background-color: #444;

}

.navi-contact-content {
  text-align: center;
  margin: 20px 10% 0px 10%;
  border: 2px solid #f8bf31;
  border-radius: 6px;
  padding: 15px;
  background-color: #fff;

 /* background-image: url(/images/wavegrid.png);
 */

}

.navi-contact-content ul {
   list-style: none;
}

.apply-title {
  font-family:  'Oswald', sans-serif,"Helvetica Neue", Helvetica, Arial, sans-serif, "Apple LiGothic", å¾®è»Ÿæ­£é»‘é«”, "Microsoft JhengHei";
  color: #444;
  margin-top: 20px;
  margin-bottom: 20px;
}

textarea {
  width: 100%;
  height: 220px;
}

.apply-btm {
  background-color: #f8bf31;
  border-radius: 3px;
  width: 60px;
  height: 23px;
  text-align: center;
  padding: 3px;
  margin: 5px auto;
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
  box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
}

.apply-btm:active {
  -webkit-box-shadow: 2px 1px 6px rgba(0,0,0,0.5) inset;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.5) inset;
}

/* -- contact end-----------------------  -*/














/* --------navi end------------------*/




/* -- Flickr-----------------------  -*/

body {
 /* font: 90%/1 Arial, sans-serif;*/
   background-color: white;
}

#flickr {
  margin: 0px;
  width: 100%;
  text-align: center;
  background-color: white;
  overflow: hidden;
}
#flickr h3 {
/*  margin: 0;
  padding: 0.7em;
  background: #303030;
  color: #fff;
  font-weight: normal;
  font-size: 1em;
  text-transform: uppercase;  */
  display: none;
}

#flickr .images a {
  display: inline-block;
  margin-top: 24px;
  background-position: center center;
  background-repeat: no-repeat;
}
.infoListA02 li .data {
  line-height: 21px;
  font-size: 12px;
  font-family: 'Roboto',"Helvetica Neue", Helvetica, Arial, sans-serif, "Apple LiGothic", å¾®è»Ÿæ­£é»‘é«”, "Microsoft JhengHei";
  color: #777;
}


.index-flickr {
  background-color: #ffffff;
  text-align: center;
  line-height: 21px;
  font-size: 14px;
  font-family: 'Oswald',"Helvetica Neue", Helvetica, Arial, sans-serif, "Apple LiGothic", å¾®è»Ÿæ­£é»‘é«”, "Microsoft JhengHei";

}
.flickr-logo {
  font-family: 'Oswald',"Helvetica Neue", Helvetica, Arial, sans-serif, "Apple LiGothic", å¾®è»Ÿæ­£é»‘é«”, "Microsoft JhengHei";
}

.flickr-logo img {
  height: 18px;
}

/*.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
  padding-left: 0px;
  padding-right: 0px;
}*/


.flickr-grid {
  width: calc(100vw / 6);
  height: calc(100vw / 6);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

}
.flickr-grid:hover {
  opacity: 0.7;
}

.flickr-grid-gallery-s{
  width: 25vw;
  height: 25vw;
  background-size: 136% auto;
  background-repeat: no-repeat;
  background-position: center;
}

/* -- Flickr end-----------------------  -*/




/* -- google map-----------------------  -*/

.map-body{
  width: 100%;
  height: 100%;
}

.store-finder{
  width: 340px;
  height: 320px;
  position: absolute;
  left: 50px;
  top: 160px;
  text-align: center;
  background-color: white;
  z-index: 50;
  box-shadow: 3px 4px 3px #888888;
}

.map-info-content {
  border-top: 2px solid #f8bf31;
  border-bottom: 2px solid #f8bf31;
  margin: 10px;
  padding: 5px 0px 15px 0px;

}

.shop-info-list-item {
  color: #f8bf31;
  margin-top: 15px;
  margin-bottom: 0px;
}

.shop-name {
  font-size: 14px;

}


.shop-info-content{
  line-height: 14px;
  margin: 5px auto;
}


/*.map-dropdown{
  margin-top: 14px;
}*/

.headline{
  font-size: 26px;
  font-family: 'Oswald',sans-serif,"Helvetica Neue", Helvetica, Arial, sans-serif, "Apple LiGothic", å¾®è»Ÿæ­£é»‘é«”, "Microsoft JhengHei";
  margin-top: 45px;
  letter-spacing: 5px;
}

.caret{
  float: right;
}

.btn{
  width: 218px;
  height: 35px;
  background-image: none;
  background-color: white;
  text-shadow: 0px 0px 0px;
  text-align: left;
  padding-left: 16px;

}

.store-finder img{
  height: 16px;
  width: 16px;
  margin-right: 5px;
}

.small-words{
   margin-top: 15px;
}

.dropdown-Menu{
  width: 218px;
  left: 60px;
  margin: 0px 0px 0px;
  border: 0px;
  text-align: left;
}

.dropdown-Menu li a:hover{
  height: 39px;
  background-image: none;
  background-color: #f8bf31;
  line-height: 26px;
}


/*
#dropdownMenu1{
  margin-top: 12px;
}*/

#search{
  margin-top: 15px;
  background-color: #f8bf31;
  border: none;
  border-radius: 0px;
  text-align: center;
  border-radius: 4px;

}

#search img{
  margin-left: 5px;
  width: 15px;
  height: 15px;
  z-index: 20;
}

form {
  margin: 0px;
}

.county, .district {
  height: 35px;
  margin: 15px auto 0px auto;
}
.only-micro43{
  margin-top: 15px;
  text-align: center;
  color: #666;
  font-family: 'Roboto', sans-serif,"Helvetica Neue", Helvetica, Arial, sans-serif, "Apple LiGothic", å¾®è»Ÿæ­£é»‘é«”, "Microsoft JhengHei";
}

.micro43:hover {
  color: #777;
}


.micro43:focus {
  background-color: #ccc;
  color: #999;
  box-shadow: 2px 1px 2px 1px #999 inset;
}

input[type="checkbox"] {
  margin: 0px 10px 0px 0px;
}


/* -- google map end-----------------------  -*/




 /* -- index start -----------------------  -*/
body#pageHome {
  background-color: #fff;
  width: 100%;
}

.aLeft {
  font-family:  'Oswald', sans-serif,"Helvetica Neue", Helvetica, Arial, sans-serif, "Apple LiGothic", å¾®è»Ÿæ­£é»‘é«”, "Microsoft JhengHei";
  color: #888;
}


 /* -- index end -----------------------  -*/


/* -- gallery start -----------------------  -*/

.gallery-filter {
  /*width: 100%;*/
  height: 35px;
  position: absolute;
  /*background-color: rgba(0,0,0,0.3);*/
  color: #777;
  font-family: 'Oswald', sans-serif,"Helvetica Neue", Helvetica, Arial, sans-serif, "Apple LiGothic", å¾®è»Ÿæ­£é»‘é«”, "Microsoft JhengHei";
  padding-top: 8px;
  z-index: 990;
}


.gallery-filter:hover {
  /*background-color: #444;
  color: #777;*/
}

.gallery-filter li{
  display: inline;
  padding:0px 280px 0px 50px;
}

body > div.gallery > div.gallery-filter > li:nth-child(1) {
  padding-right: 100px;
}

.gallery-drop {
  top: 0px;
  background-color: #444;
  height: auto;
  box-shadow: none;
  z-index: 280;
  font-family: 'Roboto', sans-serif,"Helvetica Neue", Helvetica, Arial, sans-serif, "Apple LiGothic", å¾®è»Ÿæ­£é»‘é«”, "Microsoft JhengHei";
  line-height: 28px;
  color: #ddd;
  padding-top: 10px;
}
.gallery-drop ul{
  border-left: 1px solid #aaa;
  padding-left: 8px;
  margin-left: 15px;
  margin-right: 15px;
  color: #aaa;

}

body > div.gallery > div.gallery-filter > li:nth-child(1) > div{
  left: 35px;
  width: 150px;
  margin-left: 15px;
}

body > div.gallery > div.gallery-filter > li:nth-child(2) > div{
  left: 205px;
  width: auto;
  margin-left: 15px;
/*  background-color: yellow;
*/}

body > div.gallery > div.gallery-filter > li:nth-child(3) > div{
  left: 555px;
  width: auto;
  margin-left: 15px;
/*  background-color: green;
*/}

body > div.gallery > div.gallery-filter > li > div > ul > div:hover {
  color: #f8bf31;
}



/* -- gallery end -----------------------  -*/















/* -- Footer-----------------------  -*/

.center-content.center{
  margin-top: -6px;
  padding: 1px;
  background-color: #444444;
  width: 100%;
  height: 260px;

}


.footer-content{
  margin: 20px 6% 5px 5%;
  width: 90%;
  border-top: 1px solid #999999;

}


.footer-content-left{
  color: white;
  float: left;
}

.footer-content-left ul{
  font-size: 11px;
  font-family: 'Roboto', sans-serif,"Helvetica Neue", Helvetica, Arial, sans-serif, "Apple LiGothic", å¾®è»Ÿæ­£é»‘é«”, "Microsoft JhengHei";
  text-align: left;
  display: inline-table;
  list-style: none;
  margin: 14px 2.5vw 0px 0px;
}

.footer-content-left ul li{
  font-size: 11px;
  text-align: left;
  list-style: none;
  margin: 6px 0px;
}

.footer-content-left ul h4{
  font-size: 12px;
  font-family: 'Roboto', sans-serif,"Helvetica Neue", Helvetica, Arial, sans-serif, "Apple LiGothic", å¾®è»Ÿæ­£é»‘é«”, "Microsoft JhengHei";
  color: #f8bf31;
}

.footer-content-right{
  color: white;
  float: left;
}

.footer-content-right ul{
  font-size: 11px;
  font-family: 'Roboto', sans-serif,"Helvetica Neue", Helvetica, Arial, sans-serif, "Apple LiGothic", å¾®è»Ÿæ­£é»‘é«”, "Microsoft JhengHei";
  text-align: left;
  display: inline-table;
  list-style: none;
  margin: 14px 1vw;
}

.footer-content-right ul li{
  font-size: 11px;
  text-align: left;
  list-style: none;
  margin: 6px 0px;
}

.footer-content-right ul h4{
  font-size: 14px;
  font-family: 'Roboto', sans-serif,"Helvetica Neue", Helvetica, Arial, sans-serif, "Apple LiGothic", å¾®è»Ÿæ­£é»‘é«”, "Microsoft JhengHei";
  color: #f8bf31;
}

.footer-content04{
  padding-right: 4vw;
  border-right: 1px solid #999999;
}


.footer-content08{
  color: #999999;
  text-align: left;
  list-style: none;
  margin: 150px 1% 0% 67%;
  position: absolute;
  font-size: smaller;
}

.footer-content08 li{
  margin: 10px;
  margin-bottom: 0px;
}

.footer-content07 li{
  margin-top: 30px;
}
.footer-content07 li img {
  width: 16px;
}

.footer-content-right .footer-content07 li{
  margin-bottom: 18px;
}


.footer-lang-border{
  border: 1px solid #ffffff;
  padding: 2px 10px;
  border-radius: 15px;
  line-height: 18px;
  font-size: 10px;
  transform: scale(0.7,0.7);
}

.footer-content08 a{
  color: #888888;
}

.footer-content08 a:hover{
  color: #fff;
}


.footer-content a {
  color: #ccc;
}
.footer-content a:hover {
  color: #fff;
}

.footer-content h4:hover {
  color: #fff;
}

.images {
  width: 100%;
}

iframe[name="google_conversion_frame"]{
  height: 0;
  display: none;
}

/* -- Footer end-----------------------  -*/







.event-drop {
  position: relative;
  bottom: 0;
  display: none;
  opacity: 0;
  transition: opacity 0.2s ease-out;
  background-color: #FFF;
  margin-top: -6px;
}

.nav-pills li a + .event-drop a {
  padding: 10px 0;
  display: block;
  border-bottom: 3px solid transparent;
}

.nav-pills li a + .event-drop a:hover {
  border-bottom: 3px solid #003f99;
}

.event-nav:hover > .event-drop{
  display: block;
  opacity: 1;
}

#eventsList {
  margin-top: 100px;
}



.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}


.row {
  padding: 30px 10%;
  line-height: 1.6;
}


.cover-photo {
  height: 230px;
  width: 102%;
  overflow: hidden;
}

/*.event-future > .cover-photo img {
  padding-top: 130px;
}*/

.event-choose {

}

.event-choose-type {
  overflow: hidden;
  background-image: url("/images/wavegrid.png");
  margin-top: 100px;
}



.course-icon {
  text-align: center;
  margin: 100 auto 10 auto;
  font-family: 'Amatic SC', cursive,"Helvetica Neue", Helvetica, Arial, sans-serif, "Apple LiGothic", å¾®è»Ÿæ­£é»‘é«”, "Microsoft JhengHei";
  color: #888;
  font-size: 36px;
  letter-spacing: 5px;
  font-weight: 500;

}

.course-icon img {
/*  background-color: #fff;
*/  border-radius: 19px;
  width: 100px;
  height: 100px;
/*  border: 2px solid #888;
*/  padding: 14px;
  margin: 20px;
}

.events {
  margin: 0px;
  background-color: #efefef;
}




.event-nowapply {
/*  background-color: #FFDA7E;
*/ /* border-top: 2px solid #f8bf31;*/
/*  background-image: url(/images/event/wood.png);*/
}

.event-future {
  /*background-color: #e9e9e9;*/
 /* border-top: 2px solid #888;*/
}

.event-future .event-type-title h2 {
  background-color: #888;
  color: #fff;
}


.event-past {
  box-shadow-top: 0px 2px 5px rgba(0,0,0,0.5);
}

.event-past .event-type-title h2 {
  background-color: #666;
  color: #fff;
}

.thumbnail {
  border: 1px solid #ddd;
  border-radius: 0px;
  background-color: #fff;
  padding: 0px;
  min-height: 560px;
  position: relative;
}


.thumbnail .caption {
  padding: 8px 16px 5px 16px;
  min-height: 10%;
  line-height: 1.4;
}

.thumbnail:hover {
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
  box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
  transition: all .2s ease-in-out;


}

.thumbnail .img {
  /*transform: scale(1);*/
/*  height: 33%;
*/  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-origin: center center;
  transition: all .3s ease-in-out;
}

.photocrop img{
  width: 100%;
}


.photocrop {
  overflow: hidden;
/*  height: 43%;
*/
}



.event-past > .row > .event-grid > .thumbnail {
  min-height: 285px;
 }


.event-past > .row > .event-grid > .thumbnail .img {
  width: 100%;
  height: 100%;
  filter: grayscale(90%);
  -webkit-filter: grayscale(90%);
  -moz-filter: grayscale(90%);
  -o-filter: grayscale(90%);
  -ms-filter: grayscale(90%);

}

.event-past > .row > .event-grid > .thumbnail:hover .img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
}




.thumbnail:hover .img{
  transform: scale(1.03);

}

.thumbnail:hover .event-btm{
  display: block;

}







.event-nowapply > .row > .event-grid > .thumbnail {
  border: 1px solid #ccc;

}


.event-past > .row > .event-grid > .thumbnail > .photocrop {
/*  width: 13.5vw;
*/  height: 24%;
  overflow: hidden;

}


.event-past > .row > .event-grid > .thumbnail > .event-btm {
  display: none;
}


/*.event-past > .row > .event-grid {
  margin: 0px;
  height: 485px;
  margin-right: 10px;
  width: 22%;

}*/
.event-past > .row > .event-grid > .thumbnail {
  position: relative;
/*  height: 288px;
*/}

.event-past > .row > .event-grid > .thumbnail > .caption > h3 {
  font-size: 14px;
}

.event-past > .row > .event-grid > .thumbnail > .caption {
  padding: 6px;
/*  width: 18vw;
*/}

.event-past > .row > .event-grid > .thumbnail > .caption > .event-tag > .tag-item {
  padding: 2px;
  margin-right: 2px;
/*  width: 18vw;
*/}



/*.event-nowapply >
*/



.event-type-title h2 {
  margin: 0px;
/*  margin-bottom: 80px;
*/  text-align: center;
  font-family: 'Oswald', sans-serif,"Helvetica Neue", Helvetica, Arial, sans-serif, "Apple LiGothic", å¾®è»Ÿæ­£é»‘é«”, "Microsoft JhengHei";
  font-size: 20px;
/*  border: 1px solid #f8bf31;
*/  width: 220px;
  background-color: #f8bf31;
  padding: 10px 0px;
}

.row h3 {
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  color: #aaa;
  overflow: hidden;
  height: auto;
  box-shadow: 0px;
}


.row h3.course {
  height: 60px;
}


h3:hover {
  color: #f8bf31;

}


h3:focus {
  box-shadow: 0 1px 3px rgba(0,0,0,0.5) inset;
}


h4 {
  line-height: 1.6;
  color: #f8bf31;
  font-size: 13px;
  margin: 0px;

}

/*.event-future .event-btm {
  top: 32%;
  left: 60%;
}*/
/*.event-past .event-btm {
  top: 39%;
  left: 60%;
}*/


.event-btm {
  position: absolute;
  z-index: 100;
  top: 41%;
  left: 60%;
  display: none;
}



.apply-btm:active {
/*  height: 32px; */
  /*-webkit-box-shadow: 2px 1px 6px rgba(0,0,0,0.5) inset;
  box-shadow: 0 1px 3px rgba(0,0,0,0.5) inset;*/
}

.apply-btm {
  margin: 0px auto;
  margin-top: 0px;
  width: 100px;
  height: 30px;
  background-color: #f8bf31;
  border: 1px solid #f8bf31;
  border-radius: 2px;
  text-align: center;
  vertical-align: middle;
  padding-top: 5px;
/*  float: right;
*/  color: #444;
  box-shadow: 0 0px 0px rgba(0,0,0,0.5) inset;
}


.apply-btm:hover {
  background-color: #f8bf31;
  /*  font-style: bold;
*/  box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}



.apply-btm img {
  width: 15px;
  height: 15px;
  display: none;
}

.apply-btm:hover img {
  display: block;
  position: absolute;
  margin-left: 77px;
  margin-top: -6px;
}



.enter-btm {
  margin: 0px auto;
  margin-top: 0px;
  width: 100px;
  height: 30px;
  background-color: rgba(0,0,0,0.5);
  border: 1px solid #f8bf31;
  border-radius: 2px;
  text-align: center;
  vertical-align: middle;
  padding-top: 5px;
  color: #fff;
  float: right;
}


.enter-btm:hover {
/*  background-color: #f8bf31;
*/  /*  font-style: bold;
*/  box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}



.enter-btm img {
  width: 15px;
  height: 15px;
  display: none;
}


.enter-btm:hover img {
  display: block;
  position: absolute;
  margin-left: 77px;
  margin-top: -6px;
}



.result ul.event-tag{
  list-style: none;
  font-size: 10px;
  margin-bottom: 10px;
  height: 20px;
  margin: 0px;
/*  position: absolute;
*/  bottom: 20px;

}


.tag-item {
  list-style: none;
  display: inline-block;
  margin-right: 8px;
  color: #aaa;
  border: 1px solid #fff;
  padding: 3px;
  cursor: pointer;

}

.tag-item:hover {
  list-style: none;
  display: inline-block;
  color: #777;
  padding: 3px;
  border: 1px solid #ccc;
  border-radius: 2px;

}

.photo-small {
  z-index: 10;
}


.event-sale-grid {
  margin: 0px;
  height: 485px;
  margin-right: 10px;
  width: 24%;
  margin-top: 90px;

}

.gallery-filter {
  top: 0px;
}


.gallery-filter li{
  display: inline;
  float: right;
  padding: 0px 20px;
}

.gallery-drop {
  top: 0px;
  background-color: #444;
  height: auto;
  box-shadow: none;
  width: 120px;
  z-index: 280;
  font-family: 'Roboto', sans-serif,"Helvetica Neue", Helvetica, Arial, sans-serif, "Apple LiGothic", å¾®è»Ÿæ­£é»‘é«”, "Microsoft JhengHei";
  line-height: 28px;
  color: #ddd;
  padding-top: 10px;

  float: right;
  position: absolute;
  left: 90%;
}

#pageHome > div.gallery-filter > li > div > ul > div:hover {
  color: #f8bf31;
  cursor: pointer;
}

.event-grid {
  width: 32.3%;
  display: inline-table;
  margin-bottom: 20px;
}
.event-grid.course {
  float: none;
}

.gallery-filter li {
    margin-left: 32px;
    float: left;
    font-size: 13px;
    letter-spacing: 0.1em;
    position: relative;
    font-family: 'Roboto', sans-serif,"Helvetica Neue", Helvetica, Arial, sans-serif, "Apple LiGothic", å¾®è»Ÿæ­£é»‘é«”, "Microsoft JhengHei";
}

/*.gallery-filter li:after {
    content: '';
    height: 0;
    width: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #FFF;
    left: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}*/

.gallery-drop {
    float: left;
    left: 40px;
}

.gallery-drop ul {
    padding: 4px 8px;
    font-size: 14px;
    letter-spacing: normal;
    margin: 10px;
}
.tabBlock .tabContents .togglingEnabled {
  /*padding-top: 50px;*/
}
.section .infoListA02 li p {
  margin: 5px 0px;
}



/* -- news.php start -----------------------  -*/

/*div#contents {
  margin-top: -130px;

}*/

.cover {
  height: auto;
  overflow: hidden;
}

.aLeft {
  font-family:  'Oswald', sans-serif,"Helvetica Neue", Helvetica, Arial, sans-serif, "Apple LiGothic", å¾®è»Ÿæ­£é»‘é«”, "Microsoft JhengHei";
  color: #888;
  margin-top: 50px;
  background-color: transparent;
}

.info {
  margin: 0px auto 10px auto;
}

.about-content{
    margin: 50px 17% 150px 17%;
    color: #777;
    line-height: 28px;
    /*letter-spacing: 3px;*/
}




.about-content h3{
  color: #777;
  font-size: 22px;
  /*margin-left: -20px;*/
}

.about-content hr{
  /*margin-left: -20px;*/
}

.about-content h4{
    color: #4786aa;
    line-height: 32px;
    margin-left: -36px;
    font-size: 18px;
    margin-top: 70px;
}
.about-content p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    margin: 27px 0px;
    font-family: 'Roboto', sans-serif,"Helvetica Neue", Helvetica, Arial, sans-serif, "Apple LiGothic", å¾®è»Ÿæ­£é»‘é«”, "Microsoft JhengHei";
    text-align: justify;
}

.about-content a{
  color: #4786aa;
}






@media screen and (max-width: 945px) and (min-width: 768px){
.about-content{
    margin: 10% 9%;
}
}

.about-content li{
  font-size: 14px;
  line-height: 30px;
}

.about-content a:hover{
  color: #999;
}

.remark p{
  font-size: 10px;
  color: #324e95;
 }

/*.about-content p img {
    width: 30%;
    height: auto;
     position: absolute;
    overflow: auto;
    float: right;
    margin: 20px 0px 20px 10px;
}*/

.article {
  height: auto;
  position: relative;
}

.display-threephoto {
  width: 100%;
 /* display: flex;*/
}

#contents .display-threephoto img{
  width: 33.33334%;
  height: auto;

}

.bird {
   width: 32%;
    height: auto;
    /* position: absolute; */
    overflow: auto;
    float: right;
    margin: 20px 0px 20px 10px;

  }

#contents > div.about-content > .article > h4 > img {
   padding: 2px 5px 2px 15px;
    height: 16px;
}

#contents > div.about-content > h4 > img {
   padding: 2px 5px 2px 15px;
    height: 16px;
}
.about-single-photo {
  width: 30%;
  color: #324e95;
  margin: 10px;
}

.about-single-photo p{
  margin: 0px;
  font-size: 12px;
  text-align: right;
}

.about-single-photo.right {
  float: right;
  padding-left: 20px;
  border-left: 1px solid #ccc;
  margin-left: 20px;
  margin-right: 0px;
}

.about-single-photo.left {
  float: left;
  padding-right: 20px;
  border-right: 1px solid #ccc;
  margin-right: 20px;
  margin-left: 0px;
}


.news-tag {
  width: 120px;
  border-radius: 2px;
  margin: 0px 6px;
  text-align: center;
  right: 10px;
  position: absolute;
  font-size: 10px;
  top: 90%;
  border: 2px solid transparent;
  border-radius: 4px;
  cursor: pointer;
}


.news-tag:hover {
  border: 2px solid #666;
  border-radius: 4px;
}


.news-tag.tag-information {
  background-color: #2c4198;
/*  border: 2px solid #f8bf31;
*/  color: #fff;
}
.news-tag.tag-product {
  background-color: #ccc;
  color: #444;
}
.news-tag.tag-course {
  background-color: #f8bf31;
  color: #444;
}

.tag-information:hover {

}
.tag-product:hover {

}
.tag-course:hover {

}

.fb_iframe_widget {
  position: relative;
  /*right: -80%;
  bottom: 20;*/
}

.tag-filter {
  margin-left: 3%;
  margin-top: 20;
  width:35%;
  padding-bottom: 10;
  margin-bottom: 10;
  border-bottom: 1px solid #ccc;
}

.tag-choose {
  color: #f8bf31;
  font-weight: 500;
  font-size: 18px;
}

.topleft-triangle {
  position: absolute;
  top: 0px;
  right: 0;
  height: 0;
  width: 0;
  border-bottom: 60px solid transparent;
  border-right: 60px solid rgba(248, 191, 49, 0.8);
  z-index: 10;
}

.topleft-triangle:after {
  content: attr(data-content);
  color: #444;
  position: absolute;
  top: 3;
  right: -53;
  width: 30px;
  display: inline-block;
}



.triangle-course {
    border-right: 60px solid rgba(111, 185, 249, 0.8);
}
.triangle-course:after {

}
.triangle-event {
  border-right: 60px solid rgba(200, 200, 200, 0.8);
}

.triangle-event:after {
  color: #fff;
}



 /* -- news.php end -----------------------  -*/




.news-bg {
  background-image: url("/images/wavegrid.png");

}



.course-icon {
  text-align: center;
  font-family: 'Amatic SC', cursive,"Helvetica Neue", Helvetica, Arial, sans-serif, "Apple LiGothic", å¾®è»Ÿæ­£é»‘é«”, "Microsoft JhengHei";
  color: #888;
  font-size: 36px;
  letter-spacing: 5px;
  font-weight: 500;
  padding-top: 76px;

}

.course-icon img {
/*  background-color: #fff;
*/  border-radius: 19px;
  width: 100px;
  height: 100px;
/*  border: 2px solid #888;
*/  padding: 14px;
  margin: 20px;
}
.course-icon div {
  font-family: 'Amatic SC', cursive,"Helvetica Neue", Helvetica, Arial, sans-serif, "Apple LiGothic", å¾®è»Ÿæ­£é»‘é«”, "Microsoft JhengHei";
}

.course-info-content {
  width: 80%;
  height: auto;
  margin: 0px auto 20px auto;
  border: 1px solid #ccc;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.course-info-content h2{
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  font-weight: 800;
  padding-bottom: 5px;
}

.applynow {
  border-radius: 2px;
  background-color: #f8bf31;
  border: 2px solid #f8bf31;
  padding: 7px;
  float: right;
  width: 80px;
  text-align: center;
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
  box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
  margin: -45px -17% -2px 0px;

}


.applynow a {
  color: #444;
}

.applynow:hover {
  transition: all .2s ease-in-out;
  background-color: #fff;
  border-radius: 2px;
}

.applynow:active {
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5) inset;
  box-shadow: 0px 2px 3px rgba(0,0,0,0.5) inset;

}


.content-left > .applynow {
  float: none;
  margin: 10px auto;
}

/*hr {
  border-color: #f8bf31;
}*/


.cover-photo {
  width: 50%;
  float: left;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.cover-photo img{

}

.course-items {
  list-style: none;
  padding-top: 18px;
}

.content-time {
  color: #f8bf31;
}

.course-items div{
  display: inline;
}

.course-detail {
  padding-left: 54%;
  padding-right: 10%;
  padding-top: 3%;
  z-index: 200;
  top: 0;
  width: 100%;
  color: #777;
}


.item-title {
  color: #f8bf31;
}


.content-words {
  width: 80%;
  position: relative;
  margin: 20px auto;
}

.speech-photo {
  border-radius: 50%;
  width: 55%;
  margin: 18px 22%;
  position: relative;
  border: 3px solid #f8bf31;

}

.content-left {
  width: 16vw;
  height: auto;
  background-color: #fff;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 6px;
  position: absolute;

}

.fixed {
  position: fixed;
  top: 115px;

}

.content-left > .course-items {
  margin: 0 11% 0px 11%;
  font-size: 10px;
  left: 0px;
  border: 0px;
  line-height: 16px;
  top: 45%;
  text-align: center;
  color: #777;
  padding: 0px;

/*  border-top: 1px solid #f8bf31;
*/}
.content-left > .course-items li{
  margin: 5px 26px;

}

.news-content {
  margin-top: 140px;
}


.content-right {
  background-color: #fff;
  display: inline-block;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 35px;
  line-height: 24px;
  width: 78%;
  margin-left: 22%;
  color: #777;
}

.content-right.news-info {
  width: 100%;
  margin: 0;
}

.content-right img {
  width: 60%;
  display: block;

}

.course-apply {
  padding: 0px 20px;
  border: none;
  width: 100%;
  overflow: hidden;
/*  padding-top: 0px;
*/  /*bottom: 300px;*/
/*  position: absolute;
*/
}

#apply-form > div.apply-btm {
  float: left;
}

.course-apply input{
  width: 70%;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  color: #444;

}

.course-apply input:focus{
  border: none;

}


.course-map {
  width: calc(100% + 100px);
  height: 300px;
  position: relative;
  bottom: 0px;
  left: 0%;
  border-top: 0px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  margin: 0px -50px -50px -50px;
  /*border: 2px solid #f8bf31;*/

}

.apply-title {
  font-size: 24px;
  color: #f8bf31;
  /*padding-bottom: 30px;
  border-bottom: 1px solid #ccc;*/
  /*padding-bottom: 25px;
  padding-top: 10px;*/

}

.apply-title img {
  width: 35px;
  position: absolute;
  top: 329px;
  left: 26px;
}


.apply-btm {
  text-align: center;
  vertical-align: middle;
  background-color: #f8bf31;
  border-radius: 3px;
  float: right;
  width: 90px;
  color: #666;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
  box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
/*  position: static;
*/
}


.apply-btm:active {
  -webkit-box-shadow: 2px 1px 6px rgba(0,0,0,0.5) inset;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.5) inset;
}

.event-day {
  float: right;
  color: #bbb;
}


.course-intro img {
  width: 100%;
  margin: 30px auto;
}

.course-intro h4 {
  color: #444;
  padding-bottom: 10px;
}

.course-intro ul {
  margin: 0 0 10px 25px;
}

/*#pageHome > div.content-words > div {
  width: 100%;
  margin-left: 0px;
}

*/





/* ------------- Kai review ------------- */
.navi-wrap {
    height: auto;
}

.navi-up-sec {
    height: 50px;
    padding: 2px 0px;
    position: relative;
}

.navi-up-sec > div > ul {
    margin-bottom: 0;
/*    height: 100%;
*/    margin-top: 23px;
}

.navi-up-sec > div > ul > a {
    display: inline-block;
    color: #555;
    transform: scale(1);
    text-decoration: none;
}
.navi-up-sec > div > ul > a:not(:first-child):hover {
    display: inline-block;
    color: #f8bf31;
    transform: scale(1);
    text-decoration: none;
}

.navi-up-sec > div > ul > a:after {
    content: '/';
    margin-left: 10px;
    margin-right: 10px;
}

.navi-up-sec > div > ul > a:nth-child(3):after {
    content: none;
}

.navi-up-sec > div > ul > a:nth-child(2):after {
    content: '|';
}

.navi-up-sec > div > ul > a:nth-child(1):after {
  content: '';
}

.navi-up-sec > div > ul > a:last-child:after {
    content: none;
}

.navi-up-sec > div > ul > input {
    height: 15px;
    line-height: 12px;
    margin-bottom: 0;
    font-size: 12px;
    width: 10px;
    background-image: url('/images/glass34.svg');
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 95% center;
    border: 1px solid transparent;
    box-shadow: none;
    cursor: pointer;
    transition: all 0.2s ease-out;
}

.navi-up-sec > div > ul > input:focus {
    width: 150px;
    cursor: auto;
    border: 1px solid #CCC;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.navi-up-sec .navi-brand {
    top: 15px;
    height: auto;
    width: auto;
    position: relative;
}

.navi-up-sec .navi-brand a {
    height: 100%;
    width: auto;
    position: relative;
    display: inline-block;
    transform: scale(1, 1);
}

.navi-up-sec .navi-brand a .navi-logo-icon {
    height: 25px;
    top: 0;

}

.navi-btm-sec {
    height: 40px;
    padding-top: 0;
    margin: 10px auto;
}

.navi-brand {
    position: relative;
    height: 100%;
}

.navi-brand a {
    height: 40px;
    width: auto;
    display: inline-block;
}

.navi-logo-icon {
    height: 25px;
    position: relative;
    top: 0px;
    max-width: none;
}

.nav.nav-pills {
    margin-bottom: 0;
    height: 100%;
}

.nav.nav-pills li {
    padding-top: 0;
    margin-bottom: 0;
}



.gallery-drop ul div {
    cursor: pointer;
}




.listRotation > ul > li > div {
    /*width: 100%;*/
}

.listRotation > ul > li > div > a > img:first-child {
   /* position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;*/
}


.pdf-btm {
  width: 80px;
  font-size: 12px;
  color: #fff;
  background-color: #f8bf31;
  padding: 5px 15px;
  text-align: center;
  float: right;
  border: 1px solid #260d82;
  margin-top: 10px;
  margin-right: 3%;
  line-height: 14px;
}
.pdf-btm:hover {
  border: 1px solid #ccc;
  background-color: #eee;
}
#contents .cover {
  height: auto;
}
#contents .cover img {
  width: 100%;
  height: auto;
  margin-top: -100px;
}




/* -- mobile css start--------------------------------------------------*/

.navi-mobile-small {
  height: 46px;
  padding-top: 8px;
  width: 100%;
  background-color: #fff;
  position: fixed;
/*  position: fixed;
*/  left: 0px;

  top: 0px;
  -moz-box-shadow: 0px 4px 2px -2px #888888;
  -webkit-box-shadow: 0px 4px 2px -2px #888888;
  z-index: 2000;
}

.navi-mobile-small img {
  padding: 5px 0;
}


.mobile-menu {
  width: 30px;
  height: 30px;
}

.mobile-oly {
  height: 30px;
  margin-left: 5px;
}

.navi-mobile-small .mobile-100years-logo {
  margin-top: -5px;
  padding: 3px 0;
}

.mobile-yy {
  height: 30px;
  float: right;
}



.navi-mobile {
  display: block;
  z-index: 2100;
  width: 220px;
  height: 100%;
  overflow: hidden;
  top: 0px;
  left: -220px;
  position: fixed;
  background-color: #fff;
  border-right: 1px solid #999;

  box-shadow: 2px 4px 2px -2px #888888;
   -webkit-box-shadow: 0px 4px 2px -2px #888888;
  -moz-box-shadow: 0px 4px 2px -2px #888888;
  padding: 5px 15px;
  background-color: rgba(100,100,100,0.9);
  color: #fff;

  /* -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;*/
}

.navi-mobile a{
  list-style: none;
  border-bottom: 1px solid #999;
  display: list-item;
  padding: 8px;
  color: #ddd;
}

.navi-mobile a:hover{
  color: #f8bf31;
}
.navi-mobile ul {
  margin-top: 10px;

}

.navi-mobile img {
  width: 20px;
  float: right;
  padding: 3px;
}


.navi-mobile-drop a,
.navi-mobile-store-drop a,
.navi-mobile-service-drop a{
  line-height: 24px;
  color: #aaa;
  font-size: 12px;
  border: none;
  padding: 0px;
  padding-left: 20px;
}

.navi-mobile-drop a:hover,
.navi-mobile-store-drop a:hover,
.navi-mobile-service-drop a:hover{
  color: #f8bf31;
  }


.navi-mobile > ul > input {

    height: 15px;
    line-height: 12px;
    margin-bottom: 10;
    font-size: 12px;
    width: 120px;
    background-image: url('/images/glass34.svg');

    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 95% center;
    border: 1px solid transparent;
    box-shadow: none;
    cursor: pointer;
    transition: all 0.2s ease-out;

    display: list-item;

  }

.mobile-menu-bg {
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(1,1,1,0.2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.mobile-menu-bg.show {
  display: block;
}

.mainVisual .navArrow li {
/*    background-color: red;
*/    /*  width: 82px;
      height: 100%;
      text-align: center;
      top: 0px;
      margin-top: 0px;*/
  }



/*body.mobile-navi-open #contents, body.mobile-navi-open .navi-mobile-small {
    transform: translateX(220px);
    position: relative;
}*/

/* -- mobile css end--------------------------------------------------*/


/* -- new content fixed --------------------------------------------------*/


.fixedWrap a:link {
 /* color: #ccc;*/
}


.fixedWrap h2 a:link {
  /*color: #777;*/
}

.fixedWrap p {
  /*color: #666;*/
}

.fixedWrap h2 {
  /*color: #444;*/
}

.tabBlock .tabContents .hdg01 h2 {
  /*color: #fff;*/
}
.infoListA02 li .icon.info {
    background-color: #aaa;
    color: #fff;
    padding: 0px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    margin: 5px;
    float: right;
}
.infoListA02 li .data {
  margin: 5px;
}
.infoListA02 li .icon.info.information {
  background-color: #2c4198;
}
.infoListA02 li .icon.info.product {
  background-color: #aaa;
}
.infoListA02 li .icon.info.course {

}


.section.fixedWrap p {
  color: #888;
}


.iconArrow {
  color: #777;
}




@media screen and (max-width: 640px) {
  #contents .cover img{
    margin-top: 0px;
  }
  #contents .cover {
    height: 250px;
  }
#pageHome .imgList.col4 li {
    width: 21%;
  }

  .fixedWrap p {
  /*color: #eee;*/
  }

  .fixedWrap a:link {
  color: #777;
  }


}

 .event-btm .enter-btm {
      top: 47%;
    left: 60%;
 }

 /*.fixedWrap ul a:link {
  color: #777;
 }*/

 #contents > div.info.section > div > div.sectionContent > ul > li > span.icon > a {
    color: #fff;
    font-size: 10px;
  }

.section .infoListA02 li a {

  color: #777;
}
.section .infoListA02 li a:hover {
  color: #222;
}





/* -- Responsive
--------------------------------------------------*/
/* Portrait tablet to landscape and desktop */

/*rwd size1*/
/*@media screen and (max-width: 480px) {
}
*/




@media screen and (max-width: 767px) {

  .navi-wrap,
  .navi-mobile-drop,
  .navi-mobile-store-drop,
  .navi-mobile-service-drop,
  .navi-mobile-drop-item-drop,
  .footer-content-left,
  .event-choose-type,
  .footer-content05,
  .footer-content06,
  #pageHome > footer > div > div > div.footer-content-right > ul.footer-content05,
  #pageHome > footer > div > div > div.footer-content-right > ul.footer-content06,
  #pageHome > div.course-info-content > div.course-detail > div.applynow {
    display: none;
  }

  .event-grid {
    width: 100%;
    margin: 7px auto;
  }

  .event-btm {
    top: 60%;
    left: 80%;
  }

  .event-past > .row > .event-grid > .thumbnail {
    width: auto;
  }

  .row {
    margin: 20px 0px;
    padding: 10px 0px;
  }
  .event-type-title h2 {
    width: auto;
  }

  .event-choose-type {
    /*height: 40vh;
    padding-top: 22vh;*/
  }

  .course-icon {
    margin: 5px;
  }

  .course-icon img{
    width: 25px;
    height: 25px;
    margin: 0px;
    padding: 1px;
    display: none;
  }

  .web-title {
    top: 60px;
    left: 20px;

  }

  .web-title p{
    margin-left: 0px;
    width: auto;
    padding: 5px 15px;
    font-size: 16px;
  }

  .web-title h4 {
    padding: 5px 15px;
    width: auto;
    text-align: left;
    font-size: 16px;

  }

  .about-content {
    margin: 9% 9%;
    line-height: 24px;
  }

  .about-content h4 {
    font-size: 16px;
    white-space: nowrap;
  }

  /*.cover {
    height: 250px;
  }*/





  #flickr .images a {
    margin-top: 0px;
  }

  .flickr-logo {
    margin-bottom: 15px;
    font-family: 'Oswald',"Helvetica Neue", Helvetica, Arial, sans-serif, "Apple LiGothic", å¾®è»Ÿæ­£é»‘é«”, "Microsoft JhengHei";
  }

  .content-words {
    width: 93%;

  }

  .content-right {
    padding: 20px;
    width: 100%;
    margin-left: 0;
  }

  .content-left {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }



  .cover-photo {
    width: 100%;
    }

  .cover-photo img {
    width: 700;
  }

  .course-info-content {
    width: 93%;
    margin: 60px auto 5px auto;
  }

  .store-finder {
    border-top: 1px solid #ccc;
    width: 100%;
    height: 210px;
    bottom: 0;
    left: 0;
    top: auto;
  }

  .headline {
    font-size: 18px;
    margin-top: 25px;

  }

  .county, .district {
    margin: 5px auto 0px auto;
    height: 32px;
  }

  .only-micro43 {
    margin-top: 3px;
  }

  #search {
    margin-top: 3px;
    height: 32px;
  }

  .small-words {
    margin-top: 8px;
  }

  .apply-btm, .event-btm {
    width: 80px;
    top: 41%;
    left: 72%;
  }

  .apply-btm:hover img {
    margin-left: 55px;
  }

  .course-detail {
    padding-left: 2%;
    padding-top: 80%;
    padding-right: 2%;
  }
  .course-items {
    border: none;
    padding: 20px 10px;
    margin-bottom: 23px;
  }

  .footer-content08 {
    position: relative;
    display: inline-block;
    margin: 0px;
    margin-left: 0px;
    text-align: center;
  }
  .footer-content08 li {
    margin-bottom: -8px;
  }

  .footer-content-right {
    width: 100%;
  }
 /* .footer-content07 li {
    margin-bottom: 8px;
  }*/

  #pageHome > footer > div > div > div.footer-content-right > ul.footer-content07 {
    margin: 0px auto;
    text-align: center;
  }

  #pageHome > footer > div > div > div.footer-content-right > ul.footer-content07 li {
    margin: 6px 0px 0px 8px;
    display: inline-block;

  }

  .center-content {
    height: 165px;
  }

  .fixed {
    position: relative;
    top: auto;
  }

  .gallery-filter {
    margin-top: 30px;
  }

  .gallery-drop {
    left: 3px;
  }

  .thumbnail {
    min-height: 525px;
  }

  .content-left > .course-items {
    margin: 10px auto;
  }

  .speech-photo {
    margin: 10px;
    width: 30%;
    position: static;

  }

  .course-map {
    width: calc(100% + 40px);
    margin: 0px -20px -20px -20px;
  }

  body#pageHome {
    margin-top: 11px;
  }

  #contents {
    padding-top: 0px;
    margin-top: 22px !important;
  }

  .event-past > .row > .event-grid > .thumbnail > .photocrop {
/*  width: 13.5vw;
*/  height: 49%;
  overflow: hidden;

}

.event-past .event-btm {
    top: 50%;
    left: 68%;
}
/*.display-threephoto {
  width: 100%;
}
.display-threephoto img, .about-content img.left{
  width: 100%;
}*/

.about-content p {
  text-align: left;
}
.about-single-photo.left{
  border: none;
  border-left: 1px solid #ccc;
}

.about-single-photo {
  width: 100%;
  padding: 20px;
  border: none;
  border-left: 1px solid #ccc;
}
.about-single-photo img{
  width: 100%;
}
.about-single-photo p{
  text-align: right;
}










}



@media screen and (min-width: 768px) and (max-width: 1245px) {
  .event-grid {
    width: 49%;
    margin: 7px auto;
  }



}




/*rwd size2*/
@media screen and (min-width: 768px) and (max-width: 1245px) {
  .navi-mobile,
  .navi-mobile-small {
    display: none;
  }

  #contents {
    padding-top: 34px;
  }

  div#contents {
    margin-top: 57px;
  }


  .navi-up-sec .navi-brand a .navi-logo-icon {
    height: 23px;
  }

  .navi-logo-icon {
    height: 70%;
  }

  .footer-content-left {
    display: none;
  }

  .navi-btm-sec ul li {
    width: 75px;
    height: 30px;
    margin-top: 8px;
    color: #777;
  }

  .navi-btm-sec ul li a  {
    padding-bottom: 15px;
  }
  .navi-btm-sec ul li a:hover div {
    color: #444;
  }

  .navi-btm-sec ul li a .navi-en {
      display: none;
    }

  .navi-btm-sec ul li a .navi-ch {
    color: #777777;
  }



  .col-md-2 {
    padding: 0px;
  }

  #flickr .images a {
    margin-top: 0px;
  }

  .flickr-logo {
    margin-bottom: 15px;
    font-family: 'Oswald';
  }

  .footer-content08 {
     margin: 78px 1% 0% 50%;
  }

  .navi-drop > .navi-drop-content > .naviwords > .words li {
    width: 135px;
  }

  .nav.nav-drop-content.product li {
    width: 84px;
  }

  .nav.nav-drop-content.product li img {
    width: 88%;
  }
  .row {
    margin: 10px 4%;
  }

  .event-past > .row > .event-grid > .thumbnail {
    width: auto;
    margin-right: 0px;
  }

  .event-choose-type {
  }

  .course-icon {
    margin: 100 auto 10 auto;
    display: none;
  }

  .course-icon img {
    width: 77px;
    margin: 0px;
  }

  .section .infoListA02 li {
    font-size: 16px;
  }

  .section .infoListA02 li span.icon a{
      color: #fff;
    }


  #pageHome .imgList li{
    font-size: 16px;
  }

  .info {
    margin: 0px 20px 10px 20px;
  }

  .content-right {
    padding: 50px;
  }

  .cover-photo {
    width: 100%;
    border-radius: 6px;
  }

  .cover-photo img {
    width: 100%;
  }



  .course-items {
    border: none;
  }

   body#pageHome {
    margin-top: 30px;
  }

  #pageIndex .tabBlock .togglingEnabled .scrollX > ul {
    width: 100% !important;
  }

  /*.thumbnail .img {
    height: 54%;
  }*/

  .thumbnail {
    height: 567px;
  }

  .event-past .thumbnail {
    height: 360px;
  }

  .speech-photo {
    margin: 10px 22%;
  }

  .content-left > .course-items li {
    margin: 3px 10px;
  }

   .event-btm {
    top: auto;
    bottom: 10px;
    left: auto;
    right: 15px;
  }

  .course-info-content {
    margin: 110px auto 20px auto;

  }

  .event-past > .row > .event-grid > .thumbnail > .photocrop {
/*  width: 13.5vw;
*/  height: 70%;
  overflow: hidden;

}

.event-past .event-btm {
    top: 55%;
    left: 66%;
}


}

@media screen and (max-width: 1284px) {

.course-detail {
    /*padding-left: 50px;
    padding-top: 75%;
    padding-right: 50px;
    padding-bottom: 30px;*/
    display: none;
  }
}

/*rwd size3*/
@media screen and (min-width: 1100px) and (max-width: 1384px) {
  .navi-mobile,
  .navi-mobile-small {
    display: none;
  }

  /*#contents {
    padding-top: 56px;
  }*/

    body#pageHome {
    margin-top: -16px;
  }


  .navi-btm-sec ul li {
    width: 93px;
  }


  .navi-drop > .navi-drop-content > .naviwords > .words li {
    width: 135px;
  }


  .nav.nav-drop-content.product li {
    width: 105px;
  }



  .navi-btm-sec ul li a .navi-en {
    /*padding-top: 7px;*/
  }

  .navi-up-sec .navi-brand a .navi-logo-icon {
    height: 22px;
  }


 .navi-logo-icon {
    height: 75%;
  }

  .navi-btm-sec {
    height: 35px;
  }

  .navi-up-sec {
    height: 44px;
  }

  .navi-up-sec > div > ul {
    margin-top: 15px;
  }

  .row {
    margin: 0px 5%;
    padding: 40px 0px;
  }

  /*h2 {
    margin-bottom: 0px;
  }
*/


  .course-map {
    width: calc(100% + 70px);
    margin: 0px -35px -35px -35px;
    /* border: 2px solid #f8bf31; */
  }

 /* .thumbnail .img {
    height: 29%;
  }*/

}

@media screen and (max-width: 1245px) {
  .navi-btm-sec ul li {
    width: 85px;
  }
}



/*rwd size4*/
@media screen and (min-width: 1284px) {

 /* #contents {
    padding-top: 104px;
  }*/
  .navi-mobile, .navi-mobile-small {
    display: none;
  }

  .course-map {
    width: calc(100% + 70px);
    margin: 0px -35px -35px -35px;
  }
   body#pageHome {
    /*margin-top: 100px;*/
  }
  .event-btm {
    top: 200px;
    right: 20px;
  }

  /*.cover {
    height: 720px;
  }*/

}
.mainVisual .listRotation li div:not([class]) {
    box-sizing: initial;
}


@media screen and (min-width: 960px) {
    .mainVisual .listRotation li {
        /*left: 0;
        margin: 0;*/
    }

    .mainVisual .listRotation li div:not([class]) {
        /*left: 0;
        padding: 0;
        width: 100%;*/
    }
}

@media screen and (min-width: 369px) and (max-width: 768px) {
  .flickr-grid {
    width: calc(100vw / 3);
    height: calc(100vw / 3);
    background-size: cover;
  }
}
@media screen and (max-width: 368px) {
  .flickr-grid {
      width: 50vw;
      height: 50vw;
      background-size: cover;

    }
}


/*-- product å°åœ– --*/

.product-search img{
  width: 100px;
  padding: 0px;
 /* border: 1px solid #ccc;*/
  margin: 0px;
}

.product-search .img img{
  width: auto;
}


.categoryTitle h1 {
  color: #fff;
}

.productHeader.navFixed {
  position: relative;
}

.mainVisual .listRotation li div:not([class]) {
  /*padding-left: 240px;*/
}

@media screen and (min-width: 945px){
    .mainVisual .listRotation li div:not([class]) {
     /* padding-left: 240px;*/
    }
}

#contents > div:nth-child(3) > div.hdg01.mb30 > h2 {
  color: #444;
}

.modalbox.inline {
  text-align: center;
}

.btnYlw.arrow > * > span {
  /*color: #444;*/
}



/* new for store table */
/* Landscape phone to portrait tablet */
@media all and (max-width: 720px) {
  /* max: 720px; max: 720px; max: 720px; max: 720px; */
  /* max: 720px; max: 720px; max: 720px; max: 720px; max: 720px; max: 720px; max: 720px; */
  /* max: 720px; max: 720px; max: 720px; max: 720px; max: 720px; max: 720px; max: 720px; */
  .center-720 {
    width: 96% !important;
    padding: 0px 2% !important;
  }
  .banner-wrapper {
    height: auto;
  }
  .banner-wrapper .banner-img-wrap .sprout-slide {
    height: 400px;
  }
  .banner-wrapper .banner_sub {
    height: 350px;
  }
  .sub-section-2col .pic {
    min-height: 300px;
  }
  .static-content .column-title {
    background-size: 100%;
    height: 120px;
    /*width: 100% !important;*/
  }
  .static-content .column-title.two-line {
    height: 160px;
  }
  .col-3 {
    width: 80%;
    margin-left: 10%;
  }
  .col-4-padding {
    width: 46%;
    padding: 0px 2%;
  }
  .page-title-area .page-subnavi-area .page-subnavi-content ul li {
    padding: 17px 0px;
    margin: 0px 1px;
  }
  .page-title-area .page-subnavi-area .page-subnavi-content ul li.toright {
    position: relative;
    right: 0px;
    margin-bottom: 20px;
  }
  .page-title-area .for_multi_height {
    height: 100px;
  }
  .watch .watch-content.product {
    height: auto;
    margin-bottom: 30px;
  }
  #product-id-search-wrapper .center-1000 form div {
    margin-bottom: 15px;
  }
  #product-id-search-wrapper .center-1000 form div .input-small {
    display: inline-block;
  }
  .section .section-sub-title {
    width: 94%;
  }
  .section-little-quote {
    width: 92% !important;
    padding: 0px 2% 0px 2% !important;
  }
  .news-wrapper .news-content-wrap .news {
    height: auto;
    width: 90%;
    padding: 0px 5% 0px 5%;
    clear: both;
    margin-bottom: 10px;
  }
  .news-wrapper .news-content-wrap .tr {
    padding: 0px;
  }
  #search .for_multi_height ul li {
    width: 15%;
  }
  #search .for_multi_height ul li:nth-child(3n+1) {
    margin-left: 20%;
  }
  #search .for_multi_height ul li:nth-child(3n) {
    margin-right: 20%;
  }
  #search .for_multi_height ul li.divider {
    width: 0px !important;
    margin: 0px !important;
  }
  #search .for_multi_height #product-id-search {
    width: auto;
    /*margin-left: 30px;*/
  }
  .sub-section .section-intro-area .pic-area {
    display: block;
    width: 70%;
    margin: 20px auto;
  }
  .sub-section .section-intro-area .text-area {
    width: 90%;
  }
  #download-pdf-area .col-3-padding {
    float: none;
    width: 85%;
    margin: 0px auto;
  }
  .subsection-content-wrap.search-result-wrap .sale-result-table tbody td {
    text-align: left;
    padding: 5px 0px 5px 35% !important;
    width: 100% !important;
  }
  .subsection-content-wrap .sale-result-table {
    width: 90%;
    margin: 0px auto;
  }
  .subsection-content-wrap .sale-result-table thead {
    display: none;
  }
  .subsection-content-wrap .sale-result-table tbody tr {
    display: block;
    margin-top: 30px;
    /*border-right: 1px #eeeeee solid;*/
    border-bottom: 1px #eeeeee solid;
    /*border-left: 1px #eeeeee solid;*/
  }
  .subsection-content-wrap .sale-result-table tbody td {
    display: block;
    padding: 3px 0px 3px 35%;
    border-top: 1px #eeeeee solid;
    border-color: #eeeeee;
    border-bottom: 0px;
    width: 65%;
    position: relative;
  }
  .subsection-content-wrap .sale-result-table tbody td.center {
    text-align: left;
  }
  .subsection-content-wrap .sale-result-table tbody td:before {
    content: attr(data-title);
    position: absolute;
    left: 5%;
    color: #999999;
  }
  .subsection-content-wrap .sale-result-table tbody td:nth-child(3) {
    padding: 30px 5% 5px 5%;
    width: 90%;
  }
  .subsection-content-wrap .sale-result-table tbody td:nth-child(3):before {
    top: 5px;
  }
  .subsection-content-wrap .sale-result-table .store-tag {
    width: 90px;
  }
  #subscribe-form input {
    width: 70%;
  }
}

/* Landscape phones and down */
@media all and (max-width: 480px) {
  /* max: 480px; max: 480px; max: 480px; max: 480px; */
  /* max: 480px; max: 480px; max: 480px; max: 480px; max: 480px; max: 480px; max: 480px; */
  /* max: 480px; max: 480px; max: 480px; max: 480px; max: 480px; max: 480px; max: 480px; */
  .banner-wrapper .banner-img-wrap .sprout-slide {
    height: 200px;
  }
  .banner-wrapper .banner_sub {
    height: 150px;
  }
  .sub-section-2col .pic {
    min-height: 200px;
  }
  .static-content .column-title {
    background-size: 100%;
    height: 60px;
    /*width: 100% !important;*/
  }
  .static-content .column-title.two-line {
    height: 90px;
  }
  .col-3 {
    width: 90%;
    margin-left: 5%;
  }
  .page-title-area .page-subnavi-area .page-subnavi-content ul li {
    padding: 17px 0px;
    margin: 0px 1px;
  }
  .page-title-area .page-subnavi-area .page-subnavi-content ul li.toright {
    position: relative;
    right: 0px;
    margin-bottom: 20px;
  }
  .page-title-area .for_multi_height {
    height: 150px;
  }
  .news-list-wrapper {
    margin-top: 50px;
  }
  .watch .watch-content.product {
    height: auto;
    margin-bottom: 50px;
  }
  #product-id-search-wrapper {
    height: 260px !important;
  }
  #product-id-search-wrapper .center-1000 form div {
    margin-bottom: 15px;
    display: block;
  }
  #product-id-search-wrapper .center-1000 form div label {
    display: block;
  }
  #product-id-search-wrapper .center-1000 form div .input-small {
    display: inline-block;
  }
  #dealer-wrap .page-subnavi-area .page-subnavi-content ul li:nth-child(5) {
    display: table-column;
  }
  .section .section-sub-title {
    width: 94%;
  }
  #search .for_multi_height ul li {
    width: 23%;
  }
  #search .for_multi_height ul li:nth-child(3n+1) {
    margin-left: 10%;
  }
  #search .for_multi_height ul li:nth-child(3n) {
    margin-right: 10%;
  }
  #search .for_multi_height ul li.divider {
    width: 0px !important;
    margin: 0px !important;
  }
  #search .for_multi_height #product-id-search {
    width: auto;
    /*margin-left: 30px;*/
  }
  .sub-section .section-intro-area .pic-area {
    display: block;
    width: 90%;
  }
  .li-inline li {
    margin: 0px 10px;
  }
  .product-tech-area .spec .column-title {
    width: 25%;
  }
  .product-tech-area .function .column-title {
    width: 25%;
  }
  .subsection-content-wrap .sale-result-table {
    width: 95%;
  }
  .subsection-content-wrap .sale-result-table tbody td {
    padding: 5px 0px 5px 35%;
    width: 65%;
  }
  #subscribe-form input {
    width: 40%;
  }
}

@media print { 
  @page { margin: 0.5cm 0.5cm; }
  .navi-wrap {
    display: none;
  }
  a[href]:after { content: none !important; } 
} 
