@charset "UTF-8";

/*━base.css━━━━━━━━━━━━
  Site: 花の森クリニック(hananomori.link)
  Date: 2014.11.2
  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%
*/

#main_design {
	margin-top: 2em;
	background: url("../img/home/main_image_bg.gif") repeat 50% 0;
}

#main_image {
	margin-top: 1em;
	margin-bottom: 1em;
}

#topic_list{
	margin-top: 2em;
}

#update_box{
	margin-top: 4em;
}

#update_list{
}

#update_list li{
	border-bottom: 1px dotted #CAB699;
	padding: 0.5em 0;
}

.update_date{
	width: 100px;
}

.update_massage{
	display: block;
	float: right;
	width: 520px;
}

#pickup_box{
	margin-top: 4em;
}

#pickup_message{
	float: left;
	width: 190px;
	text-indent: 1em;
}

#pickup_image{
	float: right;
	margin: 10px;
}

#hello_box{
	margin-top: 4em;
}

#hello_message{
	text-indent: 1em;
}

#kashin_box{
	margin-top: 4em;
}

#kashin_massage{
	text-indent: 1em;
}

#kashin_link{
	margin-top: 1em;
}