@charset "utf-8";
/*
	info.css
*/
li.navi_story{
}
li.navi_story a{
	display: block;
	background: url(../../../precure/images/shared/navi_01_d.png) no-repeat center center;
	width: 136px;
	height: 100px;
}
li.navi_story a:hover{
	background: url(../../../precure/images/shared/navi_01_on.png) no-repeat center center;
	width: 136px;
	height: 100px;
}
/* ==========================================================
  info_PC
========================================================== */
#info .in_page{
	padding: 10px 0 50px 0;
}
#info article {
	position: relative;
	width: 870px;
	margin: 20px auto 0;
    text-align: center;
}
#info article:last-of-type {
	margin: 20px auto 20px;
}
#info article h3{
	background: url(/tv/precure_alamode/images/shared/icon.png) no-repeat 10px center,
url(/tv/precure_alamode/images/shared/icon.png) no-repeat 790px center,#ff7796;
	width: 860px;
    border-radius: 37px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    line-height: 2.65;
}
#info article div{
	padding: 20px;
}
#info article section{
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
	width: 400px;
	margin: 0 0 0 20px;
	padding: 10px;
    border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px #ff879a;
    -moz-box-shadow: 0px 0px 5px #ff879a;
    box-shadow: 0px 0px 5px #ff879a;
}
#info article section:first-of-type{
	margin: 0 0 0 0;
}
#info article h4{
	background-color: #ff95a6;
	width: 100%;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
    padding: 4px 0 0;
}
#info article dl{
	padding: 10px;
}
#info article dt{
	display: inline-block;
	vertical-align: top;
	background-color: #ffd07f;
	width: 180px;
    border-radius: 12px;
    color: #563c3c;
    font-size: 11px;
    line-height: 2;
}
#info article dd{
	display: inline-block;
	width: 170px;
	margin:0 0 15px 10px;
	text-align: left;
}
#info article p{
	margin: 0 0 15px;
}
#info article .txt{
	color: #f23446;
	font-size: 24px;
}


/* ==========================================================
  info_SP
========================================================== */

@media screen and (max-width: 640px){
#info .in_page{
	padding: 2% 4% 6%;
}
#info article {
	position: relative;
	width: 100%;
	margin: 20px auto 0;
    text-align: center;
}
#info article:last-of-type {
	margin: 20px auto 0;
}
#info article h3{
	background: url(/tv/precure_alamode/images/shared/icon.png) no-repeat 4% center,
url(/tv/precure_alamode/images/shared/icon.png) no-repeat 95% center,#ff7796    ;
	width: 100%;
	border-radius: 37px;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 2.65;
	background-size: 30px;
}
#info article div{
	padding: 20px 0;
}
#info article section{
	display: block;
	vertical-align: top;
	background-color: #fff;
	width: 100%;
	margin: 0 0 40px 0;
	padding: 10px;
    border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px #ff879a;
    -moz-box-shadow: 0px 0px 5px #ff879a;
    box-shadow: 0px 0px 5px #ff879a;
}
#info article section:first-of-type{
	margin: 0 0 40px 0;
}
#info article section:last-of-type{
	margin: 0 0 20px 0;
}
#info article h4{
	background-color: #ff95a6;
	width: 100%;
    border-radius: 5px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2;
    padding: 4px 0 0;
}
#info article dl{
	padding: 10px;
}
#info article dt{
	display: block;
	vertical-align: top;
	background-color: #ffd07f;
	width: 100%;
	margin: 0 0 5px 0;
    border-radius: 12px;
    color: #563c3c;
    font-size: 1.2rem;
    line-height: 2;
}
#info article dd{
	display: block;
	width: 100%;
	margin:0 0 15px 0;
	text-align: center;
}
#info article p{
	margin: 0 0 15px;
}
#info article .txt{
	color: #f23446;
	font-size: 2.4rem;
}
}

/* ���[�r�[�{�^�� */
.pMovie{position:relative;}
.playImage{position:absolute;top:10px;left:0px;z-index:3000;opacity:0.7;}
a:hover img.playImage{opacity:0.4;}
