@charset "utf-8";

	
/*-------------------------左側--------------------------*/


/*プログラムページ部分（各都道府県データ）*/
#first_box{
	width: 680px;
	}

#rank_box{
	width: 680px;
	}
#rank_left{
	width: 300px;
	float: left;
	margin-left: 40px;
	height: 250px;
	margin-top: 10px;
	}	
#rank_right{
	width: 370px;
	float: right;
	margin-right: 35px;
	font-size: 18px;
	text-align: center;
	}
.rank_triple_box_red {
	float: left;
	height: 225px;
	width: 225px;
	text-align: center;
	background-image: url(../image/corporation/rank_board_red.jpg);
	padding-top: 15px;
	background-repeat: no-repeat;
	font-size: 15px;
}
.rank_triple_box_blue {
	float: left;
	height: 225px;
	width: 225px;
	text-align: center;
	background-image: url(../image/corporation/rank_board_blue.jpg);
	padding-top: 15px;
	background-repeat: no-repeat;
	font-size: 15px;
}
.rank_triple_box_green {
	float: left;
	height: 225px;
	width: 225px;
	text-align: center;
	background-image: url(../image/corporation/rank_board_green.jpg);
	padding-top: 15px;
	background-repeat: no-repeat;
	font-size: 15px;
}
#rank_triple_bigbox {
	width: 680px;
}
.font_rank {
	font-size: 36px;
	color: #F00;
	font-weight: bold;
}

	
#profile_box{
	width: 680px;
	clear: both;
	}
#profile_left{
	width: 300px;
	float: left;
	height: 225px;
	border: 1px solid #CCC;
	}	
#profile_right{
	width: 370px;
	float: right;
	line-height: 2em;
	font-size: 12px;
	border: 1px dotted #CCC;
	}
#profile_right p{
	word-break: break-all;
	margin-left: 10px;
	padding-left: 10px;
	margin-right: 10px;
	}

.kensuu_list_bx {
	color: #FFF;
	padding: 7px;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	background-image: url(../image/table/th_background.jpg);
	text-align: center;
	width: 350px;
	margin-top: 10px;
}

		
/*-------------------------テーブル--------------------------*/
.corp_table_1{
	width: 680px;
	margin-top: 20px;
	border-collapse: collapse;
	background: #ffffff;
	border: 1px solid #CCC;
	text-align: center;
	font-size:12px;
	}	
.corp_table_1 tr:hover{
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.corp_table_1 th{
	background-image: url(/image/table/th_background_mos_green.jpg);
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #FFF;
	text-align: center;
	height: 25px;
	padding-top: 5px;
	}
.corp_table_1 .th_man{
	background-image: url(/image/table/th_background_blue.jpg);
	color: #FFF;
	font-weight: normal;
	border: 1px solid #FFF;
	text-align: center;
	height: 25px;
	padding-top: 5px;
	}	
.corp_table_1 .th_woman{
	background-image: url(/image/table/th_background_pink.jpg);
	color: #FFF;
	font-weight: normal;
	border: 1px solid #FFF;
	text-align: center;
	height: 25px;
	padding-top: 5px;
	}		
.corp_table_1 td{
	border-color:#CCC;
	}		

/*地図のCSS*/	
#map_box{
	width: 450px;
	background-color: #FFF;
	margin-left: 150px;
	}	
#table_map a:link,#table_map a:visited{
	color:white;
	text-decoration:none;
	}	
#table_map a:hover{
	color:white;
	text-decoration:underline;
	}	
	
/*サイドのランキング一覧*/	
.right_box_corporations {
	width: 298px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-top: 1px;
}
.right_box_corporations ul {
	width: 280px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.right_box_corporations li {
	font-size: 12px;
	list-style-type: none;
	margin-top: 10px;
	width: 270px;
	margin-left: 10px;
}
.right_box_corporations .rank_text {
	font-size: 14px;
}
.right_box_corporations p {
	width: 290px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left: 10px;
	font-size: 12px;	
}


/*年別リンク*/
#year_link_bx{
	overflow:hidden;
}
#year_link_bx ul{
	width:100%;
	margin-bottom:2%;

}
#year_link_bx li {
	list-style:none;
}
#year_link_bx li {
	width:16%;
	background-color:#000;	
	display:block;
	color:#FFF;
	text-decoration:none;
	float:left;
	text-align:center;
	padding:1%;
	margin-top:2%;
	margin-right: 2.5%;
}
#year_link_bx li:nth-of-type(5n){
	width:16%;
	background-color:#000;	
	display:block;
	color:#FFF;
	float:left;
	text-align:center;
	padding:1%;
	margin-top:2%;
	margin-right: 0;
}
#year_link_bx li a{
	color:#FFF;
	text-decoration:none;
	display: block;
}
/*ページ下部カテゴリリンク*/
.link_bx{
	width:680px;
	clear:both;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	}
.link_bx div{
    width:220px;
    position:relative;
		float:left;
		margin-right:10px;
		margin-bottom:15px;
}
.link_bx div:nth-child(3n){
    width:220px;
    position:relative;
		float:left;
		margin-right:0px;
}
.link_bx div span{
    position:absolute;
    left:0;
		bottom:0;
    width:220px;
    text-align:center;
    color:#fff;
    line-height:1.3em;
    background-color:#06F;
}
.link_bx a{
	display:block;
}
.link_bx div img{
	width:220px;
	height:220px;

}
