@charset "utf-8";
@import "reset.css";

body{
	font-size: 0.9em;
}

body, #content, .section, .group{
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

#nav,
#intro, 
#content h2, 
#mailform, 
#news #pressrelease, 
#news #blog,
.mezase, 
.vision-list,  
.tabs-nav, 
#footer ul, 
#sidebar, 
#commentform, 
.hfeed > h3, 
hr{
	display: none;
}

html body pre, html body code {vertical-align: baseline;}

#content a[href^="/"]:after{
	content: " (http://www.raw-hide.co.jp" attr(href) ") ";
	font-size: 90%;
}
#content a[href]:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

#content h3, 
#content h4{
	font-weight: bold;
	margin: 0 0 0.5em 0;
}
#content .section p, 
#content ul, 
#content ol{
	margin: 0 0 1em 0;
}
#content li{
	margin: 0 0 0.2em 0;
}

body #footer #copyright {margin-top: 3em;}

