@charset "utf-8";

/*
	* Name: colorbox.css
	* License: MIT License
	  - http://sourceforge.jp/projects/opensource/wiki/licenses%2FMIT_license

	* Contents:
	  - 初期設定 - Colorbox -
*/


/* Stylesheet Document */

@media screen {

	/* ========================================
	   * 初期設定 - Colorbox -
	======================================== */

	#cboxOverlay{
		background-image: url("../../../../img/pc/common/jquery/colorbox/overlay.png") !important;
	}

	#cboxTopLeft,
		 #cboxTopRight,
		 	#cboxBottomLeft,
		 		#cboxBottomRight,
		 			#cboxMiddleLeft,
		 				#cboxMiddleRight,
							#cboxPrevious,
								#cboxNext,
									#cboxClose {
										background-image: url("../../../../img/pc/common/jquery/colorbox/controls.png") !important;
	}

	#cboxLoadingOverlay,
		#cboxLoadingGraphic {
			background-image: url("../../../../img/pc/common/jquery/colorbox/loading.gif") !important;
	}

	#cboxTopCenter,
		#cboxBottomCenter {
			background-image: url("../../../../img/pc/common/jquery/colorbox/border.png") !important;
	}

	#colorbox,
		#cboxWrapper,
			#cboxContent {
				overflow: visible !important;
	}

	#cboxTitle {
		clear: both;
		color: #FFFFFF !important;
		float: none !important;
		font-size: 110%;
		margin-left: 0 !important;
		margin-right: 0 !important;
		position: static !important;
		text-align: left !important;
		padding-top: 30px;
		width: 100% !important;
	}

}