﻿@charset "utf-8";
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;}
html{}
body{
	font-family: 微軟正黑體, Verdana, Geneva, sans-serif;
	font-size: 16px;
	/*display: inline-block;
	width:100%;*/
}
img{
	border:0;
	margin:0;
	padding:0;
	max-width:100%;
	vertical-align:middle;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{
	display:block;
}
audio,canvas,progress,video{
	display:inline-block;
	vertical-align:baseline;
}
a{
	
}
a:active,a:hover{outline:0}
a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
b,strong{font-weight:700;}
mark{color:#000;background:#ff0;}
h1,h2,h3,h4,h5,h6 {
	font-weight:500;
	line-height:1.1;
	color:inherit;
}
h1,h2,h3 {
	
}
h1 {font-size:36px;}
h2 {font-size:30px;}
h3 {font-size:24px;}
h4 {font-size:18px;}
h5 {font-size:14px;}
h6 {font-size:12px;}
p{margin:0px;}
ul,ol{
	margin:0;
	padding:0;
	-webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}
ul li{
	display: list-item;
    text-align: -webkit-match-parent;
}
hr{
	border:0;
	border-top:1px solid #eee ;
	background-image:-webkit-linear-gradient(left,transparent,#DBDBDB,transparent);
	background-image:linear-gradient(to right,transparent,#DBDBDB,transparent);
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;box-sizing:content-box ;
	border:0;
	height:1px;
}
table {
	border-collapse:collapse;
	width:100%;
}
.table{
	max-width:100%;
	table-layout:fixed;
}

/*視窗 卷軸 有限定遊覽器 */
::-webkit-scrollbar {
    /* width: 10px; */
    /* height: 10px; */
}
/*上下會出現區域 作用?*/
::-webkit-scrollbar-button {
    /* background: #eee ; */
	/* width: 0px; */
	/* height: 10px; */
}
/*底色*/
::-webkit-scrollbar-track-piece {
    /* background: #eee ; */
}
/*位置條*/
::-webkit-scrollbar-thumb {
}

/*----------------------------------------------- layout > header + menu -----------------------------------------------*/
header {
	/*position: fixed;*/
    width: 100%;
    top: 0;
}
.header_bg {

}
.header a {
	display:block;
}
.header-desk {
	
}
.header-desk .logo_img {
	max-height:100%;	
}
.header-phone {
	
}
.header-phone .logo_img {
	max-height:100%;	
}

/*----------------------------------------------- layout > section -----------------------------------------------*/
section {
	
}
/*----------------------------------------------- layout > footer -----------------------------------------------*/

footer {
	position:relative;
	
} 

/*----------------------------------------------- 輸入框 -----------------------------------------------*/
.form-input,
.form-radio  {
	margin-bottom:20px;
} 
.form-control {
	display:inline-block;
	width: 100%;
	border: 1px solid #C7C5C6;
	background: #fff;
	box-sizing: border-box;
	color: #888888;
	border-radius:5px;
	padding: 2px 10px 2px 10px;
	font-size:15px;
}
select.form-control,
input.form-control {
	height: 36px;
	line-height: 34px;
}
textarea.form-control {
	width:100%;
	min-width:100%;
	max-width:100%;
	min-height:100px;
}

.block_form {
	
}
.block_form .form_tit,
.block_form .form_inp {
	display: inline-block;
	vertical-align:top;
	word-break:break-all;
}
