﻿@charset "utf-8";

/* ===================================================================
	Site Name: base

	Author: aki
=================================================================== */

.err{
	color:red;
}

#readtext{
	width:650px;
	margin:20px auto;
}

#input-box{
	width:650px;
	margin:20px auto;
}

#input-box-inner{
	border:1px solid #000000;
	background-color:#ffffff;
	padding:20px;
}

#input-box #ch{
	text-align:center;
	margin:10px 0 0 0;
}

#input-box dl{
	border:1px dashed #cdcdcd;
	border-width:0 0 1px 0;
	padding:10px 20px;
}

#input-box dt{
	float:left;
	width:120px;
	background:url(../img/contact/mark.gif) left center no-repeat;
	padding:0 0 0 20px;
}

#input-box dd{
	float:right;
	width:400px;
}

#input-box dd input{
	width:390px;
}

#input-box dd textarea{
	width:390px;
	height:130px;
}