@charset "utf-8";
body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Noto Sans JP",
    sans-serif;

  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;

  text-autospace: normal;
	
font-size: 18px;
line-height: 1.15;
}

.font_xxxs {
	font-size:0.5rem;/* 8px */
}
.font_xxs {
	font-size:0.625rem;/* 10px */
}
.font_xs {
	font-size:0.75rem;/* 12px */
}
.font_s {
	font-size:0.875rem;/* 14px */
}
.font_l {
	font-size:1.125rem;/* 18px */
}
.font_xl {
	font-size:1.25rem;/* 20px */
}
.font_xxl {
	font-size:1.375rem;/* 22px */
}
.font_xxxl {
	font-size:1.5rem;/* 24px */
}
#menu li {
    padding: 15px 0;
}
#menu li a {
    padding: 15px;
    text-align: center;
}
a:link {
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: none;
	line-height: 30px;
}
a:visited {
	color: #FFFFFF;
    font-size: 18px;
	text-decoration: none;
	line-height: 30px;
}
a:hover {
	color: #FF0;
	font-size: 18px;
	text-decoration: underline;
	line-height: 30px;
}
.bg_main {
	background-image:url(img/bg_main.jpg);
	background-repeat:repeat-x;
}
.txt_white1 {
	color:#FFFFFF;
	font-size: 18px;
	line-height: 2.0em;
	text-align: left;
}
.txt_white1 a{
	text-align: left;
}
.txt_orange1 {
	color:#FFA500;
	line-height: 24px;
	text-align: left;
	}
.txt_orange_b {
	color:#FFA500;
	font-size: 18px;
	line-height: 1.5em;
	text-align: left;
    font-weight:bold;
}
.txt_red1 {
	color:#F00;	
}
.deco {
	text-decoration: underline;
}
.txt_white1 p.update {
	font-size: 100%;
	text-align: right;
	margin-top: 1em;
	}
	div.date {
	width:160px;
	font-weight: bold;
	}
div.new {
	width:160px;
	font-weight: bold;
	background-image: url(../img/new_y.gif);
	background-repeat: no-repeat;
	background-position: right center;
}


/* bnrbox */
div.bnrbox {
	color: #FFF;
	width: 181px;
	margin-bottom: 0px;
	_margin-bottom: 10px;
}
div.bnrbox ul li{
    border-radius: 4px;
    padding: 10px 15px 10px 15px;
    line-height: 1.2;
    letter-spacing:0;
    margin-bottom: 6px;
    text-align: center;
}
div.bnrbox ul li a{
    color: #000;
    font-size: 20px;
    /*display: table-cell;*/
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    line-height: 24px;
}
div.bnrbox ul li a span {
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
}
div.bnrbox ul li.notice01{
    background: #FFFFFF;
    color: #007130 !important;
    border-radius: 4px;
    padding: 10px 15px 10px 15px;
    line-height: 1.2;
}

div.bnrbox ul li.notice01 a{
    color: #007130;
}
div.bnrbox ul li.notice01 a:hover{
    color: rgba(0, 113, 48,0.6);
}
div.bnrbox ul li.notice02{
    background: #FFFFFF;
    color: #0D76CC !important;
    border-radius: 4px;
    padding: 10px 15px 10px 15px;
    line-height: 1.2;
}
div.bnrbox ul li.notice02 a{
    color: #0D76CC;
}
div.bnrbox ul li.notice02 a:hover{
    color: rgba(13, 118, 204,0.6);
}
div.bnrbox ul li.notice03{
    background: #FFFFFF;
    color: #0D76CC !important;
    border-radius: 4px;
    padding: 10px 15px 10px 15px;
    line-height: 1.2;
}
div.bnrbox ul li.notice03 a{
    color: #0D76CC;
}
div.bnrbox ul li.notice03 a:hover{
    color: rgba(13, 118, 204,0.6);
}
div.bnrbox ul li.notice04{
    background: #FFF;
    color: #FF9600 !important;
    border-radius: 4px;
    padding: 10px 15px 10px 15px;
    line-height: 1.2;
}
div.bnrbox ul li.notice04 a{
    color: rgb(255,96,0);
}
div.bnrbox ul li.notice04 a:hover{
    color: rgba(255,96,0,0.8);
}

