@charset "utf-8";

/* =======================================

	CSS

 -----------------------------------------
	INDEX
 -----------------------------------------
 	1.Info Caption
		1-2.PDF
		
	2.Info List01
	
	3.Info List02
	
	4.parallel-section
		4-1.Table Type4

========================================== */

/* 1.Info Caption
========================================== */
#contents .info-caption {
	margin: 0 0 30px;
	height: 100%; /* for IE */
}

#contents .info-caption.type02 {
	margin-top: 0;
}

#contents .info-caption p.date {
	margin: 0; /* Reset */
	padding: 4px 11px;
	border-top: 1px solid #FFF;
	background: #F0F0F0;
	font-weight: bold;
}

#contents .info-caption .item {
	padding: 7px 11px;
	border: solid #F0F0F0;
	border-width: 0 1px 1px
}

#contents .info-caption .item p,
#contents .info-caption .item ul {
	margin: 0; /* Reset */
}

	/* 1-2.PDF
	---------------------------------------- */
	#contents .info-caption .item ul.pdf {
	}
	
	#contents .info-caption .item ul.pdf li {
		padding: 1px 0 0 15px;
		background: url(../../img/common/ico_pdf.gif) no-repeat 0 4px;
	}


/* 2.Info List01
==========================================
#contents dl.info-list01 {
	margin: 0 0 30px;
}

#contents dl.info-list01 dt {
	margin: 15px 0 0;
	padding: 5px 8px;
	background: none #F0F0F0;
	color: #444;
	font-weight: bold;
}

#contents dl.info-list01 dd {
	padding: 10px 8px;
}

#contents dl.info-list01 dd.lead {
	padding-left: 15px;
	background: url(../../img/common/ico_arrow_05.gif) no-repeat 0 14px;
}

#contents dl.info-list01 dd.image {
	padding: 10px 0;
}

#contents dl.info-list01 dd p {
	margin: 5px 0 0;
	font-size: 100%;
}

#contents dl.info-list01 dd ul {
	margin: 5px 0 0;
	font-size: 100%;
	list-style-type: disc;
	list-style-position: inside;
} */


/* 3.Info List02
========================================== */
#contents ul.info-list02 {
	margin: 0 0 30px;
}

#contents ul.info-list02 li {
	padding: 5px 10px;
	background: none #F0F0F0;
	color: #444;
}


/* 4.parallel-section
========================================== */
#contents .parallel-section {
	margin: 0 0 0 -10px;
	padding: 0 0 30px;
	width: 534px;
	height: 100%; /* Reset */
}

#contents .parallel-section:after { /* for Modern Browser */
	content: "."; display: block; clear: both; height: 0px; visibility: hidden;
}

#contents .parallel-section h3 {
	margin: 0 0 0 10px;
}

#contents .parallel-section .attention {
	margin: 0 0 20px 10px;
}

#contents .parallel-section .pagetop {
	clear: both;
	margin-left: 10px;
}

	/* 4-1.Table Type4
	---------------------------------------- */
	#contents .parallel-section .parallel-table {
		float: left;
		display: inline;
		margin: 20px 0 0 10px;
		width: 257px;
	}

	#contents .parallel-section .parallel-table table.table-type4 {
		margin: 0;
	}
	
	#contents .parallel-section .parallel-table table.table-type4 tr {
	}
	
	#contents .parallel-section .parallel-table table.table-type4 tr th {
	}
	
	#contents .parallel-section .parallel-table table.table-type4 tr td.store {
		width: 100px;
	}
	
	#contents .parallel-section .parallel-table table.table-type4 tr td.post-number {
	}
	