@charset "utf-8";
/* CSS Document */

/* 共通の設定 */

/* フォーム部品のスタイル */

.inline { display:inline; }
.center { text-align:center; }

input,select,textarea { 
	font-size:13px;
	font-size:1.3rem;
	color:#000;
	border:solid 1px #999;
	margin-bottom:5px;
	}

.botton { font-size:12px; }

input:focus { border:solid 1px #EEA34A; } /* 入力フォームにフォーカスした時に枠線の色を変える */

div.error { margin-left:14px; }
div.error li { margin-left:25px; color:#FF0033; }

div.section h2 + p { }

div.section h3 + p { }

div.section input.middle { width:70%; }
div.section input.narrow { width:30%; }
div.section textarea.textarea { width:70%; }

div.close { width:600px; text-align:center; margin:0 auto 2em auto; padding:5px; }

div.bottomLink { text-align:right; padding:5px; }
div.bottomLink li { list-style:none; padding-left:16px; display:inline; }
