@charset "utf-8";






.contBox{
	border:2px solid #000;
}
.contBox h2{
}
.contBox h2 p{
	padding:15px 15px 15px 60px;
	font-size:1.5rem;
	line-height:1.2;
	color:#FFF;
}
.contBox h2 a{
	text-decoration:none;
}
.mainBox{
	margin-top:30px;
}
.mainBox:after {
	content: "";
	display: block;
	clear: both;
}
.columnL{
	/*width:57%;*/
	width:49%;
	float:left;
}
.columnR{
	/*width:40%;*/
	width:49%;
	float:right;
}



.fukidashi {
	background-image: linear-gradient(-66deg, #FF9826 50%, #FF8600 50%);
	background-image: -webkit-linear-gradient(-66deg, #FF9826 50%, #FF8600 50%);
	background-image: -moz-linear-gradient(-66deg, #FF9826 50%, #FF8600 50%);
	background-image: -o-linear-gradient(-66deg, #FF9826 50%, #FF8600 50%);
	background-image: -ms-linear-gradient(-66deg, #FF9826 50%, #FF8600 50%);
	position: relative;
	height: 40px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 100px;
}
.fukidashi:after {
	border: 6px solid transparent;
	border-left-color: #FF8600 ;
	border-right-width: 0;
	right: -6px;
	content: "";
	display: block;
	top: 14px;
	position: absolute;
	width: 0;
}
.fuki_red {
	background-image: linear-gradient(-66deg, #FF4747 50%, #FF0000 50%);
	background-image: -webkit-linear-gradient(-66deg, #FF4747 50%, #FF0000 50%);
	background-image: -moz-linear-gradient(-66deg, #FF4747 50%, #FF0000 50%);
	background-image: -o-linear-gradient(-66deg, #FF4747 50%, #FF0000 50%);
	background-image: -ms-linear-gradient(-66deg, #FF4747 50%, #FF0000 50%);
	position: relative;
	height: 40px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 100px;
}
.fuki_red:after {
	border: 6px solid transparent;
	border-left-color: #FF0000 ;
	border-right-width: 0;
	right: -6px;
	content: "";
	display: block;
	top: 14px;
	position: absolute;
	width: 0;
}
.fuki_blue {
	background-image: linear-gradient(-66deg, #4747FF 50%, #0000FF 50%);
	background-image: -webkit-linear-gradient(-66deg, #4747FF 50%, #0000FF 50%);
	background-image: -moz-linear-gradient(-66deg, #4747FF 50%, #0000FF 50%);
	background-image: -o-linear-gradient(-66deg, #4747FF 50%, #0000FF 50%);
	background-image: -ms-linear-gradient(-66deg, #4747FF 50%, #0000FF 50%);
	position: relative;
	height: 40px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 100px;
}
.fuki_blue:after {
	border: 6px solid transparent;
	border-left-color: #0000FF ;
	border-right-width: 0;
	right: -6px;
	content: "";
	display: block;
	top: 14px;
	position: absolute;
	width: 0;
}
.fuki_purple {
	background-image: linear-gradient(-66deg, #D647FD 50%, #C800FF 50%);
	background-image: -webkit-linear-gradient(-66deg, #D647FD 50%, #C800FF 50%);
	background-image: -moz-linear-gradient(-66deg, #D647FD 50%, #C800FF 50%);
	background-image: -o-linear-gradient(-66deg, #D647FD 50%, #C800FF 50%);
	background-image: -ms-linear-gradient(-66deg, #D647FD 50%, #C800FF 50%);
	position: relative;
	height: 40px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 100px;
}
.fuki_purple:after {
	border: 6px solid transparent;
	border-left-color: #C800FF ;
	border-right-width: 0;
	right: -6px;
	content: "";
	display: block;
	top: 14px;
	position: absolute;
	width: 0;
}
.fuki_gray {
	background-image: linear-gradient(-66deg, #989898 50%, #868686 50%);
	background-image: -webkit-linear-gradient(-66deg, #989898 50%, #868686 50%);
	background-image: -moz-linear-gradient(-66deg, #989898 50%, #868686 50%);
	background-image: -o-linear-gradient(-66deg, #989898 50%, #868686 50%);
	background-image: -ms-linear-gradient(-66deg, #989898 50%, #868686 50%);
	position: relative;
	height: 40px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 100px;
}
.fuki_gray:after {
	border: 6px solid transparent;
	border-left-color: #868686 ;
	border-right-width: 0;
	right: -6px;
	content: "";
	display: block;
	top: 14px;
	position: absolute;
	width: 0;
}


#infoArea h2{
	/*background: url(../images/icon_info.png) no-repeat 10px center;*/
}
#infoArea dl{
	border-top:1px dotted #000;
}
#infoArea h2+dl{
	border-top:none;
}
#infoArea dl dt{
	padding:12px;
	font-size:1.25rem;
	line-height:1.2;
	font-weight:bold;
	background:#f0f0f0;
}
#infoArea dl dd{
	padding:15px 15px 15px 40px;
	line-height:1.2;
	font-weight:bold;
	/*background: url(../images/icon_arrow_g1.png) no-repeat 10px 15px;*/
}
#infoArea a:link,
#infoArea a:visited {
	color:#ff6b00;
}



#mapArea h2{
	background: url(../images/icon_map.png) no-repeat 10px center;
}
#mapArea .box{
	padding:3%;
}
#maptab{
	width:100%;
	border-bottom:2px solid #000;
}
#maptab:after {
	content: "";
	display: block;
	clear: both;
}
#maptab li{
	width:19%;
	float:left;
	margin-right:1%;
	text-align:center;
	background:#ccc url(../images/icon_triangle.png) no-repeat right bottom;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}
#maptab li a{
	display:block;
	color:#FFF;
	font-weight:bold;
	cursor: pointer;
}
#maptab li a p{
	font-size:1.125rem;
	padding:15px 2px;
}
#gmap{
	width:100%;
 height:630px;
}



#infoBoxArea{
	margin-top:20px;
}
#infoBoxArea h2{
}
/*#infoBoxArea h2:hover{
	opacity:0.8;
}*/
#infoBoxArea h2 p{
}
#infoBoxArea ul li{
	padding:15px;
	border-top:1px dotted #000;
}
#infoBoxArea ul li:hover{
	opacity:0.8;
}
#infoBoxArea ul li a{
	display: block;
	text-decoration: none;
}
#infoBoxArea ul li:first-child{
	border-top:none;
}
#infoBoxArea ul li:nth-child(even){
	background:#f0f0f0;
}
#infoBoxArea ul li p{
	display: table-cell;
	/*height: 40px;
	font-size: 16px;
	vertical-align: middle;
	text-align: left;*/
}
#infoBoxArea ul li p.day{
	/*font-size:20px;
	line-height:1.2;
	padding-bottom:5px;
	*/
	padding-right: 20px;
}


#shelterArea h2{
	/*background: url(../images/icon_shelter.png) no-repeat 10px center;*/
}
/*#shelterArea h2:hover{
	opacity:0.8;
}*/
#shelterArea h2 p{
	/*background: url(../images/icon_arrow_w.png) no-repeat right center;*/
}
#shelterArea ul li{
	padding:15px;
	border-top:1px dotted #000;
}
#shelterArea ul li:hover{
	opacity:0.8;
}
#shelterArea ul li a{
	text-decoration: none;
}
#shelterArea ul li:first-child{
	border-top:none;
}
#shelterArea ul li:nth-child(even){
	background:#f0f0f0;
}
#shelterArea ul li p.day{
	font-size:1.25rem;
	line-height:1.2;
	padding-bottom:5px;
}



