@charset "utf-8";
/* CSS Document */

#contents{
margin-bottom:60px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

#contentsInner{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

.headerBlock{
width:640px;
margin:0 auto;
padding:0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

.headerBlock h3{
margin:0 !important;
text-align:center;
}
h2 img,
h3 img{
	margin:0 !important;
}

#contents h4 {
    min-height: 0;
    padding: 0;
    line-height: 1.4;
    background: none;
    border: none;
}

#contents h4 img {
	vertical-align: middle;
}

.headerBlock p{
padding:0;
}


.pageTitle h2:before{
	content:"\00a0";
	background:url("../images/icn_sprite.png") no-repeat;
	background-position:0px 0px;
	width:45px;
	height:48px;
	position:absolute;
	top:15px;
	left:30px;
	display:block;
	overflow:hidden;
}

.btnBlock{
	padding: 30px 0;
}

.btnBlock a{
width:auto;
display:block;
}

.btnBlock .btnEntry{
margin-top:10px !important;
margin-bottom:40px !important;
}

.btnBlock .btnRegist{
margin-top:20px !important;
margin-bottom:20px !important;
}

.btnBlock .btnLogin{
margin-top:20px !important;
}

.btnBlock .btnEntry a{
width:560px;
margin:0 auto !important;
text-align:center;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
background: rgb(147,198,26); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(147,198,26,1) 0%, rgba(98,143,1,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(147,198,26,1)), color-stop(100%,rgba(98,143,1,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(147,198,26,1) 0%,rgba(98,143,1,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(147,198,26,1) 0%,rgba(98,143,1,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(147,198,26,1) 0%,rgba(98,143,1,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(147,198,26,1) 0%,rgba(98,143,1,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93c61a', endColorstr='#628f01',GradientType=0 ); /* IE6-9 */
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
border:solid 2px #628f01;
}

.btnBlock .btnEntry a,
.btnBlock .btnRegist a{
	padding: 10px 15px !important;
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
	color:#ffffff;
	text-decoration:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.btnBlock .btnRegist a{
width:560px;
margin:0 auto !important;
padding: 25px 15px !important;
text-align:center;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
background: rgb(147,198,26); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(254,110,102,1) 0%, rgba(205,8,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,110,102,1)), color-stop(100%,rgba(205,8,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(254,110,102,1) 0%,rgba(205,8,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(254,110,102,1) 0%,rgba(205,8,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(254,110,102,1) 0%,rgba(205,8,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(254,110,102,1) 0%,rgba(205,8,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe6e66', endColorstr='#cd0800',GradientType=0 ); /* IE6-9 */
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
border:solid 2px #cd0800;
line-height:1.3 !important;
}

.btnBlock .btnEntry a {
font-size:42px;
}

.btnBlock .btnEntry a span,
.btnBlock .btnRegist a span{
font-size:30px;
font-weight: normal;
}

.btnBlock .btnLogin a{
width:440px;
margin:0 auto !important;
padding:14px 0;
text-align:center;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
border:solid 2px #cccccc;
}

.btnBlock .btnLogin a{
font-size:34px;
line-height:1;
color:#333333;
text-decoration:none;
}

.btnBlock .btnText{
color: #000;
font-size: 32px;
width:560px;
margin:0 auto !important;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

.btnBlock .btnText a{
color:#0000ff;
text-decoration:none;
display:inline;
}

.btnBlock .btnText a:hover{
color:#0000ff;
text-decoration:underline;
}

#tabArea{
	color: #000;
margin:0 auto;
}


dl.detailLists{
margin:0 0 15px 0 !important;
zoom:1;
}

dl.detailLists dt{
width:115px;
margin:0;
padding:0 !important;
background:none !important;
font-weight:normal;
float:left;
}

dl.detailLists dd{
margin:0;
padding:0 0 0 115px !important;
}

.presentList{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
border-top:solid 2px #ede5db;
}

.presentList li{
padding:0;
line-height:0 !important;
}

.content_wrap{
width:600px;
margin:0 auto !important;
padding:0 0 20px 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

.tabTitle,
.sectionTitle{
border:solid 2px #cccccc;
padding:18px;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(220,220,220,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(220,220,220,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(220,220,220,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(220,220,220,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(220,220,220,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(220,220,220,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */
position:relative;
}
.pageTitle h2{
	width:100%;
	padding: 25px 20px 8px 88px !important;
	height:88px !important;
	display:block !important;
	vertical-align:middle !important;
	font-weight:normal;
	font-size:32px;
	position:relative !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

h3 {
width:auto !important;
border-bottom:none !important;
background:none !important;
color:#000 !important;
padding:0 !important;
height:auto !important;
display:inline-block !important;
position:relative !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

.tabTitle h3,
.sectionTitle h3,
section#sliderArea .titleBar h3 {
font-size: 40px !important;
font-weight: bold;
border-left:solid 14px #de0000;
padding: 10px 0 10px 10px !important;
}

section#sliderArea .titleBar h3 {
	color: #000 !important;;
}

.tabTitle:before{
	content:"\00a0";
	background:url("../images/icn_sprite.png") no-repeat;
	background-position:-82px 0px;
	width:36px;
	height:36px;
	position:absolute;
	top:12px;
	right:23px;
	display:block;
	overflow:hidden;
}

.tabTitle.highlight:before{
	content:"\00a0";
	background:url("../images/icn_sprite.png") no-repeat;
	background-position:-46px 0px;
	width:36px;
	height:36px;
	position:absolute;
	top:12px;
	right:23px;
	display:block;
	overflow:hidden;
}

.tabTitle:after {
	content:"開く";
	color: #000;
	font-size: 26px;
	width: 3em;
	height: 1em;
	text-align: center;
	position:absolute;
	bottom: 18px;
	right: 2px;
}

.tabTitle.highlight:after {
	content:"閉じる";
	color: #000;
	font-size: 26px;
	width: 3.5em;
	height: 1em;
	text-align: center;
	position:absolute;
	bottom: 18px;
	right: 0;
}

.content_wrap dl.tabList{
border:solid 2px #cccccc;
border-top:none;
}

.content_wrap dl.tabList dt{
font-size: 36px;
font-weight:bold;
line-height: 1.2;
background:#eeeeee;
}

.content_wrap dl.tabList dt .caution{
	margin-left:45px !important;
	padding:0 0 0 10px !important;
}

.content_wrap dl.tabList dt .caution .cautionInner{
	text-indent:-1.5em;
}

.content_wrap dl.tabList dt {
	padding: 12px 18px;
}

.content_wrap dl.tabList dd{
	font-size: 32px;
	line-height: 1.4;
	padding: 18px;
}

.content_wrap dl.tabList dd ul.link,
.content_wrap dl.tabList dd ul.lists{
list-style-type:none !important;
}


.content_wrap dl.tabList dd ul.lists li{
	margin-bottom:1em;
}

.content_wrap dl.tabList dd ul.link li a{
padding:20px 0 !important;
display:block;
}

.content_wrap dl.tabList dd ul.link li{
	padding-left:15px;
	position:relative;
}

.content_wrap dl.tabList dd ul.link.w50 li{
	padding-left:15px;
	position:relative;
	width:265px;
	float:left;
}

.content_wrap dl.tabList dd .link li:before{
	content:"\00a0";
	background:url("../images/icn_sprite.png") center left no-repeat;
	background-position:-119px -1px;
	width:8px;
	height:14px;
	position:absolute;
	top:32px;
	left:0px;
	display:block;
	overflow:hidden;
}

.content_wrap dl.tabList dd .list{
	margin-left:1em !important;
}

.content_wrap dl.tabList dd .list li{
	text-indent:-1em;
}

#facebookArea{
width:600px;
margin:0 auto !important;
padding:20px 0;
}


/* titleBlock */
.titleBlock{
	width:640px;
	margin: 20px auto;
}
.titleBlock .txtbox{
	width:600px;
	margin:0 auto !important;
}
.titleBlock p{
	color: #000;
	font-size: 30px;
	font-weight: normal;
	/*
	padding-left:1em;
	text-indent:-1em;
	*/
}
.titleBlock p strong {
	color: #000;
	font-size: 32px;
	font-weight: bold;
}


/* itemArea */
#itemArea{
	width: 640px;
	margin:0 auto !important;
	padding:0 !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

#itemArea h3 {
	margin: 0 0 20px;
}

#itemArea dt,#itemArea dd{
	margin:0 !important;
	padding:0 !important;
	line-height:0 !important;
}

#itemArea ul li {
	margin: 0 0 20px;
}
#itemArea ul li img,
#itemArea ul li a img {
	vertical-align: middle;
}

/* cpbnrArea */
#cpbnrArea{
	width:600px;
	margin:0 auto 30px auto !important;
	padding:0 !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#cpbnrArea h4{
	line-height:0;
}
#cpbnrArea li{
	width:600px;
	margin-top:20px;
	line-height:0;
}

/* quizArea */
#quizArea{
	width:600px;
	margin:0 auto 30px auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px solid #e0bd3d;
}

#quiztitle{
	font-size:0 !important;
	line-height:0;
}
#quizArea a{
	color:#0000ff;
}
.quizAreaInner{
	width:100%;
	margin:0 auto !important;
	padding:20px 15px 30px;
	background:#dddddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.quizAreaInner .redtxt{
	color:#d80100;
	font-size: 36px;
}
.quizAreaInner .bluetxt{
	color:#0047a9;
}

.quizAreaInner sup {
	font-size: 70%;
	font-weight: bold;
	vertical-align: top;
}

.quizAreaInner .question p{
	padding:20px 0 0 0;
	text-align: center;
}
.quizAreaInner .question,
.quizAreaInner .answer{
	width:562px;
	margin:0 auto;
	padding-bottom:20px;
	font-size: 32px;
}
.quizAreaInner .answer li{
display: inline-block;
margin-right: 1em;
	line-height:1.5;
}
.quizAreaInner .answer li.list{
	padding-left:1.5em;
	text-indent:-1.5em;
}
.quizAreaInner dl.question  dt,
.quizAreaInner dl.answer  dt{
	width:60px;
	float:left;
}
.quizAreaInner dl.question  dd,
.quizAreaInner dl.answer  dd{
	color: #000;
	font-size: 32px;
	line-height: 1.2;
	padding-left: 75px;
}

.quizAreaInner dl.question  dd dl,
.quizAreaInner dl.answer  dd dl{
	width:470px;
}
.quizAreaInner dl.question  dd dl dt,
.quizAreaInner dl.answer  dd dl dt{
	width:2em;
	float:left;
	color:#c21a1a;
}
.quizAreaInner dl.question  dd dl dd,
.quizAreaInner dl.answer  dd dl dd{
	padding-left:2em;
}
.quizAreaInner .imgBlock{
	width:548px;
	margin:0 auto 35px auto;
}
.quizAreaInner .imgBlock p{
	margin-top:10px !important;
	line-height:0;
}
.quizAreaInner .btnBlock{
width:544px;
margin:20px auto 0 auto;
padding:0;
}

.quizAreaInner .btnBlock .btnText{
color: #000;
font-size: 32px;
padding:15px 0 !important;
}
.quizAreaInner .btnBlock .btnEntry{
margin-top:0 !important;
margin-bottom:0 !important;
}

.quizAreaInner .btnBlock .btnEntry a{
width:544px;
padding:12px 0;
color:#ffffff !important;
}

.quizAreaInner .hintItem{
width: 9em;
margin:0 auto;
text-align:center;
font-size: 32px;
line-height:1.2;
}

.quizAreaInner .hintItem a{
height: 40px !important;
padding-left:35px;
vertical-align:middle !important;
background:url(/sp/cp/present/images/icon_hint.png) left 50% no-repeat;
display:block;
text-decoration:underline;
}

.quizAreaInner .hinttxt{
margin:0 auto;
text-align:center;
font-size:24px;
line-height:1.2;
padding-top:5px;
}


/* facebookArea */
#facebookArea{
	width:600px;
	margin:0 auto !important;
	padding:20px 0;
}


#kujiArea {
	width: 640px;
	margin: 0 auto;
	position:relative;
	background: url(/sp/cp/present/images/default3_170120/default3_SP_170120_mainimg_bg.gif) no-repeat 96px 100px;
}

#kujiArea .btnArea {
	margin: 0;
	position: absolute;
	left: 40px;
	bottom: -10px;
}
#kujiArea .btnArea .btnBlock {
    padding: 0;
}

.sukoalaProf {
	width: 600px;
	margin: 0 auto 40px;
	text-align: right;
}


/* ==========================================================================
 bannerBlock
=========================================================================== */

.bannerBlock{
	margin:0 !important;
	padding:30px 0;
	text-align:center;
}

.lpbnrArea {
	width: 600px;
	margin: 0 auto 40px;
}
.lpbnrArea p a {
	display: block;
}
.lpbnrArea p a img {
	vertical-align: middle;
}

.wchanceBanner{
	margin:0 auto !important;
	width:600px;
}
.specialBanner{
	margin:40px auto 25px auto !important;
	width:600px;
}

