@charset "UTF-8";
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
}
img {
  width: 100%;
	border: 0;
  vertical-align: bottom;
}
ul, ol {
	list-style: none;
}
.bg {
  background: url(../images/bg.png)no-repeat;
  background-size: 100%;
  height: 100%;
  position: fixed;
  top:0;
  left: 0;
  right: 0;
  bottom:0;
  z-index: -1;
}
.cont {
  width: 100%;
  margin: 0 auto;
}
.entry {position: relative;}
.btn {
  position: absolute;
  z-index: 999;
  width: 80%;
  bottom: 20%;
  left: 10%;
}
.ad ul li {
  background: #FFF;
  border:2px solid #ffcfd1;
  box-sizing: border-box;
  width: 95%;
  margin: 5% auto;
}
.ad_cont {
  padding: 2%;
}
.ad_thum {
  float: left;
  width: 20%;
  box-sizing: border-box;
}
.ad_txt {
  font-size: .9em;
  width: 80%;
  padding:0 0 0 2%;
  color:#333;
  float: left;
  line-height: 1.7;
  box-sizing: border-box;
}
.eva {
  padding: 0 0 0 5%;
  color: #FFC300;
}
.point_color {
  font-size: 1.2em;
  color: #ffcfd1;
}
.number_posi {
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  padding: 2% 0;
  background: #fe7b83;
}
.chart {}
.chart_in {
  padding: 1%;  
  width: 50%;
  float: left;
  box-sizing: border-box;
}
.chart_t {
  padding: 5% 0;
  background: #ffcfd1;
  color: #FFF;
  text-align: center;
}
.chart_note {
  padding: 5%;
  color: #ffcfd1;
  font-weight: 600;
  background: #FFF;
  text-align: center;
  border:5px solid #ffcfd1;
}
.ad_entry {
  width: 80%;
  margin: 5% auto 0;
}
.r_area {
	line-height: 1.5;
	padding: 5%;
  
	background: #FFF;
	color: #000;
}
.r_area h3 {
  font-size: 1.3em;
	margin:0 0 3% 0;
	text-align: center;
	border-bottom: 1px dotted #CCC;
}
.r_area { padding: 3%;}
.r_area_in {
	padding: 3%;
	margin-bottom: 3%;
	background: rgba(244,244,244,1.00);
	display: table;
}
.r_thum {
	padding: 0 5px 0 0;
	width: 20%;
	display: table-cell;
}
.r_txt {
  font-size: 14px;
	padding: 3%;
	width: 100%;
	display: table-cell;
	vertical-align: top;
	position: relative;
}
.r_txt h4 {
	font-weight: normal;
}
.r_txt h4 > span {
	font-weight: normal;
	padding: 0 0 0 3%;
}
.r_txt h4 > span.female { color: #fe7b83; }
.sub_txt {
	color: #000;
	font-weight: 600;
}
.r_date {
	position: absolute;
	top: 2%;
	right: 0;
	color: #EEE;
}
.r_contents {
	padding: 2%;
}

footer {
	border-top:2px solid #eee;
	padding: 2% 0;
	position:relative;
	z-index: 9999;
	background: #FFF;
	color:#999;  
}
.link a {
  text-align: center;
  display: block;
  color: #ffcfd1;
} 
.copy {
	text-align: center;
	padding: 10px 0;
	font-size: 11px;
}
.p_c {
	background: #FFF;
	padding: 10%;
}
.p_c h2 {
	font-size: 20px;
	text-align: center;
	margin: 5% 0;
	font-weight: normal;
}
.policy {
	font-size: 12px;
	line-height: 1.8;
}
.policy h1 {
	text-align: center;
	font-size: 20px;
	padding: 10px 0;
	margin-bottom: 20px;
	border-bottom: 5px solid #F1F1F1;
}
.p_in {padding: 7px;}
.policy ul {padding:10px;}
.policy dl {padding:0 0 0 40px;}
@media screen and (min-width: 480px) {
  body {background: #EEE;}
  .bg {
    background: url(../images/bg.png)no-repeat;
    background-size: 100%;
    width: 600px;
    height: 100%;
    position: fixed;
    top:0;
    left: inherit;
    right: inherit;
    bottom:0;
    z-index: -1;
  }
  #main {
    width: 600px;
    margin: 0 auto;
  }
  .btn {
    width: 80%;
    bottom: 20%;
    left: 10%;
  }
  .cont {width: 100%;}
  .ad_txt {font-size: 1.3em;}
  .chart {font-size: 1.5em;}
	#wrap {
		padding: 0 5%;
		overflow: hidden;
		margin: 0 auto;
	}
  .r_txt {
    font-size: 16px;
  }
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px; 
}
* html .clearfix {
	height: 1px;
}