@charset "utf-8";
/* CSS Document */
/*県民の皆様へ[rsd]: #56a13e*/
/*医療・介護関係者の皆様へ: #3d9ec7*/
/*医師の皆様へ: #6185e1*/
/*医師会: #f3923c*/

a {
  color: #2e5421;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

.ctg_Title {
	padding: 15px 15px 25px;
	background-color: #56a13e; /*ctg*/
}
.ctg_Title h1 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}

 /*---Menu----*/
 .menuBox {
    display: inline-block;
    padding-top: 40px;
		padding-bottom: 10px;
		padding-left: 15px;
		padding-right: 15px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    /*white-space: nowrap;*/
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background-image: url(../../images/bg_menu_rsd.png);
		background-position: 4% 10%;
		background-repeat: no-repeat;
		background-color: #fbfbfb;
    border: 1px solid #56a13e;
    border-radius: 4px;
		color: #000;
		min-height: 110px;
}
.menuBox:focus,
.menuBox:active:focus,
.menuBox.active:focus,
.menuBox.focus,
.menuBox:active.focus,
.menuBox.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.menuBox:hover,
.menuBox:focus,
.menuBox.focus {
	background-color: #56a13e;
  color: #fff;
  text-decoration: none;
}
.menuBox:active,
.menuBox.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.menuBoxMrg {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*---WYSIWYG----*/
#WYSIWYG h2 {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 24px;
    border-left: 5px solid #56a13e;
    clear: both;
}

#WYSIWYG h3 {
    padding: 10px 20px 10px 30px;
    margin: 20px 0 10px;
    font-size: 22px;
    color: #376628;
    background-image: url(../../images/arrow_h3_rsd.png);
    background-repeat: no-repeat;
    background-position: left center;
    clear: both;
}

#WYSIWYG h4 {
    padding: 15px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #000;
    background-color: #e4f5e3;
    border-color: #56a13e;
    border-radius: 4px;
    clear: both;
}

#WYSIWYG h5 {
    font-size: 16px;
    color: #376628;
    clear: both;
}

#WYSIWYG h6 {
    font-size: 16px;
    color: #333;
    clear: both;
}