@charset "utf-8";

:focus{outline:0;}

ol, ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption, th, td{font-weight:normal;text-align:left;}
blockquote:before, blockquote:after,q:before, q:after{content:"";}
blockquote, q{quotes:"" "";}
a img{border:0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
/* -------------------------------------------------------------- */

body{
	color:#555;
	margin-left: 5%;
	margin-right: 5%;
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:1.5;
	-webkit-text-size-adjust:100%;
	background:#f0f0f0;
}

strong.ttl {
	background-color: #0000cc;
	color: white;
	text-align: left;
	display: block;
	padding: 2px 5px;
	padding: 10px;
}

p.HL{   /**** HL heighligtht ハイライト　強調***/
	font-size: x-large;
	line-height: 1.5;
	color: red;
}

/********************************************************************** 3.19 ****************************************************************/

.dl_area{
	width: 30%;
	min-width: 300px;
  border-radius: 5px;
  padding: 20px 0px 40px 0px;
	margin: 10px 10% 10px 5%;
	transition: all 0.3s ;
	text-align: center;
  border: solid 1px #a9a9a9;
	position: relative;
}

.dl_area a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

}

.dl_area:hover{
	transition: all 0.3s ;
	background-color: #f9f9f9;	
	color: #a9a9a9;
	opacity: 0.5 ;
}
.index{
	font-size: large;
	margin-left: 5%;
	margin-bottom: -5px;
}



.dl_files{
	padding: 20px;
	font-size: 14px;
	text-decoration: none;
	color: #898989;
}

.icon {
  position: relative;
  top: -15px;
  left: 5%;
	float: left;
}

/*********************************************************************************************************************************************/

.tekitou{ /*責任者ページの記事を中央寄せっぽいことしてる。*/
	/*margin: 0px 0px 0px 100px;*/
	margin-left: 10%;
	margin-right: 10%;
}

.post_info{ /*問い合わせの中央寄せっぽいことしてる。*/
	/*margin: 0px 0px 0px 100px;*/
	margin: auto;
}

.box_kouza{
		width: 70%;
		padding: 10px 10apx 100px 0px; /* 四角の大きさ*/
		margin: 10px 0px 10px 0px; /*四角の外幅*/
    font-weight: bold;
    border: solid 3px #000000;
}
.box_kouza p {
		text-indent: 7%;
    margin: 0; 
    padding: 5px 0px 0px 0px;
}

/***************************************************************************************************************************************************************************************************************************/

.btn{
  border-radius: 5px;
  /*background-color: navy;*/
	padding: 30px 100px 30px 100px;
	margin: 0px 10px 10px 0px;
  text-align: center;
  color: white;
	font-size: large;
	float: left;
	transition: all 0.3s ;
	background-image: url(bg_button_1.png);
	
}

.btn:hover{
	background-color: silver;
	color: white;
	opacity: 0.5 ;
}

/*******************************************************************************************************************************************************************************************************************************/
/**** リンク用 ****/

#links {
  list-style: none;
  overflow: hidden;
}
 
#links li {
	-webkit-box-align: center; /* safari, Chrome対応 */
	-moz-box-align: center;    /* Firefox対応 */
	-o-box-align: center;      /* Opera対応 */
	-ms-box-align: center;     /* IE対応 */
	box-align: center;         /* ベンダープレフィックス無しも併記する */
  width: 400px;
	height: 100px;
  text-align: center;
  background-color: #f9f9f9;
  float: left;
	border: solid 1px silver;
}
 
#links li a {
  display: block;
  text-decoration: none;
	font-size: 15px;
  font-weight: bold;
  padding: 20px;
}

#links li.links_btn{
	/*background-image: url(bg_button_1.png);	*/
	transition: all 0.3s ;
}

#links li.links_btn:hover{
	transition: all 0.3s ;
	background-color: #f9f9f9;	
	color: #a9a9a9;
	opacity: 0.5 ;
}

.links_img{
	width: auto;
	margin: -15px -10px 0px 0px;  /**** ここはエンブレムの位置 ***/
	float: left;
}

.links_btn_a{ /* リンクには聞いてる。画像に乗ってもhoverの効果あり*/
  color: white;
	font-size: large;
}


/*******************************************************************************************************************************************************************************************************************************/
/**** 責任者ページ用 ****/
.league_chief_top{
	width: 1000px;
	height: 80px;
	width: auto;
	float: left;
	margin: 0px 10px 0px 10px;
}

.btn_link{
	border-radius: 5px;
	width: 300px;
	padding: 35px;
	background-color: white;
	background-image: url(bg_button_1.png);
	text-align: center;
	vertical-align: middle;
	transition: all 0.3s ;
}

.link_img{
	width: 75px;
	margin: -23px 10px 0px 0px;
	float: right;
}

.btn_link_a{ /* リンクには聞いてる。画像に乗ってもhoverの効果あり*/
  color: white;
	font-size: large;
}

.btn_link:hover{
	/*background-color: silver;*/
	color: white;
	opacity: 0.5 ;
}


.ppp{
	float: left;
}

.pdf{
	padding: 100px 0px 0px 0px;
}

.red{
	color: red;
}

.sred{
	color: red;
	font-size: x-small;
}
