@charset "utf-8";
/* CSS Document */

/* ================================================== *
 *
 *    style 2nd
 *
 * ================================================== */
 
 
 
/*-------------------------------------- *
/      スライダー
/*-------------------------------------- */
#scroll .wideslider { width: 100%; height: 350px; text-align: left; position: relative; overflow: hidden; }
#scroll .wideslider ul,
#scroll .wideslider ul li { float: left; display: inline; overflow: hidden; }
#scroll .wideslider ul { text-align:center; }
#scroll .wideslider_base { top: 0; position: absolute; }
#scroll .wideslider_wrap { top: 0; position: absolute; overflow: hidden;}

/*
.slider_prev,
.slider_next { top: 0; overflow: hidden; position: absolute; z-index: 100; cursor: pointer; }
.slider_prev { background: url(../images/prev.jpg) no-repeat left center;}
.slider_next { background: url(../images/next.jpg) no-repeat right center;}
*/
#scroll .slider_prev,
#scroll .slider_next { display:none; }
#scroll .pagination { bottom: 12px; left: 0; width: 100%; height: 15px; text-align: center; position: absolute; z-index: 5; }
#scroll .pagination a {
	margin: 0 15px;
	width: 12px;
	height: 12px;
	display: inline-block;
	overflow: hidden;
	border-radius:50%;
	background-color: #50A758;
}
#scroll .pagination a.active { filter:alpha(opacity=100)!important; -moz-opacity: 1!important; opacity: 1!important; }
#scroll .wideslider ul:after { content: "."; height: 0; clear: both; display: block; visibility: hidden; }
#scroll .wideslider ul { display: inline-block; overflow: hidden; margin:0; padding:0; }

 
 
/*-------------------------------------- *
/     更新情報
/*-------------------------------------- */

/*イベント１行分*/



.dotline_green{
	background-image: url(../img/event_dotline_green.png);
	background-repeat: repeat-x;
	background-position: center bottom;	/*border-bottom-width: 1px;*/		
}
	

.event_unit_1 {
	display:inline-block;
	text-align:left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	font-size:1.2em;
	
}




/*日にち　カテゴリ　タイトル*/
.event_detail_List{
	/*width: 96%;*/
	/*background-color:#999;*/
	width: 840px;
	/*margin-left:20px;*/
	font-size: 0.85em;
	padding-top:1.2em; /*文字上余白*/
	padding-bottom:0.8em;　/*文字下余白*/


}


/*B1+B2+B3*/
.event_unit_1 .event_detail_List li {
	display:inline-block;
	/*vertical-align:middle;*/
   *display:inline; /* IE7ハック */
   *zoom:1; /* IE7ハック この２つがないとIE7では縦並びになってしまいます */
	/*max-width: 100%;*/
	text-decoration: none;
	text-align:left;
	/*margin-right:1em;*/
	margin-bottom:0.5em;
	margin-left:0px;
	/*background-color:#FFFF00;*/
	vertical-align:text-top;
	
}



/*イベント 1行　日付*/
.event_unit_1 .date {
	width: 120px;
	margin-right:1em;
	
	/*background-color: #9F9;*/
}

/*イベント 1行　会員専用ページタグ*/
.event_unit_1  .member {
	width: 60px;
	margin-right:1em;
	margin-bottom:0.5em;
	/*background-color: #9CF;*/
}

.event_unit_1  .member_on {
	/*width: 100px;*/
	background-color: #FFE3BB;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #FFB951;
	color: #FF9900;
	text-align: center;
	font-size:0.84em;
	margin-right:20px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.event_unit_1  .member_on_w {
	/*width: 100px;*/
	background-color: #FFE3BB;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #FFB951;
	color: #FF9900;
	text-align: center;
	font-size:0.84em;
	margin-right:20px;
	padding-top: 2px;
	padding-bottom: 2px;	
}


.event_unit_1  .member_off {
	width: 40px;
	margin-right:1em;
	padding-left:10px;
	;
	/*background-color: #9CF;*/
}


/*イベント 1行　タイトル*/
.event_unit_1 .title{
	/*background-color: #FFC;*/
	/*float: left;*/
	width: 630px;
	padding-left:0px;
	margin-right:0px;

}

/*イベント 1行　タイトル NEW*/
.new_red {
	color:#E80000;
	font-weight: bold;
	margin-left: 0.5em;
}





/* event_color */
.red {
	color:#C00;
}

.blue {
	color:#039;
}

.green {
	color:#090;
}

.icon_space_l {
	margin-left:1em;
}

.icon_space_left05 {
	margin-left:0.5em;
}


/*イベント１行分　ここまで*/

/*更新情報*/
#contents #contents_inner03 .update_info {
	margin-bottom: 30px;
	
}

