@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 6px #000;
}

/* 野球野球ユニフォ－ム.netバナー*/
.header {
	background:url(../images/header-back1.jpg) no-repeat;
	margin: 0 auto;
	max-width: 960px;
	margin-bottom: -30px
}

/* 一番上リンクボタン*/
.wrapper-nav-global {
    /* background:url(../images/wrapper-nav-global-back.jpg)  repeat-x; */
	/*border-top: ridge 5px #ea10f8; 項目の上飾りライン */
	border-bottom: ridge 5px #ea10f8; /*項目の下飾りライン */
}

.nav-global {
	margin: 0 auto;
	max-width: 960px;
	
	
}
.wrapper-slideshow {
	background: #00000;
}
.wrapper-main {
	background: #000000;
}
.main {
	background: #000000;
	margin: 0 auto;
	max-width: 960px;
}
.news {
	float: left;
	padding: 20px 0 0 0;/* 4.1666666%（40px/960px） */
	width: 100%;/*43.75%（420px/960px） */
}

.news img{
	border:solid  2px ;
	border-color:#999
	
}



.articles {
	float: left;
	padding: 10px 3.5%;/* 4.1666666%（40px/960px） 両側で80px分 */
	width: 33%;/*43.75%（420px/960px） */
}
.wrapper-footer {
	background: #000;
	font-size: 0.8em;
	padding-bottom: 50px 
	
		
}


/* header */
.header h1 {
	background: url(../images/logo.png) no-repeat;
	height: 120px;
	margin: 0 0 30px 2.1666666%;/* 4.1666666%（40px/960px） */
	text-indent: -9999px;
	width:700px;
}
/* nav-global */

.nav-global li {
	float: left;
	text-align: center;
	width: 20%;
		
}
.nav-global li a {
	border-right: solid 3px #000; /*項目仕切り線色 */
	color: #fff;     /*項目文字色 */
	display: block;
	padding: 15px 0;
}
.nav-global li:last-child a {
	border-right: none;
}
.nav-global li a:hover {
	border-bottom: solid 5px #ff0000; /* 項目マウスリンク時色横棒に */
	padding: 15px 0 10px 0;
}
.nav-global li a:active {
	border-bottom: solid 5px #313131;
}

/* shortcut */
.shortcut {
	border-bottom: solid 1px #e3e3e3;
}
.shortcut li {
	float: left;
	width: 33.3333333%;/* 33.3333333%（320px/960px） */
}
.shortcut li a {
	display: block;
	padding: 30px 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
.shortcut li p {
	margin: 10px 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 */

.news h1 {
	background-color:#022485; /*画像の上　説明文台の色	*/
	margin: 0 0 0 0;
	border-top: 10px ;
	border-bottom: 10px ;
	font-size: 1.0em;
	font-weight: bold;
	color: #fff;　　　　　　　　　　/*画像の上　説明文字色	*/
	padding: 10px 0px 5px 10px　;　　/*高さ調整　説明文字色	*/
	
}



/* articles 右側上タイトル　*/
.articles h1 {
	margin: 0 0 40px 0;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	background-color:#4c9cb0;
	padding: 3px 3px 3px 3px

}

/* footer */
.footer p {
	color: #fff;
	text-align: center;
	line-height:18px; 
	font-size: 0.7em
	margin: 100px 0 0 0;
	
	}

/**
 * RESPONSIVE: スマートフォン向けウィンドウ幅600px以下
 */
@media screen and (max-width:600px) {
	/* 基本のレイアウト */
	.news {
		float: none;
		padding: 20px 4.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） */
	}
	/* header */
	.header h1 {
		background: url(../images/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: 0.7em;
	}
	
	.footer p {
	line-height: 17px;
	text-align: center;  
			
    }
	
/* ------ Utility ------ */

#utility {
	position: absolute; 			/* PC用の表示ではposition:absoluteとする */
	width: 100%;
	top: 0px;	 				/* top:0としてヘッダー部に移動 */
	height: 40px;				/* 高さは固定とする */
	background-color: #000;
}

#utility .row {
	height: 100%;
}

#country {
	float: right;
}

#country p {
	display: inline-block;
	margin-top: 10px;
	margin-right: 20px;
	padding: 0px  0px 0px 0px;    /* Google 横間隔上右下左指定 */
	color: #999;
	font-weight: bold;
	/* border-left: solid 0px #444; */

}
#country p:first-child {
	border-left: none;
}

#country p img {
	width: 5px;
	height: 20px;
	margin-right: 0px;
}

#country p a {
	display: block;
	width: 4em;
	text-decoration: none;
}
