
/*=======================
　基本タグ
=======================*/

*{ margin:0; padding:0; }

a:link { color:#1a3e68; text-decoration:underline; }

a:visited { color:#1a3e68; text-decoration:underline; }

a:hover { color:#0099FF; text-decoration:underline; }

img { border:none; }

body{
   margin:0 auto;
   font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;

}

ul{ margin:0px; padding:0px;}
/*=======================
　ヘッダ
=======================*/

#bg_header{
   background:url(../share/header_bg.jpg) repeat-x;
   width:100%;
   height:160px;
}

#header{
   width:900px;
   height:80px;
   margin:0 auto;
   background:url(../share/header.jpg) no-repeat;
}

h1 a{
   display:block;
   width:365px;
   height:60px;
   margin:12px 0 0 70px;
   background:url(../share/rogo.jpg) no-repeat;
   text-indent:-9999px;
   text-decoration:none;
   float:left;
   display:inline;
}


/*=======================
　メニュー
=======================*/

#navi{
   width:812px;
   height:45px;
   margin:0 auto;
   clear:left;
}

#navi li{
   height:45px;
   float:left;
   list-style-type:none;
   overflow:hidden;
}

#navi a{
   height:45px;
   text-indent:-9999px;
   display:block;
}

.navi01 a{ background:url(../share/menu/btn_home.jpg) no-repeat 0 0; width:116px; }

.navi02 a{ background:url(../share/menu/btn_csa.jpg) no-repeat 0 0; width:116px; }

.navi03 a{ background:url(../share/menu/btn_activity.jpg) no-repeat 0 0; width:116px; }

.navi04 a{ background:url(../share/menu/btn_news.jpg) no-repeat 0 0; width:116px; }

.navi05 a{ background:url(../share/menu/btn_support.jpg) no-repeat 0 0; width:116px; }

.navi06 a{ background:url(../share/menu/btn_english.jpg) no-repeat 0 0; width:116px; }

.navi07 a{ background:url(../share/menu/btn_contact.jpg) no-repeat 0 0; width:116px; }

#navi a:hover{ background-position:0 -45px; }


/*=======================
　コンテンツ
=======================*/

#main{
   width:900px;
   margin:0 auto;
   height:100%;
   clear:left;
}


/*=======================
　サイド レフト
=======================*/

#left{
   width:190px;
   margin-right:20px;
   float:left;
}

#activity{
   width:190px;
   background:url(../img/activity_bg.jpg) repeat-y;
   border-bottom:1px solid #dddddd;
}

.sub_t01{
   width:190px;
   height:55px;
   text-indent:-9999px;
   background:url(../img/t_activity.jpg) no-repeat 0 0;
}

#activity ul{
   width:170px;
   padding:0 10px;
}

#activity li{
   list-style-type:none;
   padding-bottom:15px;
}

/*=======================
　センター
=======================*/

#center{
   width:480px;
   float:right;
   float:left;
}
/* 140630add */
	#center .imgbnr{
	}

	#center .textbnr{
	   width:480px;
	   background:url(../img/new_bg.jpg) repeat-y;
	   border-bottom:1px solid #dddddd;
	   margin-bottom:20px;
	   font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	}
		#center .textbnr .title{
		   width:460px;
		   background:url(../img/blank_bg.jpg) no-repeat 0 0;
		   padding:15px 10px 10px;
		   font-weight:bold;
		   color:#2A74B1;
		   font-size:17.5px;

		   border-bottom:#E0E0E0 1px solid;
		}
		#center .textbnr .inner{
			padding:10px;
			font-size:14px;
			color: #1f436e;
		}
		#center .textbnr .copy{
			font-weight:bold;
			color:#6A6A6A;
			font-size:18px;
			margin-bottom:0.5em;
		}
		#center .textbnr .clearBox .cont{
			width:320px;
			float:left;
		}
		#center .textbnr .clearBox ul,
		#center .textbnr .clearBox ol{
			margin-left:1em;
		}
		#center .textbnr .clearBox ul li{
			font-size: 100%;
			line-height:1.5em;
			margin-bottom:0.8em;
		}
		#center .textbnr .clearBox img.img-l,
		#center .textbnr .clearBox img.img-r{
			border:#E0E0E0 1px solid;
			border-radius:3px;
			width:130px;
			padding:2px;
		}
		#center .textbnr .clearBox img.img-r{
			float:right;
			margin-left:0px !important;

		}



			#center .textbnr .clearBox a img:hover{
				border:#7BB3FF 1px solid !important;
			}



