@charset "utf-8";

/* ||| 基本枠組み の指定　|||| */
#top {
	width:98%;
	margin:0 auto 0px;
	padding:0px 10px;
	text-align:center;
	border-bottom:1px gray solid;
	}

/*	++++++++++++ メイン ++++++++++++	*/

/* 同意書 */
#agreement	{
	display:block;
	width:600px;
	text-align:left;
	line-height:2em;
	}
#agreement_ttl	{
	display:block;
	font-size:12pt;
	text-align:center;
	color:blue;
	margin:10px auto 5px;
	}
#agreement_lead	{
	display:block;
	width:580px;
	line-height:2em;
	text-align:left;
	margin-left:50px;
	color:red;
	}

.agreement_body	{
	width:96%;
	max-width:700px;
	height:500px;
	overflow:auto;
	border:1px gray solid;
	padding:1em 2em;
	text-align:left;
	margin:1em auto;
	line-height:1.8em;
	}
.agreement_body_ttl{
	font-size:1.1em;
	font-weight:600;
	text-align:center;
	display:block;
	color:blue;
	margin:1em auto;
	}
.agreement_item	{
	color:blue;
	font-weight:500;
	}

#link2inq	{
	color:blue;
	font-weight:600;
	margin:0 5px;
	border:1px blue dotted;
	padding:1px 4px;;
	}

#print_agreement	{
	width:500px;
	margin:20px auto 10px;
	border:1px gray solid;
	background-color:#EEE;
	color:maroon;
	text-align:center;
	}
#print_agreement:hover	{
	width:500px;
	border:1px maroon solid;
	background-color:maroon;
	color:white;
	cursor:pointer;
	}
.btn_agree	{
	display:block;
	width:180px;
	margin:20px auto;
	border:1px blue solid;
	padding:0.75em 1em;
	background-color:white;
	text-align:center;
	color:blue;
	border-radius:0 1.5em 1.5em 0;
	}
.btn_agree:hover	{
	border:1px blue solid;
	color:white;
	background-color:blue;
	cursor:pointer;
	}
.btn_print	{
	display:block;
	width:380px;
	margin:20px auto;
	border:1px blue solid;
	padding:0.75em 1em;
	background-color:white;
	text-align:center;
	color:blue;
	border-radius:1em;
	line-height:1.5em;
	}
.btn_print:hover	{
	border:1px blue solid;
	color:white;
	background-color:blue;
	cursor:pointer;
	}

