@charset "UTF-8";
/*================================================================
	= Project =	ooimachi-seikotsuin.com
	= Date =		2013.07
	= TargetHTML =	/column/ *only PC Browser
  ================================================================*/

/*================================================================
	01.MAIN
  ================================================================*/

main article, main nav { margin-bottom: 0; padding-bottom: 0;}
main section { margin-bottom: 20px;}

/* teatmentMenu */
main section .teatmentMenu {
	margin: 0 10px 30px 10px;
	padding: 0 0 10px 0;
	width: 460px;
}
main section .teatmentMenu:last-of-type { margin-bottom: 0;}
main section .teatmentMenu h2 {
	margin-bottom: 10px;
	padding-left: 5px;
	border-bottom: 1px dotted #79a735;
	border-left: 5px solid #79a735;
	font-size: 1.4rem;
	font-size: 14px;
	font-weight: bold;
}
main section .teatmentMenu:nth-of-type(odd) .pht {
	padding-left: 10px;
	float: right;
	width: 190px;
}
main section .teatmentMenu:nth-of-type(even) .pht {
	padding-right: 10px;
	float: left;
	width: 190px;
}
main section .teatmentMenu .pht img {
	padding: 4px;
	border: 1px solid #ccc;
	width: 180px;
}
main section .teatmentMenu .txt {
	line-height: 1.6;
	font-size: 1.4rem;
	font-size: 14px;
}
main section .teatmentMenu .txt dl {
	margin-bottom: 10px;
}
main section .teatmentMenu .txt dt {
	line-height: 1.6;
	font-weight: bold;
}
