@charset "utf-8";
/*
	story.css
*/

/* ==========================================================
  story_PC
========================================================== */
#story .in_page{
	padding: 40px 0 50px 0;
}

#story .in_page div{
	width: 976px;
	margin: 0 auto 60px;
	text-align: center;
}
#story .in_page div ul{
	padding: 0px 0 0;
	color: #563c3c;
	font-size: 18px;
	line-height: 1.8;
}
#story .in_page li:first-child{
	margin: 20px 0 10px;
}



.pink{
	color: #ff0097;
}
.red{
	margin: 0 0 10px;
	color: #f23446;
	font-size: 24px;
}

#story article{
	width: 860px;
	margin: 0 auto 10px;
	text-align: center;
	overflow: hidden;
}
#story 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;
	margin: 0 0 25px;
    border-radius: 37px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    line-height: 2.65;
}
#story article dl{
	margin: 0 0 40px;
}
#story article dt{
	background: url(/tv/precure_alamode/images/story/keyword.jpg) no-repeat left center;
	margin: 0 0 5px;
	padding: 0 0 0 45px;
	color: #ff5f78;
	text-align: left;
	font-size: 26px;
	font-weight: bold;
	line-height: 2.1;
}
#story article dd.hr{
	background: url(/tv/precure_alamode/images/story/hr.jpg) repeat-x center bottom;
	height: 2px;
	margin: 0 0 10px;
}
#story article dd.contents{
	padding: 0 30px 0 15px;
}
#story article dd.contents .img{
	display: inline-block;
	background: url(/tv/precure_alamode/images/story/bg_img.jpg) no-repeat center center;
	width: 304px;
	height: 210px;
	padding: 15px 0 0;
}
#story article dd.contents .txt{
	display: inline-block;
	vertical-align: top;
	width: 500px;
	margin: 0 0 0 5px;
	text-align: left;
	color: #6a3619;
	font-size: 14px;
}
div.in_page .conSnsArea{margin-top:-20px !important;argin-bottom:-20px !important;}
div.in_page .conSnsArea li:nth-child(1){margin-top:-10px !important;}


/* ==========================================================
  story_SP
========================================================== */

@media screen and (max-width: 640px){
#story .in_page{
	padding: 4% 4% 6%;
}
#story .in_page div{
	width: 100%;
	margin: 0 auto 60px;
	text-align: center;
}
#story .in_page div ul{
	padding: 0px 0 0;
	color: #563c3c;
	font-size: 1.4rem;
	line-height: 1.8;
}
.red{
	margin: 0 0 10px;
	color: #f23446;
	font-size: 2rem;
}
#story article{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
#story 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;
}
#story article dl{
	margin: 0 0 2%;
}
#story article dt{
	background: url(/tv/precure_alamode/images/story/keyword.jpg) no-repeat left center;
	height: auto;
	min-height: 54px;
	margin: 0 0 5px;
	padding: 10px 0 0 45px;
	color: #ff5f78;
	text-align: left;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: inherit;
	word-wrap : break-word;
	overflow-wrap : break-word;
}
#story article dd.contents{
	padding: 0 0 0 0;
}
#story article dd.contents .img{
	display: block;
	background: url(/tv/precure_alamode/images/story/bg_img.jpg) no-repeat center center;
	background-size: 100%;
	width: 100%;
	height: auto;
	padding: 4.2% 4% 3% 4.2%;
}
#story article dd.contents .txt{
	display: block;
	vertical-align: top;
	width: 100%;
	margin: 0 0 0 0;
	padding: 2% 0 2%;
	text-align: left;
	color: #6a3619;
	font-size: 1.4rem;
}
div.in_page .conSnsArea{margin:10px 0  !important;}
div.in_page .conSnsArea li:nth-child(1){margin-top:-5px !important;}

}