@charset 'utf-8';
/* @import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css); */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900');
@font-face {
    font-family: 'MyriadPro';
    src: url('../fonts/Myriad.ttf');
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'MyriadPro Bold';
    src: url('../fonts/Myriad-Bold.ttf');
    font-weight: normal;
    font-style: normal
}

/* ----------RESET---------- */

	.rtl p,
	.rtl small,
	.rtl b,
	.rtl i,
	.rtl span,
	.rtl h1,
	.rtl h2,
	.rtl h3,
	.rtl h4,
	.rtl h5,
	.rtl h6{
		direction: rtl !important;
	}

	*{
		margin:0;
		padding: 0;
		color: inherit;
		font: inherit;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	html{
		font-size: 16px;
	}
	body{
		position: relative;
		font-size: 16px;
		font-weight: 200;
		font-family: "メイリオ", 'Meiryo,Osaka', "小塚ゴシック Pro H", 'KozGoPr6N-Heavy,KozGoPro-Heavy', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MSPゴシック", "MS PGothic", 'Cyrillic', 'MyriadPro', '微軟正黑體', 'Microsoft JhengHei', sans-serif;
		color:#909090;
	}
	body.jp{
		font-family: "メイリオ", 'Meiryo,Osaka', "小塚ゴシック Pro H", 'KozGoPr6N-Heavy,KozGoPro-Heavy', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MSPゴシック", "MS PGothic", 'Microsoft JhengHei', sans-serif;
	}
	body.rus{
		font-family: 'Cyrillic', 'Microsoft JhengHei', sans-serif;
	}
	body.txt-arial{
		font-family: 'Arial', 'MyriadPro', '微軟正黑體', 'Microsoft JhengHei', sans-serif;
	}


	ul, li{
		list-style: none;
		font-size: inherit;
	}
	img{
		border:none;
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
	}
	input,
	textarea,
	keygen,
	select,
	a,
	a:active,
	a:hover,
	a:focus{
		outline: none;
	}
	input::-moz-focus-inner,
	button::-moz-focus-inner,
	select::-moz-focus-inner{
		border:0;
		outline:0;
	}
	select:-moz-focusring {
		color: transparent;
		text-shadow: 0 0 0 #000;
	}
	input[type="search"],
	input[type="search"]:hover,
	input[type="search"]:focus,
	input[type="search"]:active{
		-webkit-appearance:none;
	}
	select::-ms-expand {
		display: none;
	}
	button,
	input[type="submit"],
	input[type="reset"]{
		background: none;
		border:none;
		outline: none;
		cursor:pointer;
		font:inherit;
	}
	table{
		border-collapse:collapse;
	}
	
/* ----------BLOCK---------- */
	.fleft{float:left; }
	.fright{float: right; }
	.cf:after{
		content:'';
		display: table;
		clear:both;
	}
	.row{
		width: 100%;
		position: relative;
		margin-bottom: 30px;
	}
	.w800,
	.w900,
  .w1000,
  .w1100,
	.w1200,
	.w1400{
		width: 80%;
		margin:0 auto;
	}
	.w800{ max-width: 800px; }
	.w900{ max-width: 900px; }
	.w1000{ max-width: 1000px; }
	.w1100{ max-width: 1100px; }
	.w1200{ max-width: 1200px; }
	.w1400{ max-width: 1400px; }
	.col90,
	.col80,
	.col75,
	.col70,
	.col66,
	.col60,
	.col50,
	.col40,
	.col33,
	.col30,
	.col25,
	.col20,
	.col15,
	.col05{
		display: inline-block;
		vertical-align: top;
		margin-left: -5px;
	}
	.col90{ width: 90%; }
	.col80{ width: 80%; }
	.col75{ width: 75%; }
	.col70{ width: 70%; }
	.col66{ width: 66.6666%; }
	.col60{ width: 60%; }
	.col50{ width: 50%; }
	.col50:nth-child(odd){ margin-left: 0px; }
	.col40{ width: 40%; }
	.col30{ width: 30%; }
	.col33{ width: 33.3333%; }
	.col25{ width: 25%; }
	.col20{ width: 20%; }
	.col15{ width: 15%; }
	.col05{ width: 05%; }

	.ib-middle{
		display: inline-block;
		vertical-align: middle;
	}
	.ib-top{
		display: inline-block;
		vertical-align: top;
	}

	.main_padding{ padding: 100px 0 }
	.main_padding_b{ padding-bottom: 80px; }
	.header-top{ position: relative; }
	.header-top::before{
		content: "";
		display: block;
		height: 78px;
		position: relative;
	}

/* ----------TEXT----------- */
	h1,h2,h3,h4,h5,h6,
	a,p,b,small{
		font:inherit;
		color:inherit;
	}
	h2{
		font-size: 3em;
		letter-spacing: 1px;
		line-height: 1.25;
	}
	h3{
		font-size: 2.5em;
		letter-spacing: 1px;
		line-height: 1.25;
	}
	h4{
		font-size: 2em;
		line-height: 1.25;
	}
	h5{
		font-size: 1.45em;
		line-height: 1.25;
	}
	h6{
		font-size: 1.3em;
		line-height: 1.25;
	}
	a{
		display: inline-block;
		text-decoration: none;
	}
	p{
		font-size: 1rem;
		line-height: 1.5;
	}
	small{
		font-size: .75em;
	}
	b, strong{
		letter-spacing: 0;
		font-weight: bolder;
	}

	.txt-main	  { color: #19A9DD; }
	.txt-darkmain { color: #0B3870; }
	.txt-green 	  { color: #19C98E; }
	.txt-black    { color: #000000; }
	.txt-normal	  { color: #909090; }
	.txt-grey	  { color: #c7c7c7; }
	.txt-white	  { color: #ffffff; }

	.txt-link	  { text-decoration: underline; }
	.txt-bold	  { font-weight: bold;}

	.txt-left{text-align: left; }
	.txt-right{text-align: right; }
	.txt-center{text-align: center; }

/* ----------FORM----------- */
	input[type=text],
	input[type=email],
	input[type=password],
	textarea,
	select{
		width: 100%;
		margin: 5px 0;
		border: 1px solid transparent;
		background-color: #fff;
		border-color: #ccc;
		padding: 6px 8px;
		letter-spacing: 1px;
	}
	input[type=text]:focus,
	input[type=email]:focus,
	input[type=password]:focus{
		/* border-color: #533A22; */
	}
	select{
		border-radius: 5px;
		margin: 0;
		padding: 5px 28px 5px 8px;
		border-radius: 0px;
		border:2px solid transparent;
		-webkit-appearance:none;
		-moz-appearance:none;
		appearance:none;
		background: url("../img/icon/drop-down.svg") no-repeat calc(100% - 8px) center transparent;
		border: #ccc 1px solid;
		border-radius: 5px;
		color: #835B35;
	}

	label.select{
		display: inline-block;
		width: 100%;
		height: 100%;
		position: relative;
	}
	label.select:before {
		content:'';
		display:block;
		width:50px;
		height:27px;
		background:#ffffff;
		position:absolute;
		top:2px;
		bottom:2px;
		right:2px;
		margin:auto 0;
		pointer-events:none;
	}
	label.select:after {
		content:'';
		display:block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 7px 0 7px;
		border-color: #003979 transparent transparent transparent;
		position:absolute;
		top:0;
		bottom:0;
		right:20px;
		margin:auto 0;
		pointer-events:none;
	}

	::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	    color:    #cccccc;
	}
	:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	   color:    #cccccc;
	   opacity:  1;
	}
	::-moz-placeholder { /* Mozilla Firefox 19+ */
	   color:    #cccccc;
	   opacity:  1;
	}
	:-ms-input-placeholder { /* Internet Explorer 10-11 */
	   color:    #cccccc;
	}
	::-ms-input-placeholder { /* Microsoft Edge */
	   color:    #cccccc;
	}

	/*radio&checkbox樣式覆蓋*/
	input[type=radio   ]:not(old),
	input[type=checkbox]:not(old){
		width     : 0;
		margin    : 0;
		font-size : 0;
		opacity   : 0;
		pointer-events: none;
		display: none;
	}
	input[type=radio   ]:not(old) + label,
	input[type=checkbox]:not(old) + label{
		display      : inline-block;
		vertical-align: middle;
		margin-right : 0;
		cursor       : pointer;
		letter-spacing: 0;
	}
	input[type=radio   ]:not(old) + label > span,
	input[type=checkbox]:not(old) + label > span{
		display          : inline-block;
		width            : 18px;
		height           : 18px;
		padding          : 0;
		margin           : 0 5px;
		position         : relative;
		border-radius    : 3px;
		background       : rgba(255,255,255,.8);
		border			 : 1px solid #cccccc;
		vertical-align   : middle;
		cursor           : pointer;
	}
	input[type=radio]:not(old):checked +  label > span:before{
		display          : block;
		width            : 10px;
		height           : 10px;
		margin           : auto;
		top: 0;right: 0;bottom: 0;left: 0;
		position         : absolute;
		border-radius    : 0;
		background       : #336194;
	}
	input[type=checkbox]:not(old):checked + label > span:before{
		content     : '';
		display          : block;
		width            : 10px;
		height           : 10px;
		margin           : auto;
		top: 0;right: 0;bottom: 0;left: 0;
		position         : absolute;
		border-radius    : 0;
		background       : #336194;
	}


	::-webkit-scrollbar {
		-webkit-appearance: none;
	}

	::-webkit-scrollbar:vertical {
		width: 5px;
		background-color: #dbdbdb;
	}

	::-webkit-scrollbar:horizontal {
		height: 80px;
	}

	::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background-color: #19a9dd;
	}
/* ---------- btn ------ */	
	.btn{
		padding: 12px 30px;
		display: inline-block;
		color: #fff;
		background-color: #19A9DD;
		border-radius: 7px;
		/* background: linear-gradient(#E1B254,#D78816); */
		transition: .3s;
		cursor: pointer;
	}
	.btn-solid{
		padding: 12px 30px;
		display: inline-block;
		color: #19A9DD;
		border: solid 1px #19A9DD;
		border-radius: 7px;
		/* background: linear-gradient(#E1B254,#D78816); */
		transition: .3s;
		cursor: pointer;
	}
	.btn-green{
		padding: 12px 30px;
		display: inline-block;
		color: #fff;
		background-color: #19C98E;
		border-radius: 7px;
		/* background: linear-gradient(#E1B254,#D78816); */
		transition: .3s;
		cursor: pointer;
	}

	.btn:hover,
	.btn-solid:hover,
	.btn-green:hover{
		filter:brightness(120%);
	}

/* ----------ANIMATION------ */	
	@-webkit-keyframes showContent{
		from{
			opacity: 0;
			-webkit-transform: scale(.95);
		}
		to  {
			opacity: 1;
			-webkit-transform: scale(1);
		}
	}
	@keyframes showContent{
		from{
			opacity: 0;
			-webkit-transform: scale(.95);
			   -moz-transform: scale(.95);
			    -ms-transform: scale(.95);
			     -o-transform: scale(.95);
			        transform: scale(.95);
		}
		to  {
			opacity: 1;
			-webkit-transform: scale(1);
			   -moz-transform: scale(1);
			    -ms-transform: scale(1);
			     -o-transform: scale(1);
			        transform: scale(1);
		}
	}
	@-webkit-keyframes fadeInFromDown{
		from{
			opacity: 0;
			-webkit-transform: translateY(50%);
		}
		to  {
			opacity: 1;
			-webkit-transform: translateY(0);
		}
	}
	@keyframes fadeInFromDown{
		from{
			opacity: 0;
			-webkit-transform: translateY(50%);
			   -moz-transform: translateY(50%);
			    -ms-transform: translateY(50%);
			     -o-transform: translateY(50%);
			        transform: translateY(50%);
		}
		to  {
			opacity: 1;
			-webkit-transform: translateY(0);
			   -moz-transform: translateY(0);
			    -ms-transform: translateY(0);
			     -o-transform: translateY(0);
			        transform: translateY(0);
		}
	}


/* ----------RWD----------------------- */
@media screen and (max-width: 1440px){

}

@media screen and (max-width: 1366px){

}

@media screen and (max-width: 1280px){

}

@media screen and (max-width: 1024px){

}

@media screen and (max-width: 1023px){


}

@media screen and (max-width: 768px){
	h2{font-size: 2.5em;}
	h3{font-size: 1.8em;}
	h4{font-size: 1.5em;}
	h5{font-size: 1.2em;}
	p{font-size: .9rem;}
	.main_padding{ padding: 30px 0 }
	.main_padding_b{ padding-bottom: 30px; }
}

@media screen and (max-width: 620px){
	.w800,
	.w900,
	.w1000,
	.w1200,
	.w1400{
		width: 90%;
	}

	h3{letter-spacing: normal;}
}

@media screen and (max-width: 480px){

}