.update_info .event_unit_1 a:link {
	color: #231815;
	text-decoration: none;
	outline: none;
}

.update_info .event_unit_1 a:visited {
	color: #231815;
	text-decoration: none;
	outline: none;
}

.update_info .event_unit_1 a:hover,
a:focus,
a:active {
	color: #50A758;
	text-decoration: none;
	outline: none;
}



/*更新情報バックナンバー*/
#contents_inner03 .update_info .koushin_bk {
	margin-top:20px;
	margin-left:20px;
	width: 830px;
	text-align:right;

}

.update_info .koushin_bk .fa.fa-angle-right {
	font-size:1.3em;
	margin-left:10px;
}


.update_info .koushin_bk a:link {
	color: #231815;
	text-decoration: none;
	outline: none;
}

.update_info .koushin_bk a:visited {
	color: #231815;
	text-decoration: none;
	outline: none;
}

.update_info .koushin_bk a:hover,
a:focus,
a:active {
	color: #50A758;
	text-decoration: none;
	outline: none;
}


#contents_inner03 {
	padding: 0px 30px 5px 30px;
}


/*-------------------------------------- *
/    会報　全救協　バックナンバー
/*-------------------------------------- */

/*会報　全救協　バックナンバー　１行分　　----------------------------------*/


.dotline_grey_bottom{
border-bottom: dashed 1px silver;

}
.dotline_grey_top{
border-top: dashed 1px silver;

}
	
.dotline_green{
	background-image: url(../img/event_dotline_green.png);
	background-repeat: repeat-x;
	background-position: center bottom;	/*border-bottom-width: 1px;*/		
}
	

.report_unit_1 {
	display:inline-block;
	text-align:left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	font-size:1.2em;
	
}




/*日にち　カテゴリ　タイトル*/
.report_detail_List{
	/*width: 96%;*/
	/*background-color:#999;*/
	width: 840px;
	/*margin-left:20px;*/
	font-size: 0.85em;
	padding-top:1.2em; /*文字上余白*/
	padding-bottom:0.8em;　/*文字下余白*/


}


/*B1+B2+B3*/
.report_unit_1 .report_detail_List li {
	display:inline-block;
	/*vertical-align:middle;*/
   *display:inline; /* IE7ハック */
   *zoom:1; /* IE7ハック この２つがないとIE7では縦並びになってしまいます */
	/*max-width: 100%;*/
	text-decoration: none;
	text-align:left;
	/*margin-right:1em;*/
	margin-bottom:0.5em;
	margin-left:0px;
	/*background-color:#FFFF00;*/
	vertical-align:text-top;
	
}

/*会報　全救協　バックナンバー 1行　ナンバー*/
.report_unit_1 .no {
	width: 4em;
	margin-right:1em;
	padding-left:0.5em;
	
}

/*会報　全救協　バックナンバー 1行　日付*/
.report_unit_1 .date {
	width: 120px;
	margin-right:1em;
	
	
}

/*イベント 1行　会員専用ページタグ*/
.report_unit_1  .member {
	width: 60px;
	margin-right:1em;
	margin-bottom:0.5em;
	/*background-color: #9CF;*/
}







/*会報　全救協　バックナンバー　 1行　タイトル*/
.report_unit_1 .title{
	/*float: left;*/
	width: 615px;
	padding-left:0px;
	margin-right:0px;

}





/*会報　全救協　バックナンバー１行分　ここまで　----------------------------------*/




/*会報　全救協　バックナンバー　リンク　ここから　----------------------------------*/


