@charset "utf-8";
/* CSS Document */

/* 頁面標題 */
.page_title {
	width:100%;
	text-align:center;
	margin:20px 0;
	float:left;
	font-size:1.6em;
	color:#4e4e4e;
	text-decoration:underline;
	}


/*------------------下拉選單------------------*/
.stellarnav {
	width:100%;
	float:left;
	}

#site_page a div {
	min-width:200px;
	color:#fff;
	background: #00a0e9;
	line-height:28px;
}

/*Strip the ul of padding and list styling*/
.nav_select ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	z-index:999999;
}

/*Create a horizontal list with spacing*/
.nav_select li {
	display:inline-block;
	float: left;
	margin-right: 1px;
}

/*Style for menu links*/
.nav_select li a {
	display:block;
	min-width:200px;
	/*height: 40px;*/
	text-align: center;
	line-height:28px;
	font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體","Microsoft YaHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif,STHeiti,SimSun; /* 1 */
	color: #000;
	background: #fff;
	text-decoration: none;
}

/*Hover state for top level links*/
.nav_select li:hover a {
	color:#fff;
	background: #00a0e9;
}

/*Style for dropdown links*/
.nav_select li:hover ul a {
	background: #d6f2ff;
	color: #2f3036;
	/*height: 40px;*/
	line-height: 20px;
	padding:10px 0 5px 0;
}

/*Hover state for dropdown links*/
.nav_select li:hover ul a:hover {
	background: #b2e7ff;
	color: #fff;
}

/*Hide dropdown links until they are needed*/
.nav_select li ul {
	display: none;
}

/*Make dropdown links vertical*/
.nav_select li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
.nav_select li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

/*子選單寬度*/
.nav_select ul li {
		width:194px;
	}
.nav_select ul li a:hover + .hidden, .hidden:hover {
	
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	text-decoration: none;
	color: #fff;
	background: #f00;
	text-align: center;
	padding: 10px 0;
	display: none;
}

/*Hide checkbox*/
.nav_select input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}

/*Show menu when invisible checkbox is checked*/
.nav_select input[type=checkbox]:checked ~ #menu{
    display: block;
}


.jp_text a {
	font-size: 0.95em;
	letter-spacing:-2.1px;
}

/*---產品圖片---*/
.product_img {
	text-align: center;
}


/*產品表列*/
.products_all {
	width: 100%;
	min-height: 100px;
	background: #fff;
	float:left;
	margin: 120px 0 0 0;
	clear: left;

}


/*產品表列*/
.article {
  width: 21.3%;
  min-height:186px;
  display: block;
  margin: 10px 17px 60px 17px;
  /*padding: 12px 10px 3px 10px;*/
  background: white;
  border-radius: 3px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  transition: all 220ms;
  float:left;
}
.article:hover {
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
  transition: all 220ms;
}
.article > img {
  display: block;
  width: 100%;
  margin: 0 0 24px 0;
}
.article h2 {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 12px 0;
}

.wall {
  display: block;
  position: relative;
  margin:15px 0 15px 0;
}
.wall-column {
  display: block;
  position: relative;
  /*width: 33.333333%;*/
  width: 25%;
  float: left;
  padding: 0 12px;
  box-sizing: border-box;
}

.wall p {
	width:100%;
	height: 25px;
	text-align: center;
	margin: 0 0 30px 0;
}

.wall a {
	font-size:0.75em;
}

.wall a:link {
	color:#3d3d3d;
	text-decoration:none;
}

.wall a:visited {
	color:#3d3d3d;
	text-decoration:none;
}


.wall a:hover {
	color:#f00;
	text-decoration:none;
}

.wall samp {
	color:#f00;
}

.products_name {
	width: 100%;
	background: #626262;
	color: #fff;
	font-size: 1em;
	text-align: center;
	padding: 3px;
	float:left;
}

/*頁碼*/
.pagination {
    background: #f2f2f2;
    padding: 20px;
    margin-bottom: 20px;
	width: 100%;
	text-align: center;
	float:left;
}

.page {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.page:hover, .page.gradient:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}

.page.active {
    border: none;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}

/*-----------------產品內頁-----------------*/
.products_location_left {
	width: 40%;
	float:left;
	padding: 30px 10px 10px 20px;
	
}