div.bnrbox {
	color: #FFF;
	width: 181px;
	margin-bottom: 0px;
	_margin-bottom: 10px;
}
.bnrbox h4{
	background:url(img/bg_h4.png) no-repeat;
	border-bottom:1px #FFF dotted;
	padding-bottom: 5px;
	margin: 0px;
	padding:0 0 0 22px;
	font-size:14px;
	line-height:20px;
	text-align: left;
}
.bnrbox h4.betu{
	color: #06f;
	border-bottom:1px #06f dotted;
}
.bnrbox p {
	margin-top: 1px;
	font-size: 83.3%;
	text-align: left;
}
.bnrbox p a {
	text-decoration: underline;
	font-weight: bold;
	color: #FF0;
}
.bnrbox p a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FF0;
}
.bnrbox p a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #FF0;
}
.bnrbox .banner01 a{
	background:url(img/bgbanners.gif) no-repeat 0px 0px;
	margin:0;
	margin-bottom: 0px;
	padding: 0;
	display:block;
	height:81px;
	text-indent:-9999px;
	overflow:hidden;
}
.bnrbox .banner02 a{
	background:url(img/bgbanners.gif) no-repeat 0px -89px;
	margin:0;
	display:block;
	height:81px;
	text-indent:-9999px;
	overflow:hidden;
}
.bnrbox .banner03 a{
	background:url(img/bgbanners.gif) no-repeat 0px -250px;
	margin:0;
	display:block;
	height:42px;
	text-indent:-9999px;
	overflow:hidden;
}
.bnrbox .banner04 a{
	background:url(img/bgbanners.gif) no-repeat 0px -178px;
	margin:0;
	display:block;
	height:64px;
	text-indent:-9999px;
	overflow:hidden;
}.footer {
    float: left;
    width: 100%;
    padding: 15px 0;
}
.footer_wrap {
    width: 849px;
    margin: 0 auto 15px;
    padding: 0px 30px;
    _zoom:1;
    overflow: hidden;
}
.footer .logo {
    float: left;
    text-align: left;
    width: 236px;
    margin: 0 0 0 200px;
}
.footer .logo_top {
    float: left;
    text-align: left;
    width: 236px;
    margin: 0 0 0 0;
}
.footer .name {
    margin-bottom: 0;
    color: #FFF;
    font-size: 108%;
    text-align: left;
}
.footer .address {
    margin-top: 0;
    color: #FFF;
    text-align: left;
}
table#gaiyo1,table#gaiyo2 {
	border-collapse: collapse;
	background-color: #FFF;
	color: #333;
	text-align: left;
    width: 100%;
}
table#gaiyo1 td,
table#gaiyo2 td{
	vertical-align: top;
	border: 1px solid #999;
    padding: 10px 14px;
}
table#gaiyo1 td ul li,
table#gaiyo2 td ul li{
list-style-type: disc;
    margin-left: 25px;
    padding: 10px 0px;
    text-align: left;
}
table#gaiyo1 .td1,
table#gaiyo2 .td1{
	background-color: #DFE3EC;
    width: 28%;
}
table#gaiyo1 .td3 {
	background-color: #DFE3EC;
}
table#gaiyo2 .td1 {
	background-color: #DFE3EC;
	border-top: 1px #999 solid;
	border-left: 1px #999 solid;
	}
table#gaiyo2 .td2 {
	border-top: 1px #999 solid;
	border-right: 1px #999 solid;	
	border-left: 1px #999 solid;
	}
table#gaiyo2 .td3 {
	background-color: #DFE3EC;
	border-top: 1px #999 solid;
	border-left: 1px #999 solid;
	border-bottom: 1px #999 solid;
	}
table#gaiyo2 .td4 {
	border-top: 1px #999 solid;
	border-right: 1px #999 solid;	
	border-left: 1px #999 solid;
	border-bottom: 1px #999 solid;
}
table#gaiyo2 .td5 {
	background-color:#f6f6F0;
	border-top: 1px #999 solid;
	border-left: 1px #999 solid;
	}

table#service .txt_white1 {
	line-height:22px;
}
table#hoken {
	border: 1px solid #CCC;
	color: #333;
	width: 90%;
	border-collapse: collapse;
	margin-bottom: 20px;
	font-size: 16px;
}
table#hoken th,
table#hoken td {
	padding: 8px;
	border: 1px #999 solid;
	border-collapse: collapse;
	background: #FFF;
	font-weight: normal;
	text-align: left;
    font-size: 16px;
    line-height: 1.6em;
}
table#hoken .category01{
	background-color: #DFE3EC;
	white-space: nowrap;
	text-align: center;
}
table#hoken .category02 {
	background-color: #f6f6F0;
	text-align: center;
	white-space: nowrap;
}
table#hoken .category03 {
	border:2px solid #000;
	text-align: center;	
}
table#hoken .category04 {
	text-align: center;
	white-space: nowrap;
}
table#hoken .category05 {
    width: 60%;
}
table#kensyu {
	font-size: 16px;
	line-height: 1.4em;
	width: 560px;
	}
