/*******************************************
*
* 国際医療福祉大学病院 診療科のご紹介
* 2018.6.5
*
********************************************/

@charset "UTF-8";


/* ==========================================================
*
* コーナー共通
*
========================================================== */

#mainCol h5{
	margin-top:2em;
}


#mainCol ol.numList > li{
	line-height:155%;
	margin-bottom:0.5em;
}

.colerdBox > h6{
	margin-bottom:1em;
}


ul.list_w > li{
	width:50%;
	min-width:50%;
	max-width:50%;
}


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

	ul.list_w > li{
		width:100%!important;
		min-width:100%!important;
		max-width:100%!important;
	}

}


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

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

.subContList > ul > li{
	display:block;
	overflow:hidden;
	padding:0 2px;
	width:33%;
	float:left;
}

.subContList > ul > li > a{
	display:block;
	overflow:hidden;
    border-radius: 10px;
    padding:1em;
    font-size:1.0em;
    line-height:100%;
    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 > ul > li > a:hover{
	opacity:0.5;
}


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

	.subContList > ul > li{
		width:100%;
		float:none;
		padding:2px 0;
	}
}

.subContList2{
    display:block;
    overflow:hidden;
    margin-bottom:50px;
}

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

.subContList2 > ul > li{
    display:block;
    overflow:hidden;
    padding:0 2px;
    width:33%;
    float:left;
    margin-bottom:5px;
}

.subContList2 > ul > li > a{
    display:block;
    overflow:hidden;
    padding:1em;
    font-size:1em;
    line-height:100%;
    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;
}

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

/*
.subContList2 > ul > li:nth-child(2) > a{
    pointer-events:none;
    opacity:0.25;
}
*/

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

    .subContList2 > ul > li{
        width:100%;
        float:none;
        padding:2px 0;
    }
}
/********************************
各診察科のご案内 TOP
********************************/
dl.dlCompact_8m > dt{
	width:10em;
}

dl.dlCompact_8m > dd{
	width:calc(100% - 10em);
}

/********************************
回復期リハビリテーションセンター
********************************/

.flowCaution{
	display:block;
	overflow:hidden;
	margin-top:1em;
}


/********************************
追加
********************************/


