@charset "UTF-8";


/*------------------------------------------------------------------------------
共通設定
------------------------------------------------------------------------------*/
#care #kiso .ttl-careimage + .image01{
	margin-top: 7px!important;
}
#care #kiso .ttl-careimage{
	font-size: 16px;
	margin: 20px 0 0 0;
}
#care #kiso p span.red {
    font-weight: bold;
    color: #c00;
}

#care #kiso .kome.right,
#care #kiso .ttl-careimage.right{
	text-align: right;
}

#care .noindent{
	padding-left: 0!important;
	text-indent: 0!important;
}

/*画像設定*/
/*画像設定*/
#care .image01{
	text-align: center;
}

#care .image01 img{
	max-width: 640px;
}

/*table設定*/
#care .tbl-basis table {
	width: 700px;
	table-layout: fixed;
	word-wrap: break-word;
	white-space: normal;
	border-collapse: collapse;
	text-align: center;
	line-height: 1.5;
	border: 1px solid #ccc;
}
#care .tbl-basis .wid25 {
	width: 25%;
}
#care .tbl-basis .wid35 {
	width: 35%;
}
#care .tbl-basis .wid20 {
	width: 20%;
}
#care .tbl-basis .wid18 {
	width: 18%;
}
#care .tbl-basis .wid15 {
	width: 15%;
}
#care .tbl-basis .wid60 {
	width: 60%;
}
#care .tbl-basis .bg-aqua {
	background-color: #daeef3;
}
#care .tbl-basis .bg-purple {
	background-color: #e5dfec;
}
#care .tbl-basis .bg-orange {
	background-color: #fde9d9;
}

#care .tbl-basis table caption {
	font-weight: bold;
}

#care .tbl-basis table th {
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #e6e6e6;
}
#care .tbl-basis table .th-left {
	width: 25%;
}	
#care .tbl-basis table td {
	width: auto;
	padding: 10px;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#care .tbl-basis table .txt-left {
	text-align: left;
}
#care .txt-line {
	text-decoration: underline;
}
#care .tbl-basis table .txt-center {
	text-align: center;
}
#care .tbl-basis .bg-yellow {
	background: #ffffe5;
}

#care .tbl-basis .li-tbl {
    position: relative;
}
#care .tbl-basis .li-tbl li{
	margin-bottom: 5px;
	text-align: left;
}
#care .tbl-basis .li-indent li{
	padding-left: 1em!important;
	text-indent: -1em!important;
}

#care .tbl-basis p{
	text-align: left;
}
#care .tbl-basis .td-excluded span{
	display: block;
	text-align: left;
}

#care .tbl-basis .ttl-intbl{
	margin: 15px 0 5px 0;
	position: relative;
}
#care .tbl-basis .add-square {
	padding-left: 1em;
}
#care .tbl-basis .add-square::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	content: "■";
}


#care .tbl-basis .td-excluded p:first-child{
	margin-top: 0;
}

