@charset "utf-8";
/*
=======================================
	Reset CSS
=======================================
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, main, menu, nav, section, summary,
time, mark, audio, video{
	margin:0;
	padding:0;
	border: 0;
    vertical-align:baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article,aside,details,figcaption,figure,
footer,header,main,menu,nav,section{
	display:block;
}

html{
	-webkit-text-size-adjust: 100%;
}

body{
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	font-size: 14px;
	font-family: sans-serif;"Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
	color:#333333;  
}

img{
	border: 0;
	max-width: 100%;
	height: auto;
}

ul,ol{
    list-style: none;
    list-style-type: none;
}

table {

}

img, input, select, textarea { 
	vertical-align: middle;
}

a{
	
}
a:hover{
	
}

a:hover img{
	opacity: 0.7;
}
/*
=========================================
	Layout
=========================================
*/

body { 
  background-color: #E5E3E3; 
  height: auto; 
  text-align: center; 
  font-family:"Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
  font-size: 14px; 
  color:#333333; 
}

/*コンテンツ全体枠の設定*/
#wrapper {  
  width: 950px; 
  margin: 0 auto;  
  background-color: #FFFFFF;    
} 

#container {
  width: 100%; 
  height: auto;
  margin: 0;
  padding: 0;
  line-height: 140%;
}


/* header */

#top {
  margin: 0 auto 0 auto;
  background-image:url(image/ipo_rank_top10_2025.jpg);
  background-repeat:no-repeat;
  width:950px;
  height:400px;
}

#top h1 a {
  display: block;
}

#top h1 span {
  display: none; 
}

#top p{
    font-size: 15px;
	font-weight: bold;
	padding: 0 0 0 20px;
}

/**#header dt{
    font-size: 15px;
	font-weight: bold;
    padding: 4px 0 0 20px;
}

#header dd{
    font-size: 15px;
	font-weight: bold;
	}

#header dd a{
    margin-right: 20px;
	}**/

#header{
	background-color: #FFFFFF;
	height: 50px;
	width: 100%;
	}

#header div{
	width:950px;
	text-align:left;
	margin: 0 auto;
	}

.top-bg {
    width: 100%;
    height: 400px;
    background-color: #868585;
}



/* info */

#rank_info {
  background-color: #FFFFFF;
  width: 880px;
  margin: auto;
  padding: 20px 0 5px ;    
}

#rank_info p{
  text-align:center;
  line-height: 1.8em;
  font-size: 20px;
  font-weight: bold;
}

/*-- ranking --*/

#ranking{
	width: 880px; 
	margin-top: 20px; 
}
#ranking ol{
	width: 900px;
	margin: 0;
}
#ranking ol li{
	background: #F6F6F6;
	display: block;
}
#ranking ol li:last-child{
	margin-right: 0;
}

.rank-title{
	font-weight: bold;
	color: #333;
	margin: 0;
}
/**.rank-num{
	color: #fff;
	font-family:"Times New Roman", Times, serif;
	margin-left: 37px;
}**/

.rank-title-text{
	display: block;
	float: left;
	margin: 10px 0 0 5px;
}

.rank-title-text a{
	color: #18175B;
	text-decoration: none;
}

.rank-title-text2{
	display: block;
	float: left;
	font-size: 20px;
	margin:-30px 300px 0 0;
}

.rank-title-text3{
	display: block;
	float: left;
	font-size: 15px;
	margin:8px 0 0 0;
}

.rank-title-text4{
	display: block;
	float: left;
	margin: 10px 0 0 5px; 
	width: 300px; 
	text-align: left; 
}

.rank-title-text4 a{
	color: #18175B;
	text-decoration: none;
}

/* best3 */
.rank-best3{
	width: 880px;
	margin-bottom: 20px;
	padding-bottom: 25px;
	float: none;
}
.rank-best3 .rank-title{
	font-size: 30px;
	width: 880px;
	height: 75px;
	line-height: 80px;
	margin-bottom: 10px;
}

/**.rank-best3 .rank-title .rank-num{
	display: block;
	margin-right: 20px;
	width: 100px;
	text-align: center;
	float: left;
}

.rank-best3 .rank-title .rank-title-text{
	display: block;
	float: left;
	margin-top: 20px;
}**/