table#kensyu TH{
	background-color:#B8B8C5;
}
table#kensyu .year{
	background-color: #DFE3EC;
	color:#666;
	text-align: center;
}
table#kensyu .month{
	background-color: #EDF3EC;
	color:#666;
	line-height:1.4em;
	text-align: center;
}
table#kensyu .process{
	background-color: #FFF;
	color:#666;
	line-height:1.4em;	
}

.photo {
	color: #FFF;
	font-size: 14px;
	line-height:20px;
}

table#gyouji{
	background-color: #FFF;
	color: #333;
	line-height: 1.5em;
	text-align: left;
	width: 100%;
}
table#gyouji td {
}
table#gyouji a{
	color:#333;
	font-size: 16px;
	}
table#gyouji TH {
	text-align: center;
	height: 60px;
}
table#gyouji a:hover{
	color:#FFA500;
	font-size: 16px;
	}
table#gyouji .td1{
	background-color: #DFE3EC;
	border-top: 1px #999 solid;
	border-left: 1px #999 solid;
}
table#gyouji .td2{
	background-color: #DFE3EC;
	border-top: 1px #999 solid;
	border-left: 1px #999 solid;
	border-right: 1px #999 solid;	
}
table#gyouji .td3{
	background-color:#f6f6F0;
	border-top: 1px #999 solid;
	border-left: 1px #999 solid;
}
table#gyouji .td4{
	border-top: 1px #999 solid;
	border-left: 1px #999 solid;
}
table#gyouji .td5{
	border-top: 1px #999 solid;
	border-left: 1px #999 solid;
	border-right: 1px #999 solid;	
}
table#gyouji .td6{
	background-color:#f6f6F0;
	border-top: 1px #999 solid;
	border-left: 1px #999 solid;
	border-bottom: 1px #999 solid;
}
table#gyouji .td7{
	border-top: 1px #999 solid;
	border-left: 1px #999 solid;
	border-right: 1px #999 solid;
	border-bottom: 1px #999 solid;	
}
table#gyouji ul li span{
	font-size: 91.6%;	
}
table#sekai{
	background-color: #FFF;
	font-size: 16px;
	color:	#333;
}
table#sekai .td1 {
	background-color: #DFE3EC;
	border-top: 1px #999 solid;
	border-left: 1px #999 solid;
	}
table#sekai .td2 {
	border-top: 1px #999 solid;
	border-right: 1px #999 solid;	
	border-left: 1px #999 solid;
	}
table#sekai .td3 {
	background-color: #DFE3EC;
	border-top: 1px #999 solid;
	border-left: 1px #999 solid;
	border-bottom: 1px #999 solid;
	}
table#sekai .td4 {
	border-top: 1px #999 solid;
	border-right: 1px #999 solid;	
	border-left: 1px #999 solid;
	border-bottom: 1px #999 solid;
	}
table#event{
	font-size: 16px;
	color:	#FFF;
}
table#event .td1 {
	border-top: 1px #FFF solid;
	border-left: 1px #FFF solid;
	}
table#event .td2 {
	border-top: 1px #FFF solid;
	border-right: 1px #FFF solid;	
	border-left: 1px #FFF solid;
	}
table#event .td3 {
	border-top: 1px #FFF solid;
	border-left: 1px #FFF solid;
	border-bottom: 1px #FFF solid;
	}
table#event .td4 {
	border-top: 1px #FFF solid;
	border-right: 1px #FFF solid;	
	border-left: 1px #FFF solid;
	border-bottom: 1px #FFF solid;
	}
p.volunteer a {
	color: #333;
	}
p.volunteer a:visited {
	color: #333;
	}	
p.volunteer a:hover {
	color:#FFA500;
	}	


/* volunteer 
--------------------*/
table#volunteer {
	color: #FFF;
	margin: 0 auto;
}
table#volunteer th {
	font-weight: normal;	
}
table#volunteer td p{
	text-align: left;
}
table#volunteer td {
	padding: 10px;
	text-align: left;	
}

p.art {
	line-height: 1.8em;
	}
p.art img {
	margin: 10px;
	}
font.art {
	color:#FFA500;
	font-size: 18px;
	line-height: 20px;
	}
font.art a:link {
	color:#FFA500;
	font-size: 18px;
	line-height: 20px;
	text-decoration: underline;
	}
font.art a:hover {
	color:#FFA500;
	font-size: 18px;
	line-height: 20px;
	text-decoration: none;
	}
/*?C?x???g*/
h1.event {
	font-size:20px;
	color: #FFA500; 
	}
