@charset "UTF-8";

/*━medical.css━━━━━━━━━━━━
  Site: 鍼灸ルーム花鍼(kasin.link)
  Date: 2014.11.24
  Auther: Yuka Kimura
━━━━━━━━━━━━━━━━━━*/

/* fontサイズ表
	10px 	77%
	11px 	85%
	12px 	93%
	13px 	100%
	14px 	108%
	15px 	116%
	16px 	124%
	17px 	131%
	18px 	139%
	19px 	147%
	20px 	154%
	21px 	162%
	22px 	170%
	23px 	177%
	24px 	185%
	25px 	193%
	26px 	200%
	28px 	215%
	32px 	248%
	40px  308%
*/

#medical_list{
}

#medical_list > li{
	background-color: #faf0e6;
	margin: 10px;
	border-radius: 20px;
	min-height: 200px;
}

.medical_headline{
	margin: 10px;
}

.medical_headline{
	padding-left: 10px;
	border-bottom: 1px dotted #D6C8AB;
	border-left: 4px solid #C70B62;
	line-height: 2;
	font-weight: normal;
	font-size: 116%; /* 15px */

}

.case_list{
	margin: 10px;
}

.case_list > li{
	list-style: circle;
	float: left;
	width: 7em;
	margin-left: 2em;
	font-size: 116%; /* 15px */
}