@charset "utf-8";
@page { size: 297mm 210mm landscape; }
body {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "sans-serif";
	font-size: 8pt;
	color: #333;
	background-color: #FFF;
	margin: 0;
	padding: 0;
}
body: before { content: "男性化粧品メンズコスメ　COMOOACE MEN（コモエースメン）";}
a {
	color: #0B3558;
	text-decoration: underline;
}
/* a:after {
	content: " (" attr(href) ") ";
}
*/
img {
	border: 0;
}

#header,
#information,
#rightmenu,
#footer {
	display: none;
}
#containar-area,
#leftside {
	background: transparent;
	font-size: x-small;
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* pan */
#pan {
	font-size: small;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 13px;
}

/* 注意書きカラー指定 */
.attention {
	color: #CC0000;
}
/* フォントサイズ指定 */
.minitext {
	font-size: small;
}



/* HACK用CSS
------------------------------------------------------------ */
/* float hack */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


