@charset "utf-8";

/*
	* Name: common.css
	* License: MIT License
	  - http://sourceforge.jp/projects/opensource/wiki/licenses%2FMIT_license
*/


/* Stylesheet Document */

@media all {

	/* ========================================
	   * 初期設定 - Rollover Area -
	======================================== */

	.rolloverArea {
		display: block;
		overflow: hidden;
		position: relative;
		z-index: 1;
	}

	.rolloverArea img {
		display: block;
		vertical-align: bottom;
	}

	.rolloverArea img.rolloverItem {
		position: absolute;
	}


	/* ========================================
	   * 初期設定 - Add Label Link -
	======================================== */

	a + span.label {
		border-radius: 4px;
		color: #ffffff;
		display: inline-block;
		font-size: 80%;
		margin: 0 8px 0 8px;
		padding: 4px 6px 4px 6px;
		text-transform: uppercase;
	}

	a + span.label.pdf {
		background-color: #cb4d3f;
	}

	a + span.label.doc,
		a + span.label.docx {
			background-color: #5f95d1;
	}

	a + span.label.xls,
		a + span.label.xlsx {
			background-color: #6ab698;
	}

}