@charset "utf-8";
/***************************************
    copyright by MakeWeb.com.tw 
***************************************/
.label_combobox_year {
	width: 100%;
	height:30px;
	margin: 10px 0 30px 0;
	padding: 0px 30px 40px 0;
	text-align: right;
	color:#000;
	/*background: #FDF7F7;*/
	/*border-left: 4px solid #D9534F;*/
}

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

/*iPhoe*/
@media screen and (max-width: 767px) {
	.label_combobox_year {
		/*width: 92%;*/
		/*height:30px;*/
		margin: 20px 0 30px 20px;
		padding: 0px 30px 40px 0px;
	}
}