@charset "utf-8";
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table.table_basic {
	border-top:1px solid #eedaa3;
	border-right:1px solid #eedaa3;
	border-left:1px solid #eedaa3;
	border-bottom:1px solid #eedaa3;
	margin:20px 0;
	width:100%;
}

table.table_basic_none {
	margin:20px 0;
	width:100%;
}
table.table_basic_none2 {
	margin:20px 0;
	width:100%;
}

table.table_basic_none th {
	padding:10px;
  /*padding:20px;*/
  /*border-radius: 4px;*/
}
table.table_basic_none td {
	padding:10px;
  /*padding:20px;*/
}


table caption {
	text-align:left;
	margin-bottom:5px;
  font-weight: bold;
  
}
table.table_basic th {
	background-color:#eeece0;
	text-align: center;
/*
	border-bottom:1px solid #eedaa3;
	border-left:1px solid #eedaa3;
*/
	border-right:none;
	padding:10px;
  /*padding:20px;*/
  color: #555555;
  /*border-radius: 4px;*/
}
table.table_basic td {
/*
	border-bottom:1px solid #eedaa3;
	border-left:1px solid #eedaa3;
*/
	padding:10px;
  /*padding:20px;*/
 background-color: #FFF;
		text-align: left;
}

td.narrow_td {
	width:1%;
}
div#item table.table_basic td li {
	margin:0;
}

.table_basic th.bg_gray,
.table_basic td.bg_gray {
	background: #f7dddd;
}
.table_basic th.bg_color,
.table_basic td.bg_color {
	background: #fff0bd;
	border-top:none;
	border-right:none;
}
.table_basic th.bg_color2,
.table_basic td.bg_color2 {
	background: #f5f5f5;
	border-top:none;
	border-right:none;
}
.table_basic2 th.bg_gray,
.table_basic2 td.bg_gray {
	background: #f7dddd;
}
.table_basic2 th.bg_color,
.table_basic2 td.bg_color {
	background: #fff0bd;
	border-top:none;
	border-right:none;
}


.table_layout {
	margin: 10px 0;
	border: none !important;
	font-size:13px;
}
.inner {
	margin: 0!important;
}
.table_layout th {
	padding: 0 !important;
	background: transparent !important;
	font-weight: normal;
	vertical-align: top;
	white-space: nowrap;
	border: none !important;
	text-align:left;
}
.table_layout td {
	padding: 0 !important;
	border: none !important;
	background:none !important;

}

.table_layout2 {
	/*margin: 10px 0;*/
	border: none !important;
	font-size:15px;
}

.table_layout2 th {
	padding: 0 0 5px 0 !important;
	background: transparent !important;
	font-weight: normal;
	vertical-align: top;
	white-space: nowrap;
	border: none !important;
	text-align:left;
}
.table_layout2 td {
	padding: 0 0 5px 0 !important;
	border: none !important;
	background:none !important;
}
table.hokenryo_table {
	margin-right: auto;
}

@media screen and (max-width: 700px){	
.long_table {
	width: 100%;
	overflow: scroll;
}
/*
.long_table table.table_basic {
	width:200%;
}
*/
.long_table table.width_none {
	width:auto;
}
.long_table table.table_basic2 {
	width:200%;
}
.long_table table.table_basic table.table_basic {
	width: auto;
}
}

