﻿@charset "utf-8";


/*共通指定はここに記述*/
#GS2_Wrap{
	width:100%;
	background:url(/Content/images/guns2_tenkaichi_bg.jpg);
	background-size:contain;
	}

#GS2_Wrap h2{margin:0; padding:0;}

#GS2_Wrap h3{
	max-height:43px;
	margin-bottom:1%;
	color:#000033;
	background:url(/Content/images/guns2_tenkaichi_h3.png) no-repeat;
	}

#GS2_Wrap h4{
	color:#FFFFFF;
	background:#0099cb;
	padding:1.5%;
	}


.G_Event{
	padding-top:10px;
	background:url(/Content/images/guns2_tenkaichi_topbg.jpg) no-repeat;
	background-size:100%;
	}
	
.G_Event img{width:100%;}
	
.Date{
	width:auto;
	margin-bottom:10px;
	float:right;
	}
	
	
.Outline{
	color:#FFFFFF;
	padding:20px 14%;
	background-color:rgba( 0, 0, 0, 0.55 );
	background-image:url(/Content/images/guns2_tenkaichi_outlinebg.png);
	background-repeat:no-repeat;
	background-size:100%;
	clear:right;
	}


.gs3 .Outline {
	background-image: none;
	padding: 20px 0;
	}

.Outline p{margin-bottom:15px;}	