.rank-best3-img{
	float: left;
	width: 120px;
	margin-left: 26px;
}
.rank-best3-txt{
	float: right;
	width: 307px;
	margin-right: 26px;
}

.rank-best3-copy{
	font-size: 16px;
	font-weight: bold;
	color: #666;
	line-height: 180%;
	margin-bottom: 36px;
}
.rank-best3-copy a{
	color: #666;
	text-decoration: none;
}

.rank-best3-desc{
	width: 700px;
	margin: 0 0 0 120px; 
	line-height: 200%;
	padding: 25px 25px 0 ;
	font-size: 15px;
	text-align: left; 
}

.rank-best3-link{
	width: 700px;
	margin: 0 0 0 120px; 
}

@media all and (-ms-high-contrast:none)
     {
     .rank-best3-link{
	     width: 700px;
	     margin: 50px 0 0 120px; 
}
}

@supports (-ms-ime-align:auto) {
     .rank-best3-link{
	     width: 700px;
	     margin: 50px 0 0 120px; 
  }
}

_::-webkit-full-page-media, _:future, :root .rank-best3-link {
	     width: 700px;
	     margin: 50px 0 0 120px; 
}

#ranking .rank-best3-link li {
	display: inline-block;  
	width: 150px;
	margin: 0 8px; 
	line-height: 45px; 
}

#ranking .rank-best3-link li a{
	display: block; 
	background-color: #AD2225; 
    text-align: center; 
    font-size: 15px;
    text-decoration: none;
	color: #FFFFFF;
}

#ranking .rank-best3-link li a.detail{
	display: block; 
	background-color: #DEBE62; 
    text-align: center; 
    font-size: 15px;
    text-decoration: none;
	color: #FFFFFF;
}

#ranking .rank-best3-link a:hover{
	background-color: #DD5C5E;
	color: #fff;
}

#ranking .rank-best3-link a.detail:hover{
	background-color: #E9D190;
	color: #fff;
}


/* others */
.rank-others{
	width: 48%;
	float: left;
	height: 350px;
	margin-right: 2%;
	margin-bottom: 15px;
	overflow: hidden;
}

.rank-others-link{
	width: 75%;
	margin: 0 0 0 70px; 
}

/**.rank-others-link ul:after{
	content: ""; 
	clear: both;
	display: block; 
}**/

.rank-others-link li {
	float: left; 
	width: 48.65%;
	margin: 0 2% 2% 0; 
	line-height: 45px; 
	height: 45px; 
}

.rank-others-link li:nth-child(2){
	margin-right: 0;
}

.rank-others-link li a{
	display: block; 
	background-color: #AD2225; 
    text-align: center; 
    font-size: 15px;
    text-decoration: none;
	color: #FFFFFF;
}

.rank-others-link li a{
	display: block; 
	background-color: #AD2225; 
    text-align: center; 
    font-size: 15px;
    text-decoration: none;
	color: #FFFFFF;
}

.rank-others-link li a.detail_o{
	display: block; 
	background-color: #DEBE62; 
    text-align: center; 
    font-size: 15px;
    text-decoration: none;
	color: #FFFFFF;
}

.rank-others-link li a:hover{
	background-color: #DD5C5E;
	color: #fff;
}

.rank-others-link li a.detail_o:hover{
	background-color: #E9D190;
	color: #fff;
}

.rank-others .rank-title{
	font-size: 20px;
	font-weight: bold;
	color: #333;
	text-align: center;
	padding: 0 20px 20px;
	height: 80px;
	overflow: hidden;
}
.rank-others .rank-title .rank-num{
	display: block;
	color: #fff;
	height: 75px;
	line-height: 75px;
	width: 62px;
	text-align: center;
	margin-left: 17px;
	margin-bottom: 10px;
}
.rank-others-img img{
	/**width: 100%;
	height: auto;**/
	float: left;
	width: 50px;
	margin-left: 26px;
}
.rank-others-txt{
	padding: 7px 20px;
	margin: 5px 5px 5px 70px ;
	font-size: 14px;
	text-align: left; 
	overflow: hidden;
	height: auto;
	line-height: 170%;
}
/**.rank-others-txt a{
	text-decoration: none;
	color: #666;
}
.rank-others-txt a:hover{
	text-decoration: underline;
}**/



