@charset "UTF-8";

@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */

a:link {
	color: #509046;
  text-decoration: none;
}
a:visited {
	color: #2b7725;
  text-decoration: none;
}
a:hover {
	color: #fe6e2b;
  text-decoration: underline;
}
a:active {
	color: #509046;
  text-decoration: none;
}

/*
[
----------------------------------------------------------- */
.indexList {
	border: 3px solid #CCC;
	padding: 10px 15px;
	margin-bottom: 2.0em;
}
.caseList li {
	font-size: 116%;
	font-weight: bold;
	margin-bottom: 10px;
	background: url(images/subPoint.gif) no-repeat 0 4px;
	padding: 0px 0 0 25px;
}

.section {
	margin-bottom: 2.0em;
}
.set, .arrow {
	margin-bottom: 1.5em;
}
.caseBefore, .casePlan, .caseAfter {
	border: 1px solid #CCC;
	padding: 15px;
}
.caseBefore {
	border-color: #000099;
}
.casePlan {
	border-color: #990000;
}
.caseAfter {
	border-color: #009900;
}

h4.caseTitle {
	font-size: 116%;
	font-weight: bold;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #FF7213;
	margin-bottom: 1.5em;
	color: #FF7213;
}
h5.caseTitle {
	font-size: 108%;
	font-weight: bold;
	margin-bottom: 1.0em;
	border-bottom: 1px dotted #999999;
}
.caseBefore h5.caseTitle,
.casePlan h5.caseTitle,
.caseAfter h5.caseTitle {
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.caseBefore h5.caseTitle {
	color: #000099;
}
.casePlan h5.caseTitle {
	color: #990000;
}
.caseAfter h5.caseTitle {
	color: #009900;
}
h6.caseTitle {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0.7em;
}
/* チェックリスト */
ul.check {
	margin-bottom: 1em;
}
.set ul.check {
	margin-bottom: 0em;
}
ul.check li {
	background: url(/common/themes/cms/images/listIcon.gif) no-repeat 0 7px;
	padding: 3px 0 5px 20px;
}

