@charset "utf-8";
/* CSS Document */

.tabrow {
text-align: center;
list-style: none;
padding: 0;
line-height: 40px;
margin-bottom: 30px;
}
.tabrow li {
width:400px;
margin: 0 !important;  
border: 1px solid #ccc;
background: #EAECFD;
display: inline-block;
}
.tabrow li a{
padding: 8px 50px;
display: block;
text-decoration: none;
}
.tabrow li.selected {
background: #FFF;
}
.tabrow {
position: relative;
}
.tabrow:after {
position: absolute;
content: "";
width: 100%;
bottom: 0;
left: 0;
border-bottom: 1px solid #ccc;
z-index: 1;
}
.tabrow:before {
z-index: 1;
}
.tabrow li {
position: relative;
z-index: 0;
}
.tabrow li.selected {
z-index: 2;
border-bottom-color: #FFF;
}



/*がん治療*/

.cenTxt {
text-align: right;
}
.cenImg {
text-align: center;
}
.cenImg02 {
float: left;
margin-right: 20px;
}
.cenImg03 {
float: right;
margin-bottom: 20px;
margin-left: 20px;
}
.cenImg04 {
float: right;
}
.cenTxt02 {
font-size: 123.1%;
color: #5158A0;
font-weight: bold;
}
.cenTable {
width: 100%;
}
.cenTable tr th  {
background-color: #5158A0;
padding-top: 10px;
padding-bottom: 10px;
font-weight: bold;
text-align: center;
color: #FFF;
}
.cenTable tr td {
padding-top: 10px;
padding-bottom: 10px;
padding-left: 15px;
}

/*がんの治療法*/
.cenLis {
width: 880px;
}
.cenLis li {
float: left;
text-align: center;
margin-right: 20px;
}
.cenLis li p {
text-align: left;
}
.cenLis li.last{
margin-right: 0;
}
.cenLis li a {
display: block;
width: 260px;
background-color: #fff;
text-decoration: none;
color: #000;
padding-top: 4px;
padding-bottom: 4px;
border-bottom: 1px #CCCCCC dotted;
}
.cenLis li a:hover,
.cenLis li.selected a {
background-color: #EAECFD;	
}
.cenBox {
float: left;
margin-right: 30px;
}

/*2018.11.2*/

.patientTxt {
font-size: 123.1%;
color: #5158A0;
font-weight: bold;
}


/*2019.10.11*/

.canFormBtn {
width: 350px;
background-color: #EAEBFD;
font-size: 116%;
text-align: center;
margin-right: auto;
margin-left: auto;  
}
.canFormBtn a {
padding: 20px 30px;
display:block;
text-decoration: none;
line-height: 1.2em;
}
.canFormBtn a:hover {
background-color:#1d235e;
color:#ffffff;
}