#ranking img {
 margin:5px 5px 0 5px;
 float:left;
}

/* 選定基準 */
#ranking-serect{
	width: 880px;
	margin:auto;
}	

#ranking-serect ol{
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding: 0.3em 0.8em;
  border: solid 2px #74c2f8; 
  margin-bottom: 40px;
}

#ranking-serect ol li{
  border-bottom: dashed 1px #74c2f8;
  position: relative;
  padding: 0.5em 0.5em 0.5em 30px;
  line-height: 1.5em;
  text-align: left; 
  font-size: 15px; 
}

#ranking-serect ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  background: #74c2f8;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align:center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#ranking-serect ol li:last-of-type{
  border-bottom: none; /*最後のliの線だけ消す*/
}
	
#ranking-serect .rank-title-serect{
	font-weight: bold;
	color: #333;
	margin: 0; 
}

#ranking-serect .rank-title-serect-text{
	text-align: left; 
	margin: 30px 0 10px 0; 
}


.point {
    position: relative;
    margin: 2em 0 5em;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce; 
	width: 880px;
	margin:auto;
}
.point .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.point p {
    margin: 0; 
    padding: 0;
}

.point ol{
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding: 0.3em 0.8em;
}

.point ol li{
  border-bottom: dashed 1px #62c1ce;
  position: relative;
  padding: 0.5em 0.5em 0.5em 30px;
  line-height: 1.5em;
  text-align: left; 
  font-size: 15px; 
}

.point ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  background: #62c1ce;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align:center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.point-text{
  font-size: 18px; 
  text-align: left;
  font-weight: bold; 
  line-height: 50px; 
  padding-left: 10px!important;
}	

#mp{
	width: 880px;
	margin:30px auto;
	background: #F6F6F6;
}

#mp h3{
	text-align: left; 
	padding: 20px;
}

#mp p{
	text-align: left; 
	padding:5px 20px 20px;
	line-height: 180%; 
}

#mp ul {
	text-align: left; 
	padding:5px 20px 20px;
	line-height: 180%; 
}



#notice{
	width: 880px;
	margin:30px auto;
	background: #F6F6F6;
}

#notice h3{
	text-align: left; 
	padding: 20px;
}

#notice p{
	text-align: left; 
	padding:5px 20px 20px;
	line-height: 180%; 
}

#notice ul {
	text-align: left; 
	padding:5px 20px 20px;
	line-height: 180%;
}

#notice ul {
	li {
		padding-left: 1rem;
		text-indent: -1rem;
	}
}

.rank-best3 p{
 font-size: 12px;
 overflow: hidden;
 text-align: left;
}

.logo{
 position: relative;
 float:right;
 margin-top: -5px; 
}

img{
 border: 0;
}

.content {
 font-size: 14px;
 overflow: hidden;
 text-align: left;
 line-height: 1.6;
}

/*	注意事項　*/

#privacy {  
  width : 910px; 
  border: 1px solid #FFFFFF; 
  border-collapse: separate; 
  margin: auto; 
  text-align: left; 
  font-size: 12px; 
  color:#666666; 
  line-height:130%;
}

/*	コピーライト　*/

#copyright { 
  width : 920px; 
  border: 1px solid #FFFFFF; 
  border-collapse: separate; 
  margin: 10px auto 5px auto; 
  text-align: right; 
  font-size: 10px; 
  color:#666666; 
}

/*	clearfix
------------------------------*/
.clearfix:after {/*for modern browser*/
   content: "";
   display: block;
   clear: both;
}

.clearfix { *zoom:1; } /*for IE6,IE7*/


/* ---------- clearfix hack ---------- */
.clearfix:after { content: "."; display:block; clear:both; height:0; font-size:0.1em; line-height:0; visibility:hidden; overflow:hidden; }
.clearfix { display:inline-block; }

