body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 15px;
	line-height: 1.6em;
	background: url( '../image/bg-body.png' ) repeat 0 0;
}

a {
  color: #b51c42;
}

a:hover {
  color: #b51c42;
}

form#mail_form {
	width: 960px;
	margin: 50px auto;
	padding: 30px 0;
	line-height: 1.4em;
	border: 1px solid #cccccc;
	border-radius: 7px;
	box-shadow: 0 0 7px rgba( 0, 0, 0, 0.2 );
	background: #ffffff;
}

form#mail_form dl {
	width: 90%;
	margin: 0 auto;
	border-top: 1px solid #cccccc;
}

form#mail_form dl dt { 
	padding-top: 20px;
	font-weight: bold;
}

form#mail_form dl dd {
	margin: 5px 0 0 0;
	padding: 0;
}

form#mail_form dl dt .comment-required {
	color: #ff0000;
	font-size: 0.8em;
}

form#mail_form dl dt .comment-hankaku {
	color: #2986cc;
	font-size: 0.8em;
}

form#mail_form dl dd .comment {
	color: #444444;
	font-weight: normal;
}

form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"]
{
	max-width: 90%;
	height: 2em;
	padding: 2px 2%;	/* (A)左右に2% */
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
}

form#mail_form input#postal+a {
	display: inline-block;
	padding: 9px 15px;
	vertical-align: middle;
	line-height: 1;
	background: #5bc0de;
	border: 1px solid #46b8da;
	border-radius: 3px;
	color: #ffffff;
	font-family: inherit;
	text-decoration: none;
	position: relative;
	top: -1px;
}

form#mail_form textarea {
	display: block;
	width: 90%;
	max-width: 90%;
	height: 200px;
	padding: 2px 2%;
	resize: vertical;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
}

form#mail_form input[type="button"] {
	padding: 9px 15px;
	vertical-align: middle;
	line-height: 1;
	border-radius: 3px;
	color: #ffffff;
	-webkit-appearance: none;
	font-size: 100%;
}

form#mail_form input[type="button"]:hover {
	cursor: pointer;
}

form#mail_form input#form_submit_button {
	background: #5cb85c;
	border: 1px solid #4cae4c;
}

form#mail_form input#form_back_button {
	background: #999999;
	border: 1px solid #888888;
}

form#mail_form input#name,
form#mail_form input#furigana,
form#mail_form input#company,
form#mail_form input#deployment,
form#mail_form input#phone,
form#mail_form input#mail_address
{
	/* 全体の幅＝100%－((A)左右に2%＝4%)＝96% */
	width: 48%;	/* 全体の幅の半分 */
}
form#mail_form input#postal,
form#mail_form input#phone
{
	width: 24%;
}
form#mail_form input#address {
	width: 72%;
}

form#mail_form p#form_submit {
	width: 90%;
	margin: 0 auto;
}

/***********************************************************************
/* レスポンシブ */
@media screen and ( max-width: 1600px ) {

form#mail_form {
	width: 95%;
}

form#mail_form input#name,
form#mail_form input#furigana,
form#mail_form input#company,
form#mail_form input#deployment,
form#mail_form input#address,
form#mail_form input#phone,
form#mail_form input#mail_address
{
	/* 全体の幅＝100%－((A)左右に2%＝4%)＝96% */
	width: 96%;	/* 全体の幅いっぱい */
}
form#mail_form input#postal {
	width: 48%;
}

}
/* 1000pixel end */
