@charset "utf-8";

/* ===================================================================
CSS information
 file name  :  outline.css
 style info :  outlineページのCSS
=================================================================== */


/*----------------------------------------------------------------------------------
		 								outline
------------------------------------------------------------------------------------*/
#sub_page_title {
	background: url(../images/outline/ttl_outline.png) center top no-repeat;
	min-width: 950px;
	height: 156px;
}
#sub_page_title h2 {
	visibility: hidden;
}


div#contents h3 {
	text-align: center;
	margin-bottom: 40px;
}

div#contents h4 {
	clear: both;
	font-size: 116%;
	margin: 0 0 10px;
	color: #231815;
	font-weight: bold;
}


div#contents table {
	width: 100%;
	border-top: 1px solid #ccc;
}


div#contents table th {
	width: 110px;
	padding:3px 0 3px ;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	vertical-align: top;
	line-height: 2.1;
	font-size: 83%;
}

div#contents table td {
	padding:3px 0 3px 10px;
	border-bottom: 1px solid #ccc;
	line-height: 2.1;
	font-size: 83%;
}

div#contents table tr.second th,
div#contents table tr.second td {
	padding-top: 5px;
	padding-bottom: 8px;
}


div#contents table tr.third th,
div#contents table tr.third td {
	padding-top: 7px;
	padding-bottom: 12px;
}

div#contents table tr.third2 th,
div#contents table tr.third2 td {
	padding-top: 7px;
	padding-bottom: 13px;
}







div#contents table tr.boder_none td,
div#contents table tr.boder_none th {
	border: none;
}

div#contents table tr.bottom td,
div#contents table tr.bottom th,
div#contents table th.bottom {
	border-bottom: 1px solid #aaaaaa;
}

div#contents .left {
	width: 458px;
	float: left;
}

div#contents .right {
	width: 458px;
	float: right;
}


div#contents div.table_box {
	margin: 0 0 40px;
}

div#contents div.table_box:after {
	content: "."; display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

div#contents div.table_box { display: inline-block; }
div#contents div.table_box { display: block; }

div#contents p.caption {
		border-top: 1px solid #CCC;
		padding:3px 0 3px 5px;
		line-height: 2.1;
		background: #EBEBEB;
		font-size: 83%;
}

div#contents p.caption_bottom {
		border-top: none;
}






div#contents table.naibu {
	margin: 0 0 25px;
}



div#contents table.naibu th {
	width: 160px;
	vertical-align: top;
	padding: 3px 0 3px 0;
}

div#contents table.naibu td {
	padding: 3px 5px 3px 2px;
	vertical-align: top;
}

div#contents table.naibu tr.top th,
div#contents table.naibu th.top,
div#contents table.naibu tr.top td {
	border-bottom: 1px solid #B7B7B7 !Important;
}



div#contents table.last {
	margin-bottom: 30px;
}

div#contents table.last th {
	width: 148px;
	padding: 3px 0 3px 0;
}

p.lastTxt {
	font-size: 83%;
}