﻿@charset "utf-8";
/* CSS Document */

#gunstWrap {
	width: 900px;
	margin: 0px;
	padding:0px;
	}

#gs2_header h1 {
	margin: 0px;
	}

#gs2_header h2 {
	height: 0px!important;
	padding-top: 220px;
	margin: 0px;
	overflow: hidden;
	background-image: url(../images/gs2_tenpo_02.jpg);
	background-repeat: no-repeat;
	}

#gs2_header p {
	height: 0px!important;
	padding-top: 75px;
	margin: 0px;
	overflow: hidden;
	background-image: url(../images/gs2_tenpo_03.jpg);
	background-repeat: no-repeat;
	}


#gunstWrap h3 {
	background: none;
	padding: 0px;
	color: #222853;
	text-align: center;
	font-size: 2.8em;
	}

#gs2_header h3 {
	height: 60px!important;
	padding-top: 15px;
	text-align: center;
	background-image: url(../images/gs2_tenpo_04.jpg);
	background-repeat: no-repeat;
	font-size: 3em;
	line-height: 1.4em;
	color: #222853;
	}

.gunstAttention {
	width: 859px;
	border: 1px solid #000;
	padding: 10px;
	margin: 0px auto 20px;
	background-color: rgba(255,255,255,0.5);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-weight: bold;
	color: #000;
	}

#gunstCont {
	background-image: url(../images/gs2_tenpo_bg.jpg);
	background-repeat: repeat-y;
	}

#gunstCont #hot, #gunstCont #ago {
	padding: 0px 10px;
	margin-bottom: 20px;
	height: 1%;
	}

#gunstCont #ago {

	}

#gunstCont .battle {
	padding: 5px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #FFF url(../images/gunst_battle_vs.gif) center bottom no-repeat;
	margin-bottom: 5px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
	clear: both;
	height: 1%;
	}

#gunstCont .battle:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
	}

#hot .date {
	padding-left: 5px;
	border-radius: 4px;
	background-color: #4d95fd;
	color: #ffe601;
	text-align: center;
	font-weight: bold;
	border: 1px solid #000000;
	}

#ago .date {
	padding-left: 5px;
	border-radius: 4px;
	background-color: #c4c4c4;
	color: #1e78fb;
	text-align: center;
	font-weight: bold;
	border: 1px solid #000000;
	}


#gunstCont .shop1 {
	width: 400px;
	padding-right: 5px;
	float: left;
	text-align: right;
	}

#gunstCont .shop2 {
	width: 400px;
	padding-left: 5px;
	float: right;
	}




#gunstCont p {
	font-weight: bold;
	font-size: 1.4em;
}

#gunstCont #hot p {
	}

#gunstCont p span {
	display: block;
	font-size: 12px;
	color: #666;
	}

#gunstCont p a {
	font-weight: bold;
	}


.win {
	background: url(../images/gunst_battle_winner.gif) no-repeat;
	}

.drw {
	background: url(../images/gunst_battle_draw.gif) no-repeat;
	}

.shop1 .win, .shop1 .drw {background-position: left top;}
.shop2 .win, .shop2 .drw {background-position: right top;}
	

#gunstNews {
	text-align: center;
	}

#gunstNews img {
	margin-bottom: 20px;
	}
#gs2_footer {
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 50px;
}
#gs2_footer h3 {
	font-size: 26px;
	color: #FFFFFF;
	text-shadow: 0.5px 0.866px 2px rgb( 0, 0, 0 );
}

#shop_list {
	float: left;
	width: 450px;
}

#shop_list a {
	border-radius: 10px;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #2F60FF),
		color-stop(0.5, #61C2FF),
		color-stop(1, #2F60FF)
	);
	background-image: -o-linear-gradient(bottom, #2F60FF 0%, #61C2FF 50%, #2F60FF 100%);
	background-image: -moz-linear-gradient(bottom, #2F60FF 0%, #61C2FF 50%, #2F60FF 100%);
	background-image: -webkit-linear-gradient(bottom, #2F60FF 0%, #61C2FF 50%, #2F60FF 100%);
	background-image: -ms-linear-gradient(bottom, #2F60FF 0%, #61C2FF 50%, #2F60FF 100%);
	background-image: linear-gradient(to bottom, #2F60FF 0%, #61C2FF 50%, #2F60FF 100%);
	box-shadow: 5px 8.66px 7px 0px rgb( 0, 0, 0 );
	width: 400px;
	height: 45px;
	margin-right: 25px;
	margin-left: 25px;
	background-color: #51a2ff;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 15px;
}
#back_number {
	float: left;
	width: 450px;
}

#back_number a {
	border-radius: 10px;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #F50A0A),
		color-stop(0.5, #FFB3B3),
		color-stop(1, #F50A0A)
	);
	background-image: -o-linear-gradient(bottom, #F50A0A 0%, #FFB3B3 50%, #F50A0A 100%);
	background-image: -moz-linear-gradient(bottom, #F50A0A 0%, #FFB3B3 50%, #F50A0A 100%);
	background-image: -webkit-linear-gradient(bottom, #F50A0A 0%, #FFB3B3 50%, #F50A0A 100%);
	background-image: -ms-linear-gradient(bottom, #F50A0A 0%, #FFB3B3 50%, #F50A0A 100%);
	background-image: linear-gradient(to bottom, #F50A0A 0%, #FFB3B3 50%, #F50A0A 100%);
	box-shadow: 5px 8.66px 7px 0px rgb( 0, 0, 0 );
	width: 400px;
	height: 45px;
	margin-right: 25px;
	margin-left: 25px;
	background-color: #fa5e5e;
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 15px;
}
