@charset "utf-8";

/* basic elements
------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

html{
   overflow-y: scroll;
}

body {
	font-family: 'Lucida Grande',  Meiryo, メイリオ, sans-serif;
	color: #5f052c;
	line-height: 1.4;
	-webkit-text-size-adjust: 100%;
}

article, aside, figure, figcaption, footer, header, nav, section {
	display: block;
}

h1,h2,h3,h4,h5,h6 {font-weight: bold;}

a      {background: none;}
hr     {display: none;}
img    {
	border: none;
	vertical-align: bottom;
	max-width: 100%;
}
strong {font-weight: bold;}
em     {font-style: normal;}
small  {font-size: 0.8em;}
big    {font-size: 1.5em; font-weight: bold;}

/* comics.shogakukan
------------------------------------------------*/

#scgf_footerTopics img,
.magazine-text a {
	display: block;
}

/* pkg
------------------------------------------------*/

.pkg:after
{
	content: ""; 
	display: block; 
	clear: both;
}
* html .pkg {display: inline-block;}
.pkg { 
	display: block;
	min-height: 0;
}

/* lightpop
------------------------------------------------*/

#lightpop-box {
	padding-bottom: 4px !important;
}
#lightpop-data {
	padding: 0 !important;
}
#lightpop-details {
	float: left;
}
#lightpop-data-close {
	float: right;
	display: block;
	padding: 0 !important;
}