.Outline p.rule{margin-bottom:5px; font-weight:bold; color:#FFBE00;}

.Outline strong{color:#ffff00; font-weight:normal;}

.Outline ul{margin:0 0 25px 0;}
.Outline li.none{list-style-type:none;}

.Outline table{
	width:96%;
	margin:2% 2%;
	border-collapse:collapse;
	}

.Outline th{
	padding:1.2%;
	text-align:left;
	color:#FFBE00;
	border-top:solid 1px #737373;
	border-left:solid 1px #737373;
	border-right:solid 1px #737373;
	border-bottom:solid 1px #737373;
	}
	
.Outline td{
	padding:1.2%;
	border-left:solid 1px #737373;
	border-right:solid 1px #737373;
	border-bottom:solid 1px #737373;
	}
	
.Outline a{color:#9EF3FD;}

img.shogo{
	width:47%;
	margin:1%;
	display:inline-block;
	}

img.store_Link{
	width:70%;
	margin:1%;
	display:inline-block;
	}



.Event_Store{
	/*margin-top:20px;*/
	/*background-color:rgba( 255, 255, 255, 0.55 );*/
	}



.Event_Store a{font-weight:bold;}

.Event_Store table{
	width:98%;
	margin:0 1%;
	border-collapse:collapse;
	}

.Event_Store td{
	padding:1.2%;
	border-bottom:solid 1px #737373;
	}
	
.Copy{
	padding:1.8% 0;
	background:#000000;
	text-align:center;
	}

.Copy p{
	margin-top:1%;
	font-size:0.8em;
	color:#FFFFFF;
	}


/*Twitterウィジェット*/
.gs2TwitterWiget {
	margin: 0 0 20px 0;
	}


.twitter-timeline {
	min-width:100%!important;
	}


/*本戦用スタイル　2014/11/27　深澤追加*/
.GS2_iframe {
    width:100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*本戦用スタイル　2014/11/21　平松追加*/
.gsMainMenu {
	box-sizing: border-box;
	width: 72%;
	margin: 20px auto 20px;
	padding: 0;
	list-style-type: none;
	}

	.gsMainMenu li {
		width: 33%;
		margin: 0 0.3% 0 0;
		padding: 0;
		text-align: center;
		font-size: 1.4em;
		float:left;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		box-shadow: rgba(0,0,0,0.59) 2px 2px 4px;
		position: relative;
		}

	.gsMainMenu li a {
		display: block;
		color: #111;
		font-weight: bold;
		text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
		letter-spacing: 0;
		border: 2px #000000 solid;
		box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
		border-radius: 6px;
		-webkit-border-radius: 6px;
		text-decoration: none;
		padding: 15px 0px;
		background: #fff5bf;
		background: -moz-linear-gradient(top,  #fff5bf 0%, #fccd4d 50%, #ffb600 51%, #f9f957 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff5bf), color-stop(50%,#fccd4d), color-stop(51%,#ffb600), color-stop(100%,#f9f957));
		background: -webkit-linear-gradient(top,  #fff5bf 0%,#fccd4d 50%,#ffb600 51%,#f9f957 100%);
		background: -o-linear-gradient(top,  #fff5bf 0%,#fccd4d 50%,#ffb600 51%,#f9f957 100%);
		background: -ms-linear-gradient(top,  #fff5bf 0%,#fccd4d 50%,#ffb600 51%,#f9f957 100%);
		background: linear-gradient(to bottom,  #fff5bf 0%,#fccd4d 50%,#ffb600 51%,#f9f957 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5bf', endColorstr='#f9f957',GradientType=0 );
		}

	.gsMainMenu li a:hover,
	.gs1 li.gsMenu1 a,
	.gs2 li.gsMenu2 a,
	.gs3 li.gsMenu3 a {
		background: #f6f8f9;
		background: -moz-linear-gradient(top,  #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f8f9), color-stop(50%,#e5ebee), color-stop(51%,#d7dee3), color-stop(100%,#f5f7f9));
		background: -webkit-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);
		background: -o-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);
		background: -ms-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);
		background: linear-gradient(to bottom,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 );
		}

	li.gsMenu3.disable a {
		background: none;
		background-color: #666;
		box-shadow: none;
		text-shadow: none;
		color: #333;
		border-color: #333;
		cursor: default;
		}



.partaton {
	}

	.mainBlock, .subBlock {
		width: 48%;
		float: left;
		margin-bottom: 3em;
		}
	
	.mainBlock {
		margin-right: 4%;
		}

		.newsBox {
			height: 278px;
			background-color: rgba(0,0,0,0.48);
			border: 1px rgba(255,198,0,1.00) solid;
			margin: 0;
			padding: 10px;
			overflow: auto;
			border-radius: 5px;
			-webkit-border-radius: 5px;
			}
		
		.newsBox dt {
			font-size: 0.8em;
			padding: 0;
			margin: 0 0 0 0.5em;
			}
		
		.newsBox dd:before {
			font-family: "typicons";
			content: '\e0b0';
		
			font-size: 1.0em;
			margin-right: 5px;
			}
					
		.newsBox dd {
			font-size: 0.9em;
			padding: 0 0 0.25em 0;
			margin: 0 0.5em 1em 0.5em;
			border-bottom: 1px rgba(255,198,0,1.00) dotted;
			}

.section {
	margin-bottom: 3em;
	border-bottom: 1px rgba(255,198,0,1.00) dotted;
	}

.gsAttention {
	font-size: 0.9em;
	}


.shopBlock {
	box-sizing: border-box;
	margin: 20px auto;
	max-width: 800px;
	background-color: rgba(0,0,0,0.3);
	}

.congratulations .shopBlock {
	padding-left: 140px;
	background-repeat: no-repeat;
	background-position: left center;
	}

.shopBlock.no1 {background-image: url(/Content/images/guns2_result_1.png);}
.shopBlock.no2 {background-image: url(/Content/images/guns2_result_2.png);}
.shopBlock.no3 {background-image: url(/Content/images/guns2_result_3.png);}


	.shopInfo {
		/*border-bottom: 1px rgba(255,198,0,1.00) dotted;*/
		}

	.shopInfo p {
		padding: 0.25em 0.5em 0;
		margin: 0;
		}

	.shopInfo p:first-child {
		width: 42%;
		float: left;
		font-size: 1.1em;
		text-shadow: rgba(0,0,0,0.46) 1px 1px 2px;
		}

	.shopInfo p:nth-of-type(2) {
		width: 58%;
		float: right;
		color: #fff;
		}

	.shopInfo p a {
		/*color: #9EF3FD;*/
		color: rgb(255,198,0);
		}

	.shopInfo p a:hover {
		color: #F0FF00;
		}

	.teamInfo {
		margin: 10px;
		border: 1px rgba(0,0,0,1.00) solid;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		background-color: rgba(0,0,0,0.3);
		}

		.teamA, .teamB {
			color: #fff;
			width: 49%;
			margin: 0 0.5%;
			}
		.teamA {
			float: left;
			}

		.teamB {
			float: right;
			}

			.teamInfo h5 {
				margin: 0;
				border-bottom: 1px #6E6E6E dotted;
				font-size: 1.0em;
				padding: 10px;
				text-shadow: rgba(0,0,0,0.46) 1px 1px 2px;
				}

			.teamInfo .teamA h5:before {
				font-weight: normal;
				content: "チーム名 ";
				color: #93DFFF;
				}

			.teamInfo .teamB h5:before {
				font-weight: normal;
				content: "チーム名 ";
				color: #FFACAD;
				}

	
			.teamInfo ul {
				margin: 10px 0;
				margin-left: 10px;
				color: #ddd;
				}

			.teamInfo .teamA ul {
				color: #93DFFF;
				}

			.teamInfo .teamB ul {
				color: #FFACAD;
				}
	
				.teamInfo li {
					margin: 0;
					}

/*2014/12/1*/
.winnersComment {
	clear: both;
	border-top: 1px #000 solid;
	padding: 1em;
	}

	.winnersComment img {
		display: block;
		width: 70%;
		max-width: 400px;
		margin: 0 auto;
		}

	.winnersComment p {
		margin-top: 1em;
		}



/*本戦用スタイル　2014/11/12　平松追加*/
.block {
	clear: both;
	margin: 0 10px 0 10px;
	margin-bottom: 40px;
	position: relative;
	}

.block h3 {
	}

.block .message {
	position: absolute;
	z-index: 500;
	width: 100%;
	height: 70px;
	padding: 10px;
	background-color: #000;
	left: 0px;
	bottom: 0px;
	}

#GS2_Wrap .block .message h4 {
	display: inline;
	padding: 0;
	background: none;
	font-weight: bold;
	color: #FF7600;
	font-size: 1.4em;
	line-height: 1em;
	}

#GS2_Wrap .congratulations h3 {
	background: none;
	background-color: #00A0E4;
	color: #FFFFFF;
	text-align: center;
	font-size: 3em;
	padding: 10px;
	line-height: 1em;
	max-height: none;
	}

/**/
.arrow_box {
	position: absolute;
	width: 90%;
	left: 5%;
	bottom: -35px;
	background: #FF0004;
	border: 1px solid  #FF0004;
	border-radius: 1em;
	-webkit-border-radius: 1em;
	font-size: 0.8em;
	color: #fff;
	font-weight: bold;
	}

.arrow_box:after, .arrow_box:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position:
	absolute; pointer-events: none;
	}

.arrow_box:after {
	border-color: rgba(255, 0, 60, 0);
	border-bottom-color: #FF0004;
	border-width: 10px;
	margin-left: -10px;
	}

.arrow_box:before {
	 border-color: rgba(145, 0, 0, 0);
	 border-bottom-color: #FF0004;
	 border-width: 11px;
	 margin-left: -11px;
	 }

.movieBlock iframe {
	display: block;
	margin: 1em auto 2em;
	}


@media only screen and (max-width: 768px) {

/*横768ピクセル以下の時の指定をここに記述*/

.Event_Store td{
	display:block;
	padding:1.2%;
	border-bottom:solid 1px #737373;
	}

.Event_Store td:first-child{
	border-bottom:none;
	}

.Outline th{
	display:block;
	padding:1.2%;
	}

.Outline td{
	display:block;
	padding:1.2%;
	border-bottom:none;
	}

.Outline td:last-child{
	border-bottom:solid 1px #737373;
	}

/*本戦用スタイル　2014/11/21　平松追加*/

.gsMainMenu li {
	font-size: 1em;
	}

.mainBlock, .subBlock {
	width: 100%;
	float: none;
	}

#GS2_Wrap .congratulations h3 {
	font-size: 2em;
	}

.shopInfo p:first-child {
	width: 100%;
	float: none;
	padding-bottom: 0;
	}

.shopInfo p:nth-of-type(2) {
	width: 100%;
	float: none;
	padding-top: 0;
	margin-left: 10px;
	padding-right: 1em;
	}

.congratulations .shopBlock {
	padding-left: 0px;
	padding-top: 140px;
	background-position: center top;
	}

.congratulations .shopInfo p:first-child, .congratulations .shopInfo p:nth-of-type(2) {
	text-align: center;
	}

/*2014/12/1*/
.winnersComment img {
	width: 100%;
	}

/**/
.arrow_box {
	bottom: -25px;
	}

.movieBlock iframe {
	width: 100%!important;
	}

}



@media only screen and (max-width: 480px) {

/*横480ピクセル以下の時の指定をここに記述*/

.Outline{
	color:#FFFFFF;
	padding:20px 5px;
	background-color:rgba( 0, 0, 0, 0.55 );
	background-image:none;
	clear:right;
	}


img.shogo{
	width:inherit;
	max-width:90%;
	margin:1.5% 2%;
	display:block;
	}

img.store_Link{
	width:inherit;
	max-width:95%;
	margin:1.5% 2%;
	display:block;
	}

/*本戦用スタイル　2014/11/21　平松追加*/

.gsMainMenu {
	width: 100%;
	}
.gsMainMenu li {
	font-size: 0.9em;
	}

.shopBlock {
	margin: 20px 0;
	}

.teamInfo {
	margin: 5px;
	background-color: transparent;
	}

.teamA {
	border-bottom: 1px rgba(255,198,0,1.00) solid;
	}

.teamA, .teamB {
	float: none;
	width: 100%;
	background-color: rgba(0,0,0,0.3);
	padding-bottom: 10px;
	margin: 0;
	}
	
}