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

@charset "UTF-8";




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

/*#mainCol h3,
#mainCol h4.wline{
	margin-top:50px;
}*/
.mgt1em{
	margin-top:1em!important;
}


.colerdBox{
	margin-top:2em;
}

.nomg{
	margin:0 0 2em;
}

.mgb2m{
	margin-bottom:1.5em!important;
}


table > caption{
	text-align:center;
	margin-bottom:0.5em;
}

.colerdBox > p.columTxt{
	margin-bottom:0!important;
}



.icnf-facebook_af > p:after{
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iuhw' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size:inherit;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left:5px;
}


.icnf-facebook:before,
.icnf-facebook_af > p:after {
  content: "\ea92";
  font-size:inherit!important;
  color:#3b5998!important;
}

a.icnf-facebook{
  text-decoration:none!important;
}



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

    table > caption{
		text-align:left;
	}

	.flBrakeSp{
		float:none!important;
	}

}
/* ==========================================================
*
* インデックス
*
========================================================== */
.toppg .idxList li{
	font-size:1.1em;
	width:50%;
	max-width:50%;
}

.toppg .icnf-facebook > span{
	display:none;
}


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

   .toppg .idxList li{
		font-size:1.0em;
		width:100%;
		max-width:100%;
	}

}


/* ==========================================================
*
* デイケアセンター
*
========================================================== */
@media screen and (max-width: 738px) {

    img.mw500{
		max-width:500px;
	}

    img.mw580{
		max-width:580px;
	}

	img.mw300{
		max-width:300px;
	}

}



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

.subContList > ul{
	display:block;
	overflow:hidden;
		margin-bottom:12px;
}

.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;
    }
}


/* リレーコラム*/
.discList_colm > ul{
    display:block;
    overflow:hidden;
    margin:25px 0 50px;
}

.discList_colm > ul > li{
    display:block;
    /*overflow:hidden;*/
    min-width:50%;
    max-width:66%;
    float:left;
    padding:0.5em 1.0em 0.5em 1.2em ;
    /*padding-left:1.2em;
    padding-right:1.0em;*/
    text-indent:-1.1em;
    list-style-type: disc;
}

@media screen and (max-width: 738px) {
.discList_colm > ul > li{
    display:block;
    /*overflow:hidden;*/
    min-width:99%;
    float:left;
    padding:0.5em 1.0em 0.5em 1.0em ;
    /*padding-left:1.2em;
    padding-right:1.0em;*/
    text-indent:-1.1em;
    list-style-type: disc;
}

}
