﻿.accessDetail
{
	padding-left:20px;
	margin-bottom:30px;
}

/* ---------- メール送信フォーム用 ---------- */

.mailForm
{
	width:400px;
	margin-bottom:100px;
}

.mailForm .header
{
	font-weight:bold;
}

.mailForm .content
{
	padding-left:15px;
	margin-bottom:10px;
}

.mailForm .content input
{
	width:100%;
}

.mailForm .content textarea
{
	width:100%;
}

.mailForm .submit
{
	text-align:right;
}

.mailForm .red
{
	color:Red;
}