@charset "shift-jis";


* {
	margin: 0px;
	padding: 0px;
}

.clearFix:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
}

/* IE7- */
.clearFix {
	min-height: 1px;
}

/* Hides from IE-mac \*/
* html .clearFix {
	height: 1%;
}
/* End hide from IE-mac */




html {
	height: 100%;
}
body {
	height: 100%;
	text-align: center;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 13px;
	line-height: 1.5;
	background: url(../img/bg.png) center -10px repeat #fbfbf8;
}

img {
	border: 0px;
}

a {
	text-decoration:none;
	color:#ea5413;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

/* === オリジナル ==================================================== */

#mainFrame {
	width: 600px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
	padding:0;
    border: none;
	background:  none !important;
}


/* --- ヘッダー/ロゴ周り ------------------------- */

#formLogo {
	overflow: hidden;
}
#formLogo img {
	margin: 0 0 0 -20px;
}
#formPurpose {
	margin-top:20px;
	text-align: right;
}




/* --- 表組み部分 -------------------------------- */

.wire {
	width:560px;
	margin:0 auto;
	overflow:auto;
	background:#FFF;
    border: none;
	padding: 20px 20px 0;
}

#outline.wire{
	margin:0 auto;
}

.wire h2 {
	font-size: 18px;
	padding: 7px 15px 5px 15px;
	background-color: #000;
	border: none;
	color:#FFF;
}
.wire h3 {
	font-size: 14px;
	padding: 3px 0px 2px 10px;
	border-left: 10px solid #973f23;
}

.read {
	background-color:#f2f1f0; 
	padding: 20px 15px;
	border-bottom: none;
}

.read li {
	margin-left:20px;
	padding:3px 0;
	}

.attention {
	padding: 20px 15px;
}

.attention ul {
	margin: 0px 0px 0px 20px;
}

.attention ul li {
	padding: 0px 0px 5px 0px;
	color: #e59900;
	font-size: 12px;
}
.mandatory {
	color:#ea5413;
	}

.font_b {
	font-size:1.2em;
	}
.font_b strong {
	color:#00a13f;
	}


/* --- 情報限定部分 ------------------------------ */

#outline h2 {
	background-color: #000;
	color:#FFF;
}




/* --- フォーム限定部分 -------------------------- */

#entryForm h2 {
	background-color: #000;
	color:#FFF;
}

#entryForm dl {
	padding: 2px;
	background-color: #f2f1f0;
	border-top: 1px solid #d8d8d8;
}

#entryForm dl dt {
	float: left;
	width: 120px;
	padding: 15px 0 0 10px;
}

#entryForm dl dd {
	float: right;
	width: 390px;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	padding: 12px 10px;
	background-color: #f2f1f0;
}

#buttonArea {
	padding: 20px 10px;
	margin:0;
  border-top: 1px solid #d8d8d8;
}




/* --- フォーム入力欄 ---------------------------- */

input.box-s {
    width: 80px !important;
}

input[type="text"] {
	width: 350px;
	padding: 8px 10px;
	border:1px solid #999;
	border-radius: 3px;
	font-size: 13px;
}

input[type="radio"],
input[type="checkbox"] {
	vertical-align: middle;
}

input[type="submit"] {
	margin-left: 170px;
	padding: 15px 20px;
	color: #fff;
	letter-spacing:1px;
	font-size:14px;
	font-weight:bold;
	background-color: #008ccf;
  box-shadow: 0 2px 0 0 #376ab3;
	border:1px solid #376ab3;
	border-radius: 3px;
	cursor:pointer;
	-webkit-appearance: none;
}
input[type="submit"]:hover {
  box-shadow: 0 0 0 0 #d46800;
	position:relative;
	top:2px;
}

input[type="button"],
input[type="reset"] {
	float: right;
	padding: 10px 20px;
	color: #666;
	font-weight:bold;
	background-color: #ddd;
	box-shadow: 0 2px 0 0 #aaa;
	border:1px solid #aaa;
	border-radius: 3px;
	cursor:pointer;
	-webkit-appearance: none;
}
input[type="button"]:hover,
input[type="reset"]:hover {
	box-shadow: 0 0 0 0 #aaa;
	position:relative;
	top:2px;
}

input.btn {
	float: right;
}

input.btn_reset {
	float: right;
}


label, select{
	cursor: pointer;
}

select {
	padding: 8px 10px;
	border-radius: 3px;
	border:1px solid #999;
}

textarea {
	width: 350px;
	height: 100px;
	padding: 8px 10px;
	border-radius: 3px;
	border:1px solid #999;
	font-size: 13px;
}


/* --- 送信完了画面 ------------------------------ */

.thankyou p {
	padding: 40px 0px;
	font-size: 16px;
	text-align: center;
}


/* --- フッター ---------------------------------- */

#footer {
	margin-top: 40px;
	padding-bottom: 40px;
	font-size: 12px;
	text-align: center;
}

#footer a {
	color: #333;
	text-decoration: none;
}

#footer a:hover {
	color: #04c;
	text-decoration: underline;
}