#volunteerArea{
	margin-top:20px;
}
#volunteerArea h2{
	/*background: url(../images/icon_volunteer.png) no-repeat 10px center;*/
}
/*#volunteerArea h2:hover{
	opacity:0.8;
}*/
#volunteerArea h2 p{
	/*background: url(../images/icon_arrow_w.png) no-repeat right center;*/
}
.volunteer dl{
	width:100%;
	display:table;
	border-top:1px dotted #000;
}
.volunteer dl:first-child{
	border-top:none;
}
.volunteer dl:nth-child(even){
	background:#f0f0f0;
}
.volunteer dl:hover{
	opacity:0.8;
}
.volunteer dl a{
	display: block;
	text-decoration: none;
}
.volunteer dl dt{
	display:table-cell;
	width:124px;
	padding:15px 18px;
	color:#FFF;
	font-weight:bold;
	line-height:1;
	vertical-align:middle;
	text-align:center;
}
.volunteer dl dt.bg1{
	/*background: url(../images/infobg_blue.png) no-repeat left center;*/
}
.volunteer dl dt.bg2{
	/*background: url(../images/infobg_orange.png) no-repeat left center;}/
}
.volunteer dl dt.bg3{
	/*background: url(../images/infobg_gray.png) no-repeat left center;*/
}
.volunteer dl dd{
	display:table-cell;
	padding:15px 15px 15px 0;
}
.volunteer dl dd p.day{
	font-size:1.25rem;
	line-height:1.2;
	padding-bottom:5px;
}