.report_info .report_unit_1 a:link {
	color: #231815;
	text-decoration: none;
	outline: none;
}

.report_info .report_unit_1 a:visited {
	color: #231815;
	text-decoration: none;
	outline: none;
}

.report_info .report_unit_1 a:hover,
a:focus,
a:active {
	color: #50A758;
	text-decoration: none;
	outline: none;
}

/*会報　全救協　バックナンバー　リンク　ここまで　----------------------------------*/


/*-------------------------------------- */
/*バナー群　　　　　　　　　　　　　　　 */
/*-------------------------------------- */


.bnr_area_inner{
	width: 942px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}


.bnr_area {
	color: #333333;
	font-size: 1em;
	background-color: #DCF5DE;
	margin-top: 20px;
	margin-bottom: 20px;
}

.bnr_one {
	width:300px;
	float:left;
	margin-top: 11px;
}


.bnr_one .bt {
	width:280px;
	/*margin-right:20px;*/
	margin-left:20px;
		
}

.bnr_one .btw {
	width:280px;
	/*margin-right:20px;*/
	margin-left:20px;
		
}
	
.bnr_one .bt a{
	/*height:80px;*/
	background-color: #ffffff;
	border: 1px solid #50A758;
	color: #333;
	display: block;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	box-shadow: 1px 1px 1px #ccc;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 27px;
	padding-right: 10px;
	padding-bottom: 27px;
	padding-left: 10px;
}

.bnr_one .btw a{
	/*height:80px;*/
	background-color: #ffffff;
	border: 1px solid #50A758;
	color: #333;
	display: block;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	box-shadow: 1px 1px 1px #ccc;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

.bnr_one .bt a:hover{
	background-color: #E8F9E9;
	border: 1px solid #458F4D;
	color: #333;
}

.bnr_one .btw a:hover{
	background-color: #E8F9E9;
	border: 1px solid #458F4D;
	color: #333;
}


.bnr_one p {
	line-height: 1.5em;
}


.bnr_arrow { 
	float:right; 
	margin-top:0px;
	
}

.bnr_arrow_w { 
	float:right; 
	margin-top:12px;
	
}


.bnr_gaibu {
	background-color:#f8f8f8;
	width:300px;
	float: right;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-top: 20px;
}

.bnr_gaibu .bm_10{

	margin-bottom: 10px;

}

.bnr_gaibu_one {
	box-shadow: 1px 1px 1px #ccc;
	
}

.bnr_gaibu a:hover{
	opacity:0.7;

	
}

.bnr_naibu .bnr_one .btw a .bnr_arrow_w .fa.fa-angle-right {
		font-size:1.5em;
		color:#50A758
}

.bnr_naibu .bnr_one .bt a .bnr_arrow .fa.fa-angle-right {
		font-size:1.5em;
		color:#50A758
}

/*　更新情報バックナンバー　*/
#contents_inner03 .year_title {
	font-size: 1.4em;
	color: #50A758;
	/*border-style: solid; */
	background-color: #f8f8f8;
	padding: 0.3em;
	margin: 2em 0 1em 0;
	
	
}

.bk_year_title {
	font-weight: bold;
	font-size: 1.2em;
	color:#666666;
}

.bk_year {

	text-align: left;
	margin-bottom: 50px;
	width: 880px;
	

}
.bk_year ul{
	border-bottom-width: 1px;
	border-bottom-style: solid ;
	border-bottom-color: #cccccc;
	font-size: 1.06em;
	
}

.bk_year ul li{
	position: relative;
	display: inline-block;
	margin-top: 1em;
	margin-bottom: 1.3em;
	list-style: none;
}


#contents .bk_year ul .year_number{
	width: 70px;
	list-style: none;

}


.bk_year ul .year_number a {
    text-decoration: none;
}
.bk_year ul .year_number a:hover {
    text-decoration: underline;
}

/*　　トップページ　お知らせ*/
.notice {
	width: 780px;
	margin: 2em auto 2em auto;
	padding: 2em;
	font-size:1.2em;
	line-height: 1.8em;
	/*background-color:#FFF9F9;*/
	border : solid 1px #Fccccc ;
	color :#ff0000;
}


