@charset "utf-8";

/* サイト名 フォーム設定CSS */

/*

	1. 基本設定
	2. サイズ設定

*/

/* *************************************************
   1. 基本設定
************************************************* */

select,
option,
input[type="submit"],
input[type="button"] {
	font: inherit;
}

select,
option,
textarea,
input[type="text"],
input[type="password"],
input[type="submit"],
input[type="button"] {
	font-family: "Helvetica", "Verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
}

select,
option,
input[type="submit"],
input[type="button"] {
	font-size: 12px;
}

textarea,
input[type="text"],
input[type="password"] {
	background-color: #FFFFFF;
	border: 1px solid #CFCFCF;
	padding: 6px;
	outline:none;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus {
	border: 1px solid #00AFF0;
}

select,
option {
	padding: 2px 2px 0;
}

input ,select, img{
	vertical-align: middle;
}

/* ラベル */

label {
	display: block;
	font-weight: bold;
}

label.i-b {
  font-weight: normal;
	display: inline-block;
	*display: inline;  
  *zoom: 1;
}

/* ボタン配置 */

.btn-area {
	padding: 16px 0;
	text-align: center;
}

.btn-area input,
.btn-area img {
	margin: 0 10px;
}

/* *************************************************
   2. サイズ設定
************************************************* */
