﻿@charset "UTF-8";


/* -------------------------------------------------------------------
 CONTACT USページ(English)
------------------------------------------------------------------- */
/* CONTACT USの通常文字サイズ設定用に追加  20111214 */
.font_middle {
	font-size:14px;
}
.font_normal {
	font-size:12px;
}

/* 送信ボタン */
#post_btn input[type="submit"]{
/*	float:right;*/
	border:0;
	background-image: url(/img/e_button_send.gif);
	width: 180px;
	height: 29px;
	text-indent:-9999px;
}
#wrap button{
	float:none;
	border:0;
	background-image: url(/img/e_button_send.gif);
	width: 180px;
	height: 29px;
	text-indent:-9999px;
}
#wrap button:hover{
	float:none;
	cursor:pointer;
	background-image: url(/img/e_button_send.gif);
	width: 180px;
	height: 29px;
	text-indent:-9999px;
}

/* エラーメッセージ */
span.wpcf7-not-valid-tip-no-ajax,
div.wpcf7-validation-errors
{
	display:block;
	color:#FF0000;
}

/* テキストボックス */
span.your-name input,
span.your-email input,
span.your-subject input
{
	width:300px;
}
span.your-message textarea {
	width:350px;
	height:180px;
}
/*
.contact_btn {
	background-image: url(img/e_button_send.gif);
}
*/
