@charset "UTF-8";
/* CSS Document */
.kamoku {
   color: #333333;
    font-size: 1.25em;
    font-weight: normal;
    padding-left: 0.3em;
    border-left: 5px solid #FF020E;
    margin-bottom: 0.5em;
    /*margin-top: 2em;*/
}
	

/*table*/

table
{
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
table a{
    color: #FF020E;
}
table a:hover{
    color: #A83524;
}
.table_left {
  width: 45%;
    float: left;
}
.table_right {
  width: 45%;
    float: right;
}

table.table_01{
	border:solid #FF020E thin;
	width:100%;
}
/*table.table_01 */
table.table_01 th{
	background-color:#FFFFFF;
	width:20%;
    color: #333333;
    
}
table.table_01 th,.table_01 td{
	border:solid #FF020E thin;
	 padding: 20px;
    line-height: 35px;   
}
/*----table_01----*/	
/*----医師紹介----*/

	table.table01 {
    width: 100%;
    border-right: thin solid #FF020E;
    border-collapse: collapse;
}
table.table01 thead th {
    padding: 7px 7px;
    border-right: thin solid #FF020E;
    border-bottom: #FF020E solid thin;
    border-left: thin solid #FF020E;
    border-top: thin solid #FF020E;
/*background-color: #D3EDFB;
	color: #FF020E;
		width: 20%;	*/
	
}
table.table01 thead th:last-child {
    border-right: thin solid #FF020E;
}
table.table01 tbody th {
	padding:7px 7px;
    border-left:#FF020E solid thin;
	border-bottom:#FF020E solid thin;
    border-top: thin solid #FF020E;
	vertical-align:top;
/*background-color: #D3EDFB;*/
	color: #333333;
		width: 14%;	

}
table.table01 tbody tr:last-child th {
    border-bottom: thin solid #FF020E;
}
table.table01 tbody td {
    padding: 7px 7px;
    border-left: #FF020E solid thin;
    border-bottom: thin solid #FF020E;
    border-top: thin solid #FF020E;
    vertical-align: top;
}	
