@charset "euc-jp";

/*================================
[scout.css][euc-jp]
[tokuda@n-di.co.jp]
=================================*/

@import url("../share/default.css");
@import url("../share/common.css");
@import url("../share/color.css");

@import url("../share/single_long.css");

/* Clearfix
=================================*/

ul.box:after,
.section:after,
.register:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}

ul.box li,
.section,
.register {
	display: inline-block;
}

/* Hide from Mac IE \*/
ul.box li,
.section,
.register {
	*height: 1%;
	display: block;
}
/* Hide from Mac IE */

/* =========================================
*  CONTENTS
* ========================================= */

p.para {
	margin: 1em 1em 0;
}

ul.box {
	margin-top: 1em;
}

	ul.box li {
		float: left;
		margin-right: 8px;
		width: 295px;
		height: auto !important;
		height: 130px;
		min-height: 140px;
		background: url(../../img/scout/box_bottom.gif) no-repeat left bottom;
	}
	
		ul.box li h2 {
			height: 41px;
			position: relative;
			background: url(../../img/scout/box_top.gif) no-repeat;
		}
		
			ul.box li h2 img {
				position: absolute;
				top: 15px;
				left: 20px;
			}
			
		ul.box li p {
			padding: 0 1em 1em;
		}
		
div.section {
	clear: left;
	margin-top: 1.5em;
}

	div.section p.img {
		float: left;
		width: 463px;
		text-align: center;
	}
	
	div.section dl {
		margin: 0 13px 0 463px;
	}
	
		div.section dl dt,
		div.section dl dd {
			border: solid #A6A6A6 1px;
		}
		
		div.section dl dt {
			margin-top: 1em;
			border-bottom: none;
			padding: 7px 0;
			background: #F2F2F2;
			text-indent: 1em;
		}
		
		div.section dl dt.first-child {
			margin-top: 0;
		}
		
			div.section dl dt img {
				vertical-align: middle;
			}
		
		div.section dl dd {
			padding: 1em;
		}
		
h2.titleFlow {
	margin-top: 1.5em;
}

h3 {
	margin-top: 1.5em;
}

div.register {
	margin: 2em auto 0;
	width: 871px;
}

	div.register div.hr {
		margin: 0;
	}

	div#cont div.register p.link {
		margin-left: 30px;
		margin-top: 1.5em;
		width: 287px;
		text-align: center;
	}
	
		div.register p.link span {
			margin-top: .5em;
			font-size: 80%;
		}
	
	div.register dl {
		padding: 1em 0;
		margin-left: 220px;
	}
	
div#cont p.note {
	margin: 2em auto 0;
	width: 800px;
}