@charset "utf-8";
/* ===================================================================
file name  :case.css
style info  :下層ページ設定
=================================================================== */

/*--------------------------------------------------------------------
基本設定
--------------------------------------------------------------------*/
h4.st_sub {
	text-align: center;
	color: #00336d;
	margin: 0 0 20px 0;
	font-size: 1.5em;
}

#con_01{
	width: 1000px;
	margin: 0 auto 50px;
	overflow: hidden;
}

#con_01 #search{
	background: url(../images/bg_st_01.jpg);
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 20px;
	margin: 0 0 10px 0;
}

#con_01 .left_box{
	float: left;
	width: 200px;
}

#con_01 .right_box{
	float: right;
	width: 750px;
}

#con_01 h4.st_sub {
	text-align: left;
	margin: 8px 0 0 0;
}

dl.search2{
	position:relative;
}
dl.search2 dt{
	margin-right:105px;
	padding:8px;
	background-color:#fff;
	border:1px solid #aaa;
}
dl.search2 dt input{
	width:100%;
	height:24px;
	line-height:24px;
	background:none;
	border:none;
	outline: 0;
}

dl.search2 dd{
	position:absolute;
	top:0;
	right:0;
}
dl.search2 dd button{
	display:block;
	width:100px;
	height:42px;
	color:#fff;
	line-height:40px;
	text-align:center;
	background-color:#00336d;
	border:1px solid #00336d;
}

dl.search2 dd button:hover{
	background-color:#104b8e;
}

#con_01 #ranking{
	background: url(../images/bg_st_01.jpg);
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 20px;
	float: left;
	width: 495px;
}

#con_01 #suddenrise{
	background: url(../images/bg_st_01.jpg);
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 20px;
	float: right;
	width: 495px;
}

#con_01 ul{
	overflow: hidden;
	margin: 10px 0 5px 0;
}

#con_01 ul li{
	float: left;
	margin: 0 15px 0 0;
}


#zirei{
	margin: 0 0 50px;
}

#zirei table{
	margin: 0 auto 0;
	width: 95%;
}

#zirei tr{
}

#zirei th{
	background: #4d9be8;
	color: #ffffff;
	padding: 5px 10px;
	white-space: nowrap;
}

#zirei td{
	background: #eaeae0;
	padding: 5px 10px;
	text-align: center;
}

#zirei td.no-return{
	white-space: nowrap;
}

