@charset "utf-8";

/* 本文 */
body {
	font-size: 85%;
	background: #fff;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* テーブル */
table.form {
	border: 1px solid #7777bb;
	border-collapse: collapse;
	margin-top: 1em;
}
table.form th, table.form td {
	text-align: left;
	border: 1px solid #7777bb;
	padding: 8px;
	font-weight: normal;
}
table.form th {
	white-space: nowrap;
	background: #cccce6;
}
table.form td {
	background: #f0f0f0;
}

/* タイトル装飾 */
strong.ttl {
	text-align: left;
	border-left: solid 4px #cc0000;
	display: block;
	padding: 2px 5px;
	margin-top: 2em;
}

/* メッセージ */
p.msg {
	color: #dd0000;
	margin: 2em;
}
span.msg {
	color: #dd0000;
}

/* 戻りボタン */
form.back {
	margin-top: 2em;
}
.small{
	font-size:8pt;
	line-height:10pt;
}
.fs10{
	font-size:10pt;
	line-height:12pt;
}
/*------------------------------------------
  SmartPhone
------------------------------------------*/
.item{
	width:calc(100% - 5px);
	max-width:600;
	border-bottom:1px #0000FF dotted;
	border-left:3px #0000ff solid;
	font-size:12pt;
	line-height:16pt;
}
.ans{
	margin:2px 0px 10px 4px;
	font-size:12pt;
	line-height:16pt;
}
.ai{
	width:calc(100% - 10px);
}
#bd_year{width:40px;}
#bd_month{width:20px;}
#bd_date{width:20px;}
#email{width:calc(100% - 10px);}
#tel{width:200px;}
.w40{width:40px;}
.w200{width:200px;}
.mess{
	width:calc(100% - 10px);
	height:100px;
}
ol{font-size:8pt;line-height:12pt}




  