@charset "utf-8";

/*
	* Name: mutuallink.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-02. 初期設定 - Mail Form -
	    - 01-03. 初期設定 - Text Box -
	    - 01-04. 初期設定 - Text -
	    - 01-05. 初期設定 - Button -
*/


/* Load External Files */

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


/* Stylesheet Document */

@media screen {

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

	#mailform {
		margin: 0px auto 0px auto;
		text-align: left;
	}


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

	#mailform form {
	}


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

	#name_person {
		width: 160px;
	}

	#website {
		width: 260px;
	}

	#mail {
		width: 160px;
	}

	#comment {
		display: block;
		font-size: 100%;
		height: 120px;
		width: 94%;
		margin-bottom: 6px;
	}


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

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

	#mailform form table tr td span {
		color: #AC3E3E;
		display: block;
		font-size: 10px;
		margin: 8px 0 0px02px;
		padding: 0;
	}


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

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

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

}