@charset "UTF-8";
/* CSS Document */

/*ALL
--------------------------------------------------*/
.caremanager_top {
	width: 680px;
	height:440px;
	background-color:#ffffff;
	padding:5px;
	background-image: url(../img/caremanager/caremanager_top.png);
	background-repeat: no-repeat;
	margin-bottom:20px;
	margin-left: 10px;
}
.caremanager_middle {
	width: 680px;
	height:667px;
	background-color:#ffffff;
	padding:5px;
	background-image: url(../img/caremanager/caremanager_middle.jpg);
	background-repeat: no-repeat;
	margin-bottom:20px;
}
.reason_title{
	width:400px;
	height: auto;
	text-align: left;
	font-size: 21px;
	font-weight: 700;
	color: #ffffff;
	margin: 10px;
	padding: 15px 10px 10px 10px;
	text-align:center;

	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;

	background: #e8979f;
	background: -moz-linear-gradient(top, #e8979f 0%, #e9546b 100%);
	background: -webkit-linear-gradient(top, #e8979f 0%,#e9546b 100%);
	background: linear-gradient(to bottom, #e8979f 0%,#e9546b 100%);
	letter-spacing: 5px;
}
/*--------------------------------------------------*/
.parts_list{
	margin: 10px 10px 0 10px;
}
.parts_list .unit{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 622px;
	margin: 0;
	padding: 0;
	/*border-width: 0 0 1px 1px;
	border-color: #32cd32;
	border-style: solid;*/
}
.parts_list .unit .check{
	width: 50px;
	/*border-width: 1px 1px 0 0;
	border-color: #32cd32;
	border-style: solid;*/
	padding: 15px 20px;
	list-style: none;
	color: #e9546b;
	font-size:20px;
	font-weight:700;
	text-align:right;
	/*background-color: #adffad;*/

}
.parts_list .unit .sentence{
	width: 570px;
	/*border-width: 1px 1px 0 0;
	border-color: #32cd32;
	border-style: solid;*/
	padding: 15px 20px;
	list-style: none;
	color: green;
	font-size:20px;
	font-weight:700;
	text-align:left;
}
.under {
	line-height:1.7;
  	border-bottom: solid 2px red;
	font-size:20px; 
	color:#333333;
	font-weight:700;
	padding: 5px 0 1px 0;
	
}