@charset "utf-8";
/* CSS Document */

html,body {
	height:100%;
}

h2 {
	color:#66BD4F;
	text-indent:0.5em;
}


#container {
	height:100%;
	min-height:100%;
	background-color:#fff;
}

body>#container{
	height:auto;
}

.fasspass_t {
	margin:0.5em 0;
}

.attention_1 {
	color:#346BE8;
	line-height:1.2em;
	padding-bottom:1em;
}

.contents_wrapper {
	padding-top:20px;
}

.fastpass_table {
	margin:10px 0 40px 0;
}

table.fastpass_table { 
    width: 80%;
	margin-bottom:1em;
	border-collapse: collapse;
}

table.fastpass_table th,table.fastpass_table td  { 
	padding: 10px; 
	border: 1px solid #ddd; 
}

table.fastpass_table th  { 
	background: #f0f0f0;
	font-weight:normal;
}

table.fastpass_table tr:first-child th  {
	padding:4px;
	background: #EDFAFF;
}

table.fastpass_table tr:nth-child(2n+0) th  {
	background: #f4f4f4; 
}

table.fastpass_table tr:nth-child(2n+0) td  { 
	background: #FCFCFC; 
}

table.fastpass_table td  { 
	background: #FAFAFA;
}

table.fastpass_table th  { width: 30%; text-align: left; }

#january-re-button {
-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5));
	background:-moz-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-webkit-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-o-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-ms-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5',GradientType=0);
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:22px;
	font-weight:bold;
	padding:20px 24px;
	width:100%;
	text-align:center;
	text-decoration:none;
	text-shadow:0px 1px 0px #528ecc;
}
#january-re-button:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff));
	background:-moz-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:-webkit-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:-o-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:-ms-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff',GradientType=0);
	background-color:#378de5;
}
#january-re-button:active {
	position:relative;
	top:1px;
}

 
@media only screen and (max-width:580px){
	table.fastpass_table { 
    width: 100%;
	margin-bottom:1em;
	border-collapse: collapse;
	}
	
	h2 {
		display:block;
	}
	
	
	table.fastpass_table th  { width: 50%; text-align: left; }
    
    table.fastpass_table tr:first-child th   { border-top: 1px solid #ddd; }
	
	#january-re-button {
		width:96%;
	}
}