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

@charset "UTF-8";



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

/*#mainCol h3,
#mainCol h4.wline{
	margin-top:50px;
}*/


#reservInfo{
	margin-top:50px;
}


.pd2m{
	padding-left:2em;
}



table.docTable > thead > tr > th:nth-last-of-type(1){
	width:45%;
}
table.docTable > thead > tr > th:nth-last-of-type(2){
	width:45%;
}

.idt1em{
	text-indent:-1em;
	padding-left:1em;
}

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

    /**/

}


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

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

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

.subContList > ul > li > a{
	display:block;
	overflow:hidden;
    padding:1em;
    font-size:1.2em;
    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;
    }
}


.ind{
	text-indent:-1em;
	margin:5px 5px 8px 16px;
}
.indent{
	margin-left: 1em;
	text-indent: -1em;
}

