@charset "utf-8";

/*
	* Name: contact.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. 初期設定 - 文字 -
	    - 01-04. 初期設定 - イメージ -
		- 01-07. 初期設定 - フォーム -
          - 01-07-01. 初期設定 - コンテナ -
          - 01-07-02. 初期設定 - Link Form -
          - 01-07-03. 初期設定 - Text Box -
          - 01-07-04. 初期設定 - Text -
          - 01-07-05. 初期設定 - Button -
*/


/* Load External Files */

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


/* Stylesheet Document */

@media screen {

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

	h2 {
		background-image: url("../img/title_contact.gif");
		height: 379px;
	}


	/* ========================================
	   * 01-04. 初期設定 - イメージ -
	======================================== */

	/* 画像ファイルを中央に配置 */
	div.photo_center {
		border-bottom: 1px dotted #5C914A;
		margin-bottom: 16px;
		padding-bottom: 16px;
	}


	/* ========================================
	   * 01-07-01. 初期設定 - コンテナ -
	======================================== */

	#mailform {
		margin: 0 auto 0 auto;
	}


	/* ========================================
	   * 01-07-02. 初期設定 - Link Form -
	======================================== */

	#mailform form {
	}

	#mailform table tr td ul {
		list-style-type: none !important;
		margin-left: 0 !important;
	}

	#mailform table tr td ul:after {
		clear: both;
		content: ".";
		display: block;
		height: 0;
		line-height: 0; /* CSS HACK: Safari */
		font-size: 0; /* CSS HACK: Firefox3 */
		visibility: hidden;
	}

	#mailform table tr td ul li {
		float: left;
		width: 50%;
	}

	#mailform table tr td ul#bailiwick li {
		float: none;
		width: auto;
	}


	/* ========================================
	   * 01-07-03. 初期設定 - Text Box -
	======================================== */

	#name_person {
		width: 70%;
	}

	#name_company {
		width: 70%;
	}

	#website,
		#linkedpage {
			width: 80%;
	}

	#postalcode {
		width: 90px;
	}

	#municipality {
		width: 280px;
	}

	#building {
		width: 280px;
	}

	#tel {
		width: 180px;
	}

	#fax {
		width: 180px;
	}

	#website {
		width: 260px;
	}

	#mail {
		width: 180px;
	}

	#comment {
		display: block;
		height: 120px;
		margin-bottom: 6px;
		width: 96%;
	}


	/* ========================================
	   * 01-07-04. 初期設定 - Text -
	======================================== */

	#mailform form table tr th br,
		#mailform form table tr td br {
			display: none;
	}

	#mailform form table tr th span.necessary {
		color: #FEBABA;
		font-size: 80%;
		margin: 0 0 0 4px;
		padding: 0;
	}

	#mailform form table tr td span {
		clear: both;
		color: #FEBABA;
		display: block;
		font-size: 80%;
		margin: 6px 0 0 2px;
		padding: 0;
	}


	/* ========================================
	   * 01-07-05. 初期設定 - Button -
	======================================== */

	#mailform div#button {
		text-align: center;
		margin: 0 0 30px 0;
		width: 100%;
	}

	#mailform div#button input {
		color: #333333;
		margin: 0 8px 0 8px;
	}

}