/* ===================================
common 
=================================== */
.pageNav li a { height:28px; }
.pc { display:none; }
#cp2017 .clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#cp2017 .clearfix {
	min-height: 1px;
}
#cp2017 {
	color:#000;
	font-size:13px;
	line-height:1.4;
	position:relative;
	overflow:hidden;
	width:100%;
	font-family:"Open Sans","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}
#cp2017 .fll { float:none; }
#cp2017 .flr { float:none; }
#cp2017 .copy { font-size:10px; }
#cp2017 .text_small { font-size:11px; }
#cp2017 .wide { width:100%; height:auto; }
#cp2017 .bnr_area { margin:0 10px 20px; text-align:center; }
#cp2017 .present_area .ancWrap { margin-top:-20px; padding-top:20px; }
#cp2017 .mb5 { margin-bottom:5px; }

/* ===================================
header_area
=================================== */
#cp2017 .header_area {
	margin:0 auto ;
	text-align:center;
}
#cp2017 .header_area img {
	width:100%;
}
#cp2017 .header_area .whats_famigeki_bnr {
	width:90%;
	height:60px;
	left:0;
	right:0;
	margin:0 auto;
	position:absolute;
	top:0;
	padding-top:calc(100%*315/640);
}
#cp2017 .header_area .whats_famigeki_bnr img {
	width:100%
}
/* ===================================
present_area
=================================== */
#cp2017 .prize_list {
	width: 90%;
	padding: 0 5% 20px 5%;
	background-image: url(../img/prize_list_bg.png);
	background-repeat: repeat;
}
#cp2017 .prize_list img {
	width:100%;
}
#cp2017 .prize_list_title {
	margin:0;
	padding:0;
}
#cp2017 .prize_list_box {
	width: 100%;
	padding: 5%;
	border: 2px solid #ff0000;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background:#FFF;
	box-sizing: border-box;
}
#cp2017 .prize_list_box .note {
	font-size:12px;
	line-height:20px;
}
#cp2017 .prize_list_box .note p {
	display:block;
	margin:0 0 10px 0;
	font-size:17px;
	line-height:24px;
}
#cp2017 .prize_list_box ul li {
	width:100%;
	margin-bottom:20px;
}
#cp2017 .prize_list_box ul li .title {
	font-size:20px;
	font-weight:bold;
	line-height:24px;
	margin-top:0;
}
#cp2017 .prize_list_box ul li .title span {
	font-size:14px;
}
#cp2017 .prize_list_box ul li .prize_photo {
	position:relative;
	margin:15px 0 10px 0;
}
#cp2017 .prize_list_box ul li .prize_photo img {
	width:100%;
}
#cp2017 .prize_list_box ul li .prize_photo .num {
	position: absolute;
	right: -4%;
	top: -5px;
}
#cp2017 .prize_list_box ul li .prize_photo .num img {
	width:85px;
}
#cp2017 .prize_list_box ul li .desc span {
	font-size:16px;
	line-height:30px;
}

#cp2017 .prize_list_box ul li p {
	display:block;
	margin:10px 0 10px 0;
	font-size:11px;
	line-height:18px;
}
#cp2017 .prize_list_box ul li p a {
	 color:#00a3e7;
	 font-size:13px;
}
#cp2017 .prize_list_box ul li .oubobtn{
	display:block;
	text-align:center;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #ffffff;
  font-size: 20px;
  background: #00a3e7;
  padding: 10px 0;
  text-decoration: none;
}
#cp2017 .prize_list_box ul li .oubobtn-end{
	display:block;
	text-align:center;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #666666;
  font-size: 20px;
  background: #81d0f1;
  padding: 10px 0;
  text-decoration: none;
}

#cp2017 .prize_list_box ul li .oubobtn:hover {
  background: #3cb0fd;
  text-decoration: none;
}
#cp2017 .prize_list_box ul li .oubobtn_nolink{
	display:block;
	text-align:center;
	width:100%;
	margin:0 auto;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #ffffff;
  font-size: 20px;
  background: #e5e5e5;
  padding: 14px 0;
  text-decoration: none;
}
/* ===================================
ファミリー劇場とは？
=================================== */
#cp2017 #whats {
	background-image: url(../img/whats_bg.png);
	background-repeat: repeat;
	width: 100%;
	padding: 20px 5% 20px 5%;
	box-sizing: border-box;
}
#cp2017 .whats_box {
	width: 100%;
	padding: 11px;
	border: 2px solid #000000;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background:#FFF;
	box-sizing: border-box;
}
#cp2017 .whats_box img {
	width:100%;
}
#cp2017 .whats_text {
	width:100%;
	margin:0 auto 20px auto;
	font-size:15px;
	line-height:24px;
	text-align:center;
}
#cp2017 .whats_box ul li{
        width: 49%;
        margin: 0 2% 2% 0;
		float:left;
}
#cp2017 .whats_box ul li:nth-child(3n){
        margin-right: 2%;
    }
#cp2017 .whats_box ul li:nth-child(2n){
        margin-right: 0;
    }
	
#cp2017 .whats_box ul li img{
}

	
#howtoBnr {
	margin: 0 auto 25px auto;
	background: #fff;
}

/* ===================================
ページ下部のリンクエリア
=================================== */
.dousen{
	background-size: 31px;
	padding: 20px 0;
	overflow: hidden;
	zoom: 1;
}
.dousen a{
	display: block;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	line-height: 15pxpx;
	color: #525252;
}
.dousen a:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.dousen .flr a{
	background: url(../img/page_top.gif) no-repeat center right;
	background-size: 15px;
	margin-right: 10px;
	padding-right: 30px;
}
.dousen .fll a{
	background: url(../img/page_back.gif) no-repeat center left;
	background-size: 15px;
	margin-left: 10px;
	padding-left: 30px;
}


.howto_bnr_l{
	margin-top: 20px;
}
.howto_bnr_l img{
	width: 100%;
	height: auto;
}
