@charset "shift_jis";

/* ▼共通指定 */
/* ----------------------------------------------------- */
*{
	margin:0;
	padding:0;
	}
input[type="submit"] {
  -webkit-appearance: none;
}
body{
	margin:0;
	padding:20px 0 0 0;
	color:#666666;
	text-align:center;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.wrapper{
	text-align:left;
	margin:0 auto;
	width:695px;
	}

h1{
	margin:20px 0;
	}
p{
	line-height:170%;
	}
p.lead{
	margin-bottom:34px;
	}
a{
	color:#225E9A;
	text-decoration:none;}
a:hover{text-decoration:underline;}
a img{
	border:none;
	text-decoration:none;
	}

/* ▼テーブル */
/* ----------------------------------------------------- */	
.law-table{
	margin-bottom:20px;
	}
.law-table th{
	background:url(../img/law-th.gif) bottom left no-repeat;
	padding:0 30px 0 21px;
	font-weight:normal;
	font-size:12px;
	text-align:left;
	}
.law-table td{
	background:url(../img/law-td.gif) bottom left repeat-x;
	padding:6px 0 6px 20px;
	font-size:12px;
	line-height:150%;
	}		
.attention{
	color:red;
	}
#send-btn{
	width:695px;
	text-align:center;
	padding:20px 0 0 0;
	}
	
/* フッター情報
-----------------------------------------------------------------*/	
.footer{
	padding:20px 0;
	text-align:right;
	margin-top:20px;
	border-top:1px solid #bbbbbb
	}

	