﻿/*	p.title
============================== */
main article > div.outer > div.inner h2.title {
	line-height:120%;
	text-align:center;
	font-size:220%;
	color:#666464;
}
main article > div.outer > div.inner h2.title > span {
	font-size:75%;
	font-weight:500;
}
main article > div.outer > div.inner h3{
	text-align:center;
	font-size:220%;
	font-weight:500;
	color:#666464;
	padding:1em 0 1em;
}
div.desc{background-color:rgba(255,255,255,0.6); padding:1.2em 1.5em; border-radius:10px; box-shadow:2px 2px 20px rgba(209,148,175,0.4); color:#666464; font-weight:500;}
div.desc p{line-height:140%; padding:.8em 0 0;}

@media all and (max-width: 767px) {
main article > div.outer > div.inner h2.title{font-size:6vw;}
main article > div.outer > div.inner h2.title > span{font-size:3.5vw;}
main article > div.outer > div.inner h3 {font-size:6vw; padding:5% 0;}
div.desc {width:90%; margin:0 auto 2.5%;}
div.desc p{font-size:4vw;}
div.desc  > strong.f140{font-size:5.2vw !important;}
}


/*	.pics
============================== */
div.pics figure{width:500px; height:712px; position: relative; margin:1.5em auto .3em; background: url(../img/comic1.jpg) no-repeat center bottom; background-size:cover;}
div.pics figure img {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
div.pics > p {
	text-align:center;
	line-height:1.5;
	font-size:75%;
}
@media all and (max-width: 767px) {
div.pics figure{width:80%; height:0; padding:113.953953954% 0 0; margin:3% auto .3em;}
div.pics > p {
	font-size:62.5%;
}
}

