@import url("com.css");

/* ------------------------------------------------------------
 コンテンツ
------------------------------------------------------------ */
.contents_title {
	background: url("../image_2014/clinic/title_back.png") ;
	height: 35px ;
	width: 729px ;
	position: relative ;
	margin: 30px 0 0 0 ;
	color: #666666 ;
}

.contents_title h2 {
	font-size: 18px ;
	font-weight:bold ;
	position: absolute ;
	left: 20px ;
	top: 5px ;
	margin: 0 ;
}

.contents {
	line-height: 160% ;
	font-size: 12px ;
	color: #666666 ;
	clear: both ;
	margin: 0 0 30px 0 ;
}

.contents img {
	margin: 0 0 10px 0 ;
}

.contents p {
//	margin: 0 ;
}

/* ------------------------------------------------------------
 レフト
------------------------------------------------------------ */

.contents_left {
	float: left ;
	width: 344px;
}

/* ------------------------------------------------------------
 ライト
------------------------------------------------------------ */
	
.contents_right {
	float: right ;
	width: 344px;
}

/* ------------------------------------------------------------
 テキスト装飾
------------------------------------------------------------ */

.mother_class {
	color: #ff0000 ;
	background: url('https://ushijima-cl.com/image_2014/clinic/circle_red.png') no-repeat left ;
	padding-left: 20px ;
}

/* ------------------------------------------------------------
 クリニック日記
------------------------------------------------------------ */
.diary_box {
	width:600px ;
	text-align:left ;
	font-size:120% ;
	line-height:160% ;
	margin:0 60px ;
}

select {
	float:right ;
	font-size:120% ;
	margin:10px 0 ;
}

select option{
	padding:2px ;
}

/* ------------------------------------------------------------
 快適な入院生活のために
------------------------------------------------------------ */
ul#present {
	margin-left :20px ;
}

ul#present li {
	list-style-image:url('../image_2014/life/icon_present.png') ;
	padding:2px 0 0 6px ;
}