@charset "utf-8";
/* CSS Document */
/*ルールページ固有*/

.pages_title img{
    width: 35%;
}
.page_header_sp_pnly{
    display:none;
}
.page_header_pc_only{
    display:block;
}
.pagevisual_area{
  /*width: 100%;
  height: 0;
  padding-top: calc(581 / 1920 * 100%);
  background: url(../images/pc_page_header.jpg) center center / cover no-repeat;
  position: relative;*/
 }
 .rule{
     
 }
 .grandprix_logo{
	width: 45%;
	position: absolute;
	top: 10px;
	left: calc(50% - 300px);
}
.news_area{
/*   background-image: url(../images/background.jpg);
    background-repeat: repeat-y;
   background-position: center top;
     background-size: contain;*/
    width: auto;
     height: auto;
    /*height: calc(100vh - 90px);*/
    margin: 0;
/*    padding: 0 0 50px 0;*/
    position: relative;
}
.topics{
    text-align: left;
    margin: 0 auto;
    width:80%;
}


/* ルール */
.rule{
    width: 1000px;
    margin: 0 auto;
    height:auto;
}

.box img {
　float:left;
　margin-right: 20px;
}

div.topics{
	color: #333!important;
}

/* mane */
.sp_only{
    display:none;
}
.pc_only{
    display:block;
/*    display:flex;*/
}

.pagevisual_area img{
    width: 28%;
    position: absolute;
    top:4px;/* calc(画像高さ ÷ 画像横幅 × 100%) */
    left: calc( (110 / 307 * 100%));
}
p.alignCenter a img,        
p.alignLeft a img{
	width:300px;
}
p.alignCenter {
	text-align: center;
}
