@charset "UTF-8";
/*******************************************
*
* 診療科のご紹介　創傷治療センター
* 2020.07.08
*
********************************************/

/* for Sp --------------------*/
@media screen and (max-width: 738px) {
  .subContList_wound > ul > li {
    width: 100%;
    float: none;
    padding: 2px 0;
  }

  .spsmg0 > p {
    padding: 0 !important;
    border: none;
  }

  .mxw350 {
    max-width: 350px;
  }

  .mxw342 {
    max-width: 342px;
  }
}



/********************************
サブコーナーリンク
********************************/
.subContList_wound{
    display:block;
    overflow:hidden;
    margin-bottom:50px;
}

.subContList_wound > ul{
    display:block;
    overflow:hidden;
}

.subContList_wound > ul > li{
    display:block;
    overflow:hidden;
    padding:0 2px;

    width:auto;
    min-width:15%;

    float:left;
    margin-bottom:5px;
}

.subContList_wound > ul > li > a{
    display:block;
    overflow:hidden;
    padding:0.5em;

    font-size:0.85em;
    line-height:120%;
    
    text-align:center;
    text-decoration:none!important;
    color:#000000;
    border-radius: 5px;
    border:1px solid #333333;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color:#ffffff;
}

.subContList_wound > ul > li > a:hover{
    opacity:0.5;
}



/* for Sp --------------------*/
@media screen and (max-width: 738px) {

    .subContList_wound > ul > li{
        width:100%;
        float:none;
        padding:2px 0;
    }
    .subContList > ul > li > a{
        font-size:1em;
    }
}


.subContList_wound > ul > li > a{
    color:#ff6864;
    border-color: #59227a;
}
.subContList_wound > ul > li.current > a{
    color:#ffffff!important;
    background-color:#59227a;
}



/********************************
photoBox 小さい枠の横幅指定
********************************/
.pB40{
	width: 90px;
}

.pB60{
	width: 110px;
}

.pB125{
	width: 175px;
}
.pB165{
	width: 215px;
}


/********************************
photoBox 枠全体をリンク
********************************/

.wcc{
	position:relative;
}


.wccLink{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding:25px;
}

/********************************
columTxtのmargin調整
********************************/
#mainCol p.columTxt_wcc{
    margin:0em 0 2.5em;
    line-height:100%;
}
