@charset "euc-jp";

/*
  Project: responsive-CMS CSS-Set Ver.DIS-Res01-2013
  Proprietor: Eitatsu Shimada
  Designing: ABSORBER SP Section
  Created: Wed Aug 14 2013
*/

/*---------------------------------------------------------------------- */
/* table Styles A
------------------------------------------------------------------------ */


.table-item {
	line-height: 160%;
	font-size: 13px;
	padding-bottom: 40px;
	padding-top: 4px;
	width: 100%;
}

table{
	border-collapse:collapse;
	}


.table-item .bottom-lead {
	margin-left: 18px;
	padding-bottom: 2px;
	padding-top: 12px;
	font-size: 1.1em;
}

.table-item .bottom-lead ul {
	margin-bottom: 10px;
	margin-top: 10px;
	list-style-position: outside;
	list-style-type: none;
}

.table-item .bottom-lead ul li {
	list-style-position: outside;
	margin-left: 34px;
	list-style-type: none;
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: 1em;
}


#table01 .ta {
	padding-left: 0;
	padding-top: 18px;
	font-size: 1.1em;
	text-align: left;
	clear: both;
	display: block;
}

#table01 .va {
	padding-left: 8px;
	font-size: 1em;
	list-style-type: none;
	text-align: left;
	display: block;
}

	
/*---------------------------------------------------------------------- */
/* table 01
------------------------------------------------------------------------ */	
	

#table01 {
	width: 100%;
	border-collapse: collapse;
}
#table01 th {
	padding-left: 6px;
	padding-bottom: 6px;
	padding-right: 4px;
	padding-top: 6px;
	font-size: 1.1em;
	border: 1px solid #ccc;
}
#table01 td {
	padding-left: 24px;
	padding-bottom: 6px;
	padding-right: 4px;
	padding-top: 6px;
	font-size: 1.1em;
	border: 1px solid #ccc;
}
#table01 th {
	padding-left: 24px;
	padding-right: 24px;
	font-size: 1.1em;
	color: #2e477a;
	text-align: left;
}
#table01 thead th {
	padding-left: 24px;
	padding-right: 24px;
	font-size: 1.1em;
	color: #fff;
	background:#2e477a;
}
#table01 td ul{
	margin-top: 6px;
	margin-bottom: 6px;
			}

#table01 td .t-cap1 {
padding-right: 6px;
line-height: 155%;
padding-bottom: 2px;
padding-top: 2px;
list-style-position: outside;
list-style-type: disc;
color: #2e477a;
font-size: 0.9em;
margin-left: 30px;
}

#table01 td .t-cap2 {
padding-right: 6px;
line-height: 155%;
padding-bottom: 2px;
padding-top: 2px;
list-style-position: outside;
list-style-type: decimal;
color: #2e477a;
font-size: 0.9em;
margin-left: 30px;
}

#table01 td .t-cap3 {
padding-right: 6px;
line-height: 155%;
padding-bottom: 2px;
padding-top: 2px;
list-style-position: outside;
list-style-type: none;
color: #2e477a;
font-size: 0.9em;
margin-left: 30px;
}

#table01 tbody td .resp-t {
display: none
}



@media only screen and (max-width:800px){
	#table01 {
		font-size: 1.1em;
		line-height: 160%;
		display: block;
	}
		#table01 thead{
			display: none;
		}
		#table01 tbody{
			display: block;
		}
			#table01 tbody tr{
				display: block;
				margin-bottom: 1.5em;
			}
			#table01 tbody th,
			#table01 tbody td{
				display: list-item;
				border: none;
			}
			#table01 tbody th{
				padding-bottom: 5px;
				padding-top: 8px;
				text-align: left;
				font-size: 1.3em;
				margin-bottom: 5px;
				list-style-type: none;
				color: #fff;
				background: #2e477a;
				padding-left: 12px;
			}
			#table01 tbody td ul{
				margin-top: 8px;
				margin-bottom: 6px;
			}
			#table01 tbody td{
				list-style-type: none;
				margin-left: 6px;
				padding: 4px;
				font-size: 1em;
			}



			
#table01 tbody td .resp-t {
padding-bottom: 8px;
display: inline;
padding-right: 12px;
color: #2e477a;
font-size: 1.3em;
}

}



