@charset "UTF-8";
/* 以上是 聲明 css編碼 */

/* 以下是 圖示文字 的 CSS */
@import url('/webeip/HT00100/becky/fonticons/css/style.css');
/* 以下是 圖示文字 new ver. 的 CSS */
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

/* 以下是 animate 的 CSS */
@import url('/webeip/HT00100/becky/css/animate.css');
/* 以下是 reset 的 CSS */
@import url('/webeip/HT00100/becky/css/reset.css');


.hotnews_form{
	width: 100%;
	max-width: 1100px;
	margin: 2rem auto;
}
.hotnews_selection{
	width: 100%;
	margin: 1rem auto;
}
.hotnews_selection > select,
.hotnews_selection > input[type="text"]{
	display: inline-block;
	font-size: 1.25rem;
	padding: 0.25rem 0.5rem;
	box-sizing: border-box;
	margin: 0.25rem;
}
.hotnews_selection > input[type="button"]{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	border: 0;
	display: inline-block;
	font-size: 1.25rem;
	letter-spacing: 0.5rem;
	padding: 0.25rem 0.5rem 0.25rem 1rem;
	box-sizing: border-box;
	border-radius: 7px;
	transition: all .3s;
	background-color: #F35F5D;
	color: #FFF;
	border: 1px solid #F35F5D;
	margin: 0.25rem;
}
.hotnews_selection > input[type="button"]:hover{
	background-color: transparent;
	color: #F35F5D;
}
.company_hotnews{
	width: 100%;
	margin: 1rem auto;
	min-height: 25vh;
}
.hotnews_content{
	width: 100%;
	margin: 0.5rem auto;
	padding: 0.5rem 0;
	box-sizing: border-box;
	font-size: 1.25rem;
	border-bottom: 1px solid #EEE;
}
.hotnews_ondate{
	padding: 0 0.5rem;
	box-sizing: border-box;
}
.hotnews_kind{
	padding: 0 0.5rem;
	box-sizing: border-box;
}
.hotnews_link{
	padding: 0 0.5rem;
	box-sizing: border-box;
}
.hotnews_link:hover{
	text-decoration: underline;
}
.hotnews_updatedate{
	padding: 0 0.5rem;
	box-sizing: border-box;
	font-size: 0.8rem;
	color: #DDD;
	font-style: italic;
}

/* 頁次 */
.cutpage{
	width: 100%;
	margin: 1rem auto;
	background-color: #EEE;
	padding: 0.5rem 1rem;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.cutpage > span,
.cutpage > a,
.cutpage > select
{
	display: block;
	width: 90%;
	max-width: 150px;
}


@media screen and (max-width: 440px)
{
}