@charset "euc-jp";

/* Load External Files */

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


/* Stylesheet Document */

@media screen {

	/*
	  ------ Container ------
	*/

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


	/*
	  ------ Table ------
	*/

	#mailform form table {
		margin: 0px;
		padding: 0px;
		width: 100%;
	}

	#mailform form table tr th {
		font-weight: normal;
		width: 30%
	}

	#mailform form table tr td {
		width: 70%
	}


	/*
	  ------ Textbox ------
	*/

	#name_person {
		width: 160px;
	}

	#website {
		width: 260px;
	}

	#mail {
		width: 160px;
	}

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


	/*
	  ------ Text ------
	*/

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

	#mailform form table tr td p {
		color: #AC3E3E;
		font-size: 10px;
		margin: 8px 0px 0px 2px;
		padding: 0px;
	}


	/*
	  ------ Button ------
	*/

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

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

}
