@charset "UTF-8";

/* トップページ */
#slider {
	width: 100%;
  	max-width: 960px;
 	margin: 10px auto 0;
	padding: 0;
	position:relative;
	z-index:-10000; /* バビゲーションバーを上に */
}

#information {
	width:100%;
	background:#fff;
	margin-right: -500px;
	float: left;

}

.info-box {
	padding: 10px;
	margin-bottom: 5px;
	margin-right: 500px;
}

.info-title {
	border-left: 3px solid #f00;
	margin-bottom:10px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 16px;
	color:#666;
	text-align:left;
}

.info-inner {
	text-align:left;
	padding: 10px;
	border: 1px solid #ccc;
}

#photozou {
	width:500px;
	background:#fff;
	float: left;
}

.photozou-box {
	padding: 10px;
}

/* ゲーム詳細ボタン */
.game-btn { 
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	display:inline-block;
	background-color: lightseagreen;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid silver;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	width: 80px;
	padding: 5px 0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	opacity: 1;
}

.game-btn:hover {
	opacity: 0.8;
}

/* ぐるうぷすれじゅ〜るボタン */
.gs-btn { 
	color: #333;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	display: block;
	background-color: #ffaa00;
	background-image: -webkit-gradient(
		linear, 
		left top, left bottom, 
		from(#ffffcc), 
		color-stop(0.49, #ffcc00),
		color-stop(0.50, #ffaa00),
		to(#ff9900)
		);
	background-image: -webkit-linear-gradient(
		top, 
		#ffffcc 0%, 
		#ffcc00 49%,
		#ffaa00 50%,
		#ff9900 100%
		);
	background-image: linear-gradient(
		to bottom, 
		#ffffcc 0%, 
		#ffcc00 49%,
		#ffaa00 50%,
		#ff9900 100%
		);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid silver;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	width: 150px;
	padding: 5px 0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	opacity: 1;
}

.gs-btn:hover {
	opacity: 0.8;
}

.gs-btn-r {
	width:150px;
	margin-left : auto;
}

/* ダウンロードボタン */
.dl-btn { 
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	display:inline-block;
	background-color: #333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid silver;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	width: 100px;
	padding: 5px 0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	opacity: 1;
}

.dl-btn:hover {
	opacity: 0.8;
}

/* リンクバナー */
#link {
	background:#fff;
	clear:both;
}

#link ul {
	text-align:center;
}

#link li {
	display:inline-block;
	margin:5px 2px;
}

#link li a {
	display:block;
	width:150px;
} 

#link li a:hover {
	opacity: 0.8;
}

/* 広告バナー */
#ad {
	background:#fff;
	clear:both;
	padding:5px 0 5px;
}
#ad ul {
	text-align:center;
}

#ad li {
	display:inline-block;
	margin:2px 0;
}

#ad li a {
	display:block;
	width:234px;
	height:60px;
	background: #f00;
} 

/* チーム情報 */
#team {
	width: 100%;
  	max-width: 960px;
 	margin: 0 auto;
	padding: 0;
	position:relative;
}

#team table {
	width: 100%;
	margin: 10px 0;
	line-height:1.5em;
}

#team td {
	padding: 5px 10px;
	border: 1px solid #666;
	text-align:left;
}

#team th {
	padding: 5px;
	border: 1px solid #666;
	background-color: #ccc;
}
.team-img {
	margin-top: 15px;
	margin-bottom : 24px;
}

/* 試合結果 */
#game {
	width: 100%;
  	max-width: 960px;
 	margin: 0 auto;
	padding: 0;
	position: relative;
}

#game p { 
	margin-bottom : 24px;
	text-align: left;
	line-height: 1.5em
}

#contents .h2-sub {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:center;
}

.gamebox {
	padding: 10px;
	border: 1px solid #666;
	margin-bottom: 20px;
	font-size: 15px;
	color: #000;
}

.gamebox table {
	width: 100%;
	margin:10px 0;
	border: 1px solid #666;
}

.gamebox tr {
	color: gold;
	background-color: #0c4f4b;
	border: 1px solid #666;
	text-align: center;
}

.gamebox .Inning {
	color: #FFF;
	font-size: 10px;
	background-color: #333;
	border: 1px solid #666;
	padding:3px;
}

.gamebox .team-name {
	color: #FFF;
	background-color: #0a3b38;
	border: 1px solid #666;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	width: 150px;
}

.gamebox .score {
	font-size: 18px;
	width: 24px;
	border: 1px solid #666;

}

.gamebox .total {
	font-size: 18px;
	font-weight: bold;
	width: 24px;
}

.gamebox .gametext-bold {
	font-weight: bold;
	font-size: 110%;
	color: #F30;
}

.gamebox .gamephoto {
	text-align: center;
}

.gamebox .game-link {
	text-align: center;
}

/* お問い合わせページ */
#contact-p {
	margin:10px 0;
	text-align: left;
	line-height: 1.5em;
}

input, textarea {
	display: block;
}

input {
	width: 400px;
	height: 24px;
}

label {
	font-weight: bold;
}

button.send	{
	width: 200px;
	background-color: #ffaa00;
	background-image: -webkit-gradient(
		linear, 
		left top, left bottom, 
		from(#ffffcc), 
		color-stop(0.49, #ffcc00),
		color-stop(0.50, #ffaa00),
		to(#ff9900)
		);
	background-image: -webkit-linear-gradient(
		top, 
		#ffffcc 0%, 
		#ffcc00 49%,
		#ffaa00 50%,
		#ff9900 100%
		);
	background-image: linear-gradient(
		to bottom, 
		#ffffcc 0%, 
		#ffcc00 49%,
		#ffaa00 50%,
		#ff9900 100%
		);
	border: solid 1px #aaaaaa;
	border-radius: 10px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
	}
	
button.send:hover {
	    opacity: 0.8;
}

textarea {
	width: 100%;
	height: 120px}

#form table {
	width: 99%;
	text-align: left;
	border-collapse: separate;
	border-spacing: 5px;
}

#form th {
	padding: 10px;
	background-color: #ccc;
	font-weight: bold;
}

#form td {
	padding: 10px;
}

@media screen and (max-width: 640px) {
	input {
		width: 100%
	}
	#form th,#form td {
		display: block
	}
	#form th {
		padding: 0px;
		background-color: transparent;
	}
	#form td {
		padding: 5px 0px 10px;
	}
	#link li a {
	width:135px;
	} 
	#link li img {
	width:135px;
	} 
}

@media screen and (max-width: 768px) {
	#information {
		margin-right: 0px;

	}
	.info-box {
		margin-right: 0px;
	}
	#photozou{
		width: 100%;
		clear: both;
	}
}
