@charset "utf-8";

/*
	* Name: business.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:
	  - 01. 初期設定 - 基本設定 -
	    - 01-01. 初期設定 - 文字 -
	  - 02. 領域設定 - ブロック -
	    - 02-06. 領域設定 - Main -
*/


/* Stylesheet Document */

@media screen {

	/* ========================================
	   * 01-01. 初期設定 - 文字 -
	======================================== */

	h5 {
		margin-left: 0;
	}

	p {
		margin-left: 0;
		margin-right: 0;
	}


	/* ========================================
	   * 02-06. 領域設定 - Main -
	======================================== */

	#main div.container ol {
		list-style-type: none;
		margin-left: 0;
	}

	#main div.container ol.relatedlink {
		margin-bottom: 0;
	}

	#main div.container ol li {
		clear: both;
		list-style-type: none;
		margin-bottom: 24px;
	}

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

	#main div.container ol li div.photo,
		#main div.container ol li div.comment {
			float: left;
	}

	#main div.container ol li div.photo {
		margin-right: 20px;
		width: 160px;
	}

	#main div.container ol li div.comment {
		margin: 18px 0 0 0;
		width: 380px;
	}

}