@charset "utf-8";

/*
	* 名前: support.css
	* 説明: supportページ用CSS
	* バージョン: 1.0
	* 最終更新日: 2009.03.18
	* 制作者: Hiroaki Nakagawa

	* 目次:
	  - 01. 初期設定 - 基本設定 -
	    - 01-01. 初期設定 - テキスト -
	  - 02. 領域設定 - ブロック -
	    - 02-07. 領域設定 - メイン -
*/

/* 外部CSSファイルの読み込み */

/* Import用CSS */
@import url("../../common/css/import.css");


/* Stylesheet Document */

@media screen {

	/* ========================================
	   * 01-01. 初期設定 - テキスト -
	======================================== */

	h5 {
		border: none;
		margin-bottom: 6px;
		margin-top: 0;
		padding-left: 0;
		padding-right: 0;
	}


	/* ========================================
	   * 02-07. 領域設定 - メイン -
	======================================== */

	#main div.comment_success {
		float: left;
		margin: 0;
		width: 294px;
	}

	/* IE6 HACK */
	* html #main div.comment_success {
		width: 314px;
	}

	/* IE6 HACK */
	* html #main div.comment_success {
		width: 304px;
	}

	#main div.photo_success {
		float: left;
		margin: 0 20px 0 0;
		width: 200px;
	}

	#main div.photo_success img {
		display: block;
		margin: 0 0 20px 0;
	}

	#main div.photo_success br {
		display: none;
	}

	#main div.comment_guidance {
		float: left;
		width: 330px;
	}

	/* IE6 HACK */
	* html #main div.comment_guidance {
		width: 350px;
	}

	#main div.photo_guidance {
		float: right;
		margin-left: 0;
		margin-right: 0;
		width: 164px;
	}

}