@charset "UTF-8";
/* CSS Document */
#contents .con_bdr {
	margin-bottom: 40px;
}
#contents .inner {
	padding: 25px 39px 30px;
}
#contents a:hover img {
	filter:alpha(opacity=70.0);
	-moz-opacity:0.70;
	opacity:0.70;
}

/*volunteer */
#volunteer .inner {
	width: 860px;
}
#volunteer .inner .inner_txt {
	float: left;
	width: 630px;
}
#volunteer .inner .img {
	float: right;
	width: 180px;
}
#volunteer dl dt {
	margin-bottom: 15px;
	padding: 0 0 3px;
	border-bottom: 2px solid #d9d9d9;
	font-weight: bold;
}
#volunteer dl dd {
	margin: 2px 0 0 30px;
	font-size : 87.5%;
	line-height: 1.4;
	padding-left: 14px;
	background: url("../img/lst_ico.gif") no-repeat 0 4px;
}

#volunteer dd:nth-child(4n) {
	margin-bottom: 30px;
}
#recruit .lr {

}
.pmn {
	margin-bottom: 35px;
	padding: 12px 30px;
	background: #f3f3f3;
}
#blo3 .pmn,
#recruit .pmn {
	float: left;
	width: 65%;
}
.pmn li {
	margin-right: 20px;
	padding-left: 16px;
	font-size: 81.3%;
	line-height: 1.2;
	background: url("../img/pmn_ico.gif") no-repeat 0px 5px;
	display: inline;
	zoom: 1;
}
.pmn li a:link,
.pmn li a:visited {
	color: #015cc3;
	text-decoration: none;
}
.pmn li a:hover,
.pmn li a:active {
	color: #003965;
	text-decoration: underline;
}
#blo3 .lr .img,
#recruit .lr .img {
	float: right;
	width: 220px;
}
#blo3 .lr {
	position: relative;
}
#recruit p {
	margin-bottom: 15px;
	font-size: 81.3%;
	line-height: 1.6;
}
h3 {
	margin-bottom: 25px;
	padding-bottom: 10px;
	line-height: 1.4;
	font-weight: bold;
	background: url("../img/h3_bg.gif") no-repeat bottom left;
}
#recruit h3 span {
	margin-left: 10px;
	color: #ff6600;
}
#recruit .blo_inner {
	margin: 0 25px 40px 25px;
}
#recruit p.name {
	text-align: right;
}

#contents span.att {
	font-weight: bold;
background: linear-gradient(transparent 70%, #ffff13 70%);
}
/*tab1 */
#contents .tab1 {
	/*width: 810px;*/
}
#contents .tab1 table {
	border-width: 0px 1px 1px 0px;
	border-style: none solid solid none;
	border-color: #cccccc;
}
#contents .tab1 th,
#contents .tab1 td {
	border-width: 1px 0px 0px 1px;
	border-style: solid none none solid;
	border-color: #cccccc;
	font-size: 81.3%;
	line-height: 1.6;
	padding: 15px 20px;
	text-align: left;
}
#contents .tab1 th {
	background: #ffffcc;
	/*width: 20%;*/
	vertical-align: middle;
}
#blo2 .tab1 th {
	/*width: 23%;*/
}
#contents .tab1 td {
	background: #ffffff;
}
#contents .tab1 td img {
	margin-top: 10px;
}
#contents .tab1 td img.mn {
	margin-top: 0px;
}
#contents .tab1 td dt {
	margin-top: 15px;
	font-size: 110%;
	font-weight: bold;
	color: #3ca749;
}
#contents .tab1 td dd {
	margin: 0 0 0px 25px;
}


#contents .tab1 td.td1 {
	background: #ffffcc;
	text-align: center;
	font-weight: bold;
}
#contents .tab1 td {
	text-align: left;
}

#contents .tab1 td.td3 {
	text-align: left !important;
}

#contents .tab1 th {
	text-align: center !important;
}
#blo4 .tab1 {
margin-bottom: 40px;
}


h3 img{
	vertical-align: middle;
	margin-left: 5px;
}


/*go-top */
.go-top {
	position: fixed;
	bottom: 250px;
	right: 0px;
	text-decoration: none;
	color: white;
	background-color: rgba(0, 0, 0, 0.4);
	font-size: 12px;
	padding: 0.5em;
	display: none;
	text-align: center;
}
.go-top:hover {
	background-color: rgba(0, 0, 0, 0.6);
}

#recruit_movie {
 margin: 0 0 40px;
}
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
/*-----------------------------------------------------------*/
@media only screen and (max-width: 767px)  {
/*volunteer */
#volunteer {
	margin-top: 1.5em;
}	
	
#contents .inner {
	padding: 1.2em 0;
}	
	
#volunteer .inner {
	width: 100%;
}
#volunteer .inner .inner_txt {
	float: none;
	width: 100%;
}
#volunteer .inner .img {
	float: none;
	width: 100%;
}	
#blo3 .pmn,
#recruit .pmn {
	float: left;
	width: 100%;
	margin-bottom: 1em;
}
#blo3  .pmn li {
	display:block;
	margin: 0.8em 0;
}
	
#recruit .blo_inner {
	margin: 0 0 2em;
}	
	
.contact p {
	padding: 0 1.2em 4em;
	font-size: 75%;
	text-align: center;
	}
	
#contents .tab1 th,
#contents .tab1 td {
	padding: 8px 5px;

}	
		.go-top {

	bottom: 0px;

}
	
}	
	
	
	