/* --add */

.sub_t02{
   width:480px;
   height:50px;
   text-indent:-9999px;
   background:url(../img/t_new.jpg) no-repeat 0 0;
   /*margin-top:20px;*/
}

.sub_t03{
   width:190px;
   height:55px;
   text-indent:-9999px;
   background:url(../img/t_helpinghand.jpg) no-repeat 0 0;
}
#helpinghand{
   width:170px;
   background:url(../img/activity_bg.jpg) repeat-y;
   border-bottom:1px solid #dddddd;
   padding:0 10px 10px;
}

#new{
   width:480px;
   background:url(../img/new_bg.jpg) repeat-y;
   border-bottom:1px solid #dddddd;
   margin-bottom:20px;
}

#new ul{
   width:400px;
   margin:0 auto;
   padding-bottom:20px;

}

#new li{
   list-style-type:none;
   padding:10px 0 15px 0;
   font-size:14px;
   line-height:16px;
   border-bottom:1px dotted #dddddd;
   display:inline-block;
}

#new li .date{
    float: left;
    width: 80px;
	margin-right: 5px;
}

#new li a span{
    float: right;
    width: 290px;
}

.icon01{
   background:url(../img/icon01.jpg) no-repeat 0 0;
   padding-left:25px;
}

.icon02{
   background:url(../img/icon02.jpg) no-repeat 0 0;
   padding-left:25px;
}


/*=======================
　サイド ライト
=======================*/

#right{
   width:190px;
   margin-left:20px;
   float:right;
}

/*=======================
　サイド メニュー
=======================*/

#s_navi{
   width:190px;
   height:251px;
   background:url(../img/s_menu01_bg.jpg) no-repeat;
   margin-top:20px;/*20160510修正*/
}

#s_navi ul{
   width:170px;
   padding:13px 10px;
}

#s_navi li{
   width:170px;
   height:50px;
   list-style-type:none;
   padding-bottom:7px;
   overflow:hidden;
}

#s_navi a{
   width:170px;
   height:50px;
   text-indent:-9999px;
   display:block;
}

.s_navi01 a{ background:url(../img/btn_message.jpg) no-repeat 0 0; }

.s_navi02 a{ background:url(../img/btn_album.jpg) no-repeat 0 0; }

.s_navi03 a{ background:url(../img/btn_report.jpg) no-repeat 0 0; }

.s_navi04 a{ background:url(../img/btn_unity.jpg) no-repeat 0 0; }

#s_navi a:hover{ background-position:0 -50px; }


/*=======================
　フッタ
=======================*/

#bg_footer{
   clear:both;
   background:url(../share/footer_bg.jpg) repeat-x;
   width:100%;
   height:160px;
}

#footer{
   width:900px;
   height:160px;
   margin:0 auto;
   position:relative;
}

#footer ul{
   width:200px;
   height:15px;
   position:absolute;
   top:110px;
   left:720px;
}

#footer li{
   float:left;
   list-style-type:none;
   font-size:10px;
   color:#ffffff;
   background: url(../share/icon.jpg) no-repeat 0 0.15em;
   padding:0 10px 0 10px;
   display:inline;
}

#footer p{
   text-align:right;
   font-size:10px;
   color:#d6d6f1;
   padding:130px 10px 0 0;
}


/*	common
----------------------------------------------- */

div.clearBox:after{
	 content: ".";
	 display: block;
	 visibility: hidden;
	 height: 0.1px;
	 font-size: 0.1em;
	 line-height: 0;
	 clear: both;
}

div.clearBox{
	overflow:hidden;
	height: auto;
}

div.clearBox img.img-l{
	float:left;
	margin-right:10px !important;

	}
img.img-l{
	float:left;
	margin-right:10px !important;
	}
div.clearBox img.img-r{
	float:right;
	margin-left:10px !important;

	}

div.clearBox p.hidden{
	height: auto;
}

div.clearBox p.auto{
	overflow:auto;
	height: auto;
}

/* PDF */
span.mk-pdf {
	padding: 6px 00px 5px 20px;
	background:url(../img/icon_pdf.gif) no-repeat left;
	margin:0px 5px 0 0;
}

*.sp-t10{
	margin-top: 10px !important;
}

/*20230123 flexbox*/
.iconBox {
  display: flex;
  justify-content: space-evenly;
}
.iconBox img{
    width: 50px;
}