@charset "utf-8";

/*
	* Name: top.css
	* License: MIT License
	  - http://sourceforge.jp/projects/opensource/wiki/licenses%2FMIT_license
	* Author: Hiroaki Nakagawa
	* Author URI: http://www.3050grafix.com/
	* Author E-mail: hiro@3050grafix.com

	* Contents:
	  - 02. 領域設定 - ブロック -
	    - 02-04. 領域設定 - Contents -
*/


/* Load External Files */

@import url('../common/css/import.css');


/* Stylesheet Document */

@media screen {

	/* ========================================
	   * 02-04. 領域設定 - Contents -
	======================================== */

	#contents ol#works li ul {
		float: right;
		list-style-type: none;
		margin-bottom: 0;
	}

	#contents ol#works li ul:after {
		clear: both;
		content: ".";
		display: block;
		height: 0;
		line-height: 0; /* CSS HACK: Safari */
		font-size: 0; /* CSS HACK: Firefox3 */
		visibility: hidden;
	}

	#contents ol#works li ul li {
		color: #BA4560;
		clear: none;
		float: left;
		font-size: 80%;
		margin-bottom: 0;
		margin-left: 6px;
		text-transform: uppercase;
	}

}