@charset "UTF-8";
/* CSS Document */


#awardContentsArea {
	background-image: url(../images/award04/bg_award_contents_02.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
	background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
}

#awardContentsArea .inner{
	background: url(../images/award04/bg_award_contents.jpg) ;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	color: #000;
}	

#awardContentsArea h2 {
	text-align: center;
	margin-bottom: 20px;
}

#awardContentsArea .radius{
	background-color:#fffefa;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding:75px 12px 20px;
}

/*clearfix*/
.radius:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  }
* html .radius             { zoom: 1; } /* IE6 */
*:first-child+html .radius { zoom: 1; } /* IE7 */


h3.prizeTtl{
	margin-top: 20px;
	margin-bottom: -60px;
	text-align: center;
}


.sentence{
	text-align: center;
	margin-top: 20px;
}


.txtReason01{
	color: #5a6a0b;
	margin-top: 30px;
}

.txtReason02{
	color: #FFF;
	padding: 15px 15px 0;
	line-height: 1.7;
}

.tableLyout{
  display: table;
}

.block_element01{
	display: table-cell;
	width: 5em;	
}

.block_element02{
	display: table-cell;
	width: auto;	
}

.last{
	margin-bottom: 0px;
}
.mt10{
	margin-top: 10px;
}
.mt2em{
	margin-top: 2em;
}

#awardContentsArea .btnArea {
	width: 73px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#awardContentsArea .btnArea li{
	margin-right: 10px;
	float: left;
}


#awardContentsArea .btnArea li:last-child {
	margin-right: 0px;
	margin-left: 0px;
}

/*clearfix*/
#awardContentsArea .btnArea:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  }
* html #awardContentsArea .btnArea             { zoom: 1; } /* IE6 */
*:first-child+html #awardContentsArea .btnArea { zoom: 1; } /* IE7 */

/*lead
------------------------------------*/

section#lead{
	padding:20px 12px 20px!important;
}
section.noTitle {
	padding:20px 12px 20px!important;
	margin-top: 5px;
}

#lead  .imgBook{
	float: left;
	width: 25%;
}

#lead .txtLead{
	float: right;
	width: 72%;
}

/*prize03
------------------------------------*/
#prize03 ul{
	float: left;
	width:48%;
}

#prize03 ul.right{
	margin-left: 2%;
	text-align: left!important;
}
#prize03 ul li{
	border-left:1px solid #f4b4d7;
	margin-top: 15px;
	padding-left: 0.5em;
	font-size:1;
}
#prize03 ul li span{
	color: #4f4f4f;
	font-size:0.8rem;
}

p.txt_copy{
	text-align:right;
	padding-top:40px;
	padding-bottom:5px;
}


#goToppage {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}

.mt01e{
	margin-top:1em;
}

.mt0{
	margin-top:0!important;
}

.txt_pink{
	color: #e96bb5;
}