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

/* 基本設定クリア */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, textarea, legend, article, aside, footer, header, hgroup, menu, nav, section {
	border: 0;
	color: #000;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
a {
	text-decoration: none;
}
ul {
	list-style: none;
}
.clear {
	overflow: hidden;
	zoom: 1;
}
/* 基本のレイアウト */
body {
	background: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.wrapper-header {
	border-top: solid 40px #000;
}
.header {
	margin: -35px auto;
	max-width: 960px;	
}

/* 一番上リンクボタン*/
.wrapper-nav-global {
  /* background:url(../images/wrapper-nav-global-back.jpg)  repeat-x;  */
	border-bottom: ridge 5px #666; /*項目の下飾りライン */
	border-top: ridge 5px #ea10f8; /*項目の上飾りライン */
}
.nav-global {
	margin: 0 auto;
	max-width: 960px;
}
.wrapper-slideshow {
	background: #ddd;
}
.wrapper-main {
	background: #000;
}
.main {
	background: #000;  /*歴代チーム項目20段バック色 */
	margin: 0 auto;
	max-width: 960px;
}
.news {
	float: left;
	padding: 10px 0 20px 4.1666666%;/* 4.1666666%（40px/960px） */
	width: 43.75%;/*43.75%（420px/960px） */
}
.articles {
	float: left;
	padding: 20px 4.1666666%;/* 4.1666666%（40px/960px） 両側で80px分 */
	margin-bottom: -20px ;
	width: 43.75%;/*43.75%（420px/960px） */
}

.articles r {
	float: right;
	padding: 20px 4.1666666%;/* 4.1666666%（40px/960px） 両側で80px分 */
	margin-bottom: -20px ;
	width: 43.75%;/*43.75%（420px/960px） */
}

.wrapper-footer {
	background: #000;
}
.footer {
	margin: 0  auto ;
	max-width: 960px;
}
/* header */
.header h1 {
	background: url(../img/top.logo.png) no-repeat;
	height: 120px;
	margin: 0 0 40px 1.1666666%;/* 4.1666666%（40px/960px） トップタイトル上下左右調整*/
	text-indent: -9999px;
	width: 750px; 
}
/* nav-global */
.nav-global li {
	float: left;
	padding: 3px 0　0px;
	text-align: center;
	width: 20%;
}
.nav-global li a {
	border-right: solid 3px #000; /*項目仕切り線色 */
	color: #fff;     /*項目文字色 */
	display: block;
	padding: 15px 0  15px;
}
.nav-global li:last-child a {
	border-right: none;
}
.nav-global li a:hover {
	border-bottom: solid 5px #ea10f8; /* 項目マウスリンク時色横棒に */
	padding: 15px 0 10px 0;
}

.nav-global li a:active {
	border-bottom: solid 5px #75b4c4;
}


/* shortcut */
.shortcut {
	border-bottom: solid 1px #e3e3e3;
}
.shortcut li {
	float: left;
	width: 33.3333333%;/* 33.3333333%（320px/960px） */
}
.shortcut li a {
	display: block;
	padding: 25px 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
.shortcut li p {
	margin: 20px 0 0 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
}
.shortcut li a:hover p {
	color: #8ac2d0;
}
.shortcut li a:active p {
	color: #75b4c4;
}
/* news タイトルCONTENT*/
.news h1 {
	margin: 5px 5px 20px  0;
	border:solid 2px #F00;
	padding: 5px 5px 5px 20%;
	border-radius: 5px;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #000;
	color: #fff;
	
}

.news h2 {
	margin: 1%  0%; 
	padding: 1% 3% ;
	border-radius: 5px;
	font-size: 0.8em;
	background-color: #001e30;
	color: #fff;
	
}

.news img {
    border: solid  2px #015385; 

}


/* FB T imｇ 位置 */
.articles h1 {
	border-top: solid 3px #000; /*上側 */
	padding: 20px 3%;
	margin: 10px 0 0 0;
/*	font-size: 1.2em;　*/
	font-weight: bold;
	
	}


/* 右側　バナー下文字間隔   */	
.articles  p {
	margin: 5px 0 15px 0;
	font-size: 0.9em;
		
	}	
	

/* footer */
.footer p {
	color: #fff;
	text-align: center;
	line-height:15px; 
	font-size: 0.8em
		
	}

/**
 * RESPONSIVE: スマートフォン向けウィンドウ幅600px以下
 */
@media screen and (max-width:600px) {
	/* 基本のレイアウト */
	.news {
		float: none;
		padding: 10px  0  0 2.1666666%;;/* 4.1666666%（40px/960px） 両側で80px分 */
		width: 91.6666666%;/*91.6666666%（880px/960px） */
	}
	
	.articles {
		float: none;
		padding: 20px 4.1666666%;/* 4.1666666%（40px/960px） 両側で80px分 */
		width: 91.6666666%;/*91.6666666%（880px/960px） */
	}
 
  .articles h1 a:visited { color: #000; } 
 
  .articles h1 a:link {color:#dddada;}	

  .articles h1 a:hover{
    display:block;
　  width:15px;
　  height:10px;
    background:#ea10f8;
	
	 }	
	
	/* header */
	.header h1 {
		background: url(../img/logo-300.png) no-repeat;
		height: 53px;
		width: 350px;
	}
		
	/* nav-global */
	.nav-global li a {
		font-size: 0.7em;
	}
	
	/* shortcut */
	.shortcut li img {
		width: 80%;
	}
	.shortcut li p {
		font-size: 1.0em;
	}
	
	.footer p {
	line-height: 17px;
	text-align: center;  
			
    }