@CHARSET "UTF-8";

/* news_section */
.div_news_section .div_title  {
	opacity: 0.0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.div_news_section .div_title_animate  {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	position: absolute;
	width: 100%;
	padding: 25px;
	left: -100px;
}

.div_news_section:hover .div_title  {
	 filter: alpha(opacity=100);
	opacity: 1;
}

.div_news_section:hover .div_title_animate  {
	margin-left: 100px;
}


/* work_item */
.div_work_item .div_title  {
	opacity: 0.0;
	-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.div_work_item .div_title_animate  {
	left: 0px;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	position: absolute;
	width: 100%;
	padding: 25px;
	left: -100px;
}

.div_work_item:hover .div_title  {
	 filter: alpha(opacity=100);
	opacity: 1;
}

.div_work_item:hover .div_title_animate  {
	margin-left: 100px;
}

.nombore{
    position:relative;
    display:inline-block;
    transition: all 0.3s ease-out;
}

html {
	background-color: #FFF;
}
body {
	font-family: 微軟正黑體, 'Raleway', Helvetica, sans-serif;
	background-color: #FFF;
}

@font-face {
    font-family: myTitleFont;
    src: url(../fonts/harvest.ttf);
}

a {
	color: #999;
}

a:hover {
	color: #f28585;
}

::-webkit-input-placeholder {
    color:    #236b89 !important;
}
:-moz-placeholder {
   color:    #236b89 !important;
   opacity:  1;
}
::-moz-placeholder {
   color:    #236b89 !important;
   opacity:  1;
}
:-ms-input-placeholder {
   color:    #236b89 !important;
}
::-ms-input-placeholder {
   color:    #236b89 !important;
}
