@charset "utf-8";
/***************************************
    copyright by MakeWeb.com.tw 
***************************************/
.label_combobox_year {
	overflow: hidden;
	/*font-size:15px;*/
	/*height:30px;*/
	/*margin: 10px 0 20px 0;*/
	/*padding: 30px 30px 30px 0;*/
	padding: 20px;
	margin: 0px 0;
	text-align: right;
	color:#000;
	background: #ECF0F1;
	border-left: 5px solid #D43948;
}

.label_combobox_year .catalog_timestamp_date {
	float:left;
	width:80px;
}

.label_combobox_year .catalog_timestamp_title {
	float:left;
	width:400px;
}

.label_combobox_year .catalog_timestamp_year {
	float:left;
	margin-right:10px;
}

.label_combobox_year .year_select {
	float:right;
	margin: 0;
	/*height: 10px;*/
	/*
	margin-left:500px;
	margin-top:-18px \9;
	*/
}




/*-------------------------------------------- 
	Media Queries 
---------------------------------------------*/
/* Portrait and Landscape */
/*@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
}*/

/*iPad*/
@media screen and (max-width: 1023px) {
}

/*iPhone*/
@media screen and (max-width: 767px) {

	select {
		width: auto;
	}
}