#fileArea{
	margin-top:20px;
}
#fileArea:hover{
	opacity:0.8;
}
#fileArea h2{
	/*background: url(../images/icon_file.png) no-repeat 10px center;*/
}
/*#fileArea h2:hover{
	opacity:0.8;
}*/
#fileArea h2 p{
	/*background: url(../images/icon_arrow_w.png) no-repeat right center;*/
}



#linkArea{
	margin-top:20px;
}
#linkArea:hover{
	opacity:0.8;
}
#linkArea h2{
	/*background: url(../images/icon_link.png) no-repeat 10px center;*/
}
/*#linkArea h2:hover{
	opacity:0.8;
}*/
#linkArea h2 p{
	/*background: url(../images/icon_arrow_w.png) no-repeat right center;*/
}








@media (max-width : 770px) {
.columnL,.columnR{
	float:none;
	width:100%;
}
.contBox h2 p{
	padding:10px 10px 10px 60px;
	font-size:1.25rem;
	line-height:1.2;
	color:#FFF;
}
.mainBox{
	margin-top:15px;
}
#infoArea dl dt{
	padding:12px;
	font-size:1.125rem;
}
#infoArea dl dd{
	padding:12px 12px 12px 40px;
	/*background: url(../images/icon_arrow_g1.png) no-repeat 10px 12px;*/
}
#maptab li a p{
	font-size:0.875rem;
	padding:5px;
}
#gmap{
	width:100%;
 height:400px;
}

#infoBoxArea{
	margin-top:20px;
}
#infoBoxArea ul li{
	padding:7px;
}
#infoBoxArea ul li p.day{
	font-size:1.125rem;
	padding-bottom:3px;
}

#shelterArea{
	margin-top:20px;
}
#shelterArea ul li{
	padding:7px;
}
#shelterArea ul li p.day{
	font-size:1.125rem;
	padding-bottom:3px;
}
.volunteer dl dt{
	display:table-cell;
	width:124px;
	padding:15px 18px;
	color:#FFF;
	font-weight:bold;
	line-height:1;
	vertical-align:middle;
	text-align:center;
}
.volunteer dl dt.bg1{
	/*background: url(../images/infobg_blue.png) no-repeat left center;*/
}
.volunteer dl dt.bg2{
	/*background: url(../images/infobg_orange.png) no-repeat left center;*/
}
.volunteer dl dt.bg3{
	/*background: url(../images/infobg_gray.png) no-repeat left center;*/
}
.volunteer dl dd{
	display:table-cell;
	padding:7px 7px 7px 0;
}
.volunteer dl dd p.day{
	font-size:1.125rem;
	padding-bottom:3px;
}
.topNo{
	display:none!important;
}
}
