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

File Name:		activities.scss
Note:					活動レポート


New Creation:	2012/11/15 11:25:00.
Last Change:	2013/02/01 11:55:43.


Created By		Yoshiaki Murakami

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	ブラウザデフォルトスタイルリセット
2.	HTMLタグ
3.	container
4.	共通部分
5.	header
6.	content
7.	main
8.	sub
9.	footer

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, dl,
form, fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

body {
  font-size: 10px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

* html body {
  font-size: 62.5%;
}

* + html body {
  font-size: 62.5%;
}

/* start \*/
html:\66irst-child body {
  font-size: 62.5%;
}

/* end */
body:first-of-type {
  font-size: 62.5%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

fieldset {
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: inherit;
  font: 100%;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}

caption, th {
  font-weight: normal;
  text-align: left;
}

th, td {
  padding: 0px;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/*----------------------------------------------------------------------
2.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  height: 100%;
}

body {
  min-width: 900px;
  background: url(../img/header_bg1.gif) left top repeat-x #e2e4e4;
  -webkit-text-size-adjust: none;
}

/*----------------------------------------------------------------------
3.	container
----------------------------------------------------------------------*/
#container {
  position: relative;
  margin: 0 auto;
  min-height: 100%;
  width: 100%;
}

* html #container {
  height: 100%;
}

body > #container {
  height: auto;
}

#container > .title {
  position: relative;
  height: 210px;
  overflow: hidden;
  background: #000;
  text-align: center;
}

#container > .title img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -625px;
}

/*----------------------------------------------------------------------
4.	共通部分
----------------------------------------------------------------------*/
.nav {
  margin: 0 auto;
  width: 900px;
}

.nav ul {
  margin: 0 auto;
  width: 900px;
}

.nav ul:before, .nav ul:after {
  content: "";
  display: table;
}

.nav ul:after {
  clear: both;
}

* html .nav ul {
  zoom: 1;
}

* + html .nav ul {
  zoom: 1;
}

.nav ul li {
  float: left;
}

.nav ul li a {
  display: block;
}

.nav#gnavi ul li.active, .nav#fnavi ul li.active {
  margin-right: -1px;
  margin-left: -1px;
}

.nav#gnavi ul li.active.crf, .nav#fnavi ul li.active.crf {
  margin-left: 0;
}

.nav#gnavi ul li.active.faq, .nav#fnavi ul li.active.faq {
  margin-right: 0;
}

.nav#gnavi ul li.active img, .nav#fnavi ul li.active img {
  position: relative;
  z-index: 100;
}

.p-nav {
  position: -webkit-sticky;
  position: sticky;
  top: -3px;
  right: 0;
  left: 0;
  z-index: 100;
  background-image: url(../img/header_bg1.gif);
  background-position: left bottom;
  background-repeat: repeat-x;
}

.p-nav #gnavi li {
  margin-top: 3px;
}

.p-nav #gnavi li.active {
  margin-top: 0;
}

.p-nav .cnavi {
  padding: 6px 0;
}

.p-nav .cnavi ul {
  padding-left: 8px;
  width: auto;
  margin: 0;
  background: url(../img/header_cnavi_bg.gif) left center no-repeat;
}

.p-nav .cnavi ul li + li {
  margin-left: 14px;
}

.p-nav .cnavi ul li a {
  display: block;
}

#topicpath ol:before, #topicpath ol:after {
  content: "";
  display: table;
}

#topicpath ol:after {
  clear: both;
}

* html #topicpath ol {
  zoom: 1;
}

* + html #topicpath ol {
  zoom: 1;
}

#topicpath ol li {
  float: left;
  line-height: 40px;
  color: #5b5b5b;
}

#topicpath ol li + li {
  margin-left: 8px;
  padding-left: 16px;
  background: url(../img/topicpath_bg.gif) left center no-repeat;
}

#topicpath ol li a {
  text-decoration: underline;
  color: #5b5b5b;
}

/*----------------------------------------------------------------------
5.	#header
----------------------------------------------------------------------*/
#header {
  position: relative;
  margin: 0 auto;
  width: 900px;
}

#header .h-text {
  margin: 0 auto;
  text-align: right;
  line-height: 22px;
  color: #f5f5f5;
}

#header #logo {
  margin: 18px 0 15px -2px;
}

#header #logo2 {
  position: absolute;
  right: 0;
  top: 98px;
}

#header .subnavi {
  position: absolute;
  top: 36px;
  right: 0;
  width: auto;
}

#header .subnavi li {
  float: left;
  line-height: 24px;
}

#header .subnavi li + li {
  margin-left: 20px;
}

#header .subnavi li a {
  padding-left: 12px;
  background: url(../img/header_link_bg.gif) left center no-repeat;
  text-decoration: underline;
  font-weight: bold;
  font-size: 1.2em;
  color: #2355bd;
}

#header .subnavi li.medical a {
  padding: 0;
  background: none;
}

.licensed_clinics .cnavi ul li + li,
.search .cnavi ul li + li,
.prefecture .cnavi ul li + li {
  margin-left: 11px;
}

.p-nav .cnavi ul {
  background-image: url(../img/activities_cnavi_bg.gif);
}

/*----------------------------------------------------------------------
6.	#content
----------------------------------------------------------------------*/
#content {
  margin: 0 auto;
  padding-bottom: 506px;
  width: 900px;
}

#content:before, #content:after {
  content: "";
  display: table;
}

#content:after {
  clear: both;
}

* html #content {
  zoom: 1;
}

* + html #content {
  zoom: 1;
}

#content .title {
  background: none;
  text-align: left;
}

/*----------------------------------------------------------------------
7.	#main
----------------------------------------------------------------------*/
#main {
  float: left;
  margin-bottom: 80px;
  width: 640px;
}

#main .section {
  padding: 0 0 60px;
  background: #fff;
  padding-bottom: 0;
}

#main .section .title.title {
  margin-bottom: 40px;
}

#main .section p {
  margin: 0 40px 34px 50px;
  font-size: 1.4em;
  line-height: 1.8571428571;
  color: #5b5b5b;
}

#main .section .section {
  margin: 0 35px;
  padding: 0;
}

#main .section .section + .section {
  margin-top: 60px;
}

#main .section .section * {
  margin-right: 15px;
  margin-left: 15px;
}

#main .section .section * * {
  margin-right: 0;
  margin-left: 0;
}

#main .section .section .title.title {
  margin: 0 0 30px;
  padding-left: 15px;
  border-bottom: 3px solid #7087a7;
  background: url(../img/section_title_bg.gif) left top no-repeat #e0e0e0;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 33px;
  color: #464545;
}

#main .section .section .subtitle {
  margin-bottom: 24px;
  font-size: 1.4em;
  font-weight: bold;
  color: #102659;
}

#main .section .section .section {
  padding-bottom: 2px;
  background: url(../img/section_bg.gif) left bottom repeat-x;
}

#main .section .section .section + .section {
  margin-top: 30px;
}

#main .section .section .section.last {
  padding: 0;
  background: none;
}

#main .section .section:before, #main .section .section:after {
  content: "";
  display: table;
}

#main .section .section:after {
  clear: both;
}

* html #main .section .section {
  zoom: 1;
}

* + html #main .section .section {
  zoom: 1;
}

#main .section .section .attr {
  float: left;
}

#main .section .section .attr .date {
  position: relative;
  margin-bottom: 10px;
  padding: 2px;
  width: 88px;
  background: url(../img/activities_date_bg.gif) left top no-repeat;
}

#main .section .section .attr .date .year,
#main .section .section .attr .date .month,
#main .section .section .attr .date .day {
  display: block;
  text-align: center;
}

#main .section .section .attr .date .year {
  font-size: 1.6em;
  font-weight: bold;
  font-family: 'Helvetica';
  line-height: 24px;
  color: #fff;
}

#main .section .section .attr .date .month {
  position: absolute;
  bottom: 0;
  margin-bottom: 4px;
  width: 100%;
  font-size: 1.6em;
  font-weight: bold;
  font-family: 'Helvetica';
  line-height: 1;
  color: #000;
}

#main .section .section .attr .date .day {
  margin-bottom: 16px;
  font-size: 4.8em;
  font-weight: bold;
  font-family: 'Times new roman';
  line-height: 1;
  color: #000;
}

#main .section .section .attr .date .plural {
  margin: 8px 0 22px;
  font-size: 3.4em;
}

#main .section .section .entrybody {
  margin-left: 143px;
}

#main .section .section .entrybody * {
  font-size: 1.4em;
  line-height: 1.8571428571;
  color: #5b5b5b;
}

#main .section .section .entrybody * * {
  font-size: 1em;
}

#main .section .section .entrybody * a {
  color: blue;
  text-decoration: underline;
}

#main .section .section .entrybody > *:last-child {
  margin-bottom: 0;
  margin-top: 34px;
}

#main .section .section .entrybody ul,
#main .section .section .entrybody ol,
#main .section .section .entrybody dl {
  margin-bottom: 34px;
}

#main .section .section .entrybody li {
  margin-left: 2em;
  list-style-type: disc;
}

#main .section .section .entrybody .pic {
  margin: 34px 0 0;
  text-align: center;
}

#main .section .section .entrybody dl.pic dd {
  text-align: right;
  font-size: 0.7142857143em;
}

#main .section .section .entrybody ul.pic li {
  margin: 0 0 20px 0;
  list-style-type: none;
}

#main .section .section .entrybody > .link a {
  text-align: right;
  text-decoration: underline;
}

#main .section .section .entrybody .document,
#main .section .section .entrybody .summary {
  margin: 15px 0 0;
  padding-bottom: 26px;
  background: url(../img/activities_conference_document_bg_footer.gif) left bottom no-repeat #7087a7;
}

#main .section .section .entrybody .document .title,
#main .section .section .entrybody .document ul,
#main .section .section .entrybody .summary .title,
#main .section .section .entrybody .summary ul {
  margin-bottom: 0;
  padding: 26px 22px 0;
  border: none;
  background: url(../img/activities_conference_document_bg_header.gif) left top no-repeat;
  font-size: 0.8571428571em;
  line-height: 1.6666666667;
  color: #f5f5f5;
}

#main .section .section .entrybody .document p,
#main .section .section .entrybody .summary p {
  margin: 14px 22px 0;
  padding: 15px 0 0;
  border-top: 1px solid #afbdcd;
  font-size: 0.8571428571em;
  font-weight: normal;
  line-height: 1.6666666667;
  color: #f5f5f5;
}

#main .section .section .entrybody .document ul,
#main .section .section .entrybody .summary ul {
  margin: 0;
  padding: 25px 22px 0;
  background: url(../img/activities_conference_document_bg_header.gif) left top no-repeat;
}

#main .section .section .entrybody .document ul:before, #main .section .section .entrybody .document ul:after,
#main .section .section .entrybody .summary ul:before,
#main .section .section .entrybody .summary ul:after {
  content: "";
  display: table;
}

#main .section .section .entrybody .document ul:after,
#main .section .section .entrybody .summary ul:after {
  clear: both;
}

* html #main .section .section .entrybody .document ul, * html
#main .section .section .entrybody .summary ul {
  zoom: 1;
}

* + html #main .section .section .entrybody .document ul, * + html
#main .section .section .entrybody .summary ul {
  zoom: 1;
}

#main .section .section .entrybody .document ul li,
#main .section .section .entrybody .summary ul li {
  margin: 0;
  list-style-type: none;
}

#main .section .section .entrybody .document ul li + li,
#main .section .section .entrybody .summary ul li + li {
  margin: 18px 0 0;
}

#main .section .section .entrybody .document ul li dl,
#main .section .section .entrybody .summary ul li dl {
  margin: 0;
}

#main .section .section .entrybody .document ul li dl dt,
#main .section .section .entrybody .summary ul li dl dt {
  float: left;
  margin-top: 4px;
  width: 70px;
  font-size: 0.8333333333em;
  line-height: 1.2;
  color: #f5f5f5;
}

#main .section .section .entrybody .document ul li dl dd,
#main .section .section .entrybody .summary ul li dl dd {
  overflow: hidden;
  font-weight: bold;
  line-height: 1.6666666667;
  color: #f5f5f5;
}

#main .section .section .entrybody .document ul li dl dd ul,
#main .section .section .entrybody .summary ul li dl dd ul {
  margin: 0;
  padding: 0;
  background: none;
}

#main .section .section .entrybody .document ul li dl dd ul li,
#main .section .section .entrybody .summary ul li dl dd ul li {
  margin: 0;
}

#main .section .section .entrybody .document ul li dl dd ul li dl dt,
#main .section .section .entrybody .document ul li dl dd ul li dl dd,
#main .section .section .entrybody .summary ul li dl dd ul li dl dt,
#main .section .section .entrybody .summary ul li dl dd ul li dl dd {
  float: none;
  display: inline;
  font-size: 1.2em;
  line-height: 1.6666666667;
}

#main .section .section .entrybody .document ul li dl dd span,
#main .section .section .entrybody .summary ul li dl dd span {
  color: #f5f5f5;
  font-size: 0.8333333333em;
}

#main .section .section .entrybody .document ul li dl dd span.small,
#main .section .section .entrybody .summary ul li dl dd span.small {
  font-size: 1em;
}

#main .section .section .entrybody .document .link,
#main .section .section .entrybody .summary .link {
  margin-top: 26px;
  padding: 0;
  border: none;
  text-align: center;
}

#main .section .section .entrybody .summary .link {
  margin-bottom: 4px;
  text-align: right;
}

#main .section .section.abroad .entrybody .document .link {
  margin-bottom: 4px;
  text-align: right;
}

#main .section .section#no9043 .entrybody .document p {
  margin: 0;
  padding: 26px 22px 0;
  border: none;
  background: url(../img/activities_conference_document_bg_header.gif) left top no-repeat;
}

#main .section .section.bibliography .entrybody {
  margin: 0;
}

#main .section .section.bibliography .bibliography-item {
  list-style-type: decimal;
}

#main .section .section .link a {
  font-size: 12px;
  color: #2355bd;
}

#main .section .pager {
  margin-top: 60px;
  padding-top: 2px;
  background: url(../img/section_bg.gif) left top repeat-x;
}

#main .section .pager:before, #main .section .pager:after {
  content: "";
  display: table;
}

#main .section .pager:after {
  clear: both;
}

* html #main .section .pager {
  zoom: 1;
}

* + html #main .section .pager {
  zoom: 1;
}

#main .section .pager dl {
  margin: 9.5px 25px 9.5px 0;
  float: right;
}

#main .section .pager dl dt,
#main .section .pager dl dd,
#main .section .pager dl dd ol,
#main .section .pager dl dd ol li {
  float: left;
  height: 16px;
  line-height: 16px;
  color: #5b5b5b;
}

#main .section .pager dl dt {
  margin-right: 12px;
}

#main .section .pager dl dd ol li {
  margin-right: 2px;
}

#main .section .pager dl dd ol li span,
#main .section .pager dl dd ol li a {
  display: block;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  color: #5b5b5b;
}

#main .section .pager dl dd ol li .now {
  background: url(../img/activities_pager_bg2.gif) left top no-repeat;
  color: #fff;
}

#main .section .pager dl dd ol li a {
  background: url(../img/activities_pager_bg.gif) left top no-repeat;
}

#main .section .pager dl dd ol li.next {
  margin-left: 7px;
}

#main .section .pager dl dd ol li.next a {
  display: inline;
  background: none;
}

#main .cnavi {
  padding-top: 10px;
  width: auto;
}

#main .cnavi .title {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  color: #102659;
}

#main .cnavi ul {
  margin-top: -1.2em;
  width: auto;
}

#main .cnavi ul .prev {
  float: left;
}

#main .cnavi ul .next {
  float: right;
}

/*----------------------------------------------------------------------
8.	#sub
----------------------------------------------------------------------*/
#sub {
  float: right;
  margin-bottom: 40px;
  width: 220px;
}

#sub div {
  margin-bottom: 40px;
}

#sub #search {
  padding: 19px 0 11px;
  border-top: 3px solid #102659;
  border-bottom: 3px solid #102659;
  background: url(../img/sub_search_bg.gif) 6px 15px no-repeat;
}

#sub #search .title {
  margin: 0 0 20px 2px;
}

#sub #search ul li + li {
  margin-top: 2px;
}

#sub #search ul li dl dt,
#sub #search ul li dl dd {
  display: table-cell;
  vertical-align: middle;
}

* + html #sub #search ul li dl dt, * + html
#sub #search ul li dl dd {
  display: inline;
  zoom: 1;
}

#sub #search ul li dl dt {
  padding-right: 9px;
}

#sub #search ul li dl dd ul li {
  display: inline;
  font-size: 1.2em;
  line-height: 1.3333333333;
  color: #5b5b5b;
  margin-right: 0.5em;
  padding-right: 0.5em;
  border-right: 1px solid #5b5b5b;
  white-space: nowrap;
}

#sub #search ul li dl dd ul li.last {
  margin: 0;
  padding: 0;
  border: none;
}

#sub #search ul li dl dd ul li a {
  color: #5b5b5b;
}

#sub #search ul li dl dd ul li.active a {
  text-decoration: underline;
  color: #2355bd;
}

#sub #greeting {
  position: relative;
}

#sub #greeting p {
  margin: 0 0 10px 105px;
  font-size: 1.2em;
  line-height: 1.6666666667;
  color: #5b5b5b;
}

#sub #greeting .title {
  margin: 0 0 10px 0;
}

#sub #greeting .pic {
  position: absolute;
  top: 55px;
  left: 0;
  margin: 0;
}

#sub #greeting .link {
  text-align: right;
}

#sub #schedule div .title,
#sub .schedule div .title {
  margin-bottom: 7px;
}

#sub #schedule div p,
#sub .schedule div p {
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.3333333333;
  color: #5b5b5b;
}

#sub #schedule div ol,
#sub .schedule div ol {
  margin-bottom: 6px;
}

#sub #schedule div ol li,
#sub .schedule div ol li {
  margin-bottom: 10px;
}

#sub #schedule div ol li dl:before, #sub #schedule div ol li dl:after,
#sub .schedule div ol li dl:before,
#sub .schedule div ol li dl:after {
  content: "";
  display: table;
}

#sub #schedule div ol li dl:after,
#sub .schedule div ol li dl:after {
  clear: both;
}

* html #sub #schedule div ol li dl, * html
#sub .schedule div ol li dl {
  zoom: 1;
}

* + html #sub #schedule div ol li dl, * + html
#sub .schedule div ol li dl {
  zoom: 1;
}

#sub #schedule div ol li dl dt,
#sub .schedule div ol li dl dt {
  margin-bottom: 6px;
}

#sub #schedule div ol li dl dd,
#sub .schedule div ol li dl dd {
  color: #5b5b5b;
  line-height: 1.6;
}

#sub #schedule div ol li dl dd.title,
#sub .schedule div ol li dl dd.title {
  margin: 0;
}

#sub #schedule div ol li dl dd.title a,
#sub .schedule div ol li dl dd.title a {
  text-decoration: underline;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.3333333333;
  color: #2355bd;
}

#sub #schedule div .link,
#sub .schedule div .link {
  clear: both;
  text-align: right;
}

#sub #schedule div#abroad ul li + li,
#sub .schedule div#abroad ul li + li {
  margin-top: 20px;
}

#sub #important {
  padding: 4px;
  border: 2px solid #ab173f;
  background: url(../img/sub_important_bg.gif) left top repeat-x #d9d9d9;
}

#sub #important dl dt {
  padding: 12px 0 12px 4px;
  border-bottom: 1px solid #b2b2b2;
}

#sub #important dl dd {
  border-top: 1px solid #fff;
}

#sub #information {
  padding: 4px;
  border: 2px solid #191970;
  background: url(../img/sub_important_bg.gif) left top repeat-x #d9d9d9;
}

#sub #information dl dt {
  padding: 12px 0 12px 4px;
  border-bottom: 1px solid #b2b2b2;
}

#sub #information dl dd {
  border-top: 1px solid #fff;
}

/*----------------------------------------------------------------------
9.	#footer
----------------------------------------------------------------------*/
#footer {
  position: absolute;
  bottom: 0;
  padding-top: 40px;
  width: 100%;
  background: linear-gradient(#0a5295, #022261);
}

#footer #fnavi {
  margin-bottom: 48px;
  height: 57px;
}

#footer .cnavi {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 6px 0;
}

#footer .cnavi ul {
  padding-left: 8px;
  width: 892px;
  margin: 0 auto;
  background: url(../img/header_cnavi_bg.gif) left center no-repeat;
}

#footer .cnavi ul li + li {
  margin-left: 14px;
}

#footer .cnavi ul li a {
  display: block;
}

#footer .wrapper {
  position: relative;
  margin: 0 auto 35px;
  width: 900px;
}

#footer .wrapper:before, #footer .wrapper:after {
  content: "";
  display: table;
}

#footer .wrapper:after {
  clear: both;
}

* html #footer .wrapper {
  zoom: 1;
}

* + html #footer .wrapper {
  zoom: 1;
}

#footer .wrapper .logo {
  position: absolute;
  right: 0;
  bottom: 51px;
}

#footer .wrapper div.sitemap {
  float: left;
  width: 537px;
}

#footer .wrapper div.sitemap ul {
  width: auto;
}

#footer .wrapper div.sitemap ul > li {
  display: block;
  float: left;
  margin: 0 11px 30px 0;
  width: 168px;
  background: url(../img/footer_sitemap_bg.png) left top no-repeat;
}

#footer .wrapper div.sitemap ul > li a {
  display: block;
  margin-bottom: 5px;
  padding-left: 23px;
  background: url(../img/footer_sitemap_link_bg.png) 7px center no-repeat;
  line-height: 20px;
  color: #fbeba4;
}

#footer .wrapper div.sitemap ul > li ul li {
  float: none;
  margin: 0;
  width: auto;
  background: none;
}

#footer .wrapper div.sitemap ul > li ul li a {
  display: inline;
  margin: 0 0 0 23px;
  padding: 0;
  background: none;
  line-height: 2;
  font-weight: bold;
  text-decoration: underline;
  color: #fff;
}

#footer .wrapper div.sitemap ul > li ul li.schedule {
  display: none;
}

#footer .wrapper div.sitemap ul > li.faq, #footer .wrapper div.sitemap ul > li.medical {
  margin-bottom: 0;
}

#footer .wrapper .text {
  float: right;
  margin-bottom: 8px;
  padding-bottom: 10px;
  width: 327px;
  background: url(../img/footer_text_bg.gif) left bottom repeat-x;
}

#footer .wrapper .text p {
  margin-bottom: 13px;
}

#footer .wrapper .text p a {
  display: block;
  padding-left: 120px;
  line-height: 1.4;
  color: #75a5dc;
}

#footer .wrapper .text p.no1 a {
  background: url(../img/footer_text_bg1.gif) left top no-repeat;
}

#footer .wrapper .text p.no2 a {
  background: url(../img/footer_text_bg2.gif) left top no-repeat;
}

#footer .wrapper .text p.no3 a {
  background: url(../img/footer_text_bg3.gif) left top no-repeat;
}

#footer .wrapper .subnavi {
  float: right;
  width: 327px;
}

#footer .wrapper .subnavi ul {
  margin-left: 3px;
  width: auto;
}

#footer .wrapper .subnavi ul li {
  margin-right: 11px;
  padding-left: 14px;
  background: url(../img/footer_sitemap_link_bg.png) left center no-repeat;
}

#footer .wrapper .subnavi ul li a {
  display: inline;
  font-weight: bold;
  text-decoration: underline;
  color: #fff;
}

#footer #copyright {
  background: #000;
  text-align: center;
  line-height: 32px;
  color: #f5f5f5;
}

.licensed_clinics #footer .cnavi ul li + li,
.search #footer .cnavi ul li + li,
.prefecture #footer .cnavi ul li + li {
  margin-left: 11px;
}

#footer .cnavi ul {
  background-image: url(../img/activities_cnavi_bg.gif);
}

/*# sourceMappingURL=activities.css.map */