p.charity {
	font-size: 16px;
	line-height:24px;
	color: #FFF;
	}
p.event {
	text-align: left;
	font-size: 18px;
	line-height: 2.0em;
	color: #FFF;
}
p.event .underline{
    text-decoration: underline;

}
p.event a:link{
	color: #FF0;
	text-decoration: underline;	
}
p.event a:hover{
	color: #FF0;
	text-decoration: none;	
}
p.photo_caption{
	line-height: 2.4em;
	font-size: 14px;
}
p.picture-style {
	line-height: 2.0em;
	text-align: center;	
}
p.picture-style img {
    vertical-align: top;
}
p.photo_caption img{
	_margin-bottom: 5px;
}
table.photo {
	float: right;
	}
table.photo_l {
	float: left;
	margin-right: 5px;
	}
table.photo td.click {
	font-size: 12px;
	color: #FFF;
	text-align:right;
	}
	
table#photo_r {
	float: right;
	margin-left: 5px;
	width: 200px;
	color: #FFF;
	}
#photo_l td.caption {
	font-size: 91.6%;
	color: #FFF;
	line-height: 1.4em;
	text-align: center;
	}

table#credit_c {
	border-collapse:collapse;
	width: 270px;
}
table#credit_c td {
	padding: 3px;	
}

ul,
ul li {
	margin:0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}
/* event_subnavi 
--------------*/
div#event_subnavi{
	width: 500px;
	float: left;
	margin: 0 0 15px 46px;
	_margin: 0 0 15px 23px;
	padding: 4px 4px;
	_padding: 2px 2px;
	border: 1px solid #FFF;
	clear: both;
}
div#event_subnavi #subnavi {
}
div#event_subnavi #subnavi li{
	float: left;
	display: inline;	
	list-style-type: none;
	padding-left: 15px;
}
div#event_subnavi #subnavi li a{
	padding: 5px 0 5px 30px;
	font-size: 0.9em;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	vertical-align: middle;
}
div#event_subnavi #subnavi li.event01 a:link{ background:url(../img/icon_activity.png) 5px 5px no-repeat;}
div#event_subnavi #subnavi li.event01 a:hover{ background:url(../img/icon_activity_hover.png) 5px 5px no-repeat;}
div#event_subnavi #subnavi li.event01 a:active{ background:url(../img/icon_activity_hover.png) 5px 5px no-repeat;}
div#event_subnavi #subnavi li.event01 a:visited{ background:url(../img/icon_activity.png) 5px 5px no-repeat;}

div#event_subnavi #subnavi li.event02 a:link{ background:url(../img/icon_meal.png) 5px 5px no-repeat;}
div#event_subnavi #subnavi li.event02 a:hover{ background:url(../img/icon_meal_hover.png) 5px 5px no-repeat;}
div#event_subnavi #subnavi li.event02 a:active{ background:url(../img/icon_meal_hover.png) 5px 5px no-repeat;}
div#event_subnavi #subnavi li.event02 a:visited{ background:url(../img/icon_meal.png) 5px 5px no-repeat;}

div#event_subnavi #subnavi li.event03 a:link { background:url(../img/icon_space.png) 5px 5px no-repeat;}

table#infor {
	width: 100%;
}
table#infor td {
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dashed #FFF;
}
table#infor td.mark {
	width: 30px;
	text-align: center;
}
table#infor td.date {
	width: 100px;
	text-align: center;	
}
table#infor td.title {
}

table#back_event {
	width: 100%;
}
table#back_event td {
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dashed #FFF;
}
table#back_event td.mark {
	width: 48px;
	text-align: left;
}
table#back_event td.date {
	width: 100px;
	text-align: center;	
}
table#back_event td.title {
}
/* event */
p.conts {
	text-align: left;
	font-size: 16px;
	line-height: 26px;
	color: #FFF;
}
p.conts a { color: #FFF; text-decoration: underline; }
p.conts a:hover { color: #FF0; text-decoration: underline; }
p.conts a:acitve { color: #FF0; text-decoration: none; }
p.conts a:visited { color: #FFF; text-decoration: underline; }
div#memo {
	width: 500px;
	margin: 20px 0 20px 40px;
	padding: 7px;
	border: 1px dotted #FFF;
}
ol#hinshitsu  li{
	line-height: 2.0em;
	list-style-type:decimal;
	margin-bottom: 5px;
}
div#ev_sop {
	width:335px;
	float:right;
	margin-left: 15px;
}
div#ev_sop div.memo {
	width:335px;
	padding: 3px;
}
h1,h2 {
	/*margin:0;*/
	text-align: left;
}
h2.sub {
	color: #FFF;
	font-size: 14px;
	line-height: 1.5em;
}
table#mainmenu td {
	text-align: left;	
}
/* flash */
div.media {
	width: 360px;
	background: #FFF;
	border: 2px solid #FFF;
}
table#event_thumb{
	border-collapse:collapse;
	text-align:center;
}

