﻿@charset "utf-8";

/* -----------------------------------------------------------------
   contact
----------------------------------------------------------------- */
.content .sentence .form-name,
.content .sentence .form-mail,
.content .sentence .form-other {
	width     : 460px;
	margin    : 0 20px 0 0;
	font-size : 15px;
	border    : 1px solid #D80000;
}

.content .sentence .form-description {
	margin : 10px 0;
}

.content .sentence .form-origin {
	width     : 460px;
	margin    : 0;
	font-size : 15px;
	border    : 1px solid #D80000;
}

.content .sentence .form-body {
	width     : 460px;
	height    : 300px;
	margin    : 0;
	font-size : 15px;
	border    : 1px solid #D80000;
}

.content .sentence .form-submit {
	text-align : center;
}

.content .sentence .form-button {
	width      : 200px;
	height     : 50px;
	margin     : 10px;
	background : url(../images/contact-button.gif);
	border     : none;
	color      : #fff;
	font-size  : 24px;
	cursor     : pointer;
}

.content .sentence .text-link {
	width     : 460px;
	height    : 60px;
	margin    : 0;
	font-size : 15px;
	border    : 1px solid #D80000;
	overflow  : hidden;
}