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

.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) {
}