div.pri01{
	margin: 0;
	padding: 0;	
}
div.pri01 p{
	line-height: 2.0em;
}
div.pri01 dt {
	margin: 10px 0 0 0;
	padding: 5px 0 5px 0;	
}
div.pri01 dd {
	margin: 0 0 0 2em;
	padding: 5px 0 5px 0;
	line-height: 1.8em;
}
div.pri01 dd ul{
	line-height: 1.8em;
	margin-left: 2em;
}
div.pri01 dd li{
	margin-top: 0px;
	list-style: disc;
}
div#event_menu {
	width: 420px;
	margin: 0 auto;
	border:1px solid #FFF;
}
div#event_menu #picture {
	width: 400px;
	margin: 10px auto 0;
}
div#event_menu .caption {
	margin-top: 15px;
	margin-left: 10px;
}
div#menu {
    width: 400px;
    margin: auto;
    border: 1px solid #FFF;
    margin-bottom: 40px;
}
div#menu ul {
    padding: 10px;
    margin-left: 15px;
}
div#menu ul li{
    list-style: inside;
    list-style-type: disc;
    padding:0;
}
.activity_intro {
	margin-top: 15px;
	padding: 15px;
	overflow: hidden;
	_zoom:1;
	color: #000;
	background-color: #FFF;
}
.activity_intro h1 {
	line-height: 1;
	margin-bottom: 5px;
}
.activity_intro div{
	text-align: left;
}
.activity_intro .picture {
	float: left;
	width: 300px;
}
.activity_intro .lead {
	
}
.activity_intro .picture img {
	width: 200px;
	margin: 0 50px;
}
ul.rehabili {
	margin-left: 0px;	
}
ul.rehabili li {
vertical-align:bottom;
	margin-left: 4px;
	display: inline-block;
	list-style: disc;
	font-size: 100%;
}
div.rehabili {
	width: 100%;	
}
div.rehabili .left{
	width: 50%;
	float: left;	
}
div.rehabili .left:before {
    content: "≪ ";
    margin-left: 5px;
    color: #ffA500;     
    vertical-align: text-top; 
}
div.rehabili .right {
	width: 50%;
	float: right;
	text-align: right;
}
div.rehabili .right:after {
    content: " ≫";
    margin-left: 5px;
    color: #ffA500;     
    vertical-align: text-top; 
}
h1,h2,h3,h4{
    padding:0;
    margin:0;
}
#service {
    line-height: 24px;
    text-align: left;
    padding: 15px 6px;
    color: #FFF !important;
}
.content {
    padding: 16px 0 0 10px;
    text-align: left;
}
.pagetit {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #8fc31f;
  margin-bottom:15px;
}
.pagetit h2{
    margin-left: 30px;
    width: 600px;
}
.content_wrap h4{
    padding-top:1.75em;

}
.content_wrap{
    padding: 0 15px;
    text-align: left;
    color: #FFF;
}
.title_detail {
	color:#FFA500;
    margin-bottom: 12px;
}
ul.content_detail{
    margin-left:10px;
    margin-top:15px;
}
 ul.content_detail li{
    list-style:disc;
    margin-left:15px;
    margin-bottom: 8px;
    line-height:1.75;
}
.btn_pagetop {
  position: fixed;
  right: 10%;
  bottom: 5%;
  z-index: 30;
}
.btn_pagetop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #8fc31f;
  /*width: 45px;
  height: 162px;*/
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.btn_pagetop a:hover {
  background: #A9E792;
  background: rgba(169,231,146,0.8);
  width: 84px;
  height: 84px;
  border-radius: 50%;
}
@media print, screen and (min-width: 768px) {
  .btn_pagetop a:hover {
  bottom: 5%;
  }
}
@media print {
    body {
        color: #000000;
    }
    #service {
        color: #000;
    
    }
}
.riyou dl dt {
    border-left: 10px solid #FFF;
    padding-left: 15px;
    padding: 1px 15px 1px;
    margin: 0 0 8px;
}
.riyou dl dt,
.riyou dl dd {
    margin-left: 0;
    padding-left: 15px;
}
.riyou dl dd ol {
    margin-left: 25px;
    padding-left:10px
}
.riyou dl dd ol li{
display: list-item;
}