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

@charset "UTF-8";

table.san{
	border: none;
	width: 250px;
	}
table.san th{
	border: none;
	}
table.san td{
	border: none;
	}

#mainCol h6{
	margin:1em 0 1em;
}

dl.listTable{
	display:block;
	overflow:hidden;
	border:1px solid #1d7507;
}

dl.listTable > dt{
	clear:both;
	display:block;
	overflow:hidden;
	width:18em;
	float:left;
	padding:0.5em 1em;
}

dl.listTable > dd{
	display:block;
	overflow:hidden;
	width:calc(100% - 18em);
	border-left:1px solid #1d7507;
	padding:0.5em 1em;
	float:left;
}

dl.listTable > dt,
dl.listTable > dd{
	border-top:1px solid #1d7507;
}
dl.listTable > dt:first-child,
dl.listTable > dd:nth-child(2){
	border-top:none;
}


@media screen and (max-width: 738px) {

	dl.listTable{
		border:none;
		padding:0 1em;
		font-size:1.0em;
	}

	dl.listTable > dt{
		width:100%;
		float:none;
		padding:0.5em 0;
	}

	dl.listTable > dd{
		width:100%;
		border-left:none;
		padding:0 1em 0.5em;
		float:none;
		border-top:none;
	}
	dl.listTable > dt:first-child{
		border-top:1px solid #1d7507;
	}
}


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