.products_location_left img {
	width: 100%;
}

.products_location_right {
	width: 59%;
	float:right;
	padding: 40px 10px 10px 10px;
	
}

.genre_name {
	font-size: 1.4em;
	margin: 20px 0;
}

.line_800 {
	width: 100%;
	height: 1px;
	background-image:url(../img/line_800.jpg);
}

.genre_content {
	width: 100%;
	padding: 15px 30px 20px 0;
	font-size: 1em;
	line-height: 25px;
}

.genre_content li {
    margin: 15px 0;	
}

.genre_content input,.genre_content textarea {
	width: 90%;
	
	color: #848484;
	padding: 5px;
}

.genre_button {
	margin: 0 0 50px 0;
}

.genre_button ul li{
	display: inline;
}

.genre_button_submit {
	background-color: #468bcc;
	padding: 10px 25px;
	color: #fff;
}

.genre_button_reset {
	background-color: #ff0909;
	padding: 10px 25px;
	color: #fff;
}



/*---------最新消息---------*/
.news_all {
	width: 100%;
	min-height: 100px;
	background: #fff;
	float:left;
	margin: 10px 0 0 0;
	clear: left;

}

.news_name {
	width: 100%;
	font-size: 1.2em;
	text-align: center;
	padding: 3px;
	float:left;
	margin: 5px 0;
}

.news_text {
	width: 100%;
	font-size: 1.2em;
	padding: 0 5px 5px 5px;
	float:left;
	margin: -10px 0 5px 0;
}

.news_title_all {
	width: 100%;
	float:left;
}

.news_title_up {
	width: 8%;
	float:left;
}
.news_title_down{
	width: 8%;
	float:left;
	text-align: right;
}

.news_title_up a:link , .news_title_down a:link {
	color:#3d3d3d;	
}

.news_title_up a:visited , .news_title_down a:visited {
	color:#3d3d3d;	
}

.news_title_up a:hover , .news_title_down a:hover {
	color:#f00;	
}


.news_title_content{
	width: 84%;
	float:left;
	text-align: center;
	
}

.news_all {
	padding: 10px;
	float:left;
}

.news_all h3 {
	width: 100%;
	text-align: center;
	font-size: 0.9em;
}

.news_all p {
	width: 100%;
	text-align: center;
	font-size: 0.9em;
	margin: -10px 0 0 0;
	color: #aaaaaa;
}

.news_all_detail {
	width: 100%;
	float:left;
	padding: 15px;
	text-align: center;
}


.news_all_detail p {
	width: 100%;
	margin: 20px 0;
	color: #000;
	text-align:center;
	font-size: 1em;
	line-height: 25px;
}




/*---------聯絡我們---------*/
.contact_us {
	width: 100%;
	padding: 25px 35px;
}



.contact_us table th td {
	font-size: 0.9em;
}

.contact_us_form {
	margin: 25px 0;
	font-size: 1em;
}




.contact_us_form th {
	width: 20%;
	font-size: 0.9em;
	text-align: right;
	padding: 8px 20px 8px 0;
}

.contact_us_form td {
	width: 80%;
}


.contact_us_form td input {
	width: 100%;
	padding: 8px;
	margin: 5px 0;
}
 

.contact_us_checkbox td {
	font-size:0.8em;
	padding:10px 10px 10px 10px;
	}

.contact_us_checkbox textarea {
	width:90%;
	padding:10px;
	margin:15px 0 0 70px;
	}

.contact_us_checkbox_tr {
	font-weight:700;
	padding:0 0 0 50px;
	}

.contact_us_checkbox td{
	padding:10px 0 10px 70px;
	}

.contact_us_authentication {
	width:100%;
	text-align:center;
	padding:15px;
	}

.contact_us_left {
	float:left;
	width: 40%;
	text-align: center;
	margin: 20px 0 0 0;
}

.contact_us_right {
	float:left;
	width: 60%;
}

.contact_us_right h3 {
	width:100%;
	font-size:1.2em;
	font-weight:200;
	}

.contact_us_right_tab {
	width:100%;
	margin:15px 0;
	}

.contact_us_right_tab_icom {
	width:10%;
	float:left;
	}

.contact_us_right_tab_t {
	width:85%;
	float:left;
	font-size:1.3em;
	margin:5px 0 20px 15px;
	line-height:35px;
	}
	
/*---------關於我們 Service ---------*/

.about_us_all {
	padding: 10px;
	float:left;
	background: #fff;
}


.about_us {
	width: 100%;
	padding: 25px 35px;
	text-align:center;
}

.about_us p {
	width: 100%;
	text-align: center;
	font-size: 1.1em;
	margin: 10px 0 ;
	color: #343434;
	line-height: 200%;
	}

.about_all_img {
	width:100%;
	text-align:center;
	}








/*Responsive Styles*/

@media screen and (max-width : 995px){
	/*Make dropdown links appear inline*/
	.nav_select ul {
		position: static;
		display: none;
	}
	.nav_select li a {
		height: 40px;
		line-height:15px;
	}
	
	#site_page a div {
	   height: 40px;
	   line-height:15px;
    }
	
	/*Create vertical spacing*/
	.nav_select li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	.nav_select ul li {
		width:100%;
	}
	
	.hidden li a {
		width:100%;
		}
	
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
	
	/*---產品圖片---*/
   .product_img img {
	display:none;
    }
	
	/*產品表列*/
    .products_all {
	margin: 20px 0 0 0;
    }
	
	/*最新消息*/
	.news_all {
	margin: 20px 0 0 0;
	}
	
	.wall-column {
    width: 50%;
   }
   
   
   /*-----聯絡我們------*/
   .contact_us_left {
	  width:100%
	   }
   .contact_us_right {
	   width:100%;
	   }
   .contact_us_right_tab_t {
	font-size:1.2em;
	
	}
}


/*-*--800---*/
@media screen and (max-width: 50em) {
  .article {
    width: 47.5%;
	margin: 0 5px 30px 5px;
  }
  
  /*-----------------產品內頁-----------------*/
  .products_location_left {
	width: 100%;
	padding: 10px;
  }
  
  .products_location_right {
	width: 100%;
	padding: 10px;
   }
	
   .genre_content input,.genre_content textarea {
	width: 96%;
	
   }


  .genre_button_text {
	  margin: 0 0 15px 0;
	  float:left;
   }
	
   .news_title_up{
	width: 10%;
	}
	.news_title_down{
		width: 10%;

	}

	.news_title_content{
		width: 78%;
	}
	
	
	
	
	.news_all_detail img {
		width: 100%;
	}
	
	.news_all_detail p strong img {
		width: 100%;
	}
	
	/*---------聯絡我們---------*/
    .contact_us {
	width: 100%;
	padding: 10px;
    }
	
	.contact_us_form th {
	font-size: 0.7em;
     }
	 
    .contact_us_right_tab_icom {
	    width:7%;
	    float:left;
		margin: 10px 0 0 0;
	}
	
	.contact_us_right_tab_icom img {
		width:120%;
	}

	
	
}

/*-*--640---*/
@media screen and (max-width: 40em) {
  .article {
    width: 45.5%;
	margin: 0 5px 30px 5px;
  }
  
   .news_title_up{
	width: 50%;
	}
	.news_title_down{
	width: 50%;
	text-align: right;
	}

	.news_title_content{
		display:none;
	}
	
    .contact_us_checkbox td {
	  float:left;
	  width:100%;
	  }
	  
	.contact_us_checkbox textarea {
		width:90%;
		padding:10px;
		margin:15px 0 0 10px;
		}
	
	.contact_us_checkbox_tr {
		font-weight:700;
		padding:0 0 0 10px;
		}
	
	.contact_us_checkbox td{
		padding:10px 0 10px 30px;
		}
		
    .about_us img {
	 width:100%;
	 }
	
}

/*-*--480---*/

@media screen and (max-width: 30em) {
  .article {
    width: 95%;
    float:left;
	margin:15px 0 0 0;
  }
  .genre_button_text {
	  margin: 0 0 15px 0;
	  float:left;
   }
	
 
	
}


@media screen and (max-width: 20em) {
  .article {
    width: 95%;
    float:left;
	margin:15px 0 0 0;
  }
	
}














