@charset "UTF-8";

/*
	1 : Opera 9
	2 : Win IE 7のみ
	3 : Win IE 6 以下 & Mac IE
	4 : Win IE 6 以下
	5 : Mac IE のみ
 */



/* ***********************************************************************
	1 : Opera 9
*********************************************************************** */
;;body {

}



/* ***********************************************************************
	2 : Win IE 7のみ
*********************************************************************** */
*:first-child+html body {
	font-size: 80%;
}
*:first-child+html input {
	line-height: 1.0;
}
*:first-child+html input.btn-search {
	padding: 1px 5px;
}

*:first-child+html .widget-search-ajax {
	padding-bottom: 5px;
}

/* ***********************************************************************
	3 : Win IE 6 以下 & Mac IE
*********************************************************************** */
* html selector {

}



/* ***********************************************************************
	4 : Win IE 6 以下
*********************************************************************** */
/*\*/
* html body {
	font-size: 80%;
}
* html input {
	line-height: 1.0;
}
* html input.btn-search {
	padding: 1px 5px;
}
* html .widget-cd .cd-info {
	width: 270px;
}
* html .widget-cd .cd-text {
	width: 115px;
}
* html .widget-search-ajax {
	padding-bottom: 5px;
}
/**/



/* ***********************************************************************
	5 : Mac IE のみ
*********************************************************************** */
/*\*//*/
selector {

}
/**/