@charset "utf-8";

/* css--------------------------------------------------- */
/*

	
	医療法人社団　秀飛会

*/
/*--------------------------------------------------------*/


/*基本設定(文字・行間・種類・禁則処理・ボーダー)
--------------------------------------------------------------------------------------------*/
body{
	margin:0px auto;
	padding:0px;
	color:#333333;
	text-align:center;
	letter-spacing: normal;
	background-color:#fff;
	font-size:80%;

}

input,textarea{	font-size:100.01%;}

body,h1,h2,h3,h4,h5,h6,td,th,div,p,input,textarea,pre,li {
	padding:0;
	margin:0;
	font-weight:normal;
	line-height:1.3;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", sans-serif;
}

/*html>body,h1,h2,h3,h4,h5,h6,td,th,div,p,input,textarea,pre,li { font-size:95%;}*/

h1,h2,h3,h4,h5,h6,p,ul,ol,dt,li,dd,dl,form,pre{ margin:0; padding:0;}

ul,ol,li{ list-style:none;}

table,img{ border:0;}




/* tableLayout
---------------------------------------------------------------------------*/

h2{
	background:#037df7 url(../img/h4_bg.jpg) left bottom no-repeat;
	color:#fff;
	font-weight:bold;
	font-size:106%;
	line-height:1.2;
	padding:7px 0 8px 10px;
	margin:0 0 30px 0; 
}

h2 .stxt{ font-size: 90%; font-weight: normal;}

table{
width:450px;
border:solid 1px #ccc;
margin: 0 auto 10px;
}

th{
	padding: 5px 10px;
	text-align:left;
	background-color:#e2f0fd;
	font-weight:bold;
}
td{
	padding: 3px 10px;
	text-align:left;
	border-bottom:none;
}

.cb01{ color: #0066FF; font-weight: bold;}