@charset "UTF-8";

/*━menu.css━━━━━━━━━━━━
  Site: 鍼灸ルーム花鍼(kasin.link)
  Date: 2014.11.16
  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%
*/

.menu_box{
	border: 1px solid #ddd;
	border-radius: 10px;
	box-shadow: 0 2px 2px #ddd;
	margin-bottom: 2em;
}

.menu_headline{
	margin: 10px;
	font-size: 108%;
	font-weight: normal;
	color: #C70B62;
	border-bottom: 1px solid #CAB699;
}

.menu_list{
	margin: 10px auto;
	width: 860px;
}

.menu_list li{
	list-style: disc;
	padding-left: 1em;
	line-height: 2;
}

.menu_time{
	font-size: 154%;
}

.menu_cost{
	font-size: 154%;
	margin-left: 2em;
}

.menu_remark{
	margin-left: 2em;
}

.menu_message{
	margin: 10px;
}

.item_list{
}

.item_list li{
	margin-top: 2em;
	text-align: center;
	margin-bottom: 5em;
}

.item_photo{
}

.item_message{
	margin-top: 1em;
}

#hoken_table{
	margin-top: 1em;
	width: 100%;
	border: 1px solid #CAB699;
	background-color: #FFF;
	margin-bottom: 5em;
}

#hoken_table th,
#hoken_table td{
	border: 1px dotted #CAB699;
	padding: 0.5em;
}

#seido_explanation{
	margin: 2em 0;
	background-color: #faf0e6;
	padding: 10px;
	border: 1px solid #CAB699;
}

#necessary_list li{
	list-style:disc;
	list-style-position: inside;
}

#seido_img{
	margin-top: 1em;
}