@charset "UTF-8";

/*====================================================================*
	File Name    : style.css
	Description  : 個別レイアウト用ファイル

 *====================================================================*/



/* ---------------------------------------------------- *
 *  矯正歯科　　　                                      *
 * ---------------------------------------------------- */

div#titleInt p#titleImg{
	background	: url(/kyosei/img/img.jpg) 0 100% no-repeat;
	height:200px;
}

 div#con{
 	margin		: 0 0 0 30px;
	padding		: 15px 0 0;
}

div#con h4{
	font-size	: 14px;
	font-weight	: bold;
	color		: #005DDE;
	margin		: 30px 0 0;
}

div#con div#influence ul{
	margin		: 20px 0 0;
	line-height	: 25px;
}

div#con div#influence p{
	margin		: 30px 40px 0 0;
	text-align	: right;
	font-weight	: bold;
	font-size	: 14px;
}

div#con div#nagare dl dt{
	margin		: 35px 0 0;
	color		: #F90;
	font-weight	: bold;
}
	
div#con div#nagare dl dd{
	margin		: 20px 0 0;
}

/*-----------------------------------*/

div#con div#kind h4{
	margin		: 0;
}

div#con div#kind dl{
	margin		: 35px 30px 0 0;
	padding		: 0 0 20px;
	border-bottom: 1px dotted #005DDE;
}

div#con div#kind dl dt{
	color		: #F90;
	font-weight	: bold;
	margin		: 0 0 20px;
}	

div#con div#kind dl dd.le{
	float		: left;
	width		: 200px;
}

div#con div#kind dl dd.le2{
	float		: left;
	width		: 200px;
	margin		: 58px 0 0;
}

div#con div#kind dl dd.ri{
	float		: right;
	margin		: 0 10px 20px 0;
	display		: inline;
}

div#con div#kind p{
	margin		: 40px 50px 0 0;
	text-align	: right;
	font-size	: 14px;
}

/*-----------------------------------*/
div#con  a{
	color		: #F66;
	text-decoration: none;
}

div#con a:hover{
	color		: #F66;
	text-decoration: underline;
}

