@charset "utf-8";
/* ===================================================================
CSS information

 editor     :ayame
 author     :拡散風洞
 style info :スペシャルページ設定
=================================================================== */

/*----------------------------------------------------
	contents
----------------------------------------------------*/
#contents {
	min-height:500px;
	height:auto !important;
	height:500px;
}
.patch01 {
	margin-bottom: 20px;
	padding-bottom: 40px;
	border-bottom: 1px #999 solid;
}

/*----------------------------------------------------
	dl
----------------------------------------------------*/
dl {
	width: 550px;
	margin-bottom: 20px;
}
dt {
	width: 110px;
	float: left;
	font-weight: 700;
}
dd {
	width: 410px;
	float: right;
	border-left: 1px #ccc dotted;
	padding-left: 15px;
}

/*----------------------------------------------------
	ul
----------------------------------------------------*/
.btn_patch01 {
	width: 528px;
	text-align: center;
	padding: 10px;
	border: 1px #999 